public static final class CfnKeyspaceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnKeyspaceProps
CfnKeyspaceProps
CfnKeyspaceProps.Builder, CfnKeyspaceProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKeyspaceName()
The name of the keyspace to be created.
|
java.util.List<CfnTag> |
getTags()
A list of key-value pair tags to be attached to the resource.
|
int |
hashCode() |
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.public final java.lang.String getKeyspaceName()
CfnKeyspaceProps
The keyspace name is case sensitive. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the keyspace name. For more information, see Name type .
Length constraints: Minimum length of 3. Maximum length of 255.
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$
getKeyspaceName
in interface CfnKeyspaceProps
public final java.util.List<CfnTag> getTags()
CfnKeyspaceProps
getTags
in interface CfnKeyspaceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()