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

AWSS3BucketNotificationLambdaFunctionConfiguration

No description

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

Fields

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

A collection of bucket events for which to send notifications

AWSS3BucketNotificationLambdaFunctionConfiguration.arn ● String! non-null scalar

The Amazon Resource Name (ARN) of the Lambda function that Amazon S3 invokes when the specified event type occurs

AWSS3BucketNotificationLambdaFunctionConfiguration.filter ● AWSS3BucketNotificationFilter object

Object key name filtering rules

AWSS3BucketNotificationLambdaFunctionConfiguration.id ● String! non-null scalar

An optional unique identifier for configurations in a notification configuration

Member of

AWSS3BucketNotificationConfiguration object