MDAA TS Docs
    Preparing search index...

    VPC configuration for endpoint network isolation.

    interface EndpointNetworkConfig {
        enableNetworkIsolation?: boolean;
        securityGroupIds?: string[];
        subnetIds?: string[];
        vpcId?: string;
    }
    Index

    Properties

    enableNetworkIsolation?: boolean

    Enable network isolation (default: false)

    securityGroupIds?: string[]

    Security group IDs for the endpoint

    subnetIds?: string[]

    Subnet IDs for the endpoint

    vpcId?: string

    VPC ID