@Stability(value=Stable)
public static interface CfnDataSource.MariaDbParametersProperty
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.*;
MariaDbParametersProperty mariaDbParametersProperty = MariaDbParametersProperty.builder()
.database("database")
.host("host")
.port(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.MariaDbParametersProperty.Builder
A builder for
CfnDataSource.MariaDbParametersProperty |
static class |
CfnDataSource.MariaDbParametersProperty.Jsii$Proxy
An implementation for
CfnDataSource.MariaDbParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.MariaDbParametersProperty.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.MariaDbParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.