@Stability(value=Stable)
public static interface CfnDataSource.RdsParametersProperty
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.*;
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() |
String |
getDatabase()
Database.
|
String |
getInstanceId()
Instance ID.
|
@Stability(value=Stable) @NotNull String getDatabase()
@Stability(value=Stable) @NotNull String getInstanceId()
@Stability(value=Stable) static CfnDataSource.RdsParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.