Skip to content

/AWS1/CL_SGMSPACECODEEDITORA00

The application settings for a Code Editor space.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_defaultresourcespec TYPE REF TO /AWS1/CL_SGMRESOURCESPEC /AWS1/CL_SGMRESOURCESPEC

Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.

When both SageMakerImageVersionArn and SageMakerImageArn are passed, SageMakerImageVersionArn is used. Any updates to SageMakerImageArn will not take effect if SageMakerImageVersionArn already exists in the ResourceSpec because SageMakerImageVersionArn always takes precedence. To clear the value set for SageMakerImageVersionArn, pass None as the value.

io_applifecyclemanagement TYPE REF TO /AWS1/CL_SGMSPACEAPPLCMANAGE00 /AWS1/CL_SGMSPACEAPPLCMANAGE00

Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.


Queryable Attributes

DefaultResourceSpec

Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.

When both SageMakerImageVersionArn and SageMakerImageArn are passed, SageMakerImageVersionArn is used. Any updates to SageMakerImageArn will not take effect if SageMakerImageVersionArn already exists in the ResourceSpec because SageMakerImageVersionArn always takes precedence. To clear the value set for SageMakerImageVersionArn, pass None as the value.

Accessible with the following methods

Method Description
GET_DEFAULTRESOURCESPEC() Getter for DEFAULTRESOURCESPEC

AppLifecycleManagement

Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.

Accessible with the following methods

Method Description
GET_APPLIFECYCLEMANAGEMENT() Getter for APPLIFECYCLEMANAGEMENT