We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi
A block list used for query suggestions for an Amazon Kendra index. A block list contains words or phrases that should not appear as query suggestions.
Using getQuerySuggestionsBlockList
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getQuerySuggestionsBlockList(args: GetQuerySuggestionsBlockListArgs, opts?: InvokeOptions): Promise<GetQuerySuggestionsBlockListResult>
function getQuerySuggestionsBlockListOutput(args: GetQuerySuggestionsBlockListOutputArgs, opts?: InvokeOutputOptions): Output<GetQuerySuggestionsBlockListResult>def get_query_suggestions_block_list(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetQuerySuggestionsBlockListResult
def get_query_suggestions_block_list_output(arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetQuerySuggestionsBlockListResult]func LookupQuerySuggestionsBlockList(ctx *Context, args *LookupQuerySuggestionsBlockListArgs, opts ...InvokeOption) (*LookupQuerySuggestionsBlockListResult, error)
func LookupQuerySuggestionsBlockListOutput(ctx *Context, args *LookupQuerySuggestionsBlockListOutputArgs, opts ...InvokeOption) LookupQuerySuggestionsBlockListResultOutput> Note: This function is named LookupQuerySuggestionsBlockList in the Go SDK.
public static class GetQuerySuggestionsBlockList
{
public static Task<GetQuerySuggestionsBlockListResult> InvokeAsync(GetQuerySuggestionsBlockListArgs args, InvokeOptions? opts = null)
public static Output<GetQuerySuggestionsBlockListResult> Invoke(GetQuerySuggestionsBlockListInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetQuerySuggestionsBlockListResult> Invoke(GetQuerySuggestionsBlockListInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetQuerySuggestionsBlockListResult> getQuerySuggestionsBlockList(GetQuerySuggestionsBlockListArgs args, InvokeOptions options)
public static Output<GetQuerySuggestionsBlockListResult> getQuerySuggestionsBlockList(GetQuerySuggestionsBlockListArgs args, InvokeOptions options)
public static Output<GetQuerySuggestionsBlockListResult> getQuerySuggestionsBlockList(GetQuerySuggestionsBlockListArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:kendra:getQuerySuggestionsBlockList
arguments:
# arguments dictionarydata "aws-native_kendra_get_query_suggestions_block_list" "name" {
# arguments
}The following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the query suggestions block list.
- Arn string
- The Amazon Resource Name (ARN) of the query suggestions block list.
- arn string
- The Amazon Resource Name (ARN) of the query suggestions block list.
- arn String
- The Amazon Resource Name (ARN) of the query suggestions block list.
- arn string
- The Amazon Resource Name (ARN) of the query suggestions block list.
- arn str
- The Amazon Resource Name (ARN) of the query suggestions block list.
- arn String
- The Amazon Resource Name (ARN) of the query suggestions block list.
getQuerySuggestionsBlockList Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the query suggestions block list.
- Description string
- A description for the block list.
- Id string
- The identifier of the block list.
- Name string
- The name of the block list.
- Role
Arn string - The Amazon Resource Name (ARN) of an IAM role with permission to access the S3 bucket that contains the block list text file.
- Source
S3Path Pulumi.Aws Native. Kendra. Outputs. Query Suggestions Block List S3Path -
List<Pulumi.
Aws Native. Outputs. Tag> - A list of key-value pairs that identify or categorize the block list.
- Arn string
- The Amazon Resource Name (ARN) of the query suggestions block list.
- Description string
- A description for the block list.
- Id string
- The identifier of the block list.
- Name string
- The name of the block list.
- Role
Arn string - The Amazon Resource Name (ARN) of an IAM role with permission to access the S3 bucket that contains the block list text file.
- Source
S3Path QuerySuggestions Block List S3Path - Tag
- A list of key-value pairs that identify or categorize the block list.
- arn string
- The Amazon Resource Name (ARN) of the query suggestions block list.
- description string
- A description for the block list.
- id string
- The identifier of the block list.
- name string
- The name of the block list.
- role_
arn string - The Amazon Resource Name (ARN) of an IAM role with permission to access the S3 bucket that contains the block list text file.
- source_
s3_ objectpath - list(object)
- A list of key-value pairs that identify or categorize the block list.
- arn String
- The Amazon Resource Name (ARN) of the query suggestions block list.
- description String
- A description for the block list.
- id String
- The identifier of the block list.
- name String
- The name of the block list.
- role
Arn String - The Amazon Resource Name (ARN) of an IAM role with permission to access the S3 bucket that contains the block list text file.
- source
S3Path QuerySuggestions Block List S3Path - List<Tag>
- A list of key-value pairs that identify or categorize the block list.
- arn string
- The Amazon Resource Name (ARN) of the query suggestions block list.
- description string
- A description for the block list.
- id string
- The identifier of the block list.
- name string
- The name of the block list.
- role
Arn string - The Amazon Resource Name (ARN) of an IAM role with permission to access the S3 bucket that contains the block list text file.
- source
S3Path QuerySuggestions Block List S3Path - Tag[]
- A list of key-value pairs that identify or categorize the block list.
- arn str
- The Amazon Resource Name (ARN) of the query suggestions block list.
- description str
- A description for the block list.
- id str
- The identifier of the block list.
- name str
- The name of the block list.
- role_
arn str - The Amazon Resource Name (ARN) of an IAM role with permission to access the S3 bucket that contains the block list text file.
- source_
s3_ Querypath Suggestions Block List S3Path - Sequence[root_Tag]
- A list of key-value pairs that identify or categorize the block list.
- arn String
- The Amazon Resource Name (ARN) of the query suggestions block list.
- description String
- A description for the block list.
- id String
- The identifier of the block list.
- name String
- The name of the block list.
- role
Arn String - The Amazon Resource Name (ARN) of an IAM role with permission to access the S3 bucket that contains the block list text file.
- source
S3Path Property Map - List<Property Map>
- A list of key-value pairs that identify or categorize the block list.
Supporting Types
QuerySuggestionsBlockListS3Path
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi