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