@Stability(value=Stable)
public static interface CfnDataSource.AuroraParametersProperty
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.*;
AuroraParametersProperty auroraParametersProperty = AuroraParametersProperty.builder()
.database("database")
.host("host")
.port(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.AuroraParametersProperty.Builder
A builder for
CfnDataSource.AuroraParametersProperty |
static class |
CfnDataSource.AuroraParametersProperty.Jsii$Proxy
An implementation for
CfnDataSource.AuroraParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.AuroraParametersProperty.Builder |
builder() |
String |
getDatabase()
Database.
|
String |
getHost()
Host.
|
Number |
getPort()
Port.
|
@Stability(value=Stable) @NotNull String getDatabase()
@Stability(value=Stable) @NotNull String getHost()
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) static CfnDataSource.AuroraParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.