Class: Aws::S3::Types::NotificationConfigurationDeprecated
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::NotificationConfigurationDeprecated
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_function_configuration ⇒ Types::CloudFunctionConfiguration
Container for specifying the Lambda notification configuration.
-
#queue_configuration ⇒ Types::QueueConfigurationDeprecated
This data type is deprecated.
-
#topic_configuration ⇒ Types::TopicConfigurationDeprecated
This data type is deprecated.
Instance Attribute Details
#cloud_function_configuration ⇒ Types::CloudFunctionConfiguration
Container for specifying the Lambda notification configuration.
12374 12375 12376 12377 12378 12379 12380 |
# File 'lib/aws-sdk-s3/types.rb', line 12374 class NotificationConfigurationDeprecated < Struct.new( :topic_configuration, :queue_configuration, :cloud_function_configuration) SENSITIVE = [] include Aws::Structure end |
#queue_configuration ⇒ Types::QueueConfigurationDeprecated
This data type is deprecated. This data type specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
12374 12375 12376 12377 12378 12379 12380 |
# File 'lib/aws-sdk-s3/types.rb', line 12374 class NotificationConfigurationDeprecated < Struct.new( :topic_configuration, :queue_configuration, :cloud_function_configuration) SENSITIVE = [] include Aws::Structure end |
#topic_configuration ⇒ Types::TopicConfigurationDeprecated
This data type is deprecated. A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.
12374 12375 12376 12377 12378 12379 12380 |
# File 'lib/aws-sdk-s3/types.rb', line 12374 class NotificationConfigurationDeprecated < Struct.new( :topic_configuration, :queue_configuration, :cloud_function_configuration) SENSITIVE = [] include Aws::Structure end |