Class CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty
@Stability(Stable)
@Internal
public static final class CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty
An implementation for
CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty-
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.CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty
CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty.Builder, CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty.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 Amazon Resource Name (ARN) of the IAM role used to access the external Bedrock knowledge base.final StringThe Amazon Resource Name (ARN) of the external Bedrock knowledge base.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
protected Jsii$Proxy(CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty.Builder.
-
-
Method Details
-
getAccessRoleArn
Description copied from interface:CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigPropertyThe Amazon Resource Name (ARN) of the IAM role used to access the external Bedrock knowledge base.- Specified by:
getAccessRoleArnin interfaceCfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty- See Also:
-
getBedrockKnowledgeBaseArn
Description copied from interface:CfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigPropertyThe Amazon Resource Name (ARN) of the external Bedrock knowledge base.- Specified by:
getBedrockKnowledgeBaseArnin interfaceCfnAssistantAssociation.ExternalBedrockKnowledgeBaseConfigProperty- 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()
-