@Stability(value=Stable) @Internal public static final class CfnDataSource.ConnectionConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.ConnectionConfigurationProperty
CfnDataSource.ConnectionConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.ConnectionConfigurationProperty.Builder, CfnDataSource.ConnectionConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.ConnectionConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSource.AccessControlListConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDatabaseHost()
The name of the host for the database.
|
String |
getDatabaseName()
The name of the database containing the document data.
|
Number |
getDatabasePort()
The port that the database uses for connections.
|
String |
getSecretArn()
The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager .
|
String |
getTableName()
The name of the table that contains the document data.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSource.ConnectionConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final String getDatabaseHost()
CfnDataSource.ConnectionConfigurationPropertyCan be either a string (host.subdomain.domain.tld) or an IPv4 or IPv6 address.
getDatabaseHost in interface CfnDataSource.ConnectionConfigurationPropertypublic final String getDatabaseName()
CfnDataSource.ConnectionConfigurationPropertygetDatabaseName in interface CfnDataSource.ConnectionConfigurationPropertypublic final Number getDatabasePort()
CfnDataSource.ConnectionConfigurationPropertygetDatabasePort in interface CfnDataSource.ConnectionConfigurationPropertypublic final String getSecretArn()
CfnDataSource.ConnectionConfigurationPropertyThe credentials should be a user/password pair. For more information, see Using a Database Data Source . For more information about AWS Secrets Manager , see What Is AWS Secrets Manager in the AWS Secrets Manager user guide.
getSecretArn in interface CfnDataSource.ConnectionConfigurationPropertypublic final String getTableName()
CfnDataSource.ConnectionConfigurationPropertygetTableName in interface CfnDataSource.ConnectionConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.