AWS Amazon SageMaker App
This page shows how to write Terraform and CloudFormation for Amazon SageMaker App and write them securely.
aws_sagemaker_app (Terraform)
The App in Amazon SageMaker can be configured in Terraform with the resource name aws_sagemaker_app. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
app_namerequired - string -
app_typerequired - string -
arnoptional computed - string -
domain_idrequired - string -
idoptional computed - string -
tagsoptional - map from string to string -
user_profile_namerequired - string -
resource_speclist block-
instance_typeoptional - string -
sagemaker_image_arnoptional computed - string
-
Explanation in Terraform Registry
Provides a Sagemaker App resource.
AWS::SageMaker::App (CloudFormation)
The App in SageMaker can be configured in CloudFormation with the resource name AWS::SageMaker::App. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
AppNamerequired - String -
AppTyperequired - String -
DomainIdrequired - String -
ResourceSpecoptional - ResourceSpec -
Tagsoptional - List of Tag -
UserProfileNamerequired - String
Explanation in CloudFormation Registry
Creates a running app for the specified UserProfile. Supported apps are
JupyterServerandKernelGateway. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.