com.faendir.awscdkkt.generated.services.codedeploy.ServerDeploymentGroupAttributesDsl.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.ServerDeploymentGroupAttributes
@Generated
public fun buildServerDeploymentGroupAttributes(initializer: @AwsCdkDsl
ServerDeploymentGroupAttributes.Builder.() -> Unit = {}): ServerDeploymentGroupAttributes =
ServerDeploymentGroupAttributes.Builder().apply(initializer).build()