deregister_instance_event_notification_attributes
(**kwargs)¶Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.
See also: AWS API Documentation
Request Syntax
response = client.deregister_instance_event_notification_attributes(
DryRun=True|False,
InstanceTagAttribute={
'IncludeAllTagsOfInstance': True|False,
'InstanceTagKeys': [
'string',
]
}
)
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.Information about the tag keys to deregister.
Indicates whether to deregister all tag keys in the current Region. Specify false
to deregister all tag keys.
Information about the tag keys to deregister.
dict
Response Syntax
{
'InstanceTagAttribute': {
'InstanceTagKeys': [
'string',
],
'IncludeAllTagsOfInstance': True|False
}
}
Response Structure
(dict) --
InstanceTagAttribute (dict) --
The resulting set of tag keys.
InstanceTagKeys (list) --
The registered tag keys.
IncludeAllTagsOfInstance (boolean) --
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.