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.deno.dev/v0.4/services/nimble.ts?docs=full";
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]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.

§
description?: string | null
[src]

The description.

§
ec2SubnetIds: string[]
[src]

Specifies the IDs of the EC2 subnets where streaming sessions will be accessible from. These subnets must support the specified instance types.

§
launchProfileProtocolVersions: string[]
[src]

The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

§
name: string
[src]

The name for the launch profile.

§
streamConfiguration: StreamConfigurationCreate
[src]

A configuration for a streaming session.

§
studioComponentIds: string[]
[src]

Unique identifiers for a collection of studio components that can be used with this launch profile.

§
studioId: string
[src]

The studio ID.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A collection of labels, in the form of key-value pairs, that apply to this resource.