This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::Domain RSessionAppSettings
A collection of settings that apply to an RSessionGateway app.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CustomImages" :[ CustomImage, ... ], "DefaultResourceSpec" :ResourceSpec}
Properties
- CustomImages
- 
                    A list of custom SageMaker AI images that are configured to run as a RSession app. Required: No Type: Array of CustomImage Minimum: 0Maximum: 200Update requires: No interruption 
- DefaultResourceSpec
- 
                    Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on. Required: No Type: ResourceSpec Update requires: No interruption