AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.IoTThingsGraph.Model.SystemInstanceDescription

Namespace: Amazon.IoTThingsGraph.Model
Assembly: AWSSDK.IoTThingsGraph.dll
Version: 3.x.y.z

Syntax

C#
public class SystemInstanceDescription

The SystemInstanceDescription type exposes the following members

Constructors

NameDescription
Public Method SystemInstanceDescription()

Properties

NameTypeDescription
Public Property Definition Amazon.IoTThingsGraph.Model.DefinitionDocument

Gets and sets the property Definition.

Public Property FlowActionsRoleArn System.String

Gets and sets the property FlowActionsRoleArn.

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.

Public Property MetricsConfiguration Amazon.IoTThingsGraph.Model.MetricsConfiguration

Gets and sets the property MetricsConfiguration.

Public Property S3BucketName System.String

Gets and sets the property S3BucketName.

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

Public Property Summary Amazon.IoTThingsGraph.Model.SystemInstanceSummary

Gets and sets the property Summary.

An object that contains summary information about a system instance.

Public Property ValidatedDependencyRevisions System.Collections.Generic.List<Amazon.IoTThingsGraph.Model.DependencyRevision>

Gets and sets the property ValidatedDependencyRevisions.

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

Public Property ValidatedNamespaceVersion System.Int64

Gets and sets the property ValidatedNamespaceVersion.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5