@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:18.602Z") @Stability(value=Stable) public interface CfnGlobalReplicationGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGlobalReplicationGroupProps.Builder
A builder for
CfnGlobalReplicationGroupProps |
static class |
CfnGlobalReplicationGroupProps.Jsii$Proxy
An implementation for
CfnGlobalReplicationGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnGlobalReplicationGroupProps.Builder |
builder() |
default Object |
getAutomaticFailoverEnabled()
`AWS::ElastiCache::GlobalReplicationGroup.AutomaticFailoverEnabled`.
|
default String |
getCacheNodeType()
`AWS::ElastiCache::GlobalReplicationGroup.CacheNodeType`.
|
default String |
getCacheParameterGroupName()
`AWS::ElastiCache::GlobalReplicationGroup.CacheParameterGroupName`.
|
default String |
getEngineVersion()
`AWS::ElastiCache::GlobalReplicationGroup.EngineVersion`.
|
default Number |
getGlobalNodeGroupCount()
`AWS::ElastiCache::GlobalReplicationGroup.GlobalNodeGroupCount`.
|
default String |
getGlobalReplicationGroupDescription()
`AWS::ElastiCache::GlobalReplicationGroup.GlobalReplicationGroupDescription`.
|
default String |
getGlobalReplicationGroupIdSuffix()
`AWS::ElastiCache::GlobalReplicationGroup.GlobalReplicationGroupIdSuffix`.
|
Object |
getMembers()
`AWS::ElastiCache::GlobalReplicationGroup.Members`.
|
default Object |
getRegionalConfigurations()
`AWS::ElastiCache::GlobalReplicationGroup.RegionalConfigurations`.
|
@Stability(value=Stable) @NotNull Object getMembers()
@Stability(value=Stable) @Nullable default Object getAutomaticFailoverEnabled()
@Stability(value=Stable) @Nullable default String getCacheNodeType()
@Stability(value=Stable) @Nullable default String getCacheParameterGroupName()
@Stability(value=Stable) @Nullable default String getEngineVersion()
@Stability(value=Stable) @Nullable default Number getGlobalNodeGroupCount()
@Stability(value=Stable) @Nullable default String getGlobalReplicationGroupDescription()
@Stability(value=Stable) @Nullable default String getGlobalReplicationGroupIdSuffix()
@Stability(value=Stable) @Nullable default Object getRegionalConfigurations()
@Stability(value=Stable) static CfnGlobalReplicationGroupProps.Builder builder()
Copyright © 2021. All rights reserved.