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-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";
interface AggregationAuthorization {
AggregationAuthorizationArn?: string | null;
AuthorizedAccountId?: string | null;
AuthorizedAwsRegion?: string | null;
CreationTime?: Date | number | null;
}

§Properties

§
AggregationAuthorizationArn?: string | null
[src]
§
AuthorizedAccountId?: string | null
[src]
§
AuthorizedAwsRegion?: string | null
[src]
§
CreationTime?: Date | number | null
[src]