@Stability(value=Stable) @Internal public static final class CfnKeyspaceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnKeyspaceProps
CfnKeyspacePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnKeyspaceProps.Builder, CfnKeyspaceProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnKeyspaceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnKeyspaceProps.Builder. |
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(Object o) |
String |
getKeyspaceName()
The name of the keyspace to be created.
|
List<CfnTag> |
getTags()
A list of key-value pair tags to be attached to the resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnKeyspaceProps.Builder builder)
CfnKeyspaceProps.Builder.public final String getKeyspaceName()
CfnKeyspacePropsThe 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 CfnKeyspacePropspublic final List<CfnTag> getTags()
CfnKeyspacePropsgetTags in interface CfnKeyspaceProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.