com.faendir.awscdkkt.generated.services.ecs.AssociateCloudMapServiceOptionsDsl.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.AssociateCloudMapServiceOptions
@Generated
public fun buildAssociateCloudMapServiceOptions(initializer: @AwsCdkDsl
AssociateCloudMapServiceOptions.Builder.() -> Unit = {}): AssociateCloudMapServiceOptions =
AssociateCloudMapServiceOptions.Builder().apply(initializer).build()