Class CfnDataSource.ConnectionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.ConnectionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDataSource.ConnectionConfigurationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.ConnectionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.ConnectionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.ConnectionConfigurationProperty
An implementation for 
CfnDataSource.ConnectionConfigurationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ConnectionConfigurationPropertyCfnDataSource.ConnectionConfigurationProperty.Builder, CfnDataSource.ConnectionConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.ConnectionConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the host for the database.final StringThe name of the database containing the document data.final NumberThe port that the database uses for connections.final StringThe Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager .final StringThe name of the table that contains the document data.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnDataSource.ConnectionConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getDatabaseHostDescription copied from interface:CfnDataSource.ConnectionConfigurationPropertyThe name of the host for the database.Can be either a string (host.subdomain.domain.tld) or an IPv4 or IPv6 address. - Specified by:
- getDatabaseHostin interface- CfnDataSource.ConnectionConfigurationProperty
 
- 
getDatabaseNameDescription copied from interface:CfnDataSource.ConnectionConfigurationPropertyThe name of the database containing the document data.- Specified by:
- getDatabaseNamein interface- CfnDataSource.ConnectionConfigurationProperty
 
- 
getDatabasePortDescription copied from interface:CfnDataSource.ConnectionConfigurationPropertyThe port that the database uses for connections.- Specified by:
- getDatabasePortin interface- CfnDataSource.ConnectionConfigurationProperty
 
- 
getSecretArnDescription copied from interface:CfnDataSource.ConnectionConfigurationPropertyThe Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager .The 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. - Specified by:
- getSecretArnin interface- CfnDataSource.ConnectionConfigurationProperty
 
- 
getTableNameDescription copied from interface:CfnDataSource.ConnectionConfigurationPropertyThe name of the table that contains the document data.- Specified by:
- getTableNamein interface- CfnDataSource.ConnectionConfigurationProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-