MDAA TS Docs
    Preparing search index...

    VPC network configuration for services accessed through VPC endpoints. Groups all network-related properties for cleaner interface and better maintainability.

    interface VpcNetworkConfig {
        securityGroupIds: string[];
        subnetIds: string[];
        vpc: IVpc;
        vpcEndpointId: string;
    }
    Index

    Properties

    securityGroupIds: string[]

    Security group IDs for network access control

    subnetIds: string[]

    Subnet IDs within the VPC

    vpc: IVpc

    The VPC where the service is deployed

    vpcEndpointId: string

    VPC endpoint ID for private connectivity to the service