Class ServerlessClusterProps.Jsii$Proxy
- All Implemented Interfaces:
ServerlessClusterProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ServerlessClusterProps
ServerlessClusterProps
-
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.rds.ServerlessClusterProps
ServerlessClusterProps.Builder, ServerlessClusterProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ServerlessClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theServerlessClusterProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Duration
The number of days during which automatic DB snapshots are retained.final String
An optional identifier for the cluster.final Credentials
Credentials for the administrative user.final String
Name of a database which is automatically created inside the cluster.final Boolean
Indicates whether the DB cluster should have deletion protection enabled.final Boolean
Whether to enable the Data API.final IClusterEngine
What kind of database to start.final IParameterGroup
Additional parameters to pass to the database engine.final RemovalPolicy
The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.final ServerlessScalingOptions
Scaling configuration of an Aurora Serverless database cluster.final List<ISecurityGroup>
Security group.final IKey
The KMS key for storage encryption.final ISubnetGroup
Existing subnet group for the cluster.final IVpc
getVpc()
The VPC that this Aurora Serverless cluster has been created in.final SubnetSelection
Where to place the instances within the VPC.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theServerlessClusterProps.Builder
.
-
-
Method Details
-
getEngine
Description copied from interface:ServerlessClusterProps
What kind of database to start.- Specified by:
getEngine
in interfaceServerlessClusterProps
-
getBackupRetention
Description copied from interface:ServerlessClusterProps
The number of days during which automatic DB snapshots are retained.Automatic backup retention cannot be disabled on serverless clusters. Must be a value from 1 day to 35 days.
Default: Duration.days(1)
- Specified by:
getBackupRetention
in interfaceServerlessClusterProps
-
getClusterIdentifier
Description copied from interface:ServerlessClusterProps
An optional identifier for the cluster.Default: - A name is automatically generated.
- Specified by:
getClusterIdentifier
in interfaceServerlessClusterProps
-
getCredentials
Description copied from interface:ServerlessClusterProps
Credentials for the administrative user.Default: - A username of 'admin' and SecretsManager-generated password
- Specified by:
getCredentials
in interfaceServerlessClusterProps
-
getDefaultDatabaseName
Description copied from interface:ServerlessClusterProps
Name of a database which is automatically created inside the cluster.Default: - Database is not created in cluster.
- Specified by:
getDefaultDatabaseName
in interfaceServerlessClusterProps
-
getDeletionProtection
Description copied from interface:ServerlessClusterProps
Indicates whether the DB cluster should have deletion protection enabled.Default: - true if removalPolicy is RETAIN, false otherwise
- Specified by:
getDeletionProtection
in interfaceServerlessClusterProps
-
getEnableDataApi
Description copied from interface:ServerlessClusterProps
Whether to enable the Data API.Default: false
- Specified by:
getEnableDataApi
in interfaceServerlessClusterProps
- See Also:
-
getParameterGroup
Description copied from interface:ServerlessClusterProps
Additional parameters to pass to the database engine.Default: - no parameter group.
- Specified by:
getParameterGroup
in interfaceServerlessClusterProps
-
getRemovalPolicy
Description copied from interface:ServerlessClusterProps
The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.Default: - RemovalPolicy.SNAPSHOT (remove the cluster and instances, but retain a snapshot of the data)
- Specified by:
getRemovalPolicy
in interfaceServerlessClusterProps
-
getScaling
Description copied from interface:ServerlessClusterProps
Scaling configuration of an Aurora Serverless database cluster.Default: - Serverless cluster is automatically paused after 5 minutes of being idle. minimum capacity: 2 ACU maximum capacity: 16 ACU
- Specified by:
getScaling
in interfaceServerlessClusterProps
-
getSecurityGroups
Description copied from interface:ServerlessClusterProps
Security group.Default: - a new security group is created if `vpc` was provided. If the `vpc` property was not provided, no VPC security groups will be associated with the DB cluster.
- Specified by:
getSecurityGroups
in interfaceServerlessClusterProps
-
getStorageEncryptionKey
Description copied from interface:ServerlessClusterProps
The KMS key for storage encryption.Default: - the default master key will be used for storage encryption
- Specified by:
getStorageEncryptionKey
in interfaceServerlessClusterProps
-
getSubnetGroup
Description copied from interface:ServerlessClusterProps
Existing subnet group for the cluster.Default: - a new subnet group is created if `vpc` was provided. If the `vpc` property was not provided, no subnet group will be associated with the DB cluster
- Specified by:
getSubnetGroup
in interfaceServerlessClusterProps
-
getVpc
Description copied from interface:ServerlessClusterProps
The VPC that this Aurora Serverless cluster has been created in.Default: - the default VPC in the account and region will be used
- Specified by:
getVpc
in interfaceServerlessClusterProps
-
getVpcSubnets
Description copied from interface:ServerlessClusterProps
Where to place the instances within the VPC.If provided, the
vpc
property must also be specified.Default: - the VPC default strategy if not specified.
- Specified by:
getVpcSubnets
in interfaceServerlessClusterProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-