/AWS1/CL_SAGCREAGENTSPACEOUT¶
Output for the CreateAgentSpace operation
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_agentspaceid TYPE /AWS1/SAGAGENTSPACEID /AWS1/SAGAGENTSPACEID¶
Unique identifier of the created agent space
iv_name TYPE /AWS1/SAGAGENTNAME /AWS1/SAGAGENTNAME¶
Name of the created agent space
Optional arguments:¶
iv_description TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Description of the created agent space
io_awsresources TYPE REF TO /AWS1/CL_SAGAWSRESOURCES /AWS1/CL_SAGAWSRESOURCES¶
AWS resource configurations associated with the agent space
it_targetdomainids TYPE /AWS1/CL_SAGTGTDOMAINIDLIST_W=>TT_TARGETDOMAINIDLIST TT_TARGETDOMAINIDLIST¶
List of target domain IDs registered with the agent space
io_codereviewsettings TYPE REF TO /AWS1/CL_SAGCODEREVIEWSETTINGS /AWS1/CL_SAGCODEREVIEWSETTINGS¶
Configuration for code review analysis, including controls scanning and general purpose scanning settings
iv_kmskeyid TYPE /AWS1/SAGKMSKEYID /AWS1/SAGKMSKEYID¶
Identifier of the KMS key used to encrypt data. Can be a key ID, key ARN, alias name, or alias ARN. If not specified, an AWS managed key is used.
iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
Timestamp when the agent space was created
iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
Timestamp when the agent space was last updated
Queryable Attributes¶
agentSpaceId¶
Unique identifier of the created agent space
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTSPACEID() |
Getter for AGENTSPACEID, with configurable default |
ASK_AGENTSPACEID() |
Getter for AGENTSPACEID w/ exceptions if field has no value |
HAS_AGENTSPACEID() |
Determine if AGENTSPACEID has a value |
name¶
Name of the created agent space
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¶
Description of the created agent space
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 |
awsResources¶
AWS resource configurations associated with the agent space
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSRESOURCES() |
Getter for AWSRESOURCES |
targetDomainIds¶
List of target domain IDs registered with the agent space
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETDOMAINIDS() |
Getter for TARGETDOMAINIDS, with configurable default |
ASK_TARGETDOMAINIDS() |
Getter for TARGETDOMAINIDS w/ exceptions if field has no val |
HAS_TARGETDOMAINIDS() |
Determine if TARGETDOMAINIDS has a value |
codeReviewSettings¶
Configuration for code review analysis, including controls scanning and general purpose scanning settings
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODEREVIEWSETTINGS() |
Getter for CODEREVIEWSETTINGS |
kmsKeyId¶
Identifier of the KMS key used to encrypt data. Can be a key ID, key ARN, alias name, or alias ARN. If not specified, an AWS managed key is used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYID() |
Getter for KMSKEYID, with configurable default |
ASK_KMSKEYID() |
Getter for KMSKEYID w/ exceptions if field has no value |
HAS_KMSKEYID() |
Determine if KMSKEYID has a value |
createdAt¶
Timestamp when the agent space 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¶
Timestamp when the agent space 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 |