com.faendir.awscdkkt.generated.services.opensearchservice.OffPeakWindowOptionsPropertyDsl.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 buildOffPeakWindowOptionsProperty(initializer: @AwsCdkDsl
CfnDomain.OffPeakWindowOptionsProperty.Builder.() -> Unit = {}):
CfnDomain.OffPeakWindowOptionsProperty =
CfnDomain.OffPeakWindowOptionsProperty.Builder().apply(initializer).build()