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

LaunchProfileInitializationScript

import type { LaunchProfileInitializationScript } from "https://aws-api.deno.dev/v0.4/services/nimble.ts?docs=full";

The launch profile initialization script is used when start streaming session runs.

interface LaunchProfileInitializationScript {
runtimeRoleArn?: string | null;
script?: string | null;
secureInitializationRoleArn?: string | null;
studioComponentId?: string | null;
studioComponentName?: string | null;
}

§Properties

§
runtimeRoleArn?: string | null
[src]

An IAM role attached to a Studio Component that gives the studio component access to Amazon Web Services resources at anytime while the instance is running.

§
script?: string | null
[src]

The initialization script.

§
secureInitializationRoleArn?: string | null
[src]

An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to Amazon Web Services resources when the system initialization script runs.

§
studioComponentId?: string | null
[src]

The unique identifier for a studio component resource.

§
studioComponentName?: string | null
[src]

The name for the studio component.