AWS::SageMaker::AppImageConfig ContainerConfig - AWS CloudFormation

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:

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