We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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:
- 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.
- object
Tags to associate with the custom entity type.
Search the CloudFormation User Guide for
AWS::Glue::CustomEntityTypefor more information about the expected schema for this property.
- Context
Words []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.
- interface{}
Tags to associate with the custom entity type.
Search the CloudFormation User Guide for
AWS::Glue::CustomEntityTypefor 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.
- any
Tags to associate with the custom entity type.
Search the CloudFormation User Guide for
AWS::Glue::CustomEntityTypefor 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.
- Object
Tags to associate with the custom entity type.
Search the CloudFormation User Guide for
AWS::Glue::CustomEntityTypefor more information about the expected schema for this property.
- context
Words 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.
- any
Tags to associate with the custom entity type.
Search the CloudFormation User Guide for
AWS::Glue::CustomEntityTypefor 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.
- Any
Tags to associate with the custom entity type.
Search the CloudFormation User Guide for
AWS::Glue::CustomEntityTypefor 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.
- Any
Tags to associate with the custom entity type.
Search the CloudFormation User Guide for
AWS::Glue::CustomEntityTypefor 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
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi