com.faendir.awscdkkt.generated.services.codepipeline.actions.OrganizationsDeploymentPropsDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.codepipeline.actions
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.codepipeline.actions.OrganizationsDeploymentProps
@Generated
public fun buildOrganizationsDeploymentProps(initializer: @AwsCdkDsl
OrganizationsDeploymentProps.Builder.() -> Unit = {}): OrganizationsDeploymentProps =
OrganizationsDeploymentProps.Builder().apply(initializer).build()