@Stability(value=Stable)
public static interface CfnDataSource.OracleParametersProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.OracleParametersProperty.Builder
A builder for
CfnDataSource.OracleParametersProperty |
static class |
CfnDataSource.OracleParametersProperty.Jsii$Proxy
An implementation for
CfnDataSource.OracleParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.OracleParametersProperty.Builder |
builder() |
String |
getDatabase()
`CfnDataSource.OracleParametersProperty.Database`.
|
String |
getHost()
`CfnDataSource.OracleParametersProperty.Host`.
|
Number |
getPort()
`CfnDataSource.OracleParametersProperty.Port`.
|
@Stability(value=Stable) @NotNull String getDatabase()
@Stability(value=Stable) @NotNull String getHost()
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) static CfnDataSource.OracleParametersProperty.Builder builder()
Copyright © 2021. All rights reserved.