AWSIoTTopicRuleDestinationSummary
Objective-C
@interface AWSIoTTopicRuleDestinationSummary
Swift
class AWSIoTTopicRuleDestinationSummary
Information about the topic rule destination.
-
The topic rule destination ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;Swift
var arn: String? { get set } -
The date and time when the topic rule destination was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdAt;Swift
var createdAt: Date? { get set } -
Information about the HTTP URL.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTHttpUrlDestinationSummary *_Nullable httpUrlSummary;Swift
var httpUrlSummary: AWSIoTHttpUrlDestinationSummary? { get set } -
The date and time when the topic rule destination was last updated.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastUpdatedAt;Swift
var lastUpdatedAt: Date? { get set } -
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.
Declaration
Objective-C
@property (nonatomic) AWSIoTTopicRuleDestinationStatus status;Swift
var status: AWSIoTTopicRuleDestinationStatus { get set } -
The reason the topic rule destination is in the current status.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusReason;Swift
var statusReason: String? { get set } -
Information about the virtual private cloud (VPC) connection.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTVpcDestinationSummary *_Nullable vpcDestinationSummary;Swift
var vpcDestinationSummary: AWSIoTVpcDestinationSummary? { get set }
View on GitHub
Install in Dash
AWSIoTTopicRuleDestinationSummary Class Reference