@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(IVpc vpc,
Boolean allowMajorVersionUpgrade,
Boolean autoMinorVersionUpgrade,
Boolean deleteAutomatedBackups,
Boolean enablePerformanceInsights,
InstanceType instanceType,
IParameterGroup parameterGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Boolean publiclyAccessible,
List<? extends ISecurityGroup> securityGroups,
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) |
Boolean |
getAllowMajorVersionUpgrade()
(experimental) Whether to allow upgrade of major version for the DB instance.
|
Boolean |
getAutoMinorVersionUpgrade()
(experimental) Whether to enable automatic upgrade of minor version for the DB instance.
|
Boolean |
getDeleteAutomatedBackups()
(experimental) Whether to remove automated backups immediately after the DB instance is deleted for the DB instance.
|
Boolean |
getEnablePerformanceInsights()
(experimental) Whether to enable Performance Insights for the DB instance.
|
InstanceType |
getInstanceType()
(experimental) What type of instance to start for the replicas.
|
IParameterGroup |
getParameterGroup()
(experimental) The DB parameter group to associate with the instance.
|
IKey |
getPerformanceInsightEncryptionKey()
(experimental) The AWS KMS key for encryption of Performance Insights data.
|
PerformanceInsightRetention |
getPerformanceInsightRetention()
(experimental) The amount of time, in days, to retain Performance Insights data.
|
Boolean |
getPubliclyAccessible()
(experimental) Indicates whether the DB instance is an internet-facing instance.
|
List<ISecurityGroup> |
getSecurityGroups()
(experimental) Security group.
|
IVpc |
getVpc()
(experimental) What subnets to run the RDS 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(IVpc vpc, Boolean allowMajorVersionUpgrade, Boolean autoMinorVersionUpgrade, Boolean deleteAutomatedBackups, Boolean enablePerformanceInsights, InstanceType instanceType, IParameterGroup parameterGroup, IKey performanceInsightEncryptionKey, PerformanceInsightRetention performanceInsightRetention, Boolean publiclyAccessible, List<? extends ISecurityGroup> securityGroups, SubnetSelection vpcSubnets)
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 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 © 2021. All rights reserved.