![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.customerprofiles.kotlin.outputs.DomainConsolidation.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.customerprofiles.kotlin.outputs
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
* 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.
* @property matchingAttributesList A list of matching criteria.
*/
public data class DomainConsolidation(
public val matchingAttributesList: List>,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.customerprofiles.outputs.DomainConsolidation): DomainConsolidation = DomainConsolidation(
matchingAttributesList = javaType.matchingAttributesList().map({ args0 ->
args0.map({ args0 ->
args0
})
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy