@Stability(value=Stable)
public static interface CfnDataSource.AuroraPostgreSqlParametersProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getDatabase()
The Amazon Aurora PostgreSQL database to connect to.
|
String |
getHost()
The Amazon Aurora PostgreSQL-Compatible host to connect to.
|
Number |
getPort()
The port that Amazon Aurora PostgreSQL is listening on.
|
@Stability(value=Stable) @NotNull String getDatabase()
@Stability(value=Stable) @NotNull String getHost()
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) static CfnDataSource.AuroraPostgreSqlParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.