ControlTower / Client / reset_enabled_baseline

reset_enabled_baseline#

ControlTower.Client.reset_enabled_baseline(**kwargs)#

Re-enables an EnabledBaseline resource. For example, this API can re-apply the existing Baseline after a new member account is moved to the target OU.

See also: AWS API Documentation

Request Syntax

response = client.reset_enabled_baseline(
    enabledBaselineIdentifier='string'
)
Parameters:

enabledBaselineIdentifier (string) –

[REQUIRED]

Specifies the ID of the EnabledBaseline resource to be re-enabled, in ARN format.

Return type:

dict

Returns:

Response Syntax

{
    'operationIdentifier': 'string'
}

Response Structure

  • (dict) –

    • operationIdentifier (string) –

      The ID (in UUID format) of the asynchronous ResetEnabledBaseline operation. This operationIdentifier is used to track status through calls to the GetBaselineOperation API.

Exceptions