/AWS1/CL_DSREVENTTOPIC¶
Information about Amazon SNS topic and Directory Service directory associations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_directoryid TYPE /AWS1/DSRDIRECTORYID /AWS1/DSRDIRECTORYID¶
The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.
iv_topicname TYPE /AWS1/DSRTOPICNAME /AWS1/DSRTOPICNAME¶
The name of an Amazon SNS topic the receives status messages from the directory.
iv_topicarn TYPE /AWS1/DSRTOPICARN /AWS1/DSRTOPICARN¶
The Amazon SNS topic ARN (Amazon Resource Name).
iv_createddatetime TYPE /AWS1/DSRCREATEDDATETIME /AWS1/DSRCREATEDDATETIME¶
The date and time of when you associated your directory with the Amazon SNS topic.
iv_status TYPE /AWS1/DSRTOPICSTATUS /AWS1/DSRTOPICSTATUS¶
The topic registration status.
Queryable Attributes¶
DirectoryId¶
The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIRECTORYID() |
Getter for DIRECTORYID, with configurable default |
ASK_DIRECTORYID() |
Getter for DIRECTORYID w/ exceptions if field has no value |
HAS_DIRECTORYID() |
Determine if DIRECTORYID has a value |
TopicName¶
The name of an Amazon SNS topic the receives status messages from the directory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPICNAME() |
Getter for TOPICNAME, with configurable default |
ASK_TOPICNAME() |
Getter for TOPICNAME w/ exceptions if field has no value |
HAS_TOPICNAME() |
Determine if TOPICNAME has a value |
TopicArn¶
The Amazon SNS topic ARN (Amazon Resource Name).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPICARN() |
Getter for TOPICARN, with configurable default |
ASK_TOPICARN() |
Getter for TOPICARN w/ exceptions if field has no value |
HAS_TOPICARN() |
Determine if TOPICARN has a value |
CreatedDateTime¶
The date and time of when you associated your directory with the Amazon SNS topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDDATETIME() |
Getter for CREATEDDATETIME, with configurable default |
ASK_CREATEDDATETIME() |
Getter for CREATEDDATETIME w/ exceptions if field has no val |
HAS_CREATEDDATETIME() |
Determine if CREATEDDATETIME has a value |
Status¶
The topic registration status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EVENTTOPICS¶
TYPES TT_EVENTTOPICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DSREVENTTOPIC WITH DEFAULT KEY
.