Entity

class Entity : KotlinCustomResource

Resource schema for AWS::IoTTwinMaker::Entity

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the entity.

Link copied to clipboard

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

The date and time when the entity was created.

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

The description of the entity.

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

The ID of the entity.

Link copied to clipboard
val entityName: Output<String>

The name of the entity.

Link copied to clipboard

A Boolean value that specifies whether the entity has child entities or not.

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

The ID of the parent entity.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<EntityStatus>

The current status of the entity.

Link copied to clipboard
val tags: Output<Map<String, String>>?

A key-value pair to associate with a resource.

Link copied to clipboard
val updateDateTime: Output<String>

The last date and time when the entity was updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val workspaceId: Output<String>

The ID of the workspace.