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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ConnectionConfigurationProperty
CfnDataSource.ConnectionConfigurationProperty.Builder, CfnDataSource.ConnectionConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.ConnectionConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The name of the host for the database.final String
The name of the database containing the document data.final Number
The port that the database uses for connections.final String
The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager .final String
The name of the table that contains the document data.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSource.ConnectionConfigurationProperty.Builder
.
-
-
Method Details
-
getDatabaseHost
Description copied from interface:CfnDataSource.ConnectionConfigurationProperty
The name of the host for the database.Can be either a string (host.subdomain.domain.tld) or an IPv4 or IPv6 address.
- Specified by:
getDatabaseHost
in interfaceCfnDataSource.ConnectionConfigurationProperty
-
getDatabaseName
Description copied from interface:CfnDataSource.ConnectionConfigurationProperty
The name of the database containing the document data.- Specified by:
getDatabaseName
in interfaceCfnDataSource.ConnectionConfigurationProperty
-
getDatabasePort
Description copied from interface:CfnDataSource.ConnectionConfigurationProperty
The port that the database uses for connections.- Specified by:
getDatabasePort
in interfaceCfnDataSource.ConnectionConfigurationProperty
-
getSecretArn
Description copied from interface:CfnDataSource.ConnectionConfigurationProperty
The 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:
getSecretArn
in interfaceCfnDataSource.ConnectionConfigurationProperty
-
getTableName
Description copied from interface:CfnDataSource.ConnectionConfigurationProperty
The name of the table that contains the document data.- Specified by:
getTableName
in interfaceCfnDataSource.ConnectionConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-