ControlTower / Client / get_baseline
get_baseline#
- ControlTower.Client.get_baseline(**kwargs)#
Retrieve details about an existing
Baseline
resource by specifying its identifier.See also: AWS API Documentation
Request Syntax
response = client.get_baseline( baselineIdentifier='string' )
- Parameters:
baselineIdentifier (string) –
[REQUIRED]
The ARN of the
Baseline
resource to be retrieved.- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string', 'description': 'string', 'name': 'string' }
Response Structure
(dict) –
arn (string) –
The baseline ARN.
description (string) –
A description of the baseline.
name (string) –
A user-friendly name for the baseline.
Exceptions
ControlTower.Client.exceptions.ValidationException
ControlTower.Client.exceptions.InternalServerException
ControlTower.Client.exceptions.AccessDeniedException
ControlTower.Client.exceptions.ThrottlingException
ControlTower.Client.exceptions.ResourceNotFoundException