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