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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.wisdom.CfnKnowledgeBaseProps
CfnKnowledgeBaseProps.Builder, CfnKnowledgeBaseProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnKnowledgeBaseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBaseProps.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 description.final String
The type of knowledge base.final String
getName()
The name of the knowledge base.final Object
Information about how to render the content.final Object
This customer managed key must have a policy that allowskms:CreateGrant
andkms:DescribeKey
permissions to the IAM identity using the key to invoke Wisdom.final Object
The source of the knowledge base content.getTags()
The tags used to organize, track, or control access for this resource.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 theCfnKnowledgeBaseProps.Builder
.
-
-
Method Details
-
getKnowledgeBaseType
Description copied from interface:CfnKnowledgeBaseProps
The 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:
getKnowledgeBaseType
in interfaceCfnKnowledgeBaseProps
- See Also:
-
getName
Description copied from interface:CfnKnowledgeBaseProps
The name of the knowledge base.- Specified by:
getName
in interfaceCfnKnowledgeBaseProps
- See Also:
-
getDescription
Description copied from interface:CfnKnowledgeBaseProps
The description.- Specified by:
getDescription
in interfaceCfnKnowledgeBaseProps
- See Also:
-
getRenderingConfiguration
Description copied from interface:CfnKnowledgeBaseProps
Information about how to render the content.- Specified by:
getRenderingConfiguration
in interfaceCfnKnowledgeBaseProps
- See Also:
-
getServerSideEncryptionConfiguration
Description copied from interface:CfnKnowledgeBaseProps
This customer managed key must have a policy that allowskms:CreateGrant
andkms:DescribeKey
permissions 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 .
- Specified by:
getServerSideEncryptionConfiguration
in interfaceCfnKnowledgeBaseProps
- See Also:
-
getSourceConfiguration
Description copied from interface:CfnKnowledgeBaseProps
The source of the knowledge base content.Only set this argument for EXTERNAL knowledge bases.
- Specified by:
getSourceConfiguration
in interfaceCfnKnowledgeBaseProps
- See Also:
-
getTags
Description copied from interface:CfnKnowledgeBaseProps
The tags used to organize, track, or control access for this resource.- Specified by:
getTags
in interfaceCfnKnowledgeBaseProps
- 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()
-