EntityArgs

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

Resource schema for AWS::IoTTwinMaker::Entity

Constructors

Link copied to clipboard
constructor(components: Output<Map<String, EntityComponentArgs>>? = null, compositeComponents: Output<Map<String, EntityCompositeComponentArgs>>? = null, description: Output<String>? = null, entityId: Output<String>? = null, entityName: Output<String>? = null, parentEntityId: Output<String>? = null, tags: Output<Map<String, String>>? = null, workspaceId: Output<String>? = null)

Properties

Link copied to clipboard
val components: Output<Map<String, EntityComponentArgs>>? = null

A map that sets information about a component type.

Link copied to clipboard

A map that sets information about a composite component.

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<Map<String, String>>? = null

A key-value pair to associate with a resource.

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

The ID of the workspace.

Functions

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