/AWS1/CL_CWEDESCRCONNRESPONSE¶
DescribeConnectionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_connectionarn TYPE /AWS1/CWECONNECTIONARN /AWS1/CWECONNECTIONARN¶
The ARN of the connection retrieved.
iv_name TYPE /AWS1/CWECONNECTIONNAME /AWS1/CWECONNECTIONNAME¶
The name of the connection retrieved.
iv_description TYPE /AWS1/CWECONNECTIONDESCRIPTION /AWS1/CWECONNECTIONDESCRIPTION¶
The description for the connection retrieved.
iv_connectionstate TYPE /AWS1/CWECONNECTIONSTATE /AWS1/CWECONNECTIONSTATE¶
The state of the connection retrieved.
iv_statereason TYPE /AWS1/CWECONNECTIONSTATEREASON /AWS1/CWECONNECTIONSTATEREASON¶
The reason that the connection is in the current connection state.
iv_authorizationtype TYPE /AWS1/CWECONNECTIONAUTHTYPE /AWS1/CWECONNECTIONAUTHTYPE¶
The type of authorization specified for the connection.
iv_secretarn TYPE /AWS1/CWESECRETSMANAGERSECRE00 /AWS1/CWESECRETSMANAGERSECRE00¶
The ARN of the secret created from the authorization parameters specified for the connection.
io_authparameters TYPE REF TO /AWS1/CL_CWECONNAUTHRSPPARAMS /AWS1/CL_CWECONNAUTHRSPPARAMS¶
The parameters to use for authorization for the connection.
iv_creationtime TYPE /AWS1/CWETIMESTAMP /AWS1/CWETIMESTAMP¶
A time stamp for the time that the connection was created.
iv_lastmodifiedtime TYPE /AWS1/CWETIMESTAMP /AWS1/CWETIMESTAMP¶
A time stamp for the time that the connection was last modified.
iv_lastauthorizedtime TYPE /AWS1/CWETIMESTAMP /AWS1/CWETIMESTAMP¶
A time stamp for the time that the connection was last authorized.
Queryable Attributes¶
ConnectionArn¶
The ARN of the connection retrieved.
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 |
Name¶
The name of the connection retrieved.
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 |
Description¶
The description for the connection retrieved.
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 |
ConnectionState¶
The state of the connection retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONSTATE() |
Getter for CONNECTIONSTATE, with configurable default |
ASK_CONNECTIONSTATE() |
Getter for CONNECTIONSTATE w/ exceptions if field has no val |
HAS_CONNECTIONSTATE() |
Determine if CONNECTIONSTATE has a value |
StateReason¶
The reason that the connection is in the current connection state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEREASON() |
Getter for STATEREASON, with configurable default |
ASK_STATEREASON() |
Getter for STATEREASON w/ exceptions if field has no value |
HAS_STATEREASON() |
Determine if STATEREASON has a value |
AuthorizationType¶
The type of authorization specified for the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHORIZATIONTYPE() |
Getter for AUTHORIZATIONTYPE, with configurable default |
ASK_AUTHORIZATIONTYPE() |
Getter for AUTHORIZATIONTYPE w/ exceptions if field has no v |
HAS_AUTHORIZATIONTYPE() |
Determine if AUTHORIZATIONTYPE has a value |
SecretArn¶
The ARN of the secret created from the authorization parameters specified for the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETARN() |
Getter for SECRETARN, with configurable default |
ASK_SECRETARN() |
Getter for SECRETARN w/ exceptions if field has no value |
HAS_SECRETARN() |
Determine if SECRETARN has a value |
AuthParameters¶
The parameters to use for authorization for the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHPARAMETERS() |
Getter for AUTHPARAMETERS |
CreationTime¶
A time stamp for the time that the connection was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastModifiedTime¶
A time stamp for the time that the connection was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
LastAuthorizedTime¶
A time stamp for the time that the connection was last authorized.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTAUTHORIZEDTIME() |
Getter for LASTAUTHORIZEDTIME, with configurable default |
ASK_LASTAUTHORIZEDTIME() |
Getter for LASTAUTHORIZEDTIME w/ exceptions if field has no |
HAS_LASTAUTHORIZEDTIME() |
Determine if LASTAUTHORIZEDTIME has a value |