interface Environment {
    network?: EnvironmentNetworkEgressAllowlist;
    sources?: Source[];
    type: "remote";
}

Hierarchy

  • Environment$
    • Environment

Properties

Network configuration for the environment.

sources?: Source[]
type: "remote"