com.faendir.awscdkkt.generated.services.kendra.GoogleDriveConfigurationPropertyDsl.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.CfnDataSource
@Generated
public fun buildGoogleDriveConfigurationProperty(initializer: @AwsCdkDsl
CfnDataSource.GoogleDriveConfigurationProperty.Builder.() -> Unit = {}):
CfnDataSource.GoogleDriveConfigurationProperty =
CfnDataSource.GoogleDriveConfigurationProperty.Builder().apply(initializer).build()