Thanks to visit codestin.com
Credit goes to docs.aws.amazon.com

Codestin Search App

ContainerConfig

The configuration used to run the application image container.

Contents

ContainerArguments

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

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 50 items.

Length Constraints: Minimum length of 0. Maximum length of 64.

Pattern: (?!\s*$).+

Required: No

ContainerEntrypoint

The entrypoint used to run the application in the container.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 1 item.

Length Constraints: Minimum length of 0. Maximum length of 256.

Pattern: (?!\s*$).+

Required: No

ContainerEnvironmentVariables

The environment variables to set in the container

Type: String to string map

Map Entries: Minimum number of 0 items. Maximum number of 25 items.

Key Length Constraints: Minimum length of 0. Maximum length of 256.

Key Pattern: (?!\s*$).+

Value Length Constraints: Minimum length of 0. Maximum length of 256.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: