Uses of Class
software.amazon.awscdk.services.ecs.CfnTaskSet.Builder
Packages that use CfnTaskSet.Builder
-
Uses of CfnTaskSet.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return CfnTaskSet.BuilderModifier and TypeMethodDescriptionThe short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.static CfnTaskSet.Builder
CfnTaskSet.Builder.externalId
(String externalId) An optional non-unique tag that identifies this task set in external systems.CfnTaskSet.Builder.launchType
(String launchType) The launch type that new tasks in the task set uses.CfnTaskSet.Builder.loadBalancers
(List<? extends Object> loadBalancers) A load balancer object representing the load balancer to use with the task set.CfnTaskSet.Builder.loadBalancers
(IResolvable loadBalancers) A load balancer object representing the load balancer to use with the task set.CfnTaskSet.Builder.networkConfiguration
(IResolvable networkConfiguration) The network configuration for the task set.CfnTaskSet.Builder.networkConfiguration
(CfnTaskSet.NetworkConfigurationProperty networkConfiguration) The network configuration for the task set.CfnTaskSet.Builder.platformVersion
(String platformVersion) The platform version that the tasks in the task set uses.CfnTaskSet.Builder.scale
(IResolvable scale) A floating-point percentage of your desired number of tasks to place and keep running in the task set.CfnTaskSet.Builder.scale
(CfnTaskSet.ScaleProperty scale) A floating-point percentage of your desired number of tasks to place and keep running in the task set.The short name or full Amazon Resource Name (ARN) of the service to create the task set in.CfnTaskSet.Builder.serviceRegistries
(List<? extends Object> serviceRegistries) The details of the service discovery registries to assign to this task set.CfnTaskSet.Builder.serviceRegistries
(IResolvable serviceRegistries) The details of the service discovery registries to assign to this task set.CfnTaskSet.Builder.taskDefinition
(String taskDefinition) The task definition for the tasks in the task set to use.