public static interface CfnDataSource.AuroraPostgreSqlParametersProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataSource.AuroraPostgreSqlParametersProperty.Builder
A builder for
CfnDataSource.AuroraPostgreSqlParametersProperty |
static class |
CfnDataSource.AuroraPostgreSqlParametersProperty.Jsii$Proxy
An implementation for
CfnDataSource.AuroraPostgreSqlParametersProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataSource.AuroraPostgreSqlParametersProperty.Builder |
builder() |
java.lang.String |
getDatabase()
The Amazon Aurora PostgreSQL database to connect to.
|
java.lang.String |
getHost()
The Amazon Aurora PostgreSQL-Compatible host to connect to.
|
java.lang.Number |
getPort()
The port that Amazon Aurora PostgreSQL is listening on.
|
java.lang.String getDatabase()
java.lang.String getHost()
java.lang.Number getPort()
static CfnDataSource.AuroraPostgreSqlParametersProperty.Builder builder()