com.faendir.awscdkkt.generated.services.bedrock.BedrockFoundationModelConfigurationPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.bedrock
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.bedrock.CfnDataSource
@Generated
public fun buildBedrockFoundationModelConfigurationProperty(initializer: @AwsCdkDsl
CfnDataSource.BedrockFoundationModelConfigurationProperty.Builder.() -> Unit = {}):
CfnDataSource.BedrockFoundationModelConfigurationProperty =
CfnDataSource.BedrockFoundationModelConfigurationProperty.Builder().apply(initializer).build()