Class CfnRetrieverProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.qbusiness.CfnRetrieverProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRetrieverProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRetrieverProps
@Stability(Stable)
@Internal
public static final class CfnRetrieverProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRetrieverProps
An implementation for
CfnRetrieverProps-
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.qbusiness.CfnRetrieverProps
CfnRetrieverProps.Builder, CfnRetrieverProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRetrieverProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRetrieverProps.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 identifier of the Amazon Q Business application using the retriever.final ObjectProvides information on how the retriever used for your Amazon Q Business application is configured.final StringThe name of your retriever.final StringThe ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.getTags()A list of key-value pairs that identify or categorize the retriever.final StringgetType()The type of your retriever.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 theCfnRetrieverProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnRetrieverPropsThe identifier of the Amazon Q Business application using the retriever.- Specified by:
getApplicationIdin interfaceCfnRetrieverProps- See Also:
-
getConfiguration
Description copied from interface:CfnRetrieverPropsProvides information on how the retriever used for your Amazon Q Business application is configured.Returns union: either
IResolvableorCfnRetriever.RetrieverConfigurationProperty- Specified by:
getConfigurationin interfaceCfnRetrieverProps- See Also:
-
getDisplayName
Description copied from interface:CfnRetrieverPropsThe name of your retriever.- Specified by:
getDisplayNamein interfaceCfnRetrieverProps- See Also:
-
getType
Description copied from interface:CfnRetrieverPropsThe type of your retriever.- Specified by:
getTypein interfaceCfnRetrieverProps- See Also:
-
getRoleArn
Description copied from interface:CfnRetrieverPropsThe ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.- Specified by:
getRoleArnin interfaceCfnRetrieverProps- See Also:
-
getTags
Description copied from interface:CfnRetrieverPropsA list of key-value pairs that identify or categorize the retriever.You can also use tags to help control access to the retriever. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
- Specified by:
getTagsin interfaceCfnRetrieverProps- 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()
-