Component Type Args
data class ComponentTypeArgs(val componentTypeId: Output<String>? = null, val description: Output<String>? = null, val extendsFrom: Output<List<String>>? = null, val functions: Output<Any>? = null, val isSingleton: Output<Boolean>? = null, val propertyDefinitions: Output<Any>? = null, val propertyGroups: Output<Any>? = null, val tags: Output<Any>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<ComponentTypeArgs>
Resource schema for AWS::IoTTwinMaker::ComponentType
Constructors
Link copied to clipboard
fun ComponentTypeArgs(componentTypeId: Output<String>? = null, description: Output<String>? = null, extendsFrom: Output<List<String>>? = null, functions: Output<Any>? = null, isSingleton: Output<Boolean>? = null, propertyDefinitions: Output<Any>? = null, propertyGroups: Output<Any>? = null, tags: Output<Any>? = null, workspaceId: Output<String>? = null)