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

AWSS3BucketNotificationQueueConfiguration

No description

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

Fields

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

A collection of bucket events for which to send notifications

AWSS3BucketNotificationQueueConfiguration.arn ● String! non-null scalar

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

AWSS3BucketNotificationQueueConfiguration.filter ● AWSS3BucketNotificationFilter object

Object key name filtering rules

AWSS3BucketNotificationQueueConfiguration.id ● String! non-null scalar

An optional unique identifier for configurations in a notification configuration

Member of

AWSS3BucketNotificationConfiguration object