com.faendir.awscdkkt.generated.services.appflow.SingularConnectorProfileCredentialsPropertyDsl.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 buildSingularConnectorProfileCredentialsProperty(initializer: @AwsCdkDsl
CfnConnectorProfile.SingularConnectorProfileCredentialsProperty.Builder.() -> Unit = {}):
CfnConnectorProfile.SingularConnectorProfileCredentialsProperty =
CfnConnectorProfile.SingularConnectorProfileCredentialsProperty.Builder().apply(initializer).build()