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

LaunchPermissionConfiguration

import type { LaunchPermissionConfiguration } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";

Describes the configuration for a launch permission. The launch permission modification request is sent to the Amazon EC2 ModifyImageAttribute API on behalf of the user for each Region they have selected to distribute the AMI. To make an AMI public, set the launch permission authorized accounts to all. See the examples for making an AMI public at Amazon EC2 ModifyImageAttribute.

interface LaunchPermissionConfiguration {
organizationalUnitArns?: string[] | null;
organizationArns?: string[] | null;
userGroups?: string[] | null;
userIds?: string[] | null;
}

§Properties

§
organizationalUnitArns?: string[] | null
[src]

The ARN for an Organizations organizational unit (OU) that you want to share your AMI with. For more information about key concepts for Organizations, see Organizations terminology and concepts.

§
organizationArns?: string[] | null
[src]

The ARN for an Amazon Web Services Organization that you want to share your AMI with. For more information, see What is Organizations?.

§
userGroups?: string[] | null
[src]

The name of the group.

§
userIds?: string[] | null
[src]

The Amazon Web Services account ID.