/AWS1/CL_IOXDESTINATIONSUMMARY¶
Structure describing a destination for IoT managed integrations to deliver notifications for a device.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_description TYPE /AWS1/IOXDSTDESCRIPTION /AWS1/IOXDSTDESCRIPTION¶
The description of the customer-managed destination.
iv_deliverydestinationarn TYPE /AWS1/IOXDELIVERYDSTARN /AWS1/IOXDELIVERYDSTARN¶
The Amazon Resource Name (ARN) of the customer-managed destination.
iv_deliverydestinationtype TYPE /AWS1/IOXDELIVERYDSTTYPE /AWS1/IOXDELIVERYDSTTYPE¶
The destination type for the customer-managed destination.
iv_name TYPE /AWS1/IOXDESTINATIONNAME /AWS1/IOXDESTINATIONNAME¶
The name of the customer-managed destination.
iv_rolearn TYPE /AWS1/IOXDELIVERYDSTROLEARN /AWS1/IOXDELIVERYDSTROLEARN¶
The Amazon Resource Name (ARN) of the delivery destination.
Queryable Attributes¶
Description¶
The description of the customer-managed destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
DeliveryDestinationArn¶
The Amazon Resource Name (ARN) of the customer-managed destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIVERYDESTINATIONARN() |
Getter for DELIVERYDESTINATIONARN, with configurable default |
ASK_DELIVERYDESTINATIONARN() |
Getter for DELIVERYDESTINATIONARN w/ exceptions if field has |
HAS_DELIVERYDESTINATIONARN() |
Determine if DELIVERYDESTINATIONARN has a value |
DeliveryDestinationType¶
The destination type for the customer-managed destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELIVERYDESTINATIONTYPE() |
Getter for DELIVERYDESTINATIONTYPE, with configurable defaul |
ASK_DELIVERYDESTINATIONTYPE() |
Getter for DELIVERYDESTINATIONTYPE w/ exceptions if field ha |
HAS_DELIVERYDESTINATIONTYPE() |
Determine if DELIVERYDESTINATIONTYPE has a value |
Name¶
The name of the customer-managed destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
RoleArn¶
The Amazon Resource Name (ARN) of the delivery destination.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN 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_DESTINATIONLISTDEFINITION¶
TYPES TT_DESTINATIONLISTDEFINITION TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXDESTINATIONSUMMARY WITH DEFAULT KEY
.