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

SystemInstanceDescription

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

An object that contains a system instance definition and summary information.

interface SystemInstanceDescription {
definition?: DefinitionDocument | null;
flowActionsRoleArn?: string | null;
metricsConfiguration?: MetricsConfiguration | null;
s3BucketName?: string | null;
summary?: SystemInstanceSummary | null;
validatedDependencyRevisions?: DependencyRevision[] | null;
validatedNamespaceVersion?: number | null;
}

§Properties

§
definition?: DefinitionDocument | null
[src]
§
flowActionsRoleArn?: string | null
[src]

The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other AWS services that the flow uses.

§
metricsConfiguration?: MetricsConfiguration | null
[src]
§
s3BucketName?: string | null
[src]

The Amazon Simple Storage Service bucket where information about a system instance is stored.

§

An object that contains summary information about a system instance.

§
validatedDependencyRevisions?: DependencyRevision[] | null
[src]

A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.

§
validatedNamespaceVersion?: number | null
[src]

The version of the user's namespace against which the system instance was validated.