Class CfnDataSourceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourceMixinProps
@Stability(Stable)
@Internal
public static final class CfnDataSourceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourceMixinProps
An implementation for
CfnDataSourceMixinProps-
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.cfnpropertymixins.services.bedrock.CfnDataSourceMixinProps
CfnDataSourceMixinProps.Builder, CfnDataSourceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourceMixinProps.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 data deletion policy for the data source.final ObjectThe connection configuration for the data source.final StringThe description of the data source.final StringThe unique identifier of the knowledge base to which the data source belongs.final StringgetName()The name of the data source.final ObjectContains details about the configuration of the server-side encryption.final ObjectContains details about how to ingest the documents in the data source.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 theCfnDataSourceMixinProps.Builder.
-
-
Method Details
-
getDataDeletionPolicy
Description copied from interface:CfnDataSourceMixinPropsThe data deletion policy for the data source.- Specified by:
getDataDeletionPolicyin interfaceCfnDataSourceMixinProps- See Also:
-
getDataSourceConfiguration
Description copied from interface:CfnDataSourceMixinPropsThe connection configuration for the data source.Returns union: either
IResolvableorCfnDataSourcePropsMixin.DataSourceConfigurationProperty- Specified by:
getDataSourceConfigurationin interfaceCfnDataSourceMixinProps- See Also:
-
getDescription
Description copied from interface:CfnDataSourceMixinPropsThe description of the data source.- Specified by:
getDescriptionin interfaceCfnDataSourceMixinProps- See Also:
-
getKnowledgeBaseId
Description copied from interface:CfnDataSourceMixinPropsThe unique identifier of the knowledge base to which the data source belongs.- Specified by:
getKnowledgeBaseIdin interfaceCfnDataSourceMixinProps- See Also:
-
getName
Description copied from interface:CfnDataSourceMixinPropsThe name of the data source.- Specified by:
getNamein interfaceCfnDataSourceMixinProps- See Also:
-
getServerSideEncryptionConfiguration
Description copied from interface:CfnDataSourceMixinPropsContains details about the configuration of the server-side encryption.Returns union: either
IResolvableorCfnDataSourcePropsMixin.ServerSideEncryptionConfigurationProperty- Specified by:
getServerSideEncryptionConfigurationin interfaceCfnDataSourceMixinProps- See Also:
-
getVectorIngestionConfiguration
Description copied from interface:CfnDataSourceMixinPropsContains details about how to ingest the documents in the data source.Returns union: either
IResolvableorCfnDataSourcePropsMixin.VectorIngestionConfigurationProperty- Specified by:
getVectorIngestionConfigurationin interfaceCfnDataSourceMixinProps- 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()
-