@Stability(value=Stable)
public static interface CfnDataSource.ConnectionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.ConnectionConfigurationProperty.Builder
A builder for
CfnDataSource.ConnectionConfigurationProperty |
static class |
CfnDataSource.ConnectionConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.ConnectionConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.ConnectionConfigurationProperty.Builder |
builder() |
String |
getDatabaseHost()
`CfnDataSource.ConnectionConfigurationProperty.DatabaseHost`.
|
String |
getDatabaseName()
`CfnDataSource.ConnectionConfigurationProperty.DatabaseName`.
|
Number |
getDatabasePort()
`CfnDataSource.ConnectionConfigurationProperty.DatabasePort`.
|
String |
getSecretArn()
`CfnDataSource.ConnectionConfigurationProperty.SecretArn`.
|
String |
getTableName()
`CfnDataSource.ConnectionConfigurationProperty.TableName`.
|
@Stability(value=Stable) @NotNull String getDatabaseHost()
@Stability(value=Stable) @NotNull String getDatabaseName()
@Stability(value=Stable) @NotNull Number getDatabasePort()
@Stability(value=Stable) @NotNull String getSecretArn()
@Stability(value=Stable) @NotNull String getTableName()
@Stability(value=Stable) static CfnDataSource.ConnectionConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.