Uses of Class
software.amazon.awscdk.services.ecs.patterns.ApplicationMultipleTargetGroupsFargateServiceProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationMultipleTargetGroupsFargateServiceProps.Builder in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionApplicationMultipleTargetGroupsFargateServiceProps.Builder.assignPublicIp
(Boolean assignPublicIp) Sets the value ofApplicationMultipleTargetGroupsFargateServiceProps.getAssignPublicIp()
ApplicationMultipleTargetGroupsFargateServiceProps.builder()
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.cloudMapOptions
(CloudMapOptions cloudMapOptions) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getCloudMapOptions()
Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getCluster()
Sets the value ofApplicationMultipleTargetGroupsFargateServiceProps.getCpu()
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.desiredCount
(Number desiredCount) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getDesiredCount()
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.enableEcsManagedTags
(Boolean enableEcsManagedTags) Sets the value ofinvalid @link
ApplicationMultipleTargetGroupsFargateServiceProps#getEnableEcsManagedTags
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.healthCheckGracePeriod
(Duration healthCheckGracePeriod) ApplicationMultipleTargetGroupsFargateServiceProps.Builder.loadBalancers
(List<? extends ApplicationLoadBalancerProps> loadBalancers) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getLoadBalancers()
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.memoryLimitMiB
(Number memoryLimitMiB) Sets the value ofApplicationMultipleTargetGroupsFargateServiceProps.getMemoryLimitMiB()
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.platformVersion
(FargatePlatformVersion platformVersion) Sets the value ofApplicationMultipleTargetGroupsFargateServiceProps.getPlatformVersion()
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.propagateTags
(PropagatedTagSource propagateTags) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getPropagateTags()
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.serviceName
(String serviceName) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getServiceName()
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.targetGroups
(List<? extends ApplicationTargetProps> targetGroups) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getTargetGroups()
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.taskDefinition
(FargateTaskDefinition taskDefinition) Sets the value ofApplicationMultipleTargetGroupsFargateServiceProps.getTaskDefinition()
ApplicationMultipleTargetGroupsFargateServiceProps.Builder.taskImageOptions
(ApplicationLoadBalancedTaskImageProps taskImageOptions) Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getTaskImageOptions()
Sets the value ofApplicationMultipleTargetGroupsServiceBaseProps.getVpc()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theApplicationMultipleTargetGroupsFargateServiceProps.Builder
.