Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TopicRuleDestination = TopicRuleDestination' {}
- newTopicRuleDestination :: TopicRuleDestination
- topicRuleDestination_vpcProperties :: Lens' TopicRuleDestination (Maybe VpcDestinationProperties)
- topicRuleDestination_status :: Lens' TopicRuleDestination (Maybe TopicRuleDestinationStatus)
- topicRuleDestination_lastUpdatedAt :: Lens' TopicRuleDestination (Maybe UTCTime)
- topicRuleDestination_httpUrlProperties :: Lens' TopicRuleDestination (Maybe HttpUrlDestinationProperties)
- topicRuleDestination_arn :: Lens' TopicRuleDestination (Maybe Text)
- topicRuleDestination_createdAt :: Lens' TopicRuleDestination (Maybe UTCTime)
- topicRuleDestination_statusReason :: Lens' TopicRuleDestination (Maybe Text)
Documentation
data TopicRuleDestination Source #
A topic rule destination.
See: newTopicRuleDestination
smart constructor.
TopicRuleDestination' | |
|
Instances
newTopicRuleDestination :: TopicRuleDestination Source #
Create a value of TopicRuleDestination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:vpcProperties:TopicRuleDestination'
, topicRuleDestination_vpcProperties
- Properties of the virtual private cloud (VPC) connection.
$sel:status:TopicRuleDestination'
, topicRuleDestination_status
- 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.
$sel:lastUpdatedAt:TopicRuleDestination'
, topicRuleDestination_lastUpdatedAt
- The date and time when the topic rule destination was last updated.
$sel:httpUrlProperties:TopicRuleDestination'
, topicRuleDestination_httpUrlProperties
- Properties of the HTTP URL.
$sel:arn:TopicRuleDestination'
, topicRuleDestination_arn
- The topic rule destination URL.
$sel:createdAt:TopicRuleDestination'
, topicRuleDestination_createdAt
- The date and time when the topic rule destination was created.
$sel:statusReason:TopicRuleDestination'
, topicRuleDestination_statusReason
- Additional details or reason why the topic rule destination is in the
current status.
topicRuleDestination_vpcProperties :: Lens' TopicRuleDestination (Maybe VpcDestinationProperties) Source #
Properties of the virtual private cloud (VPC) connection.
topicRuleDestination_status :: Lens' TopicRuleDestination (Maybe TopicRuleDestinationStatus) Source #
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.
topicRuleDestination_lastUpdatedAt :: Lens' TopicRuleDestination (Maybe UTCTime) Source #
The date and time when the topic rule destination was last updated.
topicRuleDestination_httpUrlProperties :: Lens' TopicRuleDestination (Maybe HttpUrlDestinationProperties) Source #
Properties of the HTTP URL.
topicRuleDestination_arn :: Lens' TopicRuleDestination (Maybe Text) Source #
The topic rule destination URL.
topicRuleDestination_createdAt :: Lens' TopicRuleDestination (Maybe UTCTime) Source #
The date and time when the topic rule destination was created.
topicRuleDestination_statusReason :: Lens' TopicRuleDestination (Maybe Text) Source #
Additional details or reason why the topic rule destination is in the current status.