public static final class InstanceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InstanceProps
InstanceProps
InstanceProps.Builder, InstanceProps.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.Boolean |
getAllowMajorVersionUpgrade()
Whether to allow upgrade of major version for the DB instance.
|
java.lang.Boolean |
getAutoMinorVersionUpgrade()
Whether to enable automatic upgrade of minor version for the DB instance.
|
java.lang.Boolean |
getDeleteAutomatedBackups()
Whether to remove automated backups immediately after the DB instance is deleted for the DB instance.
|
java.lang.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.
|
java.util.Map<java.lang.String,java.lang.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.
|
java.lang.Boolean |
getPubliclyAccessible()
Indicates whether the DB instance is an internet-facing instance.
|
java.util.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() |
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 IVpc getVpc()
InstanceProps
Must be at least 2 subnets in two different AZs.
getVpc
in interface InstanceProps
public final java.lang.Boolean getAllowMajorVersionUpgrade()
InstanceProps
Default: - false
getAllowMajorVersionUpgrade
in interface InstanceProps
public final java.lang.Boolean getAutoMinorVersionUpgrade()
InstanceProps
Default: - true
getAutoMinorVersionUpgrade
in interface InstanceProps
public final java.lang.Boolean getDeleteAutomatedBackups()
InstanceProps
Default: - true
getDeleteAutomatedBackups
in interface InstanceProps
public final java.lang.Boolean getEnablePerformanceInsights()
InstanceProps
Default: - false, unless ``performanceInsightRentention`` or ``performanceInsightEncryptionKey`` is set.
getEnablePerformanceInsights
in interface InstanceProps
public final InstanceType getInstanceType()
InstanceProps
Default: - t3.medium (or, more precisely, db.t3.medium)
getInstanceType
in interface InstanceProps
public final IParameterGroup getParameterGroup()
InstanceProps
Default: no parameter group
getParameterGroup
in interface InstanceProps
public final java.util.Map<java.lang.String,java.lang.String> getParameters()
InstanceProps
You 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 InstanceProps
public final IKey getPerformanceInsightEncryptionKey()
InstanceProps
Default: - default master key
getPerformanceInsightEncryptionKey
in interface InstanceProps
public final PerformanceInsightRetention getPerformanceInsightRetention()
InstanceProps
Default: 7
getPerformanceInsightRetention
in interface InstanceProps
public final java.lang.Boolean getPubliclyAccessible()
InstanceProps
Default: - `true` if `vpcSubnets` is `subnetType: SubnetType.PUBLIC`, `false` otherwise
getPubliclyAccessible
in interface InstanceProps
public final java.util.List<ISecurityGroup> getSecurityGroups()
InstanceProps
Default: a new security group is created.
getSecurityGroups
in interface InstanceProps
public final SubnetSelection getVpcSubnets()
InstanceProps
Default: - the Vpc default strategy if not specified.
getVpcSubnets
in interface InstanceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()