Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateNetworkConnectivityConfiguration

    Properties of the new network connectivity configuration.

    interface CreateNetworkConnectivityConfiguration {
        accountId?: string;
        creationTime?: bigint;
        egressConfig?: CustomerFacingNetworkConnectivityConfigEgressConfig;
        name?: string;
        networkConnectivityConfigId?: string;
        region?: string;
        updatedTime?: bigint;
    }
    Index

    Properties

    accountId?: string

    Your account ID. You can find your account ID in your accounts console.

    creationTime?: bigint

    Time in epoch milliseconds when this object was created.

    The network connectivity rules that apply to network traffic from your serverless compute resources.

    name?: string

    The name of the network connectivity configuration. The name can contain alphanumeric characters, hyphens, and underscores. The length must be between 3 and 30 characters. The name must match the regular expression ^[0-9a-zA-Z-_]{3,30}$

    networkConnectivityConfigId?: string

    network connectivity configuration ID.

    region?: string

    The region for the network connectivity configuration. Only workspaces in the same region can be attached to the network connectivity configuration.

    updatedTime?: bigint

    Time in epoch milliseconds when this object was updated.