Uses of Class
software.amazon.awscdk.services.ecs.patterns.ApplicationMultipleTargetGroupsEc2ServiceProps.Builder
Packages that use ApplicationMultipleTargetGroupsEc2ServiceProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationMultipleTargetGroupsEc2ServiceProps.Builder in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return ApplicationMultipleTargetGroupsEc2ServiceProps.BuilderModifier and TypeMethodDescriptionApplicationMultipleTargetGroupsEc2ServiceProps.builder()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.cloudMapOptions(CloudMapOptions cloudMapOptions) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getCloudMapOptions()Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getCluster()Sets the value ofApplicationMultipleTargetGroupsEc2ServiceProps.getCpu()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.desiredCount(Number desiredCount) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getDesiredCount()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.enableEcsManagedTags(Boolean enableEcsManagedTags) Sets the value ofApplicationMultipleTargetGroupsEc2ServiceProps#getEnableEcsManagedTagsApplicationMultipleTargetGroupsEc2ServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.loadBalancers(List<? extends ApplicationLoadBalancerProps> loadBalancers) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getLoadBalancers()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.memoryLimitMiB(Number memoryLimitMiB) Sets the value ofApplicationMultipleTargetGroupsEc2ServiceProps.getMemoryLimitMiB()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.memoryReservationMiB(Number memoryReservationMiB) Sets the value ofApplicationMultipleTargetGroupsEc2ServiceProps.getMemoryReservationMiB()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.placementConstraints(List<? extends PlacementConstraint> placementConstraints) Sets the value ofApplicationMultipleTargetGroupsEc2ServiceProps.getPlacementConstraints()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.placementStrategies(List<? extends PlacementStrategy> placementStrategies) Sets the value ofApplicationMultipleTargetGroupsEc2ServiceProps.getPlacementStrategies()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getPropagateTags()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.serviceName(String serviceName) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getServiceName()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.targetGroups(List<? extends ApplicationTargetProps> targetGroups) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getTargetGroups()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.taskDefinition(Ec2TaskDefinition taskDefinition) Sets the value ofApplicationMultipleTargetGroupsEc2ServiceProps.getTaskDefinition()ApplicationMultipleTargetGroupsEc2ServiceProps.Builder.taskImageOptions(ApplicationLoadBalancedTaskImageProps taskImageOptions) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getTaskImageOptions()Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getVpc()Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type ApplicationMultipleTargetGroupsEc2ServiceProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApplicationMultipleTargetGroupsEc2ServiceProps.Builder.