Class CfnKnowledgeBaseMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBaseMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBaseMixinProps
CfnKnowledgeBaseMixinProps-
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.wisdom.CfnKnowledgeBaseMixinProps
CfnKnowledgeBaseMixinProps.Builder, CfnKnowledgeBaseMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBaseMixinProps.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 description.final StringThe type of knowledge base.final StringgetName()The name of the knowledge base.final ObjectInformation about how to render the content.final ObjectThis customer managed key must have a policy that allowskms:CreateGrantandkms:DescribeKeypermissions to the IAM identity using the key to invoke Wisdom.final ObjectThe source of the knowledge base content.getTags()The tags used to organize, track, or control access for this resource.final ObjectContains details about how to ingest the documents in a 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 theCfnKnowledgeBaseMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnKnowledgeBaseMixinPropsThe description.- Specified by:
getDescriptionin interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getKnowledgeBaseType
Description copied from interface:CfnKnowledgeBaseMixinPropsThe type of knowledge base.Only CUSTOM knowledge bases allow you to upload your own content. EXTERNAL knowledge bases support integrations with third-party systems whose content is synchronized automatically.
- Specified by:
getKnowledgeBaseTypein interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getName
Description copied from interface:CfnKnowledgeBaseMixinPropsThe name of the knowledge base.- Specified by:
getNamein interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getRenderingConfiguration
Description copied from interface:CfnKnowledgeBaseMixinPropsInformation about how to render the content.Returns union: either
IResolvableorCfnKnowledgeBasePropsMixin.RenderingConfigurationProperty- Specified by:
getRenderingConfigurationin interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getServerSideEncryptionConfiguration
Description copied from interface:CfnKnowledgeBaseMixinPropsThis customer managed key must have a policy that allowskms:CreateGrantandkms:DescribeKeypermissions to the IAM identity using the key to invoke Wisdom.For more information about setting up a customer managed key for Wisdom, see Enable Amazon Connect Wisdom for your instance . For information about valid ID values, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .
Returns union: either
IResolvableorCfnKnowledgeBasePropsMixin.ServerSideEncryptionConfigurationProperty- Specified by:
getServerSideEncryptionConfigurationin interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getSourceConfiguration
Description copied from interface:CfnKnowledgeBaseMixinPropsThe source of the knowledge base content.Only set this argument for EXTERNAL or Managed knowledge bases.
Returns union: either
IResolvableorCfnKnowledgeBasePropsMixin.SourceConfigurationProperty- Specified by:
getSourceConfigurationin interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getTags
Description copied from interface:CfnKnowledgeBaseMixinPropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnKnowledgeBaseMixinProps- See Also:
-
getVectorIngestionConfiguration
Description copied from interface:CfnKnowledgeBaseMixinPropsContains details about how to ingest the documents in a data source.Returns union: either
IResolvableorCfnKnowledgeBasePropsMixin.VectorIngestionConfigurationProperty- Specified by:
getVectorIngestionConfigurationin interfaceCfnKnowledgeBaseMixinProps- 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()
-