Class CfnKnowledgeBaseProps.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBaseProps
CfnKnowledgeBaseProps-
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.wisdom.CfnKnowledgeBaseProps
CfnKnowledgeBaseProps.Builder, CfnKnowledgeBaseProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnKnowledgeBaseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBaseProps.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 theCfnKnowledgeBaseProps.Builder.
-
-
Method Details
-
getKnowledgeBaseType
Description copied from interface:CfnKnowledgeBasePropsThe 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 interfaceCfnKnowledgeBaseProps- See Also:
-
getName
Description copied from interface:CfnKnowledgeBasePropsThe name of the knowledge base.- Specified by:
getNamein interfaceCfnKnowledgeBaseProps- See Also:
-
getDescription
Description copied from interface:CfnKnowledgeBasePropsThe description.- Specified by:
getDescriptionin interfaceCfnKnowledgeBaseProps- See Also:
-
getRenderingConfiguration
Description copied from interface:CfnKnowledgeBasePropsInformation about how to render the content.Returns union: either
IResolvableorCfnKnowledgeBase.RenderingConfigurationProperty- Specified by:
getRenderingConfigurationin interfaceCfnKnowledgeBaseProps- See Also:
-
getServerSideEncryptionConfiguration
Description copied from interface:CfnKnowledgeBasePropsThis 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
IResolvableorCfnKnowledgeBase.ServerSideEncryptionConfigurationProperty- Specified by:
getServerSideEncryptionConfigurationin interfaceCfnKnowledgeBaseProps- See Also:
-
getSourceConfiguration
Description copied from interface:CfnKnowledgeBasePropsThe source of the knowledge base content.Only set this argument for EXTERNAL or Managed knowledge bases.
Returns union: either
IResolvableorCfnKnowledgeBase.SourceConfigurationProperty- Specified by:
getSourceConfigurationin interfaceCfnKnowledgeBaseProps- See Also:
-
getTags
Description copied from interface:CfnKnowledgeBasePropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnKnowledgeBaseProps- See Also:
-
getVectorIngestionConfiguration
Description copied from interface:CfnKnowledgeBasePropsContains details about how to ingest the documents in a data source.Returns union: either
IResolvableorCfnKnowledgeBase.VectorIngestionConfigurationProperty- Specified by:
getVectorIngestionConfigurationin interfaceCfnKnowledgeBaseProps- 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()
-