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