StreamingImage
import type { StreamingImage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/nimble.ts";interface StreamingImage {
arn?: string | null;
description?: string | null;
ec2ImageId?: string | null;
encryptionConfiguration?: StreamingImageEncryptionConfiguration | null;
eulaIds?: string[] | null;
name?: string | null;
owner?: string | null;
platform?: string | null;
state?: StreamingImageState | null;
statusCode?: StreamingImageStatusCode | null;
statusMessage?: string | null;
streamingImageId?: string | null;
tags?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
encryptionConfiguration?: StreamingImageEncryptionConfiguration | null
[src]§
state?: StreamingImageState | null
[src]§
statusCode?: StreamingImageStatusCode | null
[src]