AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MWAAServerless::Workflow

CfnWorkflow

Resource Type definition for AWS::MWAAServerless::Workflow resource.

Import

import { CfnWorkflow } from 'aws-cdk-lib/aws-mwaaserverless';

Or use the module namespace:

import * as mwaaserverless from 'aws-cdk-lib/aws-mwaaserverless';
// mwaaserverless.CfnWorkflow

Properties

Configuration passed to the constructor as CfnWorkflowProps.

definitionS3LocationRequired
IResolvable | S3LocationProperty
roleArnRequired
string
descriptionOptional
string
encryptionConfigurationOptional
IResolvable | EncryptionConfigurationProperty
loggingConfigurationOptional
IResolvable | LoggingConfigurationProperty
nameOptional
string
networkConfigurationOptional
IResolvable | NetworkConfigurationProperty
tagsOptional
{ [key: string]: string }

A map of key-value pairs to be applied as tags.

triggerModeOptional
string

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-mwaaserverless
CFN TypeAWS::MWAAServerless::Workflow
Properties9

External Links