AWS::SageMaker::AppResource Type definition for AWS::SageMaker::App
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AppName | string | RequiredCreate-only |
AppType | string | RequiredCreate-only |
DomainId | string | RequiredCreate-only |
UserProfileName | string | RequiredCreate-only |
RecoveryMode | boolean | |
ResourceSpec | ResourceSpec | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AppArn | string | The Amazon Resource Name (ARN) of the app. |
BuiltInLifecycleConfigArn | string | The lifecycle configuration that runs before the default lifecycle configuration. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::App
Resources:
MyResource:
Type: AWS::SageMaker::App
Properties:
AppName: "my-appname"
AppType: "JupyterServer"
DomainId: "my-domainid"
UserProfileName: "my-userprofilename"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateAppsagemaker:DescribeAppsagemaker:AddTagssagemaker:ListTagssagemaker:DescribeAppsagemaker:DescribeAppsagemaker:ListTagssagemaker:DescribeAppsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteAppsagemaker:DescribeAppsagemaker:DeleteTagssagemaker:ListTagssagemaker:ListAppssagemaker:ListTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAppNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AppNameAppTypeDomainIdUserProfileNameResourceSpec