/AWS1/CL_SSMGETCLOUDCNCTRRSLT¶
GetCloudConnectorResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_cloudconnectorarn TYPE /AWS1/SSMCLOUDCONNECTORARN /AWS1/SSMCLOUDCONNECTORARN¶
The ARN 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.
io_configuration TYPE REF TO /AWS1/CL_SSMCLOUDCONNECTORCONF /AWS1/CL_SSMCLOUDCONNECTORCONF¶
The configuration details for the third-party cloud environment connection.
iv_configconnectorarn TYPE /AWS1/SSMCONFIGCONNECTORARN /AWS1/SSMCONFIGCONNECTORARN¶
The ARN of the Amazon Web Services Config connector associated with this 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¶
CloudConnectorArn¶
The ARN of the cloud connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDCONNECTORARN() |
Getter for CLOUDCONNECTORARN, with configurable default |
ASK_CLOUDCONNECTORARN() |
Getter for CLOUDCONNECTORARN w/ exceptions if field has no v |
HAS_CLOUDCONNECTORARN() |
Determine if CLOUDCONNECTORARN 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 |
Configuration¶
The configuration details for the third-party cloud environment connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATION() |
Getter for CONFIGURATION |
ConfigConnectorArn¶
The ARN of the Amazon Web Services Config connector associated with this cloud connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGCONNECTORARN() |
Getter for CONFIGCONNECTORARN, with configurable default |
ASK_CONFIGCONNECTORARN() |
Getter for CONFIGCONNECTORARN w/ exceptions if field has no |
HAS_CONFIGCONNECTORARN() |
Determine if CONFIGCONNECTORARN 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 |