interface CreateEnvironmentRequest {
    network?: EnvironmentNetworkEgressAllowlist;
    sources?: Source[];
}

Hierarchy

  • CreateEnvironmentRequest$
    • CreateEnvironmentRequest

Properties

Properties

Network configuration for the environment.

sources?: Source[]

Sources to be mounted into the environment.