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

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

    Create CustomEntityType Resource

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

    Constructor syntax

    new CustomEntityType(name: string, args?: CustomEntityTypeArgs, opts?: CustomResourceOptions);
    @overload
    def CustomEntityType(resource_name: str,
                         args: Optional[CustomEntityTypeArgs] = None,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def CustomEntityType(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         context_words: Optional[Sequence[str]] = None,
                         name: Optional[str] = None,
                         regex_string: Optional[str] = None,
                         tags: Optional[Any] = None)
    func NewCustomEntityType(ctx *Context, name string, args *CustomEntityTypeArgs, opts ...ResourceOption) (*CustomEntityType, error)
    public CustomEntityType(string name, CustomEntityTypeArgs? args = null, CustomResourceOptions? opts = null)
    public CustomEntityType(String name, CustomEntityTypeArgs args)
    public CustomEntityType(String name, CustomEntityTypeArgs args, CustomResourceOptions options)
    
    type: aws-native:glue:CustomEntityType
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_glue_custom_entity_type" "name" {
        # resource properties
    }

    Parameters

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

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

    ContextWords List<string>
    A list of context words.
    Name string
    The name of the custom entity type.
    RegexString string
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    Tags object

    Tags to associate with the custom entity type.

    Search the CloudFormation User Guide for AWS::Glue::CustomEntityType for more information about the expected schema for this property.

    ContextWords []string
    A list of context words.
    Name string
    The name of the custom entity type.
    RegexString string
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    Tags interface{}

    Tags to associate with the custom entity type.

    Search the CloudFormation User Guide for AWS::Glue::CustomEntityType for more information about the expected schema for this property.

    context_words list(string)
    A list of context words.
    name string
    The name of the custom entity type.
    regex_string string
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    tags any

    Tags to associate with the custom entity type.

    Search the CloudFormation User Guide for AWS::Glue::CustomEntityType for more information about the expected schema for this property.

    contextWords List<String>
    A list of context words.
    name String
    The name of the custom entity type.
    regexString String
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    tags Object

    Tags to associate with the custom entity type.

    Search the CloudFormation User Guide for AWS::Glue::CustomEntityType for more information about the expected schema for this property.

    contextWords string[]
    A list of context words.
    name string
    The name of the custom entity type.
    regexString string
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    tags any

    Tags to associate with the custom entity type.

    Search the CloudFormation User Guide for AWS::Glue::CustomEntityType for more information about the expected schema for this property.

    context_words Sequence[str]
    A list of context words.
    name str
    The name of the custom entity type.
    regex_string str
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    tags Any

    Tags to associate with the custom entity type.

    Search the CloudFormation User Guide for AWS::Glue::CustomEntityType for more information about the expected schema for this property.

    contextWords List<String>
    A list of context words.
    name String
    The name of the custom entity type.
    regexString String
    A regular expression string that is used for detecting sensitive data in a custom pattern.
    tags Any

    Tags to associate with the custom entity type.

    Search the CloudFormation User Guide for AWS::Glue::CustomEntityType for more information about the expected schema for this property.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    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