AwsEcsExecutionModuleDeploymentContainerPropertiesImageSchema
Index
Properties
optionalcommand
The command to run when the container starts. This overrides the default command specified in the Docker image.
essential
Whether this container is essential for the task. If an essential container fails, the entire task is stopped.
name
The name of the container within the task definition. This name is used to reference the container in other configurations.
optionalports
The port mappings for the container. These define which container ports are exposed and on which protocols.
Defines the container image properties for execution deployments. This schema configures the container image settings including commands, networking, and runtime characteristics.
Modules/Execution/AwsEcsExecution