com.pulumi.awsnative.iottwinmaker.kotlin.EntityArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-native-kotlin Show documentation
Show all versions of pulumi-aws-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@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