AWS::Glue::WorkflowResource Type definition for AWS::Glue::Workflow
5 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DefaultRunProperties | object | |
Description | string | |
MaxConcurrentRuns | integer | |
Name | string | Create-only |
Tags | object |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::Workflow
Resources:
MyResource:
Type: AWS::Glue::Workflow
Properties:
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:GetWorkflowglue:CreateWorkflowglue:TagResourceglue:GetTagsglue:GetWorkflowglue:GetTagsglue:GetWorkflowglue:UpdateWorkflowglue:TagResourceglue:UntagResourceglue:GetTagsglue:GetWorkflowglue:DeleteWorkflowglue:ListWorkflowsOur 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