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

PutCoreNetworkPolicyRequest

import type { PutCoreNetworkPolicyRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface PutCoreNetworkPolicyRequest {
ClientToken?: string | null;
CoreNetworkId: string;
Description?: string | null;
LatestVersionId?: number | null;
PolicyDocument: jsonP.JSONValue;
}

§Properties

§
ClientToken?: string | null
[src]

The client token associated with the request.

§
CoreNetworkId: string
[src]

The ID of a core network.

§
Description?: string | null
[src]

a core network policy description.

§
LatestVersionId?: number | null
[src]

The ID of a core network policy.

§
PolicyDocument: jsonP.JSONValue
[src]

The policy document.