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.
12395 12396 12397 12398 12399 12400 12401 |
# File 'lib/aws-sdk-s3/types.rb', line 12395 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.
12395 12396 12397 12398 12399 12400 12401 |
# File 'lib/aws-sdk-s3/types.rb', line 12395 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.
12395 12396 12397 12398 12399 12400 12401 |
# File 'lib/aws-sdk-s3/types.rb', line 12395 class NotificationConfigurationDeprecated < Struct.new( :topic_configuration, :queue_configuration, :cloud_function_configuration) SENSITIVE = [] include Aws::Structure end |