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

CreateLaunchProfileRequest

import type { CreateLaunchProfileRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
interface CreateLaunchProfileRequest {
clientToken?: string | null;
description?: string | null;
ec2SubnetIds: string[];
launchProfileProtocolVersions: string[];
name: string;
streamConfiguration: StreamConfigurationCreate;
studioComponentIds: string[];
studioId: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientToken?: string | null
[src]
§
description?: string | null
[src]
§
ec2SubnetIds: string[]
[src]
§
launchProfileProtocolVersions: string[]
[src]
§
name: string
[src]
§
studioComponentIds: string[]
[src]
§
studioId: string
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]