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
published on Monday, Aug 3, 2026 by Pulumi
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
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 dictionarydata "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.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Tags associated with the vocabulary filter.
- arn string
- The Amazon Resource Name (ARN) of the vocabulary filter.
- list(object)
- Tags associated with the vocabulary filter.
- arn str
- The Amazon Resource Name (ARN) of the vocabulary filter.
- Sequence[root_Tag]
- Tags associated with the vocabulary filter.
- arn String
- The Amazon Resource Name (ARN) of the vocabulary filter.
- List<Property Map>
- Tags associated with the vocabulary filter.
Supporting Types
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.
Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
published on Monday, Aug 3, 2026 by Pulumi