AWS::SageMaker::AppCreates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker AI upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.
import { CfnApp } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnAppConfiguration passed to the constructor as CfnAppProps.
appNameRequiredstringThe name of the app.
appTypeRequiredstringThe type of app.
domainIdRequiredstringThe domain ID.
userProfileNameRequiredstringThe user profile name.
recoveryModeOptionalboolean | IResolvableIndicates whether the application is launched in recovery mode.
resourceSpecOptionalIResolvable | ResourceSpecPropertySpecifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::App