Uses of Interface
software.amazon.awscdk.services.ecs.AddCapacityOptions
Packages that use AddCapacityOptions
- 
Uses of AddCapacityOptions in software.amazon.awscdk.services.ecsClasses in software.amazon.awscdk.services.ecs that implement AddCapacityOptionsMethods in software.amazon.awscdk.services.ecs that return AddCapacityOptionsModifier and TypeMethodDescriptionAddCapacityOptions.Builder.build()Builds the configured instance.default AddCapacityOptionsClusterProps.getCapacity()The ec2 capacity to add to the cluster.final AddCapacityOptionsClusterProps.Jsii$Proxy.getCapacity()Methods in software.amazon.awscdk.services.ecs with parameters of type AddCapacityOptionsModifier and TypeMethodDescriptionCluster.addCapacity(String id, AddCapacityOptions options) It is highly recommended to useCluster.addAsgCapacityProviderinstead of this method.Cluster.Builder.capacity(AddCapacityOptions capacity) The ec2 capacity to add to the cluster.ClusterProps.Builder.capacity(AddCapacityOptions capacity) Sets the value ofClusterProps.getCapacity()