/AWS1/CL_SSMCLOUDCNCTUMMARY¶
Summary information about a cloud connector.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cloudconnectorid TYPE /AWS1/SSMCLOUDCONNECTORID /AWS1/SSMCLOUDCONNECTORID¶
The ID of the cloud connector.
iv_displayname TYPE /AWS1/SSMDISPLAYNAME /AWS1/SSMDISPLAYNAME¶
The friendly name of the cloud connector.
iv_description TYPE /AWS1/SSMCLOUDCONNECTORDESC /AWS1/SSMCLOUDCONNECTORDESC¶
The description of the cloud connector.
iv_rolearn TYPE /AWS1/SSMCLOUDCNCTRIAMROLEARN /AWS1/SSMCLOUDCNCTRIAMROLEARN¶
The ARN of the IAM role used by the cloud connector.
iv_createdat TYPE /AWS1/SSMDATETIME /AWS1/SSMDATETIME¶
The date and time the cloud connector was created.
iv_updatedat TYPE /AWS1/SSMDATETIME /AWS1/SSMDATETIME¶
The date and time the cloud connector was last updated.
Queryable Attributes¶
CloudConnectorId¶
The ID of the cloud connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDCONNECTORID() |
Getter for CLOUDCONNECTORID, with configurable default |
ASK_CLOUDCONNECTORID() |
Getter for CLOUDCONNECTORID w/ exceptions if field has no va |
HAS_CLOUDCONNECTORID() |
Determine if CLOUDCONNECTORID has a value |
DisplayName¶
The friendly name of the cloud connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Description¶
The description of the cloud connector.
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 |
RoleArn¶
The ARN of the IAM role used by the cloud connector.
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 |
CreatedAt¶
The date and time the cloud connector was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
UpdatedAt¶
The date and time the cloud connector was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT 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_CLOUDCONNECTORSUMMARYLIST¶
TYPES TT_CLOUDCONNECTORSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMCLOUDCNCTUMMARY WITH DEFAULT KEY
.