describe_instance_event_notification_attributes
(**kwargs)¶Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.
See also: AWS API Documentation
Request Syntax
response = client.describe_instance_event_notification_attributes(
DryRun=True|False
)
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.{
'InstanceTagAttribute': {
'InstanceTagKeys': [
'string',
],
'IncludeAllTagsOfInstance': True|False
}
}
Response Structure
Information about the registered tag keys.
The registered tag keys.
Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. true
indicates that all tag keys in the current Region are registered.