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