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?: {} | null;
[key: string]: string | null | undefined;
updatedAt?: Date | number | null;
updatedBy?: string | null;
}§Properties
§
state?: LaunchProfileState | null
[src]§
statusCode?: LaunchProfileStatusCode | null
[src]§
streamConfiguration?: StreamConfiguration | null
[src]