com.faendir.awscdkkt.generated.services.quicksight.GeospatialWindowOptionsPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.quicksight
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.quicksight.CfnTemplate
@Generated
public fun buildGeospatialWindowOptionsProperty(initializer: @AwsCdkDsl
CfnTemplate.GeospatialWindowOptionsProperty.Builder.() -> Unit = {}):
CfnTemplate.GeospatialWindowOptionsProperty =
CfnTemplate.GeospatialWindowOptionsProperty.Builder().apply(initializer).build()