AWS::NovaAct::WorkflowDefinitionDefinition of AWS::NovaAct::WorkflowDefinition Resource Type.
import { CfnWorkflowDefinition } from 'aws-cdk-lib/aws-novaact';Or use the module namespace:
import * as novaact from 'aws-cdk-lib/aws-novaact';
// novaact.CfnWorkflowDefinitionConfiguration passed to the constructor as CfnWorkflowDefinitionProps.
nameRequiredstringThe name of the workflow definition. Must be unique within your account and region.
descriptionOptionalstringAn optional description of the workflow definition's purpose and functionality.
exportConfigOptionalIResolvable | WorkflowExportConfigPropertyConfiguration settings for exporting workflow execution data and logs to Amazon S3.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-novaactAWS::NovaAct::WorkflowDefinition