Class CfnDataSourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataSourceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourceProps
@Stability(Stable)
@Internal
public static final class CfnDataSourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourceProps
An implementation for
CfnDataSourceProps
-
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.bedrock.CfnDataSourceProps
CfnDataSourceProps.Builder, CfnDataSourceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDataSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourceProps.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 data deletion policy for the data source.final Object
The connection configuration for the data source.final String
The description of the data source.final String
The unique identifier of the knowledge base to which the data source belongs.final String
getName()
The name of the data source.final Object
Contains details about the configuration of the server-side encryption.final Object
Contains details about how to ingest the documents in the data source.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 theCfnDataSourceProps.Builder
.
-
-
Method Details
-
getDataSourceConfiguration
Description copied from interface:CfnDataSourceProps
The connection configuration for the data source.- Specified by:
getDataSourceConfiguration
in interfaceCfnDataSourceProps
- See Also:
-
getKnowledgeBaseId
Description copied from interface:CfnDataSourceProps
The unique identifier of the knowledge base to which the data source belongs.- Specified by:
getKnowledgeBaseId
in interfaceCfnDataSourceProps
- See Also:
-
getName
Description copied from interface:CfnDataSourceProps
The name of the data source.- Specified by:
getName
in interfaceCfnDataSourceProps
- See Also:
-
getDataDeletionPolicy
Description copied from interface:CfnDataSourceProps
The data deletion policy for the data source.- Specified by:
getDataDeletionPolicy
in interfaceCfnDataSourceProps
- See Also:
-
getDescription
Description copied from interface:CfnDataSourceProps
The description of the data source.- Specified by:
getDescription
in interfaceCfnDataSourceProps
- See Also:
-
getServerSideEncryptionConfiguration
Description copied from interface:CfnDataSourceProps
Contains details about the configuration of the server-side encryption.- Specified by:
getServerSideEncryptionConfiguration
in interfaceCfnDataSourceProps
- See Also:
-
getVectorIngestionConfiguration
Description copied from interface:CfnDataSourceProps
Contains details about how to ingest the documents in the data source.- Specified by:
getVectorIngestionConfiguration
in interfaceCfnDataSourceProps
- See Also:
-
$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()
-