NAME
Paws::IoT::TopicRuleDestinationSummary
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::IoT::TopicRuleDestinationSummary object:
$service_obj->Method(Att1 => { Arn => $value, ..., VpcDestinationSummary => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::IoT::TopicRuleDestinationSummary object:
$result = $service_obj->Method(...);
$result->Att1->Arn
DESCRIPTION
Information about the topic rule destination.
ATTRIBUTES
Arn => Str
The topic rule destination ARN.
CreatedAt => Str
The date and time when the topic rule destination was created.
HttpUrlSummary => Paws::IoT::HttpUrlDestinationSummary
Information about the HTTP URL.
LastUpdatedAt => Str
The date and time when the topic rule destination was last updated.
Status => Str
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
status
toIN_PROGRESS
by callingUpdateTopicRuleDestination
. CallingUpdateTopicRuleDestination
causes 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
status
toDISABLED
by callingUpdateTopicRuleDestination
. - DISABLED
-
Confirmation was completed, and traffic to this destination is not allowed. You can set
status
toENABLED
by callingUpdateTopicRuleDestination
. - ERROR
-
Confirmation could not be completed, for example if the confirmation timed out. You can call
GetTopicRuleDestination
for details about the error. You can setstatus
toIN_PROGRESS
by callingUpdateTopicRuleDestination
. CallingUpdateTopicRuleDestination
causes a new confirmation challenge to be sent to your confirmation endpoint.
StatusReason => Str
The reason the topic rule destination is in the current status.
VpcDestinationSummary => Paws::IoT::VpcDestinationSummary
Information about the virtual private cloud (VPC) connection.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::IoT
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues