CloudWatchObservabilityAdminService / Client / get_dataset_integration
get_dataset_integration¶
- CloudWatchObservabilityAdminService.Client.get_dataset_integration(**kwargs)¶
Returns the dataset integration for the caller’s account in the current region.
See also: AWS API Documentation
Request Syntax
response = client.get_dataset_integration( Arn='string' )
- Parameters:
Arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the dataset integration to retrieve.
- Return type:
dict
- Returns:
Response Syntax
{ 'Arn': 'string', 'RoleArn': 'string', 'CreatedAt': datetime(2015, 1, 1), 'UpdatedAt': datetime(2015, 1, 1) }
Response Structure
(dict) –
Arn (string) –
The Amazon Resource Name (ARN) of the dataset integration.
RoleArn (string) –
The Amazon Resource Name (ARN) of the IAM role associated with the dataset integration.
CreatedAt (datetime) –
The timestamp when the dataset integration was created.
UpdatedAt (datetime) –
The timestamp when the dataset integration was last updated.
Exceptions
CloudWatchObservabilityAdminService.Client.exceptions.ResourceNotFoundExceptionCloudWatchObservabilityAdminService.Client.exceptions.AccessDeniedExceptionCloudWatchObservabilityAdminService.Client.exceptions.InternalServerExceptionCloudWatchObservabilityAdminService.Client.exceptions.ValidationExceptionCloudWatchObservabilityAdminService.Client.exceptions.TooManyRequestsException