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

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.

    Using getVocabularyFilter

    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 getVocabularyFilter(args: GetVocabularyFilterArgs, opts?: InvokeOptions): Promise<GetVocabularyFilterResult>
    function getVocabularyFilterOutput(args: GetVocabularyFilterOutputArgs, opts?: InvokeOptions): Output<GetVocabularyFilterResult>
    def get_vocabulary_filter(arn: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetVocabularyFilterResult
    def get_vocabulary_filter_output(arn: pulumi.Input[Optional[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetVocabularyFilterResult]
    func LookupVocabularyFilter(ctx *Context, args *LookupVocabularyFilterArgs, opts ...InvokeOption) (*LookupVocabularyFilterResult, error)
    func LookupVocabularyFilterOutput(ctx *Context, args *LookupVocabularyFilterOutputArgs, opts ...InvokeOption) LookupVocabularyFilterResultOutput

    > Note: This function is named LookupVocabularyFilter in the Go SDK.

    public static class GetVocabularyFilter 
    {
        public static Task<GetVocabularyFilterResult> InvokeAsync(GetVocabularyFilterArgs args, InvokeOptions? opts = null)
        public static Output<GetVocabularyFilterResult> Invoke(GetVocabularyFilterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVocabularyFilterResult> getVocabularyFilter(GetVocabularyFilterArgs args, InvokeOptions options)
    public static Output<GetVocabularyFilterResult> getVocabularyFilter(GetVocabularyFilterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:transcribe:getVocabularyFilter
      arguments:
        # arguments dictionary
    data "aws-native_transcribe_get_vocabulary_filter" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    Arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    arn String
    The Amazon Resource Name (ARN) of the vocabulary filter.
    arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    arn str
    The Amazon Resource Name (ARN) of the vocabulary filter.
    arn String
    The Amazon Resource Name (ARN) of the vocabulary filter.

    getVocabularyFilter Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags associated with the vocabulary filter.
    Arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    Tags Tag
    Tags associated with the vocabulary filter.
    arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    tags list(object)
    Tags associated with the vocabulary filter.
    arn String
    The Amazon Resource Name (ARN) of the vocabulary filter.
    tags List<Tag>
    Tags associated with the vocabulary filter.
    arn string
    The Amazon Resource Name (ARN) of the vocabulary filter.
    tags Tag[]
    Tags associated with the vocabulary filter.
    arn str
    The Amazon Resource Name (ARN) of the vocabulary filter.
    tags Sequence[root_Tag]
    Tags associated with the vocabulary filter.
    arn String
    The Amazon Resource Name (ARN) of the vocabulary filter.
    tags List<Property Map>
    Tags associated with the vocabulary filter.

    Supporting Types

    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 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