AWS Fundamentals Logo
AWS Fundamentals
AWS::Glue::Trigger

Glue Trigger

Resource Type definition for AWS::Glue::Trigger

Properties

10 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Actions
Array<Action>
Required
Type
string
RequiredCreate-only
Description
string
EventBatchingCondition
EventBatchingCondition
Name
string
Create-only
Predicate
Predicate
Schedule
string
StartOnCreation
boolean
Write-only
Tags
object
WorkflowName
string
Create-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::Trigger

Resources:
  MyResource:
    Type: AWS::Glue::Trigger
    Properties:
      Type: "value"
      Actions: []
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

glue:CreateTriggerglue:GetTriggerglue:TagResource

read

glue:GetTriggerglue:GetTags

update

glue:UpdateTriggerglue:UntagResourceglue:TagResource

delete

glue:DeleteTriggerglue:GetTrigger

list

glue:ListTriggers

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
Properties10
Required2
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

NameWorkflowNameType

External Links