AWS::SageMaker::AppImageConfig ContainerConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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