Class CfnClusterProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.docdbelastic.CfnClusterProps.Jsii$Proxy
All Implemented Interfaces:
CfnClusterProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnClusterProps

@Stability(Stable) @Internal public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
An implementation for CfnClusterProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.docdbelastic.CfnClusterProps

    CfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnClusterProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The name of the Amazon DocumentDB elastic clusters administrator.
    final String
    The password for the Elastic DocumentDB cluster administrator and can contain any printable ASCII characters.
    final String
    The authentication type used to determine where to fetch the password used for accessing the elastic cluster.
    final Number
    The number of days for which automatic snapshots are retained.
    final String
    The name of the new elastic cluster.
    final String
    The KMS key identifier to use to encrypt the new elastic cluster.
    final String
    The daily time range during which automated backups are created if automated backups are enabled, as determined by backupRetentionPeriod .
    final String
    The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
    final Number
    The number of vCPUs assigned to each elastic cluster shard.
    final Number
    The number of shards assigned to the elastic cluster.
    final Number
    The number of replica instances applying to all shards in the cluster.
    final List<String>
    The Amazon EC2 subnet IDs for the new elastic cluster.
    final List<CfnTag>
    The tags to be assigned to the new elastic cluster.
    final List<String>
    A list of EC2 VPC security groups to associate with the new elastic cluster.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait