AWS::SageMaker::AppImageConfig ContainerConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SageMaker::AppImageConfig ContainerConfig

The configuration used to run the application image container.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

ContainerArguments

The arguments for the container when you're running the application.

Required: No

Type: Array of String

Minimum: 0

Maximum: 50

Update requires: No interruption

ContainerEntrypoint

The entrypoint used to run the application in the container.

Required: No

Type: Array of String

Minimum: 0

Maximum: 1

Update requires: No interruption

ContainerEnvironmentVariables

The environment variables to set in the container

Required: No

Type: Array of CustomImageContainerEnvironmentVariable

Minimum: 0

Maximum: 25

Update requires: No interruption