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?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
streamConfiguration: StreamConfigurationCreate
[src]