Skip to main content

AwsEcsExecutionModuleDeploymentContainerPropertiesSchema

Defines the container properties for execution deployments. This schema configures the CPU, memory, and image settings for containers in the execution.

@group

Modules/Execution/AwsEcsExecution

Index

Properties

Properties

optionalcpu

cpu?: null | 256 | 512 | 1024 | 2048 | 4096 | 8192 | 16384 = ...

The CPU units to allocate to the container. This is measured in CPU units where 1024 units = 1 vCPU.

image

The image configuration for the container. This defines the container image settings and runtime properties. See AwsEcsExecutionModuleDeploymentContainerPropertiesImageSchema for options.

optionalmemory

memory?: null | number = ...

The memory limit in MiB to allocate to the container. This is the hard limit for memory usage.

Page Options