ControlTower / Client / get_enabled_baseline
get_enabled_baseline#
- ControlTower.Client.get_enabled_baseline(**kwargs)#
- Retrieve details of an - EnabledBaselineresource by specifying its identifier.- See also: AWS API Documentation - Request Syntax- response = client.get_enabled_baseline( enabledBaselineIdentifier='string' ) - Parameters:
- enabledBaselineIdentifier (string) – - [REQUIRED] - Identifier of the - EnabledBaselineresource to be retrieved, in ARN format.
- Return type:
- dict 
- Returns:
- Response Syntax- { 'enabledBaselineDetails': { 'arn': 'string', 'baselineIdentifier': 'string', 'baselineVersion': 'string', 'parameters': [ { 'key': 'string', 'value': {...}|[...]|123|123.4|'string'|True|None }, ], 'parentIdentifier': 'string', 'statusSummary': { 'lastOperationIdentifier': 'string', 'status': 'SUCCEEDED'|'FAILED'|'UNDER_CHANGE' }, 'targetIdentifier': 'string' } } - Response Structure- (dict) – - enabledBaselineDetails (dict) – - Details of the - EnabledBaselineresource.- arn (string) – - The ARN of the - EnabledBaselineresource.
- baselineIdentifier (string) – - The specific - Baselineenabled as part of the- EnabledBaselineresource.
- baselineVersion (string) – - The enabled version of the - Baseline.
- parameters (list) – - Shows the parameters that are applied when enabling this - Baseline.- (dict) – - Summary of an applied parameter to an - EnabledBaselineresource.- key (string) – - A string denoting the parameter key. 
- value (document) – - A low-level document object of any type (for example, a Java Object). 
 
 
- parentIdentifier (string) – - An ARN that represents the parent - EnabledBaselineat the Organizational Unit (OU) level, from which the child- EnabledBaselineinherits its configuration. The value is returned by- GetEnabledBaseline.
- statusSummary (dict) – - The deployment summary of an - EnabledControlor- EnabledBaselineresource.- lastOperationIdentifier (string) – - The last operation identifier for the enabled resource. 
- status (string) – - The deployment status of the enabled resource. - Valid values: - SUCCEEDED: The- EnabledControlor- EnabledBaselineconfiguration was deployed successfully.
- UNDER_CHANGE: The- EnabledControlor- EnabledBaselineconfiguration is changing.
- FAILED: The- EnabledControlor- EnabledBaselineconfiguration failed to deploy.
 
 
- targetIdentifier (string) – - The target on which to enable the - Baseline.
 
 
 
 - Exceptions- ControlTower.Client.exceptions.ValidationException
- ControlTower.Client.exceptions.InternalServerException
- ControlTower.Client.exceptions.AccessDeniedException
- ControlTower.Client.exceptions.ThrottlingException
- ControlTower.Client.exceptions.ResourceNotFoundException