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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.AuroraPostgreSqlParametersProperty
static final class
An implementation forCfnDataSource.AuroraPostgreSqlParametersProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatabase
The Amazon Aurora PostgreSQL database to connect to. -
getHost
The Amazon Aurora PostgreSQL-Compatible host to connect to. -
getPort
The port that Amazon Aurora PostgreSQL is listening on. -
builder
-