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.
Create QuerySuggestionsBlockList Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new QuerySuggestionsBlockList(name: string, args: QuerySuggestionsBlockListArgs, opts?: CustomResourceOptions);@overload
def QuerySuggestionsBlockList(resource_name: str,
args: QuerySuggestionsBlockListArgs,
opts: Optional[ResourceOptions] = None)
@overload
def QuerySuggestionsBlockList(resource_name: str,
opts: Optional[ResourceOptions] = None,
index_id: Optional[str] = None,
role_arn: Optional[str] = None,
source_s3_path: Optional[QuerySuggestionsBlockListS3PathArgs] = None,
description: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewQuerySuggestionsBlockList(ctx *Context, name string, args QuerySuggestionsBlockListArgs, opts ...ResourceOption) (*QuerySuggestionsBlockList, error)public QuerySuggestionsBlockList(string name, QuerySuggestionsBlockListArgs args, CustomResourceOptions? opts = null)
public QuerySuggestionsBlockList(String name, QuerySuggestionsBlockListArgs args)
public QuerySuggestionsBlockList(String name, QuerySuggestionsBlockListArgs args, CustomResourceOptions options)
type: aws-native:kendra:QuerySuggestionsBlockList
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_kendra_query_suggestions_block_list" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args QuerySuggestionsBlockListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args QuerySuggestionsBlockListArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args QuerySuggestionsBlockListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args QuerySuggestionsBlockListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args QuerySuggestionsBlockListArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
QuerySuggestionsBlockList Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The QuerySuggestionsBlockList resource accepts the following input properties:
- Index
Id string - The identifier of the index for 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. Inputs. Query Suggestions Block List S3Path - Description string
- A description for the block list.
- Name string
- The name of the block list.
-
List<Pulumi.
Aws Native. Inputs. Tag> - A list of key-value pairs that identify or categorize the block list.
- Index
Id string - The identifier of the index for 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 Args - Description string
- A description for the block list.
- Name string
- The name of the block list.
-
Tag
Args - A list of key-value pairs that identify or categorize the block list.
- index_
id string - The identifier of the index for 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 - description string
- A description for the block list.
- name string
- The name of the block list.
- list(object)
- A list of key-value pairs that identify or categorize the block list.
- index
Id String - The identifier of the index for 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 - description String
- A description for the block list.
- name String
- The name of the block list.
- List<Tag>
- A list of key-value pairs that identify or categorize the block list.
- index
Id string - The identifier of the index for 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 - description string
- A description for the block list.
- name string
- The name of the block list.
- Tag[]
- A list of key-value pairs that identify or categorize the block list.
- index_
id str - The identifier of the index for 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 Args - description str
- A description for the block list.
- name str
- The name of the block list.
-
Sequence[Tag
Args] - A list of key-value pairs that identify or categorize the block list.
- index
Id String - The identifier of the index for 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 - description String
- A description for the block list.
- name String
- The name of the block list.
- List<Property Map>
- A list of key-value pairs that identify or categorize the block list.
Outputs
All input properties are implicitly available as output properties. Additionally, the QuerySuggestionsBlockList resource produces the following output properties:
Supporting Types
QuerySuggestionsBlockListS3Path, QuerySuggestionsBlockListS3PathArgs
Information required to find a specific file in an Amazon S3 bucket.Tag, TagArgs
A set of tags to apply to the resource.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