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.
12455 12456 12457 12458 12459 12460 12461 |
# File 'lib/aws-sdk-s3/types.rb', line 12455 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.
12455 12456 12457 12458 12459 12460 12461 |
# File 'lib/aws-sdk-s3/types.rb', line 12455 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.
12455 12456 12457 12458 12459 12460 12461 |
# File 'lib/aws-sdk-s3/types.rb', line 12455 class NotificationConfigurationDeprecated < Struct.new( :topic_configuration, :queue_configuration, :cloud_function_configuration) SENSITIVE = [] include Aws::Structure end |