com.pulumi.aws.kendra.kotlin.outputs.GetExperienceConfigurationUserIdentityConfiguration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-kotlin Show documentation
Show all versions of pulumi-aws-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.kendra.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property identityAttributeName The AWS SSO field name that contains the identifiers of your users, such as their emails.
*/
public data class GetExperienceConfigurationUserIdentityConfiguration(
public val identityAttributeName: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.kendra.outputs.GetExperienceConfigurationUserIdentityConfiguration): GetExperienceConfigurationUserIdentityConfiguration =
GetExperienceConfigurationUserIdentityConfiguration(
identityAttributeName = javaType.identityAttributeName(),
)
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy