@Stability(value=Stable)
public static interface CfnAnomalyDetector.RedshiftSourceConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder
A builder for
CfnAnomalyDetector.RedshiftSourceConfigProperty |
static class |
CfnAnomalyDetector.RedshiftSourceConfigProperty.Jsii$Proxy
An implementation for
CfnAnomalyDetector.RedshiftSourceConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder |
builder() |
String |
getClusterIdentifier()
`CfnAnomalyDetector.RedshiftSourceConfigProperty.ClusterIdentifier`.
|
String |
getDatabaseHost()
`CfnAnomalyDetector.RedshiftSourceConfigProperty.DatabaseHost`.
|
String |
getDatabaseName()
`CfnAnomalyDetector.RedshiftSourceConfigProperty.DatabaseName`.
|
Number |
getDatabasePort()
`CfnAnomalyDetector.RedshiftSourceConfigProperty.DatabasePort`.
|
String |
getRoleArn()
`CfnAnomalyDetector.RedshiftSourceConfigProperty.RoleArn`.
|
String |
getSecretManagerArn()
`CfnAnomalyDetector.RedshiftSourceConfigProperty.SecretManagerArn`.
|
String |
getTableName()
`CfnAnomalyDetector.RedshiftSourceConfigProperty.TableName`.
|
Object |
getVpcConfiguration()
`CfnAnomalyDetector.RedshiftSourceConfigProperty.VpcConfiguration`.
|
@Stability(value=Stable) @NotNull String getClusterIdentifier()
@Stability(value=Stable) @NotNull String getDatabaseHost()
@Stability(value=Stable) @NotNull String getDatabaseName()
@Stability(value=Stable) @NotNull Number getDatabasePort()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getSecretManagerArn()
@Stability(value=Stable) @NotNull String getTableName()
@Stability(value=Stable) @NotNull Object getVpcConfiguration()
@Stability(value=Stable) static CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.