Class KendraQuerySuggestionsBlockListSourceS3Path.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.kendra_query_suggestions_block_list.KendraQuerySuggestionsBlockListSourceS3Path.Jsii$Proxy
-
- All Implemented Interfaces:
KendraQuerySuggestionsBlockListSourceS3Path,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KendraQuerySuggestionsBlockListSourceS3Path
@Stability(Stable) @Internal public static final class KendraQuerySuggestionsBlockListSourceS3Path.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KendraQuerySuggestionsBlockListSourceS3Path
An implementation forKendraQuerySuggestionsBlockListSourceS3Path
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.kendra_query_suggestions_block_list.KendraQuerySuggestionsBlockListSourceS3Path
KendraQuerySuggestionsBlockListSourceS3Path.Builder, KendraQuerySuggestionsBlockListSourceS3Path.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KendraQuerySuggestionsBlockListSourceS3Path.Builder builder)Constructor that initializes the object based on literal property values passed by theKendraQuerySuggestionsBlockListSourceS3Path.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetBucket()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kendra_query_suggestions_block_list#bucket KendraQuerySuggestionsBlockList#bucket}.StringgetKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kendra_query_suggestions_block_list#key KendraQuerySuggestionsBlockList#key}.inthashCode()
-
-
-
Constructor Detail
-
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(KendraQuerySuggestionsBlockListSourceS3Path.Builder builder)
Constructor that initializes the object based on literal property values passed by theKendraQuerySuggestionsBlockListSourceS3Path.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:KendraQuerySuggestionsBlockListSourceS3PathDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kendra_query_suggestions_block_list#bucket KendraQuerySuggestionsBlockList#bucket}.- Specified by:
getBucketin interfaceKendraQuerySuggestionsBlockListSourceS3Path
-
getKey
public final String getKey()
Description copied from interface:KendraQuerySuggestionsBlockListSourceS3PathDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/kendra_query_suggestions_block_list#key KendraQuerySuggestionsBlockList#key}.- Specified by:
getKeyin interfaceKendraQuerySuggestionsBlockListSourceS3Path
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-