Skip to content

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

ec2_describe_instance_event_notification_attributes(DryRun)

Arguments

DryRun

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.

Value

A list with the following syntax:

list(
  InstanceTagAttribute = list(
    InstanceTagKeys = list(
      "string"
    ),
    IncludeAllTagsOfInstance = TRUE|FALSE
  )
)

Request syntax

svc$describe_instance_event_notification_attributes(
  DryRun = TRUE|FALSE
)