ComponentTypeCompositeComponentTypeArgs

data class ComponentTypeCompositeComponentTypeArgs(val componentTypeId: Output<String>? = null) : ConvertibleToJava<ComponentTypeCompositeComponentTypeArgs>

An object that sets information about a composite component type.

Constructors

Link copied to clipboard
constructor(componentTypeId: Output<String>? = null)

Properties

Link copied to clipboard
val componentTypeId: Output<String>? = null

The id of the composite component type.

Functions

Link copied to clipboard
open override fun toJava(): ComponentTypeCompositeComponentTypeArgs