@Stability(value=Stable)
public static interface CfnClusterCapacityProviderAssociations.CapacityProviderStrategyProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
CapacityProviderStrategyProperty capacityProviderStrategyProperty = CapacityProviderStrategyProperty.builder()
.capacityProvider("capacityProvider")
// the properties below are optional
.base(123)
.weight(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClusterCapacityProviderAssociations.CapacityProviderStrategyProperty.Builder
|
static class |
CfnClusterCapacityProviderAssociations.CapacityProviderStrategyProperty.Jsii$Proxy
An implementation for
CfnClusterCapacityProviderAssociations.CapacityProviderStrategyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnClusterCapacityProviderAssociations.CapacityProviderStrategyProperty.Builder |
builder() |
default Number |
getBase()
`CfnClusterCapacityProviderAssociations.CapacityProviderStrategyProperty.Base`.
|
String |
getCapacityProvider()
`CfnClusterCapacityProviderAssociations.CapacityProviderStrategyProperty.CapacityProvider`.
|
default Number |
getWeight()
`CfnClusterCapacityProviderAssociations.CapacityProviderStrategyProperty.Weight`.
|
@Stability(value=Stable) @Nullable default Number getBase()
@Stability(value=Stable) @NotNull String getCapacityProvider()
@Stability(value=Stable) @Nullable default Number getWeight()
@Stability(value=Stable) static CfnClusterCapacityProviderAssociations.CapacityProviderStrategyProperty.Builder builder()
Copyright © 2021. All rights reserved.