get_sink
(**kwargs)¶Returns complete information about one monitoring account sink.
To use this operation, provide the sink ARN. To retrieve a list of sink ARNs, use ListSinks.
See also: AWS API Documentation
Request Syntax
response = client.get_sink(
Identifier='string'
)
[REQUIRED]
The ARN of the sink to retrieve information for.
{
'Arn': 'string',
'Id': 'string',
'Name': 'string',
'Tags': {
'string': 'string'
}
}
Response Structure
The ARN of the sink.
The random ID string that Amazon Web Services generated as part of the sink ARN.
The name of the sink.
The tags assigned to the sink.
Exceptions
CloudWatchObservabilityAccessManager.Client.exceptions.InternalServiceFault
CloudWatchObservabilityAccessManager.Client.exceptions.MissingRequiredParameterException
CloudWatchObservabilityAccessManager.Client.exceptions.InvalidParameterException
CloudWatchObservabilityAccessManager.Client.exceptions.ResourceNotFoundException