メインコンテンツまでスキップ

AWSS3BucketNotificationTopicConfiguration

No description

type AWSS3BucketNotificationTopicConfiguration {
events: [String!]!
arn: String!
filter: AWSS3BucketNotificationFilter
id: String!
}

Fields

AWSS3BucketNotificationTopicConfiguration.events ● [String!]! non-null scalar

A collection of bucket events for which to send notifications

AWSS3BucketNotificationTopicConfiguration.arn ● String! non-null scalar

The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3 publishes a message when it detects events of the specified type

AWSS3BucketNotificationTopicConfiguration.filter ● AWSS3BucketNotificationFilter object

Object key name filtering rules

AWSS3BucketNotificationTopicConfiguration.id ● String! non-null scalar

An optional unique identifier for configurations in a notification configuration

Member of

AWSS3BucketNotificationConfiguration object