AWS::Glue::CustomEntityType

Glue CustomEntityType

Resource Type definition for AWS::Glue::CustomEntityType

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
ContextWords
Array<string>
Name
string
Create-only
RegexString
string
Tags
object
Write-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

glue:CreateCustomEntityTypeglue:GetCustomEntityTypeglue:TagResource

read

glue:GetCustomEntityType

update

glue:DeleteCustomEntityTypeglue:CreateCustomEntityTypeglue:GetCustomEntityTypeglue:TagResource

delete

glue:DeleteCustomEntityTypeglue:GetCustomEntityType

list

glue:ListCustomEntityTypes

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceGlue
Properties4
Required0
TaggingNot supported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links