Class CfnKnowledgeBaseProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnKnowledgeBaseProps.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnKnowledgeBaseProps
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBaseProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBaseProps
An implementation for
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 ObjectThe KMS key used for encryption.final ObjectThe source of the knowledge base content.getTags()The tags used to organize, track, or control access for this resource.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
-
getName
Description copied from interface:CfnKnowledgeBasePropsThe name of the knowledge base.- Specified by:
getNamein interfaceCfnKnowledgeBaseProps
-
getDescription
Description copied from interface:CfnKnowledgeBasePropsThe description.- Specified by:
getDescriptionin interfaceCfnKnowledgeBaseProps
-
getRenderingConfiguration
Description copied from interface:CfnKnowledgeBasePropsInformation about how to render the content.- Specified by:
getRenderingConfigurationin interfaceCfnKnowledgeBaseProps
-
getServerSideEncryptionConfiguration
Description copied from interface:CfnKnowledgeBasePropsThe KMS key used for encryption.- Specified by:
getServerSideEncryptionConfigurationin interfaceCfnKnowledgeBaseProps
-
getSourceConfiguration
Description copied from interface:CfnKnowledgeBasePropsThe source of the knowledge base content.Only set this argument for EXTERNAL knowledge bases.
- Specified by:
getSourceConfigurationin interfaceCfnKnowledgeBaseProps
-
getTags
Description copied from interface:CfnKnowledgeBasePropsThe tags used to organize, track, or control access for this resource.- Specified by:
getTagsin interfaceCfnKnowledgeBaseProps
-
$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()
-