Uses of Interface
software.amazon.awscdk.services.ecs.CfnTaskSet.ScaleProperty
Packages that use CfnTaskSet.ScaleProperty
-
Uses of CfnTaskSet.ScaleProperty in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement CfnTaskSet.ScalePropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnTaskSet.ScalePropertyMethods in software.amazon.awscdk.services.ecs that return CfnTaskSet.ScalePropertyModifier and TypeMethodDescriptionCfnTaskSet.ScaleProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ecs with parameters of type CfnTaskSet.ScalePropertyModifier and TypeMethodDescriptionCfnTaskSet.Builder.scale(CfnTaskSet.ScaleProperty scale) A floating-point percentage of your desired number of tasks to place and keep running in the task set.CfnTaskSetProps.Builder.scale(CfnTaskSet.ScaleProperty scale) Sets the value ofCfnTaskSetProps.getScale()voidCfnTaskSet.setScale(CfnTaskSet.ScaleProperty value) A floating-point percentage of your desired number of tasks to place and keep running in the task set.