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

AggregationAuthorization

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

An object that represents the authorizations granted to aggregator accounts and regions.

interface AggregationAuthorization {
AggregationAuthorizationArn?: string | null;
AuthorizedAccountId?: string | null;
AuthorizedAwsRegion?: string | null;
CreationTime?: Date | number | null;
}

§Properties

§
AggregationAuthorizationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the aggregation object.

§
AuthorizedAccountId?: string | null
[src]

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

§
AuthorizedAwsRegion?: string | null
[src]

The region authorized to collect aggregated data.

§
CreationTime?: Date | number | null
[src]

The time stamp when the aggregation authorization was created.