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::AppImageConfig ContainerConfig
The configuration used to run the application image container.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ContainerArguments" :[ String, ... ], "ContainerEntrypoint" :[ String, ... ], "ContainerEnvironmentVariables" :[ CustomImageContainerEnvironmentVariable, ... ]}
YAML
ContainerArguments:- StringContainerEntrypoint:- StringContainerEnvironmentVariables:- CustomImageContainerEnvironmentVariable
Properties
- ContainerArguments
- 
                    The arguments for the container when you're running the application. Required: No Type: Array of String Minimum: 0Maximum: 50Update requires: No interruption 
- ContainerEntrypoint
- 
                    The entrypoint used to run the application in the container. Required: No Type: Array of String Minimum: 0Maximum: 1Update requires: No interruption 
- ContainerEnvironmentVariables
- 
                    The environment variables to set in the container Required: No Type: Array of CustomImageContainerEnvironmentVariable Minimum: 0Maximum: 25Update requires: No interruption