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

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?: {
[key: string]: string | null | undefined;
}
| null;
type?: StudioComponentType | 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]
§
ec2SecurityGroupIds?: string[] | null
[src]
§
initializationScripts?: StudioComponentInitializationScript[] | null
[src]
§
name?: string | null
[src]
§
scriptParameters?: ScriptParameterKeyValue[] | null
[src]
§
statusMessage?: string | null
[src]
§
studioComponentId?: string | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
updatedAt?: Date | number | null
[src]
§
updatedBy?: string | null
[src]