Class CfnAppImageConfig
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.sagemaker.CfnAppImageConfig
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IAppImageConfigRef,ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:13.508Z")
@Stability(Stable)
public class CfnAppImageConfig
extends CfnResource
implements IInspectable, IAppImageConfigRef, ITaggable
Creates a configuration for running a SageMaker AI image as a KernelGateway app.
The configuration specifies the Amazon Elastic File System storage volume on the image, and a list of the kernels in the image.
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.*;
CfnAppImageConfig cfnAppImageConfig = CfnAppImageConfig.Builder.create(this, "MyCfnAppImageConfig")
.appImageConfigName("appImageConfigName")
// the properties below are optional
.codeEditorAppImageConfig(CodeEditorAppImageConfigProperty.builder()
.containerConfig(ContainerConfigProperty.builder()
.containerArguments(List.of("containerArguments"))
.containerEntrypoint(List.of("containerEntrypoint"))
.containerEnvironmentVariables(List.of(CustomImageContainerEnvironmentVariableProperty.builder()
.key("key")
.value("value")
.build()))
.build())
.build())
.jupyterLabAppImageConfig(JupyterLabAppImageConfigProperty.builder()
.containerConfig(ContainerConfigProperty.builder()
.containerArguments(List.of("containerArguments"))
.containerEntrypoint(List.of("containerEntrypoint"))
.containerEnvironmentVariables(List.of(CustomImageContainerEnvironmentVariableProperty.builder()
.key("key")
.value("value")
.build()))
.build())
.build())
.kernelGatewayImageConfig(KernelGatewayImageConfigProperty.builder()
.kernelSpecs(List.of(KernelSpecProperty.builder()
.name("name")
// the properties below are optional
.displayName("displayName")
.build()))
// the properties below are optional
.fileSystemConfig(FileSystemConfigProperty.builder()
.defaultGid(123)
.defaultUid(123)
.mountPath("mountPath")
.build())
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnAppImageConfig.static interfaceThe configuration for the file system and kernels in a SageMaker image running as a Code Editor app.static interfaceThe configuration used to run the application image container.static interfaceThe environment variables to set in the container.static interfaceThe Amazon Elastic File System storage configuration for a SageMaker AI image.static interfaceThe configuration for the file system and kernels in a SageMaker AI image running as a JupyterLab app.static interfaceThe configuration for the file system and kernels in a SageMaker AI image running as a KernelGateway app.static interfaceThe specification of a Jupyter kernel.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.sagemaker.IAppImageConfigRef
IAppImageConfigRef.Jsii$Default, IAppImageConfigRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnAppImageConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnAppImageConfig(software.amazon.jsii.JsiiObjectRef objRef) CfnAppImageConfig(software.constructs.Construct scope, String id, CfnAppImageConfigProps props) Create a newAWS::SageMaker::AppImageConfig. -
Method Summary
Modifier and TypeMethodDescriptionstatic IAppImageConfigReffromAppImageConfigArn(software.constructs.Construct scope, String id, String arn) Creates a new IAppImageConfigRef from an ARN.static IAppImageConfigReffromAppImageConfigName(software.constructs.Construct scope, String id, String appImageConfigName) Creates a new IAppImageConfigRef from a appImageConfigName.The name of the AppImageConfig.A reference to a AppImageConfig resource.The Amazon Resource Name (ARN) of the AppImageConfig, such asarn:aws:sagemaker:us-west-2:account-id:app-image-config/my-app-image-config-name.The configuration for the file system and the runtime, such as the environment variables and entry point.The configuration for the file system and the runtime, such as the environment variables and entry point.The configuration for the file system and kernels in the SageMaker AI image.getTags()Tag Manager which manages the tags for this resource.An array of key-value pairs to apply to this resource.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetAppImageConfigName(String value) The name of the AppImageConfig.voidThe configuration for the file system and the runtime, such as the environment variables and entry point.voidThe configuration for the file system and the runtime, such as the environment variables and entry point.voidThe configuration for the file system and the runtime, such as the environment variables and entry point.voidThe configuration for the file system and the runtime, such as the environment variables and entry point.voidThe configuration for the file system and kernels in the SageMaker AI image.voidThe configuration for the file system and kernels in the SageMaker AI image.voidsetTagsRaw(List<CfnTag> value) An array of key-value pairs to apply to this resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnAppImageConfig
protected CfnAppImageConfig(software.amazon.jsii.JsiiObjectRef objRef) -
CfnAppImageConfig
protected CfnAppImageConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnAppImageConfig
@Stability(Stable) public CfnAppImageConfig(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnAppImageConfigProps props) Create a newAWS::SageMaker::AppImageConfig.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
fromAppImageConfigArn
@Stability(Stable) @NotNull public static IAppImageConfigRef fromAppImageConfigArn(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String arn) Creates a new IAppImageConfigRef from an ARN.- Parameters:
scope- This parameter is required.id- This parameter is required.arn- This parameter is required.
-
fromAppImageConfigName
@Stability(Stable) @NotNull public static IAppImageConfigRef fromAppImageConfigName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String appImageConfigName) Creates a new IAppImageConfigRef from a appImageConfigName.- Parameters:
scope- This parameter is required.id- This parameter is required.appImageConfigName- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAppImageConfigRef
A reference to a AppImageConfig resource.- Specified by:
getAppImageConfigRefin interfaceIAppImageConfigRef
-
getAttrAppImageConfigArn
The Amazon Resource Name (ARN) of the AppImageConfig, such asarn:aws:sagemaker:us-west-2:account-id:app-image-config/my-app-image-config-name. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getAppImageConfigName
The name of the AppImageConfig. -
setAppImageConfigName
The name of the AppImageConfig. -
getCodeEditorAppImageConfig
The configuration for the file system and the runtime, such as the environment variables and entry point.Returns union: either
IResolvableorCfnAppImageConfig.CodeEditorAppImageConfigProperty -
setCodeEditorAppImageConfig
The configuration for the file system and the runtime, such as the environment variables and entry point. -
setCodeEditorAppImageConfig
@Stability(Stable) public void setCodeEditorAppImageConfig(@Nullable CfnAppImageConfig.CodeEditorAppImageConfigProperty value) The configuration for the file system and the runtime, such as the environment variables and entry point. -
getJupyterLabAppImageConfig
The configuration for the file system and the runtime, such as the environment variables and entry point.Returns union: either
IResolvableorCfnAppImageConfig.JupyterLabAppImageConfigProperty -
setJupyterLabAppImageConfig
The configuration for the file system and the runtime, such as the environment variables and entry point. -
setJupyterLabAppImageConfig
@Stability(Stable) public void setJupyterLabAppImageConfig(@Nullable CfnAppImageConfig.JupyterLabAppImageConfigProperty value) The configuration for the file system and the runtime, such as the environment variables and entry point. -
getKernelGatewayImageConfig
The configuration for the file system and kernels in the SageMaker AI image.Returns union: either
IResolvableorCfnAppImageConfig.KernelGatewayImageConfigProperty -
setKernelGatewayImageConfig
The configuration for the file system and kernels in the SageMaker AI image. -
setKernelGatewayImageConfig
@Stability(Stable) public void setKernelGatewayImageConfig(@Nullable CfnAppImageConfig.KernelGatewayImageConfigProperty value) The configuration for the file system and kernels in the SageMaker AI image. -
getTagsRaw
An array of key-value pairs to apply to this resource. -
setTagsRaw
An array of key-value pairs to apply to this resource.
-