@Stability(value=Stable)
public static interface CfnMonitoringSchedule.ClusterConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMonitoringSchedule.ClusterConfigProperty.Builder
A builder for
CfnMonitoringSchedule.ClusterConfigProperty |
static class |
CfnMonitoringSchedule.ClusterConfigProperty.Jsii$Proxy
An implementation for
CfnMonitoringSchedule.ClusterConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMonitoringSchedule.ClusterConfigProperty.Builder |
builder() |
Number |
getInstanceCount()
`CfnMonitoringSchedule.ClusterConfigProperty.InstanceCount`.
|
String |
getInstanceType()
`CfnMonitoringSchedule.ClusterConfigProperty.InstanceType`.
|
default String |
getVolumeKmsKeyId()
`CfnMonitoringSchedule.ClusterConfigProperty.VolumeKmsKeyId`.
|
Number |
getVolumeSizeInGb()
`CfnMonitoringSchedule.ClusterConfigProperty.VolumeSizeInGB`.
|
@Stability(value=Stable) @NotNull Number getInstanceCount()
@Stability(value=Stable) @NotNull String getInstanceType()
@Stability(value=Stable) @NotNull Number getVolumeSizeInGb()
@Stability(value=Stable) @Nullable default String getVolumeKmsKeyId()
@Stability(value=Stable) static CfnMonitoringSchedule.ClusterConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.