Component Type Args Builder
class ComponentTypeArgsBuilder
Builder for ComponentTypeArgs.
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun compositeComponentTypes(value: Output<Map<String, ComponentTypeCompositeComponentTypeArgs>>)
suspend fun compositeComponentTypes(vararg argument: Pair<String, suspend ComponentTypeCompositeComponentTypeArgsBuilder.() -> Unit>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun functions(vararg argument: Pair<String, suspend ComponentTypeFunctionArgsBuilder.() -> Unit>)
Link copied to clipboard
Link copied to clipboard
suspend fun propertyDefinitions(vararg argument: Pair<String, suspend ComponentTypePropertyDefinitionArgsBuilder.() -> Unit>)
Link copied to clipboard
suspend fun propertyGroups(vararg argument: Pair<String, suspend ComponentTypePropertyGroupArgsBuilder.() -> Unit>)
Link copied to clipboard