Interface CfnDomain.CodeEditorAppSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomain.CodeEditorAppSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnDomain
@Stability(Stable)
public static interface CfnDomain.CodeEditorAppSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The Code Editor application settings.
For more information about Code Editor, see Get started with Code Editor in Amazon SageMaker .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
CodeEditorAppSettingsProperty codeEditorAppSettingsProperty = CodeEditorAppSettingsProperty.builder()
.defaultResourceSpec(ResourceSpecProperty.builder()
.instanceType("instanceType")
.lifecycleConfigArn("lifecycleConfigArn")
.sageMakerImageArn("sageMakerImageArn")
.sageMakerImageVersionArn("sageMakerImageVersionArn")
.build())
.lifecycleConfigArns(List.of("lifecycleConfigArns"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomain.CodeEditorAppSettingsPropertystatic final classAn implementation forCfnDomain.CodeEditorAppSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDefaultResourceSpec
- See Also:
-
getLifecycleConfigArns
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.- See Also:
-
builder
-