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

AmiDistributionConfiguration

import type { AmiDistributionConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
interface AmiDistributionConfiguration {
amiTags?: {
[key: string]: string | null | undefined;
}
| null;
description?: string | null;
kmsKeyId?: string | null;
launchPermission?: LaunchPermissionConfiguration | null;
name?: string | null;
targetAccountIds?: string[] | null;
}

§Properties

§
amiTags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
description?: string | null
[src]
§
kmsKeyId?: string | null
[src]
§
launchPermission?: LaunchPermissionConfiguration | null
[src]
§
name?: string | null
[src]
§
targetAccountIds?: string[] | null
[src]