| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICluster.Jsii$Default
Internal default implementation for
ICluster. |
| Modifier and Type | Method and Description |
|---|---|
static ICluster |
Cluster.fromClusterAttributes(software.constructs.Construct scope,
String id,
ClusterAttributes attrs)
(experimental) Import an existing cluster to the stack from its attributes.
|
ICluster |
BaseService.getCluster()
(experimental) The cluster that hosts the service.
|
ICluster |
FargateServiceProps.Jsii$Proxy.getCluster() |
ICluster |
BaseServiceOptions.getCluster()
(experimental) The name of the cluster that hosts the service.
|
ICluster |
BaseServiceOptions.Jsii$Proxy.getCluster() |
ICluster |
BaseServiceProps.Jsii$Proxy.getCluster() |
ICluster |
Ec2ServiceAttributes.getCluster()
(experimental) The cluster that hosts the service.
|
ICluster |
Ec2ServiceAttributes.Jsii$Proxy.getCluster() |
ICluster |
Ec2ServiceProps.Jsii$Proxy.getCluster() |
ICluster |
IBaseService.getCluster()
(experimental) The cluster that hosts the service.
|
ICluster |
IBaseService.Jsii$Proxy.getCluster()
(experimental) The cluster that hosts the service.
|
default ICluster |
IBaseService.Jsii$Default.getCluster()
(experimental) The cluster that hosts the service.
|
ICluster |
FargateServiceAttributes.getCluster()
(experimental) The cluster that hosts the service.
|
ICluster |
FargateServiceAttributes.Jsii$Proxy.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
FargateService.Builder |
FargateService.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
Ec2Service.Builder |
Ec2Service.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
FargateServiceProps.Builder |
FargateServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
BaseServiceOptions.getCluster() |
BaseServiceOptions.Builder |
BaseServiceOptions.Builder.cluster(ICluster cluster)
Sets the value of
BaseServiceOptions.getCluster() |
BaseServiceProps.Builder |
BaseServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
BaseServiceOptions.getCluster() |
Ec2ServiceAttributes.Builder |
Ec2ServiceAttributes.Builder.cluster(ICluster cluster)
Sets the value of
Ec2ServiceAttributes.getCluster() |
Ec2ServiceProps.Builder |
Ec2ServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
BaseServiceOptions.getCluster() |
FargateServiceAttributes.Builder |
FargateServiceAttributes.Builder.cluster(ICluster cluster)
Sets the value of
FargateServiceAttributes.getCluster() |
| 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(ICluster cluster,
String serviceArn,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
Ec2ServiceAttributes.Builder. |
Jsii$Proxy(ICluster cluster,
String serviceArn,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
FargateServiceAttributes.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 |
|---|---|
ICluster |
QueueProcessingServiceBase.getCluster()
(experimental) The cluster where your service will be deployed.
|
ICluster |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getCluster() |
ICluster |
ApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getCluster() |
ICluster |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getCluster() |
ICluster |
ScheduledTaskBase.getCluster()
(experimental) The name of the cluster that hosts the service.
|
ICluster |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getCluster() |
ICluster |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getCluster() |
ICluster |
NetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getCluster() |
default ICluster |
ApplicationLoadBalancedServiceBaseProps.getCluster()
(experimental) The name of the cluster that hosts the service.
|
ICluster |
ApplicationLoadBalancedServiceBaseProps.Jsii$Proxy.getCluster() |
ICluster |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getCluster() |
ICluster |
ScheduledEc2TaskProps.Jsii$Proxy.getCluster() |
ICluster |
NetworkMultipleTargetGroupsServiceBase.getCluster()
(experimental) The cluster that hosts the service.
|
ICluster |
ScheduledFargateTaskProps.Jsii$Proxy.getCluster() |
ICluster |
NetworkMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getCluster() |
ICluster |
ApplicationMultipleTargetGroupsServiceBase.getCluster()
(experimental) The cluster that hosts the service.
|
default ICluster |
ApplicationMultipleTargetGroupsServiceBaseProps.getCluster()
(experimental) The name of the cluster that hosts the service.
|
ICluster |
ApplicationMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getCluster() |
default ICluster |
ScheduledTaskBaseProps.getCluster()
(experimental) The name of the cluster that hosts the service.
|
ICluster |
ScheduledTaskBaseProps.Jsii$Proxy.getCluster() |
ICluster |
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getCluster() |
ICluster |
QueueProcessingFargateServiceProps.Jsii$Proxy.getCluster() |
ICluster |
ApplicationLoadBalancedServiceBase.getCluster()
(experimental) The cluster that hosts the service.
|
default ICluster |
NetworkMultipleTargetGroupsServiceBaseProps.getCluster()
(experimental) The name of the cluster that hosts the service.
|
ICluster |
NetworkMultipleTargetGroupsServiceBaseProps.Jsii$Proxy.getCluster() |
ICluster |
NetworkLoadBalancedServiceBase.getCluster()
(experimental) The cluster that hosts the service.
|
default ICluster |
NetworkLoadBalancedServiceBaseProps.getCluster()
(experimental) The name of the cluster that hosts the service.
|
ICluster |
NetworkLoadBalancedServiceBaseProps.Jsii$Proxy.getCluster() |
default ICluster |
QueueProcessingServiceBaseProps.getCluster()
(experimental) The name of the cluster that hosts the service.
|
ICluster |
QueueProcessingServiceBaseProps.Jsii$Proxy.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
QueueProcessingFargateService.Builder |
QueueProcessingFargateService.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
QueueProcessingEc2ServiceProps.Builder |
QueueProcessingEc2ServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
QueueProcessingServiceBaseProps.getCluster() |
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder |
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
ApplicationMultipleTargetGroupsServiceBaseProps.getCluster() |
ApplicationMultipleTargetGroupsFargateServiceProps.Builder |
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
ApplicationMultipleTargetGroupsServiceBaseProps.getCluster() |
NetworkMultipleTargetGroupsFargateServiceProps.Builder |
NetworkMultipleTargetGroupsFargateServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getCluster() |
NetworkLoadBalancedFargateService.Builder |
NetworkLoadBalancedFargateService.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
ApplicationLoadBalancedEc2Service.Builder |
ApplicationLoadBalancedEc2Service.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
ApplicationMultipleTargetGroupsEc2Service.Builder |
ApplicationMultipleTargetGroupsEc2Service.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
ApplicationMultipleTargetGroupsFargateService.Builder |
ApplicationMultipleTargetGroupsFargateService.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
NetworkLoadBalancedFargateServiceProps.Builder |
NetworkLoadBalancedFargateServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getCluster() |
NetworkLoadBalancedEc2ServiceProps.Builder |
NetworkLoadBalancedEc2ServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getCluster() |
QueueProcessingEc2Service.Builder |
QueueProcessingEc2Service.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
NetworkMultipleTargetGroupsEc2Service.Builder |
NetworkMultipleTargetGroupsEc2Service.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
ApplicationLoadBalancedServiceBaseProps.Builder |
ApplicationLoadBalancedServiceBaseProps.Builder.cluster(ICluster cluster)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getCluster() |
NetworkMultipleTargetGroupsFargateService.Builder |
NetworkMultipleTargetGroupsFargateService.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
ApplicationLoadBalancedFargateServiceProps.Builder |
ApplicationLoadBalancedFargateServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getCluster() |
ScheduledEc2TaskProps.Builder |
ScheduledEc2TaskProps.Builder.cluster(ICluster cluster)
Sets the value of
ScheduledTaskBaseProps.getCluster() |
ScheduledFargateTaskProps.Builder |
ScheduledFargateTaskProps.Builder.cluster(ICluster cluster)
Sets the value of
ScheduledTaskBaseProps.getCluster() |
NetworkMultipleTargetGroupsEc2ServiceProps.Builder |
NetworkMultipleTargetGroupsEc2ServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getCluster() |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder |
ApplicationMultipleTargetGroupsServiceBaseProps.Builder.cluster(ICluster cluster)
Sets the value of
ApplicationMultipleTargetGroupsServiceBaseProps.getCluster() |
ScheduledTaskBaseProps.Builder |
ScheduledTaskBaseProps.Builder.cluster(ICluster cluster)
Sets the value of
ScheduledTaskBaseProps.getCluster() |
ApplicationLoadBalancedEc2ServiceProps.Builder |
ApplicationLoadBalancedEc2ServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
ApplicationLoadBalancedServiceBaseProps.getCluster() |
QueueProcessingFargateServiceProps.Builder |
QueueProcessingFargateServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
QueueProcessingServiceBaseProps.getCluster() |
ScheduledFargateTask.Builder |
ScheduledFargateTask.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
NetworkLoadBalancedEc2Service.Builder |
NetworkLoadBalancedEc2Service.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
ApplicationLoadBalancedFargateService.Builder |
ApplicationLoadBalancedFargateService.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
NetworkMultipleTargetGroupsServiceBaseProps.Builder |
NetworkMultipleTargetGroupsServiceBaseProps.Builder.cluster(ICluster cluster)
Sets the value of
NetworkMultipleTargetGroupsServiceBaseProps.getCluster() |
ScheduledEc2Task.Builder |
ScheduledEc2Task.Builder.cluster(ICluster cluster)
(experimental) The name of the cluster that hosts the service.
|
NetworkLoadBalancedServiceBaseProps.Builder |
NetworkLoadBalancedServiceBaseProps.Builder.cluster(ICluster cluster)
Sets the value of
NetworkLoadBalancedServiceBaseProps.getCluster() |
QueueProcessingServiceBaseProps.Builder |
QueueProcessingServiceBaseProps.Builder.cluster(ICluster cluster)
Sets the value of
QueueProcessingServiceBaseProps.getCluster() |
| 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. |
Jsii$Proxy(ScheduledEc2TaskDefinitionOptions scheduledEc2TaskDefinitionOptions,
ScheduledEc2TaskImageOptions scheduledEc2TaskImageOptions,
Schedule schedule,
ICluster cluster,
Number desiredTaskCount,
SubnetSelection subnetSelection,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ScheduledEc2TaskProps.Builder. |
Jsii$Proxy(ScheduledFargateTaskDefinitionOptions scheduledFargateTaskDefinitionOptions,
ScheduledFargateTaskImageOptions scheduledFargateTaskImageOptions,
Schedule schedule,
ICluster cluster,
Number desiredTaskCount,
SubnetSelection subnetSelection,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ScheduledFargateTaskProps.Builder. |
Jsii$Proxy(Schedule schedule,
ICluster cluster,
Number desiredTaskCount,
SubnetSelection subnetSelection,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ScheduledTaskBaseProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
ICluster |
EcsTaskProps.getCluster()
(experimental) Cluster where service will be deployed.
|
ICluster |
EcsTaskProps.Jsii$Proxy.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
EcsTask.Builder |
EcsTask.Builder.cluster(ICluster cluster)
(experimental) Cluster where service will be deployed.
|
EcsTaskProps.Builder |
EcsTaskProps.Builder.cluster(ICluster cluster)
Sets the value of
EcsTaskProps.getCluster() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
FargatePlatformVersion platformVersion,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Number taskCount)
Constructor that initializes the object based on literal property values passed by the
EcsTaskProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default ICluster |
LaunchTargetBindOptions.getCluster()
(experimental) A regional grouping of one or more container instances on which you can run tasks and services.
|
ICluster |
LaunchTargetBindOptions.Jsii$Proxy.getCluster() |
ICluster |
RunEcsEc2TaskProps.Jsii$Proxy.getCluster() |
ICluster |
RunEcsFargateTaskProps.Jsii$Proxy.getCluster() |
ICluster |
EcsRunTaskProps.getCluster()
(experimental) The ECS cluster to run the task on.
|
ICluster |
EcsRunTaskProps.Jsii$Proxy.getCluster() |
ICluster |
CommonEcsRunTaskProps.getCluster()
(experimental) The topic to run the task on.
|
ICluster |
CommonEcsRunTaskProps.Jsii$Proxy.getCluster() |
ICluster |
EcsRunTaskBaseProps.Jsii$Proxy.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
LaunchTargetBindOptions.Builder |
LaunchTargetBindOptions.Builder.cluster(ICluster cluster)
Sets the value of
LaunchTargetBindOptions.getCluster() |
RunEcsEc2TaskProps.Builder |
RunEcsEc2TaskProps.Builder.cluster(ICluster cluster)
Sets the value of
CommonEcsRunTaskProps.getCluster() |
RunEcsFargateTaskProps.Builder |
RunEcsFargateTaskProps.Builder.cluster(ICluster cluster)
Sets the value of
CommonEcsRunTaskProps.getCluster() |
RunEcsEc2Task.Builder |
RunEcsEc2Task.Builder.cluster(ICluster cluster)
Deprecated.
(experimental) The topic to run the task on.
|
EcsRunTaskProps.Builder |
EcsRunTaskProps.Builder.cluster(ICluster cluster)
Sets the value of
EcsRunTaskProps.getCluster() |
CommonEcsRunTaskProps.Builder |
CommonEcsRunTaskProps.Builder.cluster(ICluster cluster)
Sets the value of
CommonEcsRunTaskProps.getCluster() |
EcsRunTaskBase.Builder |
EcsRunTaskBase.Builder.cluster(ICluster cluster)
(experimental) The topic to run the task on.
|
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.cluster(ICluster cluster)
Deprecated.
(experimental) The topic to run the task on.
|
EcsRunTask.Builder |
EcsRunTask.Builder.cluster(ICluster cluster)
(experimental) The ECS cluster to run the task on.
|
EcsRunTaskBaseProps.Builder |
EcsRunTaskBaseProps.Builder.cluster(ICluster cluster)
Sets the value of
CommonEcsRunTaskProps.getCluster() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean assignPublicIp,
FargatePlatformVersion platformVersion,
ISecurityGroup securityGroup,
SubnetSelection subnets,
ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
ServiceIntegrationPattern integrationPattern)
Constructor that initializes the object based on literal property values passed by the
RunEcsFargateTaskProps.Builder. |
Jsii$Proxy(ICluster cluster,
IEcsLaunchTarget launchTarget,
TaskDefinition taskDefinition,
Boolean assignPublicIp,
List<? extends ContainerOverride> containerOverrides,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnets,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EcsRunTaskProps.Builder. |
Jsii$Proxy(ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
ServiceIntegrationPattern integrationPattern)
Constructor that initializes the object based on literal property values passed by the
CommonEcsRunTaskProps.Builder. |
Jsii$Proxy(ITaskDefinition taskDefinition,
ICluster cluster)
Constructor that initializes the object based on literal property values passed by the
LaunchTargetBindOptions.Builder. |
Jsii$Proxy(List<? extends PlacementConstraint> placementConstraints,
List<? extends PlacementStrategy> placementStrategies,
ISecurityGroup securityGroup,
SubnetSelection subnets,
ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
ServiceIntegrationPattern integrationPattern)
Constructor that initializes the object based on literal property values passed by the
RunEcsEc2TaskProps.Builder. |
Jsii$Proxy(Map<String,? extends Object> parameters,
ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
ServiceIntegrationPattern integrationPattern)
Constructor that initializes the object based on literal property values passed by the
EcsRunTaskBaseProps.Builder. |
Copyright © 2020. All rights reserved.