AWS v6.77.1 published on Friday, Apr 18, 2025 by Pulumi
aws.kendra.getQuerySuggestionsBlockList
Explore with Pulumi AI
Provides details about a specific Amazon Kendra block list used for query suggestions for an index.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.kendra.getQuerySuggestionsBlockList({
    indexId: "12345678-1234-1234-1234-123456789123",
    querySuggestionsBlockListId: "87654321-1234-4321-4321-321987654321",
});
import pulumi
import pulumi_aws as aws
example = aws.kendra.get_query_suggestions_block_list(index_id="12345678-1234-1234-1234-123456789123",
    query_suggestions_block_list_id="87654321-1234-4321-4321-321987654321")
package main
import (
	"github.com/pulumi/pulumi-aws/sdk/v6/go/aws/kendra"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := kendra.LookupQuerySuggestionsBlockList(ctx, &kendra.LookupQuerySuggestionsBlockListArgs{
			IndexId:                     "12345678-1234-1234-1234-123456789123",
			QuerySuggestionsBlockListId: "87654321-1234-4321-4321-321987654321",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() => 
{
    var example = Aws.Kendra.GetQuerySuggestionsBlockList.Invoke(new()
    {
        IndexId = "12345678-1234-1234-1234-123456789123",
        QuerySuggestionsBlockListId = "87654321-1234-4321-4321-321987654321",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.kendra.KendraFunctions;
import com.pulumi.aws.kendra.inputs.GetQuerySuggestionsBlockListArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = KendraFunctions.getQuerySuggestionsBlockList(GetQuerySuggestionsBlockListArgs.builder()
            .indexId("12345678-1234-1234-1234-123456789123")
            .querySuggestionsBlockListId("87654321-1234-4321-4321-321987654321")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: aws:kendra:getQuerySuggestionsBlockList
      arguments:
        indexId: 12345678-1234-1234-1234-123456789123
        querySuggestionsBlockListId: 87654321-1234-4321-4321-321987654321
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?: InvokeOptions): Output<GetQuerySuggestionsBlockListResult>def get_query_suggestions_block_list(index_id: Optional[str] = None,
                                     query_suggestions_block_list_id: Optional[str] = None,
                                     tags: Optional[Mapping[str, str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetQuerySuggestionsBlockListResult
def get_query_suggestions_block_list_output(index_id: Optional[pulumi.Input[str]] = None,
                                     query_suggestions_block_list_id: Optional[pulumi.Input[str]] = None,
                                     tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                                     opts: Optional[InvokeOptions] = 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 CompletableFuture<GetQuerySuggestionsBlockListResult> getQuerySuggestionsBlockList(GetQuerySuggestionsBlockListArgs args, InvokeOptions options)
public static Output<GetQuerySuggestionsBlockListResult> getQuerySuggestionsBlockList(GetQuerySuggestionsBlockListArgs args, InvokeOptions options)
fn::invoke:
  function: aws:kendra/getQuerySuggestionsBlockList:getQuerySuggestionsBlockList
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Index
Id string - Identifier of the index that contains the block list.
 - Query
Suggestions stringBlock List Id  - Identifier of the block list.
 - Dictionary<string, string>
 - Metadata that helps organize the block list you create.
 
- Index
Id string - Identifier of the index that contains the block list.
 - Query
Suggestions stringBlock List Id  - Identifier of the block list.
 - map[string]string
 - Metadata that helps organize the block list you create.
 
- index
Id String - Identifier of the index that contains the block list.
 - query
Suggestions StringBlock List Id  - Identifier of the block list.
 - Map<String,String>
 - Metadata that helps organize the block list you create.
 
- index
Id string - Identifier of the index that contains the block list.
 - query
Suggestions stringBlock List Id  - Identifier of the block list.
 - {[key: string]: string}
 - Metadata that helps organize the block list you create.
 
- index_
id str - Identifier of the index that contains the block list.
 - query_
suggestions_ strblock_ list_ id  - Identifier of the block list.
 - Mapping[str, str]
 - Metadata that helps organize the block list you create.
 
- index
Id String - Identifier of the index that contains the block list.
 - query
Suggestions StringBlock List Id  - Identifier of the block list.
 - Map<String>
 - Metadata that helps organize the block list you create.
 
getQuerySuggestionsBlockList Result
The following output properties are available:
- Arn string
 - ARN of the block list.
 - Created
At string - Date-time a block list was created.
 - Description string
 - Description for the block list.
 - Error
Message string - Error message containing details if there are issues processing the block list.
 - File
Size intBytes  - Current size of the block list text file in S3.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Index
Id string - Item
Count int - Current number of valid, non-empty words or phrases in the block list text file.
 - Name string
 - Name of the block list.
 - Query
Suggestions stringBlock List Id  - Role
Arn string - ARN of a role with permission to access the S3 bucket that contains the block list. For more information, see IAM Roles for Amazon Kendra.
 - Source
S3Paths List<GetQuery Suggestions Block List Source S3Path>  - S3 location of the block list input data. Detailed below.
 - Status string
 - Current status of the block list. When the value is 
ACTIVE, the block list is ready for use. - Dictionary<string, string>
 - Metadata that helps organize the block list you create.
 - Updated
At string - Date and time that the block list was last updated.
 
- Arn string
 - ARN of the block list.
 - Created
At string - Date-time a block list was created.
 - Description string
 - Description for the block list.
 - Error
Message string - Error message containing details if there are issues processing the block list.
 - File
Size intBytes  - Current size of the block list text file in S3.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Index
Id string - Item
Count int - Current number of valid, non-empty words or phrases in the block list text file.
 - Name string
 - Name of the block list.
 - Query
Suggestions stringBlock List Id  - Role
Arn string - ARN of a role with permission to access the S3 bucket that contains the block list. For more information, see IAM Roles for Amazon Kendra.
 - Source
S3Paths []GetQuery Suggestions Block List Source S3Path  - S3 location of the block list input data. Detailed below.
 - Status string
 - Current status of the block list. When the value is 
ACTIVE, the block list is ready for use. - map[string]string
 - Metadata that helps organize the block list you create.
 - Updated
At string - Date and time that the block list was last updated.
 
- arn String
 - ARN of the block list.
 - created
At String - Date-time a block list was created.
 - description String
 - Description for the block list.
 - error
Message String - Error message containing details if there are issues processing the block list.
 - file
Size IntegerBytes  - Current size of the block list text file in S3.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - index
Id String - item
Count Integer - Current number of valid, non-empty words or phrases in the block list text file.
 - name String
 - Name of the block list.
 - query
Suggestions StringBlock List Id  - role
Arn String - ARN of a role with permission to access the S3 bucket that contains the block list. For more information, see IAM Roles for Amazon Kendra.
 - source
S3Paths List<GetQuery Suggestions Block List Source S3Path>  - S3 location of the block list input data. Detailed below.
 - status String
 - Current status of the block list. When the value is 
ACTIVE, the block list is ready for use. - Map<String,String>
 - Metadata that helps organize the block list you create.
 - updated
At String - Date and time that the block list was last updated.
 
- arn string
 - ARN of the block list.
 - created
At string - Date-time a block list was created.
 - description string
 - Description for the block list.
 - error
Message string - Error message containing details if there are issues processing the block list.
 - file
Size numberBytes  - Current size of the block list text file in S3.
 - id string
 - The provider-assigned unique ID for this managed resource.
 - index
Id string - item
Count number - Current number of valid, non-empty words or phrases in the block list text file.
 - name string
 - Name of the block list.
 - query
Suggestions stringBlock List Id  - role
Arn string - ARN of a role with permission to access the S3 bucket that contains the block list. For more information, see IAM Roles for Amazon Kendra.
 - source
S3Paths GetQuery Suggestions Block List Source S3Path[]  - S3 location of the block list input data. Detailed below.
 - status string
 - Current status of the block list. When the value is 
ACTIVE, the block list is ready for use. - {[key: string]: string}
 - Metadata that helps organize the block list you create.
 - updated
At string - Date and time that the block list was last updated.
 
- arn str
 - ARN of the block list.
 - created_
at str - Date-time a block list was created.
 - description str
 - Description for the block list.
 - error_
message str - Error message containing details if there are issues processing the block list.
 - file_
size_ intbytes  - Current size of the block list text file in S3.
 - id str
 - The provider-assigned unique ID for this managed resource.
 - index_
id str - item_
count int - Current number of valid, non-empty words or phrases in the block list text file.
 - name str
 - Name of the block list.
 - query_
suggestions_ strblock_ list_ id  - role_
arn str - ARN of a role with permission to access the S3 bucket that contains the block list. For more information, see IAM Roles for Amazon Kendra.
 - source_
s3_ Sequence[Getpaths Query Suggestions Block List Source S3Path]  - S3 location of the block list input data. Detailed below.
 - status str
 - Current status of the block list. When the value is 
ACTIVE, the block list is ready for use. - Mapping[str, str]
 - Metadata that helps organize the block list you create.
 - updated_
at str - Date and time that the block list was last updated.
 
- arn String
 - ARN of the block list.
 - created
At String - Date-time a block list was created.
 - description String
 - Description for the block list.
 - error
Message String - Error message containing details if there are issues processing the block list.
 - file
Size NumberBytes  - Current size of the block list text file in S3.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - index
Id String - item
Count Number - Current number of valid, non-empty words or phrases in the block list text file.
 - name String
 - Name of the block list.
 - query
Suggestions StringBlock List Id  - role
Arn String - ARN of a role with permission to access the S3 bucket that contains the block list. For more information, see IAM Roles for Amazon Kendra.
 - source
S3Paths List<Property Map> - S3 location of the block list input data. Detailed below.
 - status String
 - Current status of the block list. When the value is 
ACTIVE, the block list is ready for use. - Map<String>
 - Metadata that helps organize the block list you create.
 - updated
At String - Date and time that the block list was last updated.
 
Supporting Types
GetQuerySuggestionsBlockListSourceS3Path      
Package Details
- Repository
 - AWS Classic pulumi/pulumi-aws
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
awsTerraform Provider.