StudioComponent
import type { StudioComponent } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";interface StudioComponent {
arn?: string | null;
configuration?: StudioComponentConfiguration | null;
createdAt?: Date | number | null;
createdBy?: string | null;
description?: string | null;
ec2SecurityGroupIds?: string[] | null;
initializationScripts?: StudioComponentInitializationScript[] | null;
name?: string | null;
scriptParameters?: ScriptParameterKeyValue[] | null;
state?: StudioComponentState | null;
statusCode?: StudioComponentStatusCode | null;
statusMessage?: string | null;
studioComponentId?: string | null;
subtype?: StudioComponentSubtype | null;
tags?: {} | null;
[key: string]: string | null | undefined;
type?: StudioComponentType | null;
updatedAt?: Date | number | null;
updatedBy?: string | null;
}§Properties
§
configuration?: StudioComponentConfiguration | null
[src]§
initializationScripts?: StudioComponentInitializationScript[] | null
[src]§
scriptParameters?: ScriptParameterKeyValue[] | null
[src]§
state?: StudioComponentState | null
[src]§
statusCode?: StudioComponentStatusCode | null
[src]§
subtype?: StudioComponentSubtype | null
[src]§
type?: StudioComponentType | null
[src]