AWS::Glue::CustomEntityTypeResource Type definition for AWS::Glue::CustomEntityType
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ContextWords | Array<string> | |
Name | string | Create-only |
RegexString | string | |
Tags | object | Write-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::CustomEntityType
Resources:
MyResource:
Type: AWS::Glue::CustomEntityType
Properties:
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
glue:CreateCustomEntityTypeglue:GetCustomEntityTypeglue:TagResourceglue:GetCustomEntityTypeglue:DeleteCustomEntityTypeglue:CreateCustomEntityTypeglue:GetCustomEntityTypeglue:TagResourceglue:DeleteCustomEntityTypeglue:GetCustomEntityTypeglue:ListCustomEntityTypesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name