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

PerObjectStatus

import type { PerObjectStatus } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";

Provides configuration status for a single policy or rule group that is used for a firewall endpoint. Network Firewall provides each endpoint with the rules that are configured in the firewall policy. Each time you add a subnet or modify the associated firewall policy, Network Firewall synchronizes the rules in the endpoint, so it can properly filter network traffic. This is part of a "SyncState" for a firewall.

interface PerObjectStatus {
SyncStatus?: PerObjectSyncStatus | null;
UpdateToken?: string | null;
}

§Properties

§
SyncStatus?: PerObjectSyncStatus | null
[src]

Indicates whether this object is in sync with the version indicated in the update token.

§
UpdateToken?: string | null
[src]

The current version of the object that is either in sync or pending synchronization.