1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. mwaaserverless
  5. Workflow

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi

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

    Create Workflow Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Workflow(name: string, args: WorkflowArgs, opts?: CustomResourceOptions);
    @overload
    def Workflow(resource_name: str,
                 args: WorkflowArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Workflow(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 definition_s3_location: Optional[WorkflowS3LocationArgs] = None,
                 role_arn: Optional[str] = None,
                 description: Optional[str] = None,
                 encryption_configuration: Optional[WorkflowEncryptionConfigurationArgs] = None,
                 logging_configuration: Optional[WorkflowLoggingConfigurationArgs] = None,
                 name: Optional[str] = None,
                 network_configuration: Optional[WorkflowNetworkConfigurationArgs] = None,
                 tags: Optional[Mapping[str, str]] = None,
                 trigger_mode: Optional[str] = None)
    func NewWorkflow(ctx *Context, name string, args WorkflowArgs, opts ...ResourceOption) (*Workflow, error)
    public Workflow(string name, WorkflowArgs args, CustomResourceOptions? opts = null)
    public Workflow(String name, WorkflowArgs args)
    public Workflow(String name, WorkflowArgs args, CustomResourceOptions options)
    
    type: aws-native:mwaaserverless:Workflow
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args WorkflowArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args WorkflowArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args WorkflowArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkflowArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkflowArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Workflow Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Workflow resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Workflow resource produces the following output properties:

    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    ModifiedAt string
    ScheduleConfiguration WorkflowScheduleConfiguration
    WorkflowArn string
    WorkflowStatus WorkflowStatus
    WorkflowVersion string
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedAt String
    scheduleConfiguration WorkflowScheduleConfiguration
    workflowArn String
    workflowStatus WorkflowStatus
    workflowVersion String
    createdAt string
    id string
    The provider-assigned unique ID for this managed resource.
    modifiedAt string
    scheduleConfiguration WorkflowScheduleConfiguration
    workflowArn string
    workflowStatus WorkflowStatus
    workflowVersion string
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedAt String
    scheduleConfiguration Property Map
    workflowArn String
    workflowStatus "READY" | "DELETING"
    workflowVersion String

    Supporting Types

    WorkflowEncryptionConfiguration, WorkflowEncryptionConfigurationArgs

    WorkflowEncryptionConfigurationType, WorkflowEncryptionConfigurationTypeArgs

    AwsManagedKey
    AWS_MANAGED_KEY
    CustomerManagedKey
    CUSTOMER_MANAGED_KEY
    WorkflowEncryptionConfigurationTypeAwsManagedKey
    AWS_MANAGED_KEY
    WorkflowEncryptionConfigurationTypeCustomerManagedKey
    CUSTOMER_MANAGED_KEY
    AwsManagedKey
    AWS_MANAGED_KEY
    CustomerManagedKey
    CUSTOMER_MANAGED_KEY
    AwsManagedKey
    AWS_MANAGED_KEY
    CustomerManagedKey
    CUSTOMER_MANAGED_KEY
    AWS_MANAGED_KEY
    AWS_MANAGED_KEY
    CUSTOMER_MANAGED_KEY
    CUSTOMER_MANAGED_KEY
    "AWS_MANAGED_KEY"
    AWS_MANAGED_KEY
    "CUSTOMER_MANAGED_KEY"
    CUSTOMER_MANAGED_KEY

    WorkflowLoggingConfiguration, WorkflowLoggingConfigurationArgs

    WorkflowNetworkConfiguration, WorkflowNetworkConfigurationArgs

    SecurityGroupIds List<string>
    SubnetIds List<string>
    SecurityGroupIds []string
    SubnetIds []string
    securityGroupIds List<String>
    subnetIds List<String>
    securityGroupIds string[]
    subnetIds string[]
    security_group_ids Sequence[str]
    subnet_ids Sequence[str]
    securityGroupIds List<String>
    subnetIds List<String>

    WorkflowS3Location, WorkflowS3LocationArgs

    Bucket string
    ObjectKey string
    VersionId string
    Bucket string
    ObjectKey string
    VersionId string
    bucket String
    objectKey String
    versionId String
    bucket string
    objectKey string
    versionId string
    bucket String
    objectKey String
    versionId String

    WorkflowScheduleConfiguration, WorkflowScheduleConfigurationArgs

    WorkflowStatus, WorkflowStatusArgs

    Ready
    READY
    Deleting
    DELETING
    WorkflowStatusReady
    READY
    WorkflowStatusDeleting
    DELETING
    Ready
    READY
    Deleting
    DELETING
    Ready
    READY
    Deleting
    DELETING
    READY
    READY
    DELETING
    DELETING
    "READY"
    READY
    "DELETING"
    DELETING

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate