MDAA TS Docs
    Preparing search index...

    VPC configuration for GAIA deployment

    interface VpcProps {
        appSubnets: string[];
        vpcId: string;
        vpcOwnerAccountId?: string;
    }
    Index

    Properties

    appSubnets: string[]

    List of subnet IDs for application deployment

    vpcId: string

    VPC ID where GAIA resources will be deployed

    vpcOwnerAccountId?: string

    AWS account ID that owns the VPC. Required when using AWS RAM shared VPCs from a different account. If not specified, implies using the current account.