@zarpay/zar-cdk-lib - v0.32.0
    Preparing search index...

    Interface VpcProps

    Props for VPC configuration.

    interface VpcProps {
        vpc?: IVpc;
        vpcName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    vpc?: IVpc

    Pre-existing VPC to use.

    - Imports VPC from Platform.vpc() using vpcName
    
    vpcName?: string

    Name of VPC to import via SSM parameters.

    'ZarVpc'