@Stability(value=Stable)
public static interface CfnDataSource.RdsHttpEndpointConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.RdsHttpEndpointConfigProperty.Builder
A builder for
CfnDataSource.RdsHttpEndpointConfigProperty |
static class |
CfnDataSource.RdsHttpEndpointConfigProperty.Jsii$Proxy
An implementation for
CfnDataSource.RdsHttpEndpointConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.RdsHttpEndpointConfigProperty.Builder |
builder() |
String |
getAwsRegion()
`CfnDataSource.RdsHttpEndpointConfigProperty.AwsRegion`.
|
String |
getAwsSecretStoreArn()
`CfnDataSource.RdsHttpEndpointConfigProperty.AwsSecretStoreArn`.
|
default String |
getDatabaseName()
`CfnDataSource.RdsHttpEndpointConfigProperty.DatabaseName`.
|
String |
getDbClusterIdentifier()
`CfnDataSource.RdsHttpEndpointConfigProperty.DbClusterIdentifier`.
|
default String |
getSchema()
`CfnDataSource.RdsHttpEndpointConfigProperty.Schema`.
|
@Stability(value=Stable) @NotNull String getAwsRegion()
@Stability(value=Stable) @NotNull String getAwsSecretStoreArn()
@Stability(value=Stable) @NotNull String getDbClusterIdentifier()
@Stability(value=Stable) @Nullable default String getDatabaseName()
@Stability(value=Stable) @Nullable default String getSchema()
@Stability(value=Stable) static CfnDataSource.RdsHttpEndpointConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.