@Stability(value=Experimental) @Internal public static final class InstanceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InstanceProps
InstancePropssoftware.amazon.jsii.JsiiObject.InitializationModeInstanceProps.Builder, InstanceProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(InstanceType instanceType,
IVpc vpc,
IClusterParameterGroup parameterGroup,
ISecurityGroup securityGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
InstanceProps.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) |
InstanceType |
getInstanceType()
(experimental) What type of instance to start for the replicas.
|
IClusterParameterGroup |
getParameterGroup()
(experimental) The DB parameter group to associate with the instance.
|
ISecurityGroup |
getSecurityGroup()
(experimental) Security group.
|
IVpc |
getVpc()
(experimental) What subnets to run the DocumentDB instances in.
|
SubnetSelection |
getVpcSubnets()
(experimental) Where to place the instances within the VPC.
|
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(InstanceType instanceType, IVpc vpc, IClusterParameterGroup parameterGroup, ISecurityGroup securityGroup, SubnetSelection vpcSubnets)
InstanceProps.Builder.public final InstanceType getInstanceType()
InstancePropsgetInstanceType in interface InstancePropspublic final IVpc getVpc()
InstancePropsMust be at least 2 subnets in two different AZs.
getVpc in interface InstancePropspublic final IClusterParameterGroup getParameterGroup()
InstancePropsDefault: no parameter group
getParameterGroup in interface InstancePropspublic final ISecurityGroup getSecurityGroup()
InstancePropsDefault: a new security group is created.
getSecurityGroup in interface InstancePropspublic final SubnetSelection getVpcSubnets()
InstancePropsDefault: private subnets
getVpcSubnets in interface InstanceProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.