AWS::SageMaker::AppImageConfig
Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SageMaker::AppImageConfig", "Properties" : { "AppImageConfigName" :String, "KernelGatewayImageConfig" :KernelGatewayImageConfig, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::SageMaker::AppImageConfig Properties: AppImageConfigName:StringKernelGatewayImageConfig:KernelGatewayImageConfigTags:- Tag
Properties
AppImageConfigName-
The name of the AppImageConfig. Must be unique to your account.
Required: Yes
Type: String
Maximum:
63Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}Update requires: Replacement
KernelGatewayImageConfig-
The configuration for the file system and kernels in the SageMaker image.
Required: No
Type: KernelGatewayImageConfig
Update requires: No interruption
Tags-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: List of Tag
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the name of the AppImageConfig.
For more information about using the Reffunction, see Ref.
Fn::GetAtt
The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.