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: Maximum number of 50 items.
Length Constraints: 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: Maximum number of 1 item.
Length Constraints: Maximum length of 256.
Pattern:
^(?!\s*$).+
Required: No
- ContainerEnvironmentVariables
-
The environment variables to set in the container
Type: String to string map
Map Entries: Maximum number of 25 items.
Key Length Constraints: Maximum length of 256.
Key Pattern:
^(?!\s*$).+
Value Length Constraints: 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: