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

PendingAggregationRequest

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

An object that represents the account ID and region of an aggregator account that is requesting authorization but is not yet authorized.

interface PendingAggregationRequest {
RequesterAccountId?: string | null;
RequesterAwsRegion?: string | null;
}

§Properties

§
RequesterAccountId?: string | null
[src]

The 12-digit account ID of the account requesting to aggregate data.

§
RequesterAwsRegion?: string | null
[src]

The region requesting to aggregate data.