Class: Aws::IoT::Types::TopicRuleDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TopicRuleDestination
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
A topic rule destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The topic rule destination URL.
-
#created_at ⇒ Time
The date and time when the topic rule destination was created.
-
#http_url_properties ⇒ Types::HttpUrlDestinationProperties
Properties of the HTTP URL.
-
#last_updated_at ⇒ Time
The date and time when the topic rule destination was last updated.
-
#status ⇒ String
The status of the topic rule destination.
-
#status_reason ⇒ String
Additional details or reason why the topic rule destination is in the current status.
-
#vpc_properties ⇒ Types::VpcDestinationProperties
Properties of the virtual private cloud (VPC) connection.
Instance Attribute Details
#arn ⇒ String
The topic rule destination URL.
16846 16847 16848 16849 16850 16851 16852 16853 16854 16855 16856 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16846 class TopicRuleDestination < Struct.new( :arn, :status, :created_at, :last_updated_at, :status_reason, :http_url_properties, :vpc_properties) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time when the topic rule destination was created.
16846 16847 16848 16849 16850 16851 16852 16853 16854 16855 16856 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16846 class TopicRuleDestination < Struct.new( :arn, :status, :created_at, :last_updated_at, :status_reason, :http_url_properties, :vpc_properties) SENSITIVE = [] include Aws::Structure end |
#http_url_properties ⇒ Types::HttpUrlDestinationProperties
Properties of the HTTP URL.
16846 16847 16848 16849 16850 16851 16852 16853 16854 16855 16856 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16846 class TopicRuleDestination < Struct.new( :arn, :status, :created_at, :last_updated_at, :status_reason, :http_url_properties, :vpc_properties) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The date and time when the topic rule destination was last updated.
16846 16847 16848 16849 16850 16851 16852 16853 16854 16855 16856 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16846 class TopicRuleDestination < Struct.new( :arn, :status, :created_at, :last_updated_at, :status_reason, :http_url_properties, :vpc_properties) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the topic rule destination. Valid values are:
- IN_PROGRESS
A topic rule destination was created but has not been confirmed. You can set
statustoIN_PROGRESSby callingUpdateTopicRuleDestination. CallingUpdateTopicRuleDestinationcauses a new confirmation challenge to be sent to your confirmation endpoint.- ENABLED
Confirmation was completed, and traffic to this destination is allowed. You can set
statustoDISABLEDby callingUpdateTopicRuleDestination.- DISABLED
Confirmation was completed, and traffic to this destination is not allowed. You can set
statustoENABLEDby callingUpdateTopicRuleDestination.- ERROR
Confirmation could not be completed, for example if the confirmation timed out. You can call
GetTopicRuleDestinationfor details about the error. You can setstatustoIN_PROGRESSby callingUpdateTopicRuleDestination. CallingUpdateTopicRuleDestinationcauses a new confirmation challenge to be sent to your confirmation endpoint.
16846 16847 16848 16849 16850 16851 16852 16853 16854 16855 16856 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16846 class TopicRuleDestination < Struct.new( :arn, :status, :created_at, :last_updated_at, :status_reason, :http_url_properties, :vpc_properties) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional details or reason why the topic rule destination is in the current status.
16846 16847 16848 16849 16850 16851 16852 16853 16854 16855 16856 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16846 class TopicRuleDestination < Struct.new( :arn, :status, :created_at, :last_updated_at, :status_reason, :http_url_properties, :vpc_properties) SENSITIVE = [] include Aws::Structure end |
#vpc_properties ⇒ Types::VpcDestinationProperties
Properties of the virtual private cloud (VPC) connection.
16846 16847 16848 16849 16850 16851 16852 16853 16854 16855 16856 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16846 class TopicRuleDestination < Struct.new( :arn, :status, :created_at, :last_updated_at, :status_reason, :http_url_properties, :vpc_properties) SENSITIVE = [] include Aws::Structure end |