Interface CfnDataSource.AuroraPostgreSqlParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataSource.AuroraPostgreSqlParametersProperty.Jsii$Proxy
Enclosing class:
CfnDataSource

@Stability(Stable) public static interface CfnDataSource.AuroraPostgreSqlParametersProperty extends software.amazon.jsii.JsiiSerializable
Parameters for Amazon Aurora PostgreSQL-Compatible Edition.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 AuroraPostgreSqlParametersProperty auroraPostgreSqlParametersProperty = AuroraPostgreSqlParametersProperty.builder()
         .database("database")
         .host("host")
         .port(123)
         .build();
 

See Also: