![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.iottwinmaker.kotlin.inputs.EntityComponentArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.iottwinmaker.kotlin.inputs
import com.pulumi.awsnative.iottwinmaker.inputs.EntityComponentArgs.builder
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
/**
*
* @property componentName The name of the component.
* @property componentTypeId The ID of the component type.
* @property definedIn The name of the property definition set in the component.
* @property description The description of the component.
* @property properties An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
* @property propertyGroups An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
* @property status The current status of the entity.
*/
public data class EntityComponentArgs(
public val componentName: Output? = null,
public val componentTypeId: Output? = null,
public val definedIn: Output? = null,
public val description: Output? = null,
public val properties: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy