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