Uses of Class
software.amazon.awscdk.services.ecs.patterns.NetworkMultipleTargetGroupsFargateServiceProps.Builder
Packages that use NetworkMultipleTargetGroupsFargateServiceProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of NetworkMultipleTargetGroupsFargateServiceProps.Builder in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return NetworkMultipleTargetGroupsFargateServiceProps.BuilderModifier and TypeMethodDescriptionNetworkMultipleTargetGroupsFargateServiceProps.Builder.assignPublicIp(Boolean assignPublicIp) Sets the value ofNetworkMultipleTargetGroupsFargateServiceProps.getAssignPublicIp()NetworkMultipleTargetGroupsFargateServiceProps.builder()NetworkMultipleTargetGroupsFargateServiceProps.Builder.cloudMapOptions(CloudMapOptions cloudMapOptions) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getCloudMapOptions()Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getCluster()Sets the value ofFargateServiceBaseProps.getCpu()NetworkMultipleTargetGroupsFargateServiceProps.Builder.desiredCount(Number desiredCount) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getDesiredCount()NetworkMultipleTargetGroupsFargateServiceProps.Builder.enableEcsManagedTags(Boolean enableEcsManagedTags) Sets the value ofinvalid reference
NetworkMultipleTargetGroupsFargateServiceProps#getEnableEcsManagedTagsNetworkMultipleTargetGroupsFargateServiceProps.Builder.enableExecuteCommand(Boolean enableExecuteCommand) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getEnableExecuteCommand()NetworkMultipleTargetGroupsFargateServiceProps.Builder.ephemeralStorageGiB(Number ephemeralStorageGiB) Sets the value ofFargateServiceBaseProps.getEphemeralStorageGiB()NetworkMultipleTargetGroupsFargateServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getHealthCheckGracePeriod()NetworkMultipleTargetGroupsFargateServiceProps.Builder.loadBalancers(List<? extends NetworkLoadBalancerProps> loadBalancers) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getLoadBalancers()NetworkMultipleTargetGroupsFargateServiceProps.Builder.maxHealthyPercent(Number maxHealthyPercent) Sets the value ofNetworkMultipleTargetGroupsFargateServiceProps.getMaxHealthyPercent()NetworkMultipleTargetGroupsFargateServiceProps.Builder.memoryLimitMiB(Number memoryLimitMiB) Sets the value ofFargateServiceBaseProps.getMemoryLimitMiB()NetworkMultipleTargetGroupsFargateServiceProps.Builder.minHealthyPercent(Number minHealthyPercent) Sets the value ofNetworkMultipleTargetGroupsFargateServiceProps.getMinHealthyPercent()NetworkMultipleTargetGroupsFargateServiceProps.Builder.platformVersion(FargatePlatformVersion platformVersion) Sets the value ofFargateServiceBaseProps.getPlatformVersion()NetworkMultipleTargetGroupsFargateServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getPropagateTags()NetworkMultipleTargetGroupsFargateServiceProps.Builder.runtimePlatform(RuntimePlatform runtimePlatform) Sets the value ofFargateServiceBaseProps.getRuntimePlatform()NetworkMultipleTargetGroupsFargateServiceProps.Builder.serviceName(String serviceName) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getServiceName()NetworkMultipleTargetGroupsFargateServiceProps.Builder.targetGroups(List<? extends NetworkTargetProps> targetGroups) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getTargetGroups()NetworkMultipleTargetGroupsFargateServiceProps.Builder.taskDefinition(FargateTaskDefinition taskDefinition) Sets the value ofFargateServiceBaseProps.getTaskDefinition()NetworkMultipleTargetGroupsFargateServiceProps.Builder.taskImageOptions(NetworkLoadBalancedTaskImageProps taskImageOptions) Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getTaskImageOptions()Sets the value ofNetworkMultipleTargetGroupsServiceBaseProps.getVpc()Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type NetworkMultipleTargetGroupsFargateServiceProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theNetworkMultipleTargetGroupsFargateServiceProps.Builder.