| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationTargetProps.Jsii$Proxy
An implementation for
ApplicationTargetProps |
| Modifier and Type | Method and Description |
|---|---|
ApplicationTargetProps |
ApplicationTargetProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ApplicationTargetProps> |
ApplicationMultipleTargetGroupsServiceBaseProps.getTargetGroups()
(experimental) Properties to specify ALB target groups.
|
List<ApplicationTargetProps> |
ApplicationMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getTargetGroups() |
List<ApplicationTargetProps> |
ApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getTargetGroups() |
List<ApplicationTargetProps> |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getTargetGroups() |
| 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 ApplicationLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends ApplicationTargetProps> targetGroups,
ApplicationLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationMultipleTargetGroupsFargateServiceProps.Builder. |
Jsii$Proxy(CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends ApplicationLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends ApplicationTargetProps> targetGroups,
ApplicationLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationMultipleTargetGroupsServiceBaseProps.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends ApplicationLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends ApplicationTargetProps> targetGroups,
ApplicationLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder. |
Copyright © 2021. All rights reserved.