GovernanceRuleOwnerSourceArgs

data class GovernanceRuleOwnerSourceArgs(val type: Output<Either<String, GovernanceRuleOwnerSourceType>>? = null, val value: Output<String>? = null) : ConvertibleToJava<GovernanceRuleOwnerSourceArgs>

Describe the owner source of governance rule

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, GovernanceRuleOwnerSourceType>>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, GovernanceRuleOwnerSourceType>>? = null

The owner type for the governance rule owner source

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

The source value e.g. tag key like owner name or email address

Functions

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