Builder
Properties
The dependencies that are defined for container startup and shutdown.
Whether to disable networking within the container.
A list of DNS search domains that are presented to the container.
A list of DNS servers that are presented to the container.
A key-value map of labels to add to the container.
A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems.
The entry point that is passed to the container.
The environment variables to pass to a container.
A list of files containing the environment variables to pass to a container.
A list of hostnames and IP address mappings to append to the /etc/hosts file on the container.
The FireLens configuration for the container. Specifies and configures a log router for container logs.
The container health check command and associated configuration parameters for the container.
If set to true, then containerized applications can be deployed that require stdin
or a tty
to be allocated.
Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.
The log configuration specification for the container.
The soft limit (in MiB) of memory to reserve for the container.
The mount points for the data volumes in the container.
The list of port mappings for the container.
Whether the container is given elevated privileges on the host container instance. The elevated privileges are similar to the root user.
Whether to allocate a TTY to the container.
Whether the container is given read-only access to its root file system.
The private repository authentication credentials to use.
The type and amount of a resource to assign to a container. The only supported resource is a GPU.
The secrets to pass to the container.
The number of seconds to wait before giving up on resolving dependencies for a container.
The number of seconds to wait before the container is stopped if it doesn't shut down normally on its own.
A list of namespaced kernel parameters to set in the container.
A list of ulimits to set in the container.
Data volumes to mount from another container.
The working directory in which to run commands inside the container.
Functions
construct an aws.sdk.kotlin.services.securityhub.model.AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails inside the given block
construct an aws.sdk.kotlin.services.securityhub.model.AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails inside the given block
construct an aws.sdk.kotlin.services.securityhub.model.AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationDetails inside the given block