Application Custom Component Args
data class ApplicationCustomComponentArgs(val componentName: Output<String>, val resourceList: Output<List<String>>) : ConvertibleToJava<ApplicationCustomComponentArgs>
The custom grouped component.
Constructors
Link copied to clipboard
fun ApplicationCustomComponentArgs(componentName: Output<String>, resourceList: Output<List<String>>)