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

SourceMetadata

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

High-level information about the managed rule group that your own rule group is copied from. You can use the the metadata to track version updates made to the originating rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.

interface SourceMetadata {
SourceArn?: string | null;
SourceUpdateToken?: string | null;
}

§Properties

§
SourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.

§
SourceUpdateToken?: string | null
[src]

The update token of the Amazon Web Services managed rule group that your own rule group is copied from. To determine the update token for the managed rule group, call DescribeRuleGroup.