@Stability(value=Stable)
public static interface CfnEnvironment.HighAvailabilityConfigProperty
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.m2.*;
HighAvailabilityConfigProperty highAvailabilityConfigProperty = HighAvailabilityConfigProperty.builder()
.desiredCapacity(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnvironment.HighAvailabilityConfigProperty.Builder
A builder for
CfnEnvironment.HighAvailabilityConfigProperty |
static class |
CfnEnvironment.HighAvailabilityConfigProperty.Jsii$Proxy
An implementation for
CfnEnvironment.HighAvailabilityConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnvironment.HighAvailabilityConfigProperty.Builder |
builder() |
Number |
getDesiredCapacity()
`CfnEnvironment.HighAvailabilityConfigProperty.DesiredCapacity`.
|
@Stability(value=Stable) @NotNull Number getDesiredCapacity()
@Stability(value=Stable) static CfnEnvironment.HighAvailabilityConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.