| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs | |
| software.amazon.awscdk.services.ecs.patterns |
| Modifier and Type | Method and Description |
|---|---|
PropagatedTagSource |
FargateServiceProps.Jsii$Proxy.getPropagateTags() |
default PropagatedTagSource |
BaseServiceOptions.getPropagateTags()
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
PropagatedTagSource |
BaseServiceOptions.Jsii$Proxy.getPropagateTags() |
PropagatedTagSource |
BaseServiceProps.Jsii$Proxy.getPropagateTags() |
PropagatedTagSource |
Ec2ServiceProps.Jsii$Proxy.getPropagateTags() |
default PropagatedTagSource |
FargateServiceProps.getPropagateTaskTagsFrom()
Deprecated.
Use `propagateTags` instead.
|
PropagatedTagSource |
FargateServiceProps.Jsii$Proxy.getPropagateTaskTagsFrom() |
default PropagatedTagSource |
Ec2ServiceProps.getPropagateTaskTagsFrom()
Deprecated.
Use `propagateTags` instead.
|
PropagatedTagSource |
Ec2ServiceProps.Jsii$Proxy.getPropagateTaskTagsFrom() |
static PropagatedTagSource |
PropagatedTagSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagatedTagSource[] |
PropagatedTagSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FargateService.Builder |
FargateService.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
Ec2Service.Builder |
Ec2Service.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
FargateServiceProps.Builder |
FargateServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
BaseServiceOptions.getPropagateTags() |
BaseServiceOptions.Builder |
BaseServiceOptions.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
BaseServiceOptions.getPropagateTags() |
BaseServiceProps.Builder |
BaseServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
BaseServiceOptions.getPropagateTags() |
Ec2ServiceProps.Builder |
Ec2ServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
BaseServiceOptions.getPropagateTags() |
FargateService.Builder |
FargateService.Builder.propagateTaskTagsFrom(PropagatedTagSource propagateTaskTagsFrom)
Deprecated.
Use `propagateTags` instead.
|
Ec2Service.Builder |
Ec2Service.Builder.propagateTaskTagsFrom(PropagatedTagSource propagateTaskTagsFrom)
Deprecated.
Use `propagateTags` instead.
|
FargateServiceProps.Builder |
FargateServiceProps.Builder.propagateTaskTagsFrom(PropagatedTagSource propagateTaskTagsFrom)
Deprecated.
Use `propagateTags` instead.
|
Ec2ServiceProps.Builder |
Ec2ServiceProps.Builder.propagateTaskTagsFrom(PropagatedTagSource propagateTaskTagsFrom)
Deprecated.
Use `propagateTags` instead.
|
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
CloudMapOptions cloudMapOptions,
DeploymentController deploymentController,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
BaseServiceOptions.Builder. |
Jsii$Proxy(LaunchType launchType,
ICluster cluster,
CloudMapOptions cloudMapOptions,
DeploymentController deploymentController,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
BaseServiceProps.Builder. |
Jsii$Proxy(TaskDefinition taskDefinition,
Boolean assignPublicIp,
Boolean daemon,
List<? extends PlacementConstraint> placementConstraints,
List<? extends PlacementStrategy> placementStrategies,
PropagatedTagSource propagateTaskTagsFrom,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection vpcSubnets,
ICluster cluster,
CloudMapOptions cloudMapOptions,
DeploymentController deploymentController,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
Ec2ServiceProps.Builder. |
Jsii$Proxy(TaskDefinition taskDefinition,
Boolean assignPublicIp,
FargatePlatformVersion platformVersion,
PropagatedTagSource propagateTaskTagsFrom,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection vpcSubnets,
ICluster cluster,
CloudMapOptions cloudMapOptions,
DeploymentController deploymentController,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
FargateServiceProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
PropagatedTagSource |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getPropagateTags() |
PropagatedTagSource |
ApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getPropagateTags() |
PropagatedTagSource |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPropagateTags() |
PropagatedTagSource |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getPropagateTags() |
PropagatedTagSource |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getPropagateTags() |
PropagatedTagSource |
NetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getPropagateTags() |
default PropagatedTagSource |
ApplicationLoadBalancedServiceBaseProps.getPropagateTags()
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
PropagatedTagSource |
ApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getPropagateTags() |
PropagatedTagSource |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getPropagateTags() |
PropagatedTagSource |
NetworkMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getPropagateTags() |
default PropagatedTagSource |
ApplicationMultipleTargetGroupsServiceBaseProps.getPropagateTags()
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
PropagatedTagSource |
ApplicationMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getPropagateTags() |
PropagatedTagSource |
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getPropagateTags() |
PropagatedTagSource |
QueueProcessingFargateServiceProps.Jsii$Proxy.getPropagateTags() |
default PropagatedTagSource |
NetworkMultipleTargetGroupsServiceBaseProps.getPropagateTags()
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
PropagatedTagSource |
NetworkMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getPropagateTags() |
default PropagatedTagSource |
NetworkLoadBalancedServiceBaseProps.getPropagateTags()
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
PropagatedTagSource |
NetworkLoadBalancedServiceBaseProps.Jsii$Proxy.getPropagateTags() |
default PropagatedTagSource |
QueueProcessingServiceBaseProps.getPropagateTags()
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
PropagatedTagSource |
QueueProcessingServiceBaseProps.Jsii$Proxy.getPropagateTags() |
| Modifier and Type | Method and Description |
|---|---|
QueueProcessingFargateService.Builder |
QueueProcessingFargateService.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
QueueProcessingEc2ServiceProps.Builder |
QueueProcessingEc2ServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
QueueProcessingServiceBaseProps.getPropagateTags() |
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder |
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
ApplicationMultipleTargetGroupsServiceBaseProps.getPropagateTags() |
ApplicationMultipleTargetGroupsFargateServiceProps.Builder |
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
ApplicationMultipleTargetGroupsServiceBaseProps.getPropagateTags() |
NetworkMultipleTargetGroupsFargateServiceProps.Builder |
NetworkMultipleTargetGroupsFargateServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getPropagateTags() |
NetworkLoadBalancedFargateService.Builder |
NetworkLoadBalancedFargateService.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
ApplicationLoadBalancedEc2Service.Builder |
ApplicationLoadBalancedEc2Service.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
ApplicationMultipleTargetGroupsEc2Service.Builder |
ApplicationMultipleTargetGroupsEc2Service.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
ApplicationMultipleTargetGroupsFargateService.Builder |
ApplicationMultipleTargetGroupsFargateService.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
NetworkLoadBalancedFargateServiceProps.Builder |
NetworkLoadBalancedFargateServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getPropagateTags() |
NetworkLoadBalancedEc2ServiceProps.Builder |
NetworkLoadBalancedEc2ServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getPropagateTags() |
QueueProcessingEc2Service.Builder |
QueueProcessingEc2Service.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
NetworkMultipleTargetGroupsEc2Service.Builder |
NetworkMultipleTargetGroupsEc2Service.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
ApplicationLoadBalancedServiceBaseProps.Builder |
ApplicationLoadBalancedServiceBaseProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getPropagateTags() |
NetworkMultipleTargetGroupsFargateService.Builder |
NetworkMultipleTargetGroupsFargateService.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
ApplicationLoadBalancedFargateServiceProps.Builder |
ApplicationLoadBalancedFargateServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getPropagateTags() |
NetworkMultipleTargetGroupsEc2ServiceProps.Builder |
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getPropagateTags() |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
ApplicationMultipleTargetGroupsServiceBaseProps.getPropagateTags() |
ApplicationLoadBalancedEc2ServiceProps.Builder |
ApplicationLoadBalancedEc2ServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getPropagateTags() |
QueueProcessingFargateServiceProps.Builder |
QueueProcessingFargateServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
QueueProcessingServiceBaseProps.getPropagateTags() |
NetworkLoadBalancedEc2Service.Builder |
NetworkLoadBalancedEc2Service.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
ApplicationLoadBalancedFargateService.Builder |
ApplicationLoadBalancedFargateService.Builder.propagateTags(PropagatedTagSource propagateTags)
(experimental) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
|
NetworkMultipleTargetGroupsServiceBaseProps.Builder |
NetworkMultipleTargetGroupsServiceBaseProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getPropagateTags() |
NetworkLoadBalancedServiceBaseProps.Builder |
NetworkLoadBalancedServiceBaseProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getPropagateTags() |
QueueProcessingServiceBaseProps.Builder |
QueueProcessingServiceBaseProps.Builder.propagateTags(PropagatedTagSource propagateTags)
Sets the value of
QueueProcessingServiceBaseProps.getPropagateTags() |
| 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(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(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
INetworkLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
Boolean publicLoadBalancer,
NetworkLoadBalancedServiceRecordType recordType,
String serviceName,
NetworkLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
List<? extends ISecurityGroup> securityGroups,
FargateTaskDefinition taskDefinition,
ICertificate certificate,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
IApplicationLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
Boolean openListener,
PropagatedTagSource propagateTags,
ApplicationProtocol protocol,
Boolean publicLoadBalancer,
ApplicationLoadBalancedServiceRecordType recordType,
Boolean redirectHttp,
String serviceName,
ApplicationProtocol targetProtocol,
ApplicationLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedFargateServiceProps.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(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(CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
INetworkLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
Boolean publicLoadBalancer,
NetworkLoadBalancedServiceRecordType recordType,
String serviceName,
NetworkLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedServiceBaseProps.Builder. |
Jsii$Proxy(ContainerImage image,
ICluster cluster,
List<String> command,
Number desiredTaskCount,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
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(ICertificate certificate,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
IApplicationLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
Boolean openListener,
PropagatedTagSource propagateTags,
ApplicationProtocol protocol,
Boolean publicLoadBalancer,
ApplicationLoadBalancedServiceRecordType recordType,
Boolean redirectHttp,
String serviceName,
ApplicationProtocol targetProtocol,
ApplicationLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedServiceBaseProps.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
ContainerImage image,
ICluster cluster,
List<String> command,
Number desiredTaskCount,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
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(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
ContainerImage image,
ICluster cluster,
List<String> command,
Number desiredTaskCount,
Boolean enableEcsManagedTags,
Boolean enableLogging,
Map<String,String> environment,
String family,
LogDriver logDriver,
Number maxHealthyPercent,
Number maxReceiveCount,
Number maxScalingCapacity,
Number minHealthyPercent,
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. |
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. |
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. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
INetworkLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
Boolean publicLoadBalancer,
NetworkLoadBalancedServiceRecordType recordType,
String serviceName,
NetworkLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedEc2ServiceProps.Builder. |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition taskDefinition,
ICertificate certificate,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
IApplicationLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
Boolean openListener,
PropagatedTagSource propagateTags,
ApplicationProtocol protocol,
Boolean publicLoadBalancer,
ApplicationLoadBalancedServiceRecordType recordType,
Boolean redirectHttp,
String serviceName,
ApplicationProtocol targetProtocol,
ApplicationLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedEc2ServiceProps.Builder. |
Copyright © 2020. All rights reserved.