CreateSystemInstanceRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A document that defines an entity.

Link copied to clipboard

The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This value is required if the value of the target parameter is CLOUD.

Link copied to clipboard

The name of the Greengrass group where the system instance will be deployed. This value is required if the value of the target parameter is GREENGRASS.

Link copied to clipboard

An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.

Link copied to clipboard

The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if the value of the target parameter is GREENGRASS.

Link copied to clipboard
val tags: List<Tag>?

Metadata, consisting of key-value pairs, that can be used to categorize your system instances.

Link copied to clipboard

The target type of the deployment. Valid values are GREENGRASS and CLOUD.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String