public static interface CfnDataSource.RdsParametersProperty
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.*; RdsParametersProperty rdsParametersProperty = RdsParametersProperty.builder() .database("database") .instanceId("instanceId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataSource.RdsParametersProperty.Builder
A builder for
CfnDataSource.RdsParametersProperty |
static class |
CfnDataSource.RdsParametersProperty.Jsii$Proxy
An implementation for
CfnDataSource.RdsParametersProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataSource.RdsParametersProperty.Builder |
builder() |
java.lang.String |
getDatabase()
Database.
|
java.lang.String |
getInstanceId()
Instance ID.
|
java.lang.String getDatabase()
java.lang.String getInstanceId()
static CfnDataSource.RdsParametersProperty.Builder builder()