com.faendir.awscdkkt.generated.services.kendra.UserTokenConfigurationPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.kendra
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.kendra.CfnIndex
@Generated
public fun buildUserTokenConfigurationProperty(initializer: @AwsCdkDsl
CfnIndex.UserTokenConfigurationProperty.Builder.() -> Unit = {}):
CfnIndex.UserTokenConfigurationProperty =
CfnIndex.UserTokenConfigurationProperty.Builder().apply(initializer).build()