![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.iottwinmaker.kotlin.EntityArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.iottwinmaker.kotlin
import com.pulumi.awsnative.iottwinmaker.EntityArgs.builder
import com.pulumi.awsnative.iottwinmaker.kotlin.inputs.EntityComponentArgs
import com.pulumi.awsnative.iottwinmaker.kotlin.inputs.EntityComponentArgsBuilder
import com.pulumi.awsnative.iottwinmaker.kotlin.inputs.EntityCompositeComponentArgs
import com.pulumi.awsnative.iottwinmaker.kotlin.inputs.EntityCompositeComponentArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Resource schema for AWS::IoTTwinMaker::Entity
* @property components A map that sets information about a component type.
* @property compositeComponents A map that sets information about a composite component.
* @property description The description of the entity.
* @property entityId The ID of the entity.
* @property entityName The name of the entity.
* @property parentEntityId The ID of the parent entity.
* @property tags A key-value pair to associate with a resource.
* @property workspaceId The ID of the workspace.
*/
public data class EntityArgs(
public val components: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy