@Stability(value=Stable)
public static interface CfnRule.RedshiftDataParametersProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.RedshiftDataParametersProperty.Builder
A builder for
CfnRule.RedshiftDataParametersProperty |
static class |
CfnRule.RedshiftDataParametersProperty.Jsii$Proxy
An implementation for
CfnRule.RedshiftDataParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.RedshiftDataParametersProperty.Builder |
builder() |
String |
getDatabase()
`CfnRule.RedshiftDataParametersProperty.Database`.
|
default String |
getDbUser()
`CfnRule.RedshiftDataParametersProperty.DbUser`.
|
default String |
getSecretManagerArn()
`CfnRule.RedshiftDataParametersProperty.SecretManagerArn`.
|
String |
getSql()
`CfnRule.RedshiftDataParametersProperty.Sql`.
|
default String |
getStatementName()
`CfnRule.RedshiftDataParametersProperty.StatementName`.
|
default Object |
getWithEvent()
`CfnRule.RedshiftDataParametersProperty.WithEvent`.
|
@Stability(value=Stable) @NotNull String getDatabase()
@Stability(value=Stable) @NotNull String getSql()
@Stability(value=Stable) @Nullable default String getDbUser()
@Stability(value=Stable) @Nullable default String getSecretManagerArn()
@Stability(value=Stable) @Nullable default String getStatementName()
@Stability(value=Stable) @Nullable default Object getWithEvent()
@Stability(value=Stable) static CfnRule.RedshiftDataParametersProperty.Builder builder()
Copyright © 2021. All rights reserved.