AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NovaAct::WorkflowDefinition

CfnWorkflowDefinition

Definition of AWS::NovaAct::WorkflowDefinition Resource Type.

Import

import { CfnWorkflowDefinition } from 'aws-cdk-lib/aws-novaact';

Or use the module namespace:

import * as novaact from 'aws-cdk-lib/aws-novaact';
// novaact.CfnWorkflowDefinition

Properties

Configuration passed to the constructor as CfnWorkflowDefinitionProps.

nameRequired
string

The name of the workflow definition. Must be unique within your account and region.

descriptionOptional
string

An optional description of the workflow definition's purpose and functionality.

exportConfigOptional
IResolvable | WorkflowExportConfigProperty

Configuration settings for exporting workflow execution data and logs to Amazon S3.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-novaact
CFN TypeAWS::NovaAct::WorkflowDefinition
Properties3

External Links