MDAA TS Docs
    Preparing search index...

    VPC/network configuration shared across step types.

    interface PipelineNetworkConfig {
        enableNetworkIsolation?: boolean;
        encryptInterContainerTraffic?: boolean;
        securityGroupIds?: string[];
        subnetIds?: string[];
    }
    Index

    Properties

    enableNetworkIsolation?: boolean

    Enable network isolation (no outbound internet from container).

    encryptInterContainerTraffic?: boolean

    Encrypt traffic between containers in distributed jobs.

    securityGroupIds?: string[]

    VPC security group IDs for the job.

    subnetIds?: string[]

    VPC subnet IDs for the job.