Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnClusterCapacityProviderAssociationsPropsMixin.Builder
Packages that use CfnClusterCapacityProviderAssociationsPropsMixin.Builder
-
Uses of CfnClusterCapacityProviderAssociationsPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ecs
Methods in software.amazon.awscdk.cfnpropertymixins.services.ecs that return CfnClusterCapacityProviderAssociationsPropsMixin.BuilderModifier and TypeMethodDescriptionCfnClusterCapacityProviderAssociationsPropsMixin.Builder.capacityProviders(List<? extends Object> capacityProviders) The capacity providers to associate with the cluster.The cluster the capacity provider association is the target of.CfnClusterCapacityProviderAssociationsPropsMixin.Builder.cluster(IClusterRef cluster) The cluster the capacity provider association is the target of.CfnClusterCapacityProviderAssociationsPropsMixin.Builder.create()CfnClusterCapacityProviderAssociationsPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnClusterCapacityProviderAssociationsPropsMixin.Builder.defaultCapacityProviderStrategy(List<? extends Object> defaultCapacityProviderStrategy) The default capacity provider strategy to associate with the cluster.CfnClusterCapacityProviderAssociationsPropsMixin.Builder.defaultCapacityProviderStrategy(IResolvable defaultCapacityProviderStrategy) The default capacity provider strategy to associate with the cluster.