com.faendir.awscdkkt.generated.services.opensearchservice.ServiceSoftwareOptionsPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.opensearchservice
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.opensearchservice.CfnDomain
@Generated
public fun buildServiceSoftwareOptionsProperty(initializer: @AwsCdkDsl
CfnDomain.ServiceSoftwareOptionsProperty.Builder.() -> Unit = {}):
CfnDomain.ServiceSoftwareOptionsProperty =
CfnDomain.ServiceSoftwareOptionsProperty.Builder().apply(initializer).build()