com.faendir.awscdkkt.generated.services.ecs.ServiceVolumeConfigurationPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.ecs
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.ecs.CfnService
@Generated
public fun buildServiceVolumeConfigurationProperty(initializer: @AwsCdkDsl
CfnService.ServiceVolumeConfigurationProperty.Builder.() -> Unit = {}):
CfnService.ServiceVolumeConfigurationProperty =
CfnService.ServiceVolumeConfigurationProperty.Builder().apply(initializer).build()