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