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

LaunchProfile

import type { LaunchProfile } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";
interface LaunchProfile {
arn?: string | null;
createdAt?: Date | number | null;
createdBy?: string | null;
description?: string | null;
ec2SubnetIds?: string[] | null;
launchProfileId?: string | null;
launchProfileProtocolVersions?: string[] | null;
name?: string | null;
state?: LaunchProfileState | null;
statusCode?: LaunchProfileStatusCode | null;
statusMessage?: string | null;
streamConfiguration?: StreamConfiguration | null;
studioComponentIds?: string[] | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
updatedAt?: Date | number | null;
updatedBy?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
createdBy?: string | null
[src]
§
description?: string | null
[src]
§
ec2SubnetIds?: string[] | null
[src]
§
launchProfileId?: string | null
[src]
§
launchProfileProtocolVersions?: string[] | null
[src]
§
name?: string | null
[src]
§
statusCode?: LaunchProfileStatusCode | null
[src]
§
statusMessage?: string | null
[src]
§
streamConfiguration?: StreamConfiguration | null
[src]
§
studioComponentIds?: string[] | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
updatedAt?: Date | number | null
[src]
§
updatedBy?: string | null
[src]