DelegationPropertiesArgs

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

Properties of the delegation.

Constructors

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

Properties

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

The service name to which the NVA is delegated.

Functions

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