Describe Instance Event Notification Attributes
| ec2_describe_instance_event_notification_attributes | R Documentation |
Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region¶
Description¶
Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.
Usage¶
Arguments¶
DryRunChecks 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 isUnauthorizedOperation.
Value¶
A list with the following syntax:
list(
InstanceTagAttribute = list(
InstanceTagKeys = list(
"string"
),
IncludeAllTagsOfInstance = TRUE|FALSE
)
)