Class CfnQuerySuggestionsBlockListProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnQuerySuggestionsBlockListProps.Jsii$Proxy
- All Implemented Interfaces:
CfnQuerySuggestionsBlockListProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQuerySuggestionsBlockListProps
@Stability(Stable)
@Internal
public static final class CfnQuerySuggestionsBlockListProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQuerySuggestionsBlockListProps
An implementation for
CfnQuerySuggestionsBlockListProps-
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.kendra.CfnQuerySuggestionsBlockListProps
CfnQuerySuggestionsBlockListProps.Builder, CfnQuerySuggestionsBlockListProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnQuerySuggestionsBlockListProps.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 theCfnQuerySuggestionsBlockListProps.Builder.
-
-
Method Details
-
getIndexId
Description copied from interface:CfnQuerySuggestionsBlockListPropsThe identifier of the index for the block list.- Specified by:
getIndexIdin interfaceCfnQuerySuggestionsBlockListProps- See Also:
-
getName
Description copied from interface:CfnQuerySuggestionsBlockListPropsThe name of the block list.- Specified by:
getNamein interfaceCfnQuerySuggestionsBlockListProps- See Also:
-
getRoleArn
Description copied from interface:CfnQuerySuggestionsBlockListPropsThe 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 interfaceCfnQuerySuggestionsBlockListProps- See Also:
-
getSourceS3Path
Description copied from interface:CfnQuerySuggestionsBlockListPropsInformation required to find a specific file in an Amazon S3 bucket.Returns union: either
IResolvableorCfnQuerySuggestionsBlockList.S3PathProperty- Specified by:
getSourceS3Pathin interfaceCfnQuerySuggestionsBlockListProps- See Also:
-
getDescription
Description copied from interface:CfnQuerySuggestionsBlockListPropsA description for the block list.- Specified by:
getDescriptionin interfaceCfnQuerySuggestionsBlockListProps- See Also:
-
getTags
Description copied from interface:CfnQuerySuggestionsBlockListPropsA list of key-value pairs that identify or categorize the block list.- Specified by:
getTagsin interfaceCfnQuerySuggestionsBlockListProps- 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()
-