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

PutAggregationAuthorizationRequest

import type { PutAggregationAuthorizationRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface PutAggregationAuthorizationRequest {
AuthorizedAccountId: string;
AuthorizedAwsRegion: string;
Tags?: Tag[] | null;
}

§Properties

§
AuthorizedAccountId: string
[src]

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

§
AuthorizedAwsRegion: string
[src]

The region authorized to collect aggregated data.

§
Tags?: Tag[] | null
[src]

An array of tag object.