AWS::Glue::TriggerResource Type definition for AWS::Glue::Trigger
10 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
glue:CreateTriggerglue:GetTriggerglue:TagResourceglue:GetTriggerglue:GetTagsglue:UpdateTriggerglue:UntagResourceglue:TagResourceglue:DeleteTriggerglue:GetTriggerglue:ListTriggersOur 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.
NameWorkflowNameType