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 CustomImageContainerEnvironmentVariable
The environment variables to set in the container
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Key- 
                    
The key that identifies a container environment variable.
Required: Yes
Type: String
Pattern:
^(?!\s*$).+Minimum:
1Maximum:
256Update requires: No interruption
 Value- 
                    
The value of the container environment variable.
Required: Yes
Type: String
Pattern:
^(?!\s*$).+Minimum:
1Maximum:
256Update requires: No interruption