MDAA TS Docs
    Preparing search index...

    Network configuration for the MWAA environment.

    interface MwaaNetworkConfig {
        securityGroupIds: string[];
        subnetIds: string[];
    }
    Index

    Properties

    securityGroupIds: string[]

    Security group IDs to attach to the MWAA environment

    subnetIds: string[]

    VPC subnet IDs for the MWAA environment (minimum 2, must be in different AZs)