AuroraPostgresClusterEngineProps

class aws_cdk.aws_rds.AuroraPostgresClusterEngineProps(*, version)

Bases: object

Creation properties of the Aurora PostgreSQL database cluster engine.

Used in {@link DatabaseClusterEngine.auroraPostgres}.

Parameters:

version (AuroraPostgresEngineVersion) – The version of the Aurora PostgreSQL cluster engine.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_rds as rds

# aurora_postgres_engine_version: rds.AuroraPostgresEngineVersion

aurora_postgres_cluster_engine_props = rds.AuroraPostgresClusterEngineProps(
    version=aurora_postgres_engine_version
)

Attributes

version

The version of the Aurora PostgreSQL cluster engine.