@Stability(value=Stable) @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(InstanceProps.Builder builder)
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) |
Boolean |
getAllowMajorVersionUpgrade()
Whether to allow upgrade of major version for the DB instance.
|
Boolean |
getAutoMinorVersionUpgrade()
Whether to enable automatic upgrade of minor version for the DB instance.
|
Boolean |
getDeleteAutomatedBackups()
Whether to remove automated backups immediately after the DB instance is deleted for the DB instance.
|
Boolean |
getEnablePerformanceInsights()
Whether to enable Performance Insights for the DB instance.
|
InstanceType |
getInstanceType()
What type of instance to start for the replicas.
|
IParameterGroup |
getParameterGroup()
The DB parameter group to associate with the instance.
|
Map<String,String> |
getParameters()
The parameters in the DBParameterGroup to create automatically.
|
IKey |
getPerformanceInsightEncryptionKey()
The AWS KMS key for encryption of Performance Insights data.
|
PerformanceInsightRetention |
getPerformanceInsightRetention()
The amount of time, in days, to retain Performance Insights data.
|
Boolean |
getPubliclyAccessible()
Indicates whether the DB instance is an internet-facing instance.
|
List<ISecurityGroup> |
getSecurityGroups()
Security group.
|
IVpc |
getVpc()
What subnets to run the RDS instances in.
|
SubnetSelection |
getVpcSubnets()
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(InstanceProps.Builder builder)
InstanceProps.Builder.public final IVpc getVpc()
InstancePropsMust be at least 2 subnets in two different AZs.
getVpc in interface InstancePropspublic final Boolean getAllowMajorVersionUpgrade()
InstancePropsDefault: - false
getAllowMajorVersionUpgrade in interface InstancePropspublic final Boolean getAutoMinorVersionUpgrade()
InstancePropsDefault: - true
getAutoMinorVersionUpgrade in interface InstancePropspublic final Boolean getDeleteAutomatedBackups()
InstancePropsDefault: - true
getDeleteAutomatedBackups in interface InstancePropspublic final Boolean getEnablePerformanceInsights()
InstancePropsDefault: - false, unless ``performanceInsightRentention`` or ``performanceInsightEncryptionKey`` is set.
getEnablePerformanceInsights in interface InstancePropspublic final InstanceType getInstanceType()
InstancePropsDefault: - t3.medium (or, more precisely, db.t3.medium)
getInstanceType in interface InstancePropspublic final IParameterGroup getParameterGroup()
InstancePropsDefault: no parameter group
getParameterGroup in interface InstancePropspublic final Map<String,String> getParameters()
InstancePropsYou can only specify parameterGroup or parameters but not both. You need to use a versioned engine to auto-generate a DBParameterGroup.
Default: - None
getParameters in interface InstancePropspublic final IKey getPerformanceInsightEncryptionKey()
InstancePropsDefault: - default master key
getPerformanceInsightEncryptionKey in interface InstancePropspublic final PerformanceInsightRetention getPerformanceInsightRetention()
InstancePropsDefault: 7
getPerformanceInsightRetention in interface InstancePropspublic final Boolean getPubliclyAccessible()
InstancePropsDefault: - `true` if `vpcSubnets` is `subnetType: SubnetType.PUBLIC`, `false` otherwise
getPubliclyAccessible in interface InstancePropspublic final List<ISecurityGroup> getSecurityGroups()
InstancePropsDefault: a new security group is created.
getSecurityGroups in interface InstancePropspublic final SubnetSelection getVpcSubnets()
InstancePropsDefault: - the Vpc default strategy if not specified.
getVpcSubnets in interface InstanceProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.