/AWS1/CL_CONCREATECONNOUTPUT¶
CreateConnectionOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_CONNECTIONARN
TYPE /AWS1/CONCONNECTIONARN
/AWS1/CONCONNECTIONARN
¶
The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between Amazon Web Services services.
The ARN is never reused if the connection is deleted.
Optional arguments:¶
IT_TAGS
TYPE /AWS1/CL_CONTAG=>TT_TAGLIST
TT_TAGLIST
¶
Specifies the tags applied to the resource.
Queryable Attributes¶
ConnectionArn¶
The Amazon Resource Name (ARN) of the connection to be created. The ARN is used as the connection reference when the connection is shared between Amazon Web Services services.
The ARN is never reused if the connection is deleted.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONNECTIONARN() |
Getter for CONNECTIONARN, with configurable default |
ASK_CONNECTIONARN() |
Getter for CONNECTIONARN w/ exceptions if field has no value |
HAS_CONNECTIONARN() |
Determine if CONNECTIONARN has a value |
Tags¶
Specifies the tags applied to the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |