EntityArgs

data class EntityArgs(val components: Output<Any>? = null, val description: Output<String>? = null, val entityId: Output<String>? = null, val entityName: Output<String>? = null, val parentEntityId: Output<String>? = null, val tags: Output<Any>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<EntityArgs>

Resource schema for AWS::IoTTwinMaker::Entity

Constructors

Link copied to clipboard
fun EntityArgs(components: Output<Any>? = null, description: Output<String>? = null, entityId: Output<String>? = null, entityName: Output<String>? = null, parentEntityId: Output<String>? = null, tags: Output<Any>? = null, workspaceId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EntityArgs

Properties

Link copied to clipboard
val components: Output<Any>? = null

A map that sets information about a component type.

Link copied to clipboard
val description: Output<String>? = null

The description of the entity.

Link copied to clipboard
val entityId: Output<String>? = null

The ID of the entity.

Link copied to clipboard
val entityName: Output<String>? = null

The name of the entity.

Link copied to clipboard
val parentEntityId: Output<String>? = null

The ID of the parent entity.

Link copied to clipboard
val tags: Output<Any>? = null

A key-value pair to associate with a resource.

Link copied to clipboard
val workspaceId: Output<String>? = null

The ID of the workspace.