| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkLoadBalancedTaskImageProps.Jsii$Proxy
An implementation for
NetworkLoadBalancedTaskImageProps |
| Modifier and Type | Method and Description |
|---|---|
NetworkLoadBalancedTaskImageProps |
NetworkLoadBalancedTaskImageProps.Builder.build()
Builds the configured instance.
|
NetworkLoadBalancedTaskImageProps |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getTaskImageOptions() |
default NetworkLoadBalancedTaskImageProps |
NetworkMultipleTargetGroupsServiceBaseProps.getTaskImageOptions()
(experimental) The properties required to create a new task definition.
|
NetworkLoadBalancedTaskImageProps |
NetworkMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getTaskImageOptions() |
NetworkLoadBalancedTaskImageProps |
NetworkMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getTaskImageOptions() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends NetworkLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends NetworkTargetProps> targetGroups,
NetworkLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkMultipleTargetGroupsFargateServiceProps.Builder. |
Jsii$Proxy(CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends NetworkLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends NetworkTargetProps> targetGroups,
NetworkLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkMultipleTargetGroupsServiceBaseProps.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends NetworkLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends NetworkTargetProps> targetGroups,
NetworkLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkMultipleTargetGroupsEc2ServiceProps.Builder. |
Copyright © 2021. All rights reserved.