AWS Fundamentals Logo
AWS Fundamentals
AWS::NovaAct::WorkflowDefinition

NovaAct WorkflowDefinition

Definition of AWS::NovaAct::WorkflowDefinition Resource Type

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Description
string
Create-only
ExportConfig
WorkflowExportConfig
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the workflow definition.
CreatedAtstringThe timestamp when the workflow definition was created.
StatusstringThe current status of the workflow definition.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

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

Required IAM Permissions

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

create

nova-act:CreateWorkflowDefinitionnova-act:GetWorkflowDefinitioniam:CreateServiceLinkedRoles3:ListBucket

read

nova-act:GetWorkflowDefinition

delete

nova-act:DeleteWorkflowDefinitionnova-act:GetWorkflowDefinition

list

nova-act:ListWorkflowDefinitions

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

ServiceNovaAct
Properties6
Required1
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

NameDescriptionExportConfig

External Links