Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetCoreNetworkPolicyRequest

import type { GetCoreNetworkPolicyRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface GetCoreNetworkPolicyRequest {
Alias?: CoreNetworkPolicyAlias | null;
CoreNetworkId: string;
PolicyVersionId?: number | null;
}

§Properties

§

The alias of a core network policy

§
CoreNetworkId: string
[src]

The ID of a core network.

§
PolicyVersionId?: number | null
[src]

The ID of a core network policy version.