com.faendir.awscdkkt.generated.services.appflow.RedshiftConnectorProfileCredentialsPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.appflow
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.appflow.CfnConnectorProfile
@Generated
public fun buildRedshiftConnectorProfileCredentialsProperty(initializer: @AwsCdkDsl
CfnConnectorProfile.RedshiftConnectorProfileCredentialsProperty.Builder.() -> Unit = {}):
CfnConnectorProfile.RedshiftConnectorProfileCredentialsProperty =
CfnConnectorProfile.RedshiftConnectorProfileCredentialsProperty.Builder().apply(initializer).build()