Domain Consolidation Args
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.