Class CfnRetrieverMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnRetrieverMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRetrieverMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRetrieverMixinProps
@Stability(Stable)
@Internal
public static final class CfnRetrieverMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRetrieverMixinProps
An implementation for
CfnRetrieverMixinProps-
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.cfnpropertymixins.services.qbusiness.CfnRetrieverMixinProps
CfnRetrieverMixinProps.Builder, CfnRetrieverMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRetrieverMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRetrieverMixinProps.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 theCfnRetrieverMixinProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnRetrieverMixinPropsThe identifier of the Amazon Q Business application using the retriever.- Specified by:
getApplicationIdin interfaceCfnRetrieverMixinProps- See Also:
-
getConfiguration
Description copied from interface:CfnRetrieverMixinPropsProvides information on how the retriever used for your Amazon Q Business application is configured.Returns union: either
IResolvableorCfnRetrieverPropsMixin.RetrieverConfigurationProperty- Specified by:
getConfigurationin interfaceCfnRetrieverMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnRetrieverMixinPropsThe name of your retriever.- Specified by:
getDisplayNamein interfaceCfnRetrieverMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnRetrieverMixinPropsThe 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 interfaceCfnRetrieverMixinProps- See Also:
-
getTags
Description copied from interface:CfnRetrieverMixinPropsA 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 interfaceCfnRetrieverMixinProps- See Also:
-
getType
Description copied from interface:CfnRetrieverMixinPropsThe type of your retriever.- Specified by:
getTypein interfaceCfnRetrieverMixinProps- 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()
-