interface AuroraPostgresClusterEngineProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.RDS.AuroraPostgresClusterEngineProps |
Java | software.amazon.awscdk.services.rds.AuroraPostgresClusterEngineProps |
Python | aws_cdk.aws_rds.AuroraPostgresClusterEngineProps |
TypeScript (source) | @aws-cdk/aws-rds » AuroraPostgresClusterEngineProps |
Creation properties of the Aurora PostgreSQL database cluster engine.
Used in {@link DatabaseClusterEngine.auroraPostgres}.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as rds from '@aws-cdk/aws-rds';
declare const auroraPostgresEngineVersion: rds.AuroraPostgresEngineVersion;
const auroraPostgresClusterEngineProps: rds.AuroraPostgresClusterEngineProps = {
version: auroraPostgresEngineVersion,
};
Properties
Name | Type | Description |
---|---|---|
version | Aurora | The version of the Aurora PostgreSQL cluster engine. |
version
Type:
Aurora
The version of the Aurora PostgreSQL cluster engine.