com.faendir.awscdkkt.generated.services.codepipeline.actions.GitHubSourceActionPropsDsl.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.GitHubSourceActionProps
@Generated
public fun buildGitHubSourceActionProps(initializer: @AwsCdkDsl
GitHubSourceActionProps.Builder.() -> Unit = {}): GitHubSourceActionProps =
GitHubSourceActionProps.Builder().apply(initializer).build()