| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DirectoryService.Types.EventTopic
Description
Synopsis
- data EventTopic = EventTopic' {}
- newEventTopic :: EventTopic
- eventTopic_createdDateTime :: Lens' EventTopic (Maybe UTCTime)
- eventTopic_directoryId :: Lens' EventTopic (Maybe Text)
- eventTopic_status :: Lens' EventTopic (Maybe TopicStatus)
- eventTopic_topicArn :: Lens' EventTopic (Maybe Text)
- eventTopic_topicName :: Lens' EventTopic (Maybe Text)
Documentation
data EventTopic Source #
Information about Amazon SNS topic and Directory Service directory associations.
See: newEventTopic smart constructor.
Constructors
| EventTopic' | |
Fields
| |
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:createdDateTime:EventTopic', eventTopic_createdDateTime - The date and time of when you associated your directory with the Amazon
SNS topic.
$sel:directoryId:EventTopic', eventTopic_directoryId - The Directory ID of an Directory Service directory that will publish
status messages to an Amazon SNS topic.
$sel:status:EventTopic', eventTopic_status - The topic registration status.
$sel:topicArn:EventTopic', eventTopic_topicArn - The Amazon SNS topic ARN (Amazon Resource Name).
$sel:topicName:EventTopic', eventTopic_topicName - The name of an Amazon SNS topic the receives status messages from the
directory.
eventTopic_createdDateTime :: Lens' EventTopic (Maybe UTCTime) Source #
The date and time of when you associated your directory with the Amazon SNS topic.
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_status :: Lens' EventTopic (Maybe TopicStatus) Source #
The topic registration status.
eventTopic_topicArn :: Lens' EventTopic (Maybe Text) Source #
The Amazon SNS topic ARN (Amazon Resource Name).
eventTopic_topicName :: Lens' EventTopic (Maybe Text) Source #
The name of an Amazon SNS topic the receives status messages from the directory.