@Stability(value=Stable)
public static interface CfnDataSource.MariaDbParametersProperty
extends software.amazon.jsii.JsiiSerializable
| 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()
`CfnDataSource.MariaDbParametersProperty.Database`.
|
String |
getHost()
`CfnDataSource.MariaDbParametersProperty.Host`.
|
Number |
getPort()
`CfnDataSource.MariaDbParametersProperty.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 © 2021. All rights reserved.