DomainConsolidationArgs

data class DomainConsolidationArgs(val matchingAttributesList: Output<List<List<String>>>) : ConvertibleToJava<DomainConsolidationArgs>

A list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged.

Constructors

Link copied to clipboard
fun DomainConsolidationArgs(matchingAttributesList: Output<List<List<String>>>)

Functions

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

Properties

Link copied to clipboard

A list of matching criteria.