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 EventTopic = EventTopic' {}
- newEventTopic :: EventTopic
- eventTopic_status :: Lens' EventTopic (Maybe TopicStatus)
- eventTopic_directoryId :: Lens' EventTopic (Maybe Text)
- eventTopic_topicName :: Lens' EventTopic (Maybe Text)
- eventTopic_topicArn :: Lens' EventTopic (Maybe Text)
- eventTopic_createdDateTime :: Lens' EventTopic (Maybe UTCTime)
Documentation
data EventTopic Source #
Information about Amazon SNS topic and Directory Service directory associations.
See: newEventTopic
smart constructor.
EventTopic' | |
|
Instances
newEventTopic :: EventTopic Source #
Create a value of EventTopic
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:status:EventTopic'
, eventTopic_status
- The topic registration status.
$sel:directoryId:EventTopic'
, eventTopic_directoryId
- The Directory ID of an Directory Service directory that will publish
status messages to an Amazon SNS topic.
$sel:topicName:EventTopic'
, eventTopic_topicName
- The name of an Amazon SNS topic the receives status messages from the
directory.
$sel:topicArn:EventTopic'
, eventTopic_topicArn
- The Amazon SNS topic ARN (Amazon Resource Name).
$sel:createdDateTime:EventTopic'
, eventTopic_createdDateTime
- The date and time of when you associated your directory with the Amazon
SNS topic.
eventTopic_status :: Lens' EventTopic (Maybe TopicStatus) Source #
The topic registration status.
eventTopic_directoryId :: Lens' EventTopic (Maybe Text) Source #
The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.
eventTopic_topicName :: Lens' EventTopic (Maybe Text) Source #
The name of an Amazon SNS topic the receives status messages from the directory.
eventTopic_topicArn :: Lens' EventTopic (Maybe Text) Source #
The Amazon SNS topic ARN (Amazon Resource Name).
eventTopic_createdDateTime :: Lens' EventTopic (Maybe UTCTime) Source #
The date and time of when you associated your directory with the Amazon SNS topic.