DeleteSubnetsRequest: {
    privateNetworkId: string;
    region?: Region;
    subnets?: string[];
}

Type declaration

  • privateNetworkId: string

    Private Network ID.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionalsubnets?: string[]

    Private Network subnets CIDR.