AWS::NovaAct::WorkflowDefinitionDefinition of AWS::NovaAct::WorkflowDefinition Resource Type
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Description | string | Create-only |
ExportConfig | WorkflowExportConfig | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the workflow definition. |
CreatedAt | string | The timestamp when the workflow definition was created. |
Status | string | The current status of the workflow definition. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NovaAct::WorkflowDefinition
Resources:
MyResource:
Type: AWS::NovaAct::WorkflowDefinition
Properties:
Name: "my-name"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
nova-act:CreateWorkflowDefinitionnova-act:GetWorkflowDefinitioniam:CreateServiceLinkedRoles3:ListBucketnova-act:GetWorkflowDefinitionnova-act:DeleteWorkflowDefinitionnova-act:GetWorkflowDefinitionnova-act:ListWorkflowDefinitionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameDescriptionExportConfig