@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:39.636Z")
public interface CfnAppImageConfigProps
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.*; CfnAppImageConfigProps cfnAppImageConfigProps = CfnAppImageConfigProps.builder() .appImageConfigName("appImageConfigName") // the properties below are optional .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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAppImageConfigProps.Builder
A builder for
CfnAppImageConfigProps |
static class |
CfnAppImageConfigProps.Jsii$Proxy
An implementation for
CfnAppImageConfigProps |
Modifier and Type | Method and Description |
---|---|
static CfnAppImageConfigProps.Builder |
builder() |
java.lang.String |
getAppImageConfigName()
The name of the AppImageConfig.
|
default java.lang.Object |
getKernelGatewayImageConfig()
The configuration for the file system and kernels in the SageMaker image.
|
default java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String getAppImageConfigName()
Must be unique to your account.
default java.lang.Object getKernelGatewayImageConfig()
default java.util.List<CfnTag> getTags()
For more information, see Tag .
static CfnAppImageConfigProps.Builder builder()
CfnAppImageConfigProps.Builder
of CfnAppImageConfigProps