@Generated(value="jsii-pacmak/1.21.0 (build 4262b22)", date="2021-02-19T10:09:24.147Z") @Stability(value=Stable) public interface ContainerDefinitionProps extends software.amazon.jsii.JsiiSerializable, ContainerDefinitionOptions
Modifier and Type | Interface and Description |
---|---|
static class |
ContainerDefinitionProps.Builder
A builder for
ContainerDefinitionProps |
static class |
ContainerDefinitionProps.Jsii$Proxy
An implementation for
ContainerDefinitionProps |
Modifier and Type | Method and Description |
---|---|
static ContainerDefinitionProps.Builder |
builder() |
TaskDefinition |
getTaskDefinition()
The name of the task definition that includes this container definition.
|
getCommand, getCpu, getDisableNetworking, getDnsSearchDomains, getDnsServers, getDockerLabels, getDockerSecurityOptions, getEntryPoint, getEnvironment, getEnvironmentFiles, getEssential, getExtraHosts, getGpuCount, getHealthCheck, getHostname, getImage, getLinuxParameters, getLogging, getMemoryLimitMiB, getMemoryReservationMiB, getPrivileged, getReadonlyRootFilesystem, getSecrets, getStartTimeout, getStopTimeout, getUser, getWorkingDirectory
@Stability(value=Stable) @NotNull TaskDefinition getTaskDefinition()
[disable-awslint:ref-via-interface]
@Stability(value=Stable) static ContainerDefinitionProps.Builder builder()
builder
in interface ContainerDefinitionOptions
ContainerDefinitionProps.Builder
of ContainerDefinitionProps
Copyright © 2021. All rights reserved.