CloudWatchOmni / Client / get_intelligence_configuration
get_intelligence_configuration¶
- CloudWatchOmni.Client.get_intelligence_configuration()¶
Retrieves the intelligence configuration for the calling account. Account is identified via FAS (caller identity). Returns the default configuration if none exists yet.
See also: AWS API Documentation
Request Syntax
response = client.get_intelligence_configuration()
- Return type:
dict
- Returns:
Response Syntax
{ 'accountId': 'string', 'kmsKeyArn': 'string', 'updatedAt': datetime(2015, 1, 1), 'createdAt': datetime(2015, 1, 1) }
Response Structure
(dict) –
The intelligence configuration for the calling account.
accountId (string) –
The AWS account ID this configuration applies to.
kmsKeyArn (string) –
The currently active KMS key ARN for customer-managed encryption, if configured.
updatedAt (datetime) –
ISO-8601 timestamp of the last update.
createdAt (datetime) –
ISO-8601 timestamp of initial creation.
Exceptions