1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. transcribe
  6. VocabularyFilter

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Creates a custom vocabulary filter that you can use to mask, delete, or flag specific words from your transcript.

    Create VocabularyFilter Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VocabularyFilter(name: string, args: VocabularyFilterArgs, opts?: CustomResourceOptions);
    @overload
    def VocabularyFilter(resource_name: str,
                         args: VocabularyFilterArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def VocabularyFilter(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         language_code: Optional[str] = None,
                         data_access_role_arn: Optional[str] = None,
                         tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                         vocabulary_filter_file_uri: Optional[str] = None,
                         vocabulary_filter_name: Optional[str] = None,
                         words: Optional[Sequence[str]] = None)
    func NewVocabularyFilter(ctx *Context, name string, args VocabularyFilterArgs, opts ...ResourceOption) (*VocabularyFilter, error)
    public VocabularyFilter(string name, VocabularyFilterArgs args, CustomResourceOptions? opts = null)
    public VocabularyFilter(String name, VocabularyFilterArgs args)
    public VocabularyFilter(String name, VocabularyFilterArgs args, CustomResourceOptions options)
    
    type: aws-native:transcribe:VocabularyFilter
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_transcribe_vocabulary_filter" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args VocabularyFilterArgs
    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 VocabularyFilterArgs
    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 VocabularyFilterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VocabularyFilterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VocabularyFilterArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    VocabularyFilter 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 VocabularyFilter resource accepts the following input properties:

    LanguageCode string
    The language code that represents the language of the entries in your vocabulary filter.
    DataAccessRoleArn string
    The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags associated with the vocabulary filter.
    VocabularyFilterFileUri string
    The Amazon S3 location of the text file that contains your custom vocabulary filter terms.
    VocabularyFilterName string
    A unique name, chosen by you, for your custom vocabulary filter.
    Words List<string>
    Use this parameter if you want to create your custom vocabulary filter by including all desired terms, as comma-separated values, within your request.
    LanguageCode string
    The language code that represents the language of the entries in your vocabulary filter.
    DataAccessRoleArn string
    The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files.
    Tags TagArgs
    Tags associated with the vocabulary filter.
    VocabularyFilterFileUri string
    The Amazon S3 location of the text file that contains your custom vocabulary filter terms.
    VocabularyFilterName string
    A unique name, chosen by you, for your custom vocabulary filter.
    Words []string
    Use this parameter if you want to create your custom vocabulary filter by including all desired terms, as comma-separated values, within your request.
    language_code string
    The language code that represents the language of the entries in your vocabulary filter.
    data_access_role_arn string
    The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files.
    tags list(object)
    Tags associated with the vocabulary filter.
    vocabulary_filter_file_uri string
    The Amazon S3 location of the text file that contains your custom vocabulary filter terms.
    vocabulary_filter_name string
    A unique name, chosen by you, for your custom vocabulary filter.
    words list(string)
    Use this parameter if you want to create your custom vocabulary filter by including all desired terms, as comma-separated values, within your request.
    languageCode String
    The language code that represents the language of the entries in your vocabulary filter.
    dataAccessRoleArn String
    The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files.
    tags List<Tag>
    Tags associated with the vocabulary filter.
    vocabularyFilterFileUri String
    The Amazon S3 location of the text file that contains your custom vocabulary filter terms.
    vocabularyFilterName String
    A unique name, chosen by you, for your custom vocabulary filter.
    words List<String>
    Use this parameter if you want to create your custom vocabulary filter by including all desired terms, as comma-separated values, within your request.
    languageCode string
    The language code that represents the language of the entries in your vocabulary filter.
    dataAccessRoleArn string
    The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files.
    tags Tag[]
    Tags associated with the vocabulary filter.
    vocabularyFilterFileUri string
    The Amazon S3 location of the text file that contains your custom vocabulary filter terms.
    vocabularyFilterName string
    A unique name, chosen by you, for your custom vocabulary filter.
    words string[]
    Use this parameter if you want to create your custom vocabulary filter by including all desired terms, as comma-separated values, within your request.
    language_code str
    The language code that represents the language of the entries in your vocabulary filter.
    data_access_role_arn str
    The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files.
    tags Sequence[TagArgs]
    Tags associated with the vocabulary filter.
    vocabulary_filter_file_uri str
    The Amazon S3 location of the text file that contains your custom vocabulary filter terms.
    vocabulary_filter_name str
    A unique name, chosen by you, for your custom vocabulary filter.
    words Sequence[str]
    Use this parameter if you want to create your custom vocabulary filter by including all desired terms, as comma-separated values, within your request.
    languageCode String
    The language code that represents the language of the entries in your vocabulary filter.
    dataAccessRoleArn String
    The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files.
    tags List<Property Map>
    Tags associated with the vocabulary filter.
    vocabularyFilterFileUri String
    The Amazon S3 location of the text file that contains your custom vocabulary filter terms.
    vocabularyFilterName String
    A unique name, chosen by you, for your custom vocabulary filter.
    words List<String>
    Use this parameter if you want to create your custom vocabulary filter by including all desired terms, as comma-separated values, within your request.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VocabularyFilter resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the vocabulary filter.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The Amazon Resource Name (ARN) of the vocabulary filter.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the vocabulary filter.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial