Class CfnQuerySuggestionsBlockListMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnQuerySuggestionsBlockListMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnQuerySuggestionsBlockListMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQuerySuggestionsBlockListMixinProps
@Stability(Stable)
@Internal
public static final class CfnQuerySuggestionsBlockListMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQuerySuggestionsBlockListMixinProps
An implementation for
CfnQuerySuggestionsBlockListMixinProps-
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.kendra.CfnQuerySuggestionsBlockListMixinProps
CfnQuerySuggestionsBlockListMixinProps.Builder, CfnQuerySuggestionsBlockListMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnQuerySuggestionsBlockListMixinProps.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 StringA description for the block list.final StringThe identifier of the index for the block list.final StringgetName()The name of the block list.final StringThe Amazon Resource Name (ARN) of an IAM role with permission to access the S3 bucket that contains the block list text file.final ObjectInformation required to find a specific file in an Amazon S3 bucket.getTags()A list of key-value pairs that identify or categorize the block list.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 theCfnQuerySuggestionsBlockListMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnQuerySuggestionsBlockListMixinPropsA description for the block list.- Specified by:
getDescriptionin interfaceCfnQuerySuggestionsBlockListMixinProps- See Also:
-
getIndexId
Description copied from interface:CfnQuerySuggestionsBlockListMixinPropsThe identifier of the index for the block list.- Specified by:
getIndexIdin interfaceCfnQuerySuggestionsBlockListMixinProps- See Also:
-
getName
Description copied from interface:CfnQuerySuggestionsBlockListMixinPropsThe name of the block list.- Specified by:
getNamein interfaceCfnQuerySuggestionsBlockListMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnQuerySuggestionsBlockListMixinPropsThe Amazon Resource Name (ARN) of an IAM role with permission to access the S3 bucket that contains the block list text file.- Specified by:
getRoleArnin interfaceCfnQuerySuggestionsBlockListMixinProps- See Also:
-
getSourceS3Path
Description copied from interface:CfnQuerySuggestionsBlockListMixinPropsInformation required to find a specific file in an Amazon S3 bucket.Returns union: either
IResolvableorCfnQuerySuggestionsBlockListPropsMixin.S3PathProperty- Specified by:
getSourceS3Pathin interfaceCfnQuerySuggestionsBlockListMixinProps- See Also:
-
getTags
Description copied from interface:CfnQuerySuggestionsBlockListMixinPropsA list of key-value pairs that identify or categorize the block list.- Specified by:
getTagsin interfaceCfnQuerySuggestionsBlockListMixinProps- 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()
-