| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentController.Jsii$Proxy
An implementation for
DeploymentController |
| Modifier and Type | Method and Description |
|---|---|
DeploymentController |
DeploymentController.Builder.build()
Builds the configured instance.
|
DeploymentController |
FargateServiceProps.Jsii$Proxy.getDeploymentController() |
default DeploymentController |
BaseServiceOptions.getDeploymentController()
(experimental) Specifies which deployment controller to use for the service.
|
DeploymentController |
BaseServiceOptions.Jsii$Proxy.getDeploymentController() |
DeploymentController |
BaseServiceProps.Jsii$Proxy.getDeploymentController() |
DeploymentController |
Ec2ServiceProps.Jsii$Proxy.getDeploymentController() |
| 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. |
Copyright © 2020. All rights reserved.