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