1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. glue
  6. getCustomEntityType

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

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

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

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

    Resource Type definition for AWS::Glue::CustomEntityType

    Using getCustomEntityType

    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 getCustomEntityType(args: GetCustomEntityTypeArgs, opts?: InvokeOptions): Promise<GetCustomEntityTypeResult>
    function getCustomEntityTypeOutput(args: GetCustomEntityTypeOutputArgs, opts?: InvokeOutputOptions): Output<GetCustomEntityTypeResult>
    def get_custom_entity_type(name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetCustomEntityTypeResult
    def get_custom_entity_type_output(name: pulumi.Input[Optional[str]] = None,
                               opts: Optional[InvokeOutputOptions] = None) -> Output[GetCustomEntityTypeResult]
    func LookupCustomEntityType(ctx *Context, args *LookupCustomEntityTypeArgs, opts ...InvokeOption) (*LookupCustomEntityTypeResult, error)
    func LookupCustomEntityTypeOutput(ctx *Context, args *LookupCustomEntityTypeOutputArgs, opts ...InvokeOption) LookupCustomEntityTypeResultOutput

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

    public static class GetCustomEntityType 
    {
        public static Task<GetCustomEntityTypeResult> InvokeAsync(GetCustomEntityTypeArgs args, InvokeOptions? opts = null)
        public static Output<GetCustomEntityTypeResult> Invoke(GetCustomEntityTypeInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetCustomEntityTypeResult> Invoke(GetCustomEntityTypeInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetCustomEntityTypeResult> getCustomEntityType(GetCustomEntityTypeArgs args, InvokeOptions options)
    public static Output<GetCustomEntityTypeResult> getCustomEntityType(GetCustomEntityTypeArgs args, InvokeOptions options)
    public static Output<GetCustomEntityTypeResult> getCustomEntityType(GetCustomEntityTypeArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:glue:getCustomEntityType
      arguments:
        # arguments dictionary
    data "aws-native_glue_get_custom_entity_type" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string
    The name of the custom entity type.
    Name string
    The name of the custom entity type.
    name string
    The name of the custom entity type.
    name String
    The name of the custom entity type.
    name string
    The name of the custom entity type.
    name str
    The name of the custom entity type.
    name String
    The name of the custom entity type.

    getCustomEntityType Result

    The following output properties are available:

    ContextWords List<string>
    A list of context words.
    RegexString string
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    ContextWords []string
    A list of context words.
    RegexString string
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    context_words list(string)
    A list of context words.
    regex_string string
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    contextWords List<String>
    A list of context words.
    regexString String
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    contextWords string[]
    A list of context words.
    regexString string
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    context_words Sequence[str]
    A list of context words.
    regex_string str
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    contextWords List<String>
    A list of context words.
    regexString String
    A regular expression string that is used for detecting sensitive data in a custom pattern.

    Package Details

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

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

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

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial