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

UpdateFindingAggregatorResponse

import type { UpdateFindingAggregatorResponse } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface UpdateFindingAggregatorResponse {
FindingAggregationRegion?: string | null;
FindingAggregatorArn?: string | null;
RegionLinkingMode?: string | null;
Regions?: string[] | null;
}

§Properties

§
FindingAggregationRegion?: string | null
[src]

The aggregation Region.

§
FindingAggregatorArn?: string | null
[src]

The ARN of the finding aggregator.

§
RegionLinkingMode?: string | null
[src]

Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.

§
Regions?: string[] | null
[src]

The list of excluded Regions or included Regions.