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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ConnectionConfigurationProperty
CfnDataSource.ConnectionConfigurationProperty.Builder, CfnDataSource.ConnectionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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 an AWS Secrets Manager secret that stores the credentials.final StringThe name of the table that contains the document data.final inthashCode()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.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 interfaceCfnDataSource.ConnectionConfigurationProperty- See Also:
-
getDatabaseName
Description copied from interface:CfnDataSource.ConnectionConfigurationPropertyThe name of the database containing the document data.- Specified by:
getDatabaseNamein interfaceCfnDataSource.ConnectionConfigurationProperty- See Also:
-
getDatabasePort
Description copied from interface:CfnDataSource.ConnectionConfigurationPropertyThe port that the database uses for connections.- Specified by:
getDatabasePortin interfaceCfnDataSource.ConnectionConfigurationProperty- See Also:
-
getSecretArn
Description copied from interface:CfnDataSource.ConnectionConfigurationPropertyThe Amazon Resource Name (ARN) of an AWS Secrets Manager secret that stores the credentials.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 interfaceCfnDataSource.ConnectionConfigurationProperty- See Also:
-
getTableName
Description copied from interface:CfnDataSource.ConnectionConfigurationPropertyThe name of the table that contains the document data.- Specified by:
getTableNamein interfaceCfnDataSource.ConnectionConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-