| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssetImage
(experimental) An image that will be built from a local directory with a Dockerfile.
|
class |
EcrImage
(experimental) An image from an Amazon ECR repository.
|
class |
RepositoryImage
(experimental) An image hosted in a public or private repository.
|
class |
TagParameterContainerImage
(experimental) A special type of
ContainerImage that uses an ECR repository for the image, but a CloudFormation Parameter for the tag of the image in that repository. |
| Modifier and Type | Method and Description |
|---|---|
static ContainerImage |
ContainerImage.fromDockerImageAsset(DockerImageAsset asset)
(experimental) Use an existing `DockerImageAsset` for this container image.
|
ContainerImage |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getImage() |
ContainerImage |
ContainerDefinitionOptions.getImage()
(experimental) The image used to start a container.
|
ContainerImage |
ContainerDefinitionOptions.Jsii$Proxy.getImage() |
ContainerImage |
ContainerDefinitionProps.Jsii$Proxy.getImage() |
ContainerImage |
FirelensLogRouterProps.Jsii$Proxy.getImage() |
| Modifier and Type | Method and Description |
|---|---|
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.image(ContainerImage image)
Sets the value of
ContainerDefinitionOptions.getImage() |
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.image(ContainerImage image)
Sets the value of
ContainerDefinitionOptions.getImage() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.image(ContainerImage image)
(experimental) The image used to start a container.
|
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.image(ContainerImage image)
Sets the value of
ContainerDefinitionOptions.getImage() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.image(ContainerImage image)
(experimental) The image used to start a container.
|
FirelensLogRouterProps.Builder |
FirelensLogRouterProps.Builder.image(ContainerImage image)
Sets the value of
ContainerDefinitionOptions.getImage() |
| Constructor and Description |
|---|
Jsii$Proxy(ContainerImage image,
List<String> command,
String containerName,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
List<String> inferenceAcceleratorResources,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
ContainerDefinitionOptions.Builder. |
Jsii$Proxy(FirelensConfig firelensConfig,
ContainerImage image,
List<String> command,
String containerName,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
List<String> inferenceAcceleratorResources,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
FirelensLogRouterDefinitionOptions.Builder. |
Jsii$Proxy(FirelensConfig firelensConfig,
TaskDefinition taskDefinition,
ContainerImage image,
List<String> command,
String containerName,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
List<String> inferenceAcceleratorResources,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
FirelensLogRouterProps.Builder. |
Jsii$Proxy(TaskDefinition taskDefinition,
ContainerImage image,
List<String> command,
String containerName,
Number cpu,
Boolean disableNetworking,
List<String> dnsSearchDomains,
List<String> dnsServers,
Map<String,String> dockerLabels,
List<String> dockerSecurityOptions,
List<String> entryPoint,
Map<String,String> environment,
List<? extends EnvironmentFile> environmentFiles,
Boolean essential,
Map<String,String> extraHosts,
Number gpuCount,
HealthCheck healthCheck,
String hostname,
List<String> inferenceAcceleratorResources,
LinuxParameters linuxParameters,
LogDriver logging,
Number memoryLimitMiB,
Number memoryReservationMiB,
List<? extends PortMapping> portMappings,
Boolean privileged,
Boolean readonlyRootFilesystem,
Map<String,? extends Secret> secrets,
Duration startTimeout,
Duration stopTimeout,
String user,
String workingDirectory)
Constructor that initializes the object based on literal property values passed by the
ContainerDefinitionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
ContainerImage |
NetworkLoadBalancedTaskImageOptions.getImage()
(experimental) The image used to start a container.
|
ContainerImage |
NetworkLoadBalancedTaskImageOptions.Jsii$Proxy.getImage() |
ContainerImage |
ApplicationLoadBalancedTaskImageProps.getImage()
(experimental) The image used to start a container.
|
ContainerImage |
ApplicationLoadBalancedTaskImageProps.Jsii$Proxy.getImage() |
ContainerImage |
ApplicationLoadBalancedTaskImageOptions.getImage()
(experimental) The image used to start a container.
|
ContainerImage |
ApplicationLoadBalancedTaskImageOptions.Jsii$Proxy.getImage() |
ContainerImage |
ScheduledEc2TaskImageOptions.Jsii$Proxy.getImage() |
ContainerImage |
NetworkLoadBalancedTaskImageProps.getImage()
(experimental) The image used to start a container.
|
ContainerImage |
NetworkLoadBalancedTaskImageProps.Jsii$Proxy.getImage() |
ContainerImage |
ScheduledFargateTaskImageOptions.Jsii$Proxy.getImage() |
ContainerImage |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getImage() |
ContainerImage |
QueueProcessingFargateServiceProps.Jsii$Proxy.getImage() |
ContainerImage |
ScheduledTaskImageProps.getImage()
(experimental) The image used to start a container.
|
ContainerImage |
ScheduledTaskImageProps.Jsii$Proxy.getImage() |
ContainerImage |
QueueProcessingServiceBaseProps.getImage()
(experimental) The image used to start a container.
|
ContainerImage |
QueueProcessingServiceBaseProps.Jsii$Proxy.getImage() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean assignPublicIp,
String containerName,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection taskSubnets,
ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingFargateServiceProps.Builder. |
Jsii$Proxy(ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingServiceBaseProps.Builder. |
Jsii$Proxy(ContainerImage image,
List<String> command,
Map<String,String> environment,
LogDriver logDriver,
Map<String,? extends Secret> secrets)
Constructor that initializes the object based on literal property values passed by the
ScheduledTaskImageProps.Builder. |
Jsii$Proxy(ContainerImage image,
String containerName,
List<? extends Number> containerPorts,
Map<String,String> dockerLabels,
Boolean enableLogging,
Map<String,String> environment,
IRole executionRole,
String family,
LogDriver logDriver,
Map<String,? extends Secret> secrets,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedTaskImageProps.Builder. |
Jsii$Proxy(ContainerImage image,
String containerName,
List<? extends Number> containerPorts,
Map<String,String> dockerLabels,
Boolean enableLogging,
Map<String,String> environment,
IRole executionRole,
String family,
LogDriver logDriver,
Map<String,? extends Secret> secrets,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedTaskImageProps.Builder. |
Jsii$Proxy(ContainerImage image,
String containerName,
Number containerPort,
Map<String,String> dockerLabels,
Boolean enableLogging,
Map<String,String> environment,
IRole executionRole,
String family,
LogDriver logDriver,
Map<String,? extends Secret> secrets,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedTaskImageOptions.Builder. |
Jsii$Proxy(ContainerImage image,
String containerName,
Number containerPort,
Map<String,String> dockerLabels,
Boolean enableLogging,
Map<String,String> environment,
IRole executionRole,
String family,
LogDriver logDriver,
Map<String,? extends Secret> secrets,
IRole taskRole)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedTaskImageOptions.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
ContainerImage image,
List<String> command,
Map<String,String> environment,
LogDriver logDriver,
Map<String,? extends Secret> secrets)
Constructor that initializes the object based on literal property values passed by the
ScheduledFargateTaskImageOptions.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
ContainerImage image,
List<String> command,
Map<String,String> environment,
LogDriver logDriver,
Map<String,? extends Secret> secrets)
Constructor that initializes the object based on literal property values passed by the
ScheduledEc2TaskImageOptions.Builder. |
Jsii$Proxy(String containerName,
Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
ContainerImage image,
DeploymentCircuitBreaker circuitBreaker,
ICluster cluster,
List<String> command,
DeploymentController deploymentController,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
Number minScalingCapacity,
PropagatedTagSource propagateTags,
IQueue queue,
Duration retentionPeriod,
List<? extends ScalingInterval> scalingSteps,
Map<String,? extends Secret> secrets,
String serviceName,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
QueueProcessingEc2ServiceProps.Builder. |
Copyright © 2021. All rights reserved.