EC2 / Client / describe_instance_event_notification_attributes
describe_instance_event_notification_attributes#
- EC2.Client.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 ) - Parameters:
- DryRun (boolean) – Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is - DryRunOperation. Otherwise, it is- UnauthorizedOperation.
- Return type:
- dict 
- Returns:
- Response Syntax - { 'InstanceTagAttribute': { 'InstanceTagKeys': [ 'string', ], 'IncludeAllTagsOfInstance': True|False } } - Response Structure - (dict) – - InstanceTagAttribute (dict) – - Information about the registered tag keys. - InstanceTagKeys (list) – - The registered tag keys. - (string) – 
 
- IncludeAllTagsOfInstance (boolean) – - Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. - trueindicates that all tag keys in the current Region are registered.