AWS::SageMaker::AppImageConfigResource Type definition for AWS::SageMaker::AppImageConfig
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AppImageConfigName | string | RequiredCreate-only |
CodeEditorAppImageConfig | CodeEditorAppImageConfig | |
JupyterLabAppImageConfig | JupyterLabAppImageConfig | |
KernelGatewayImageConfig | KernelGatewayImageConfig | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AppImageConfigArn | string | The Amazon Resource Name (ARN) of the AppImageConfig. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::AppImageConfig
Resources:
MyResource:
Type: AWS::SageMaker::AppImageConfig
Properties:
AppImageConfigName: "my-appimageconfigname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateAppImageConfigsagemaker:DescribeAppImageConfigsagemaker:AddTagssagemaker:ListTagssagemaker:DescribeAppImageConfigsagemaker:ListTagssagemaker:UpdateAppImageConfigsagemaker:DescribeAppImageConfigsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteAppImageConfigsagemaker:DescribeAppImageConfigsagemaker:DeleteTagssagemaker:ListAppImageConfigssagemaker:ListTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAppImageConfigNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AppImageConfigName