@Stability(value=Stable) @Internal public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
CfnClusterProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String iamRoleArn,
String nodeType,
Number replicationFactor,
List<String> availabilityZones,
String clusterName,
String description,
String notificationTopicArn,
String parameterGroupName,
String preferredMaintenanceWindow,
List<String> securityGroupIds,
Object sseSpecification,
String subnetGroupName,
Object tags)
Constructor that initializes the object based on literal property values passed by the
CfnClusterProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getAvailabilityZones()
`AWS::DAX::Cluster.AvailabilityZones`.
|
String |
getClusterName()
`AWS::DAX::Cluster.ClusterName`.
|
String |
getDescription()
`AWS::DAX::Cluster.Description`.
|
String |
getIamRoleArn()
`AWS::DAX::Cluster.IAMRoleARN`.
|
String |
getNodeType()
`AWS::DAX::Cluster.NodeType`.
|
String |
getNotificationTopicArn()
`AWS::DAX::Cluster.NotificationTopicARN`.
|
String |
getParameterGroupName()
`AWS::DAX::Cluster.ParameterGroupName`.
|
String |
getPreferredMaintenanceWindow()
`AWS::DAX::Cluster.PreferredMaintenanceWindow`.
|
Number |
getReplicationFactor()
`AWS::DAX::Cluster.ReplicationFactor`.
|
List<String> |
getSecurityGroupIds()
`AWS::DAX::Cluster.SecurityGroupIds`.
|
Object |
getSseSpecification()
`AWS::DAX::Cluster.SSESpecification`.
|
String |
getSubnetGroupName()
`AWS::DAX::Cluster.SubnetGroupName`.
|
Object |
getTags()
`AWS::DAX::Cluster.Tags`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(String iamRoleArn, String nodeType, Number replicationFactor, List<String> availabilityZones, String clusterName, String description, String notificationTopicArn, String parameterGroupName, String preferredMaintenanceWindow, List<String> securityGroupIds, Object sseSpecification, String subnetGroupName, Object tags)
CfnClusterProps.Builder
.public final String getIamRoleArn()
CfnClusterProps
getIamRoleArn
in interface CfnClusterProps
public final String getNodeType()
CfnClusterProps
getNodeType
in interface CfnClusterProps
public final Number getReplicationFactor()
CfnClusterProps
getReplicationFactor
in interface CfnClusterProps
public final List<String> getAvailabilityZones()
CfnClusterProps
getAvailabilityZones
in interface CfnClusterProps
public final String getClusterName()
CfnClusterProps
getClusterName
in interface CfnClusterProps
public final String getDescription()
CfnClusterProps
getDescription
in interface CfnClusterProps
public final String getNotificationTopicArn()
CfnClusterProps
getNotificationTopicArn
in interface CfnClusterProps
public final String getParameterGroupName()
CfnClusterProps
getParameterGroupName
in interface CfnClusterProps
public final String getPreferredMaintenanceWindow()
CfnClusterProps
getPreferredMaintenanceWindow
in interface CfnClusterProps
public final List<String> getSecurityGroupIds()
CfnClusterProps
getSecurityGroupIds
in interface CfnClusterProps
public final Object getSseSpecification()
CfnClusterProps
getSseSpecification
in interface CfnClusterProps
public final String getSubnetGroupName()
CfnClusterProps
getSubnetGroupName
in interface CfnClusterProps
public final Object getTags()
CfnClusterProps
getTags
in interface CfnClusterProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.