ApplicationCustomComponentArgs

data class ApplicationCustomComponentArgs(val componentName: Output<String>, val resourceList: Output<List<String>>) : ConvertibleToJava<ApplicationCustomComponentArgs>

The custom grouped component.

Constructors

Link copied to clipboard
constructor(componentName: Output<String>, resourceList: Output<List<String>>)

Properties

Link copied to clipboard
val componentName: Output<String>

The name of the component.

Link copied to clipboard
val resourceList: Output<List<String>>

The list of resource ARNs that belong to the component.

Functions

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