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.
11697 11698 11699 11700 11701 11702 11703 |
# File 'lib/aws-sdk-s3/types.rb', line 11697 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.
11697 11698 11699 11700 11701 11702 11703 |
# File 'lib/aws-sdk-s3/types.rb', line 11697 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.
11697 11698 11699 11700 11701 11702 11703 |
# File 'lib/aws-sdk-s3/types.rb', line 11697 class NotificationConfigurationDeprecated < Struct.new( :topic_configuration, :queue_configuration, :cloud_function_configuration) SENSITIVE = [] include Aws::Structure end |