DelegationPropertiesArgs

data class DelegationPropertiesArgs(val serviceName: Output<String>? = null) : ConvertibleToJava<DelegationPropertiesArgs>

Properties of the delegation.

Constructors

Link copied to clipboard
fun DelegationPropertiesArgs(serviceName: Output<String>? = null)

Functions

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

Properties

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

The service name to which the NVA is delegated.