com.faendir.awscdkkt.generated.services.workspaces.TimeoutSettingsPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.workspaces
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.workspaces.CfnWorkspacesPool
@Generated
public fun buildTimeoutSettingsProperty(initializer: @AwsCdkDsl
CfnWorkspacesPool.TimeoutSettingsProperty.Builder.() -> Unit = {}):
CfnWorkspacesPool.TimeoutSettingsProperty =
CfnWorkspacesPool.TimeoutSettingsProperty.Builder().apply(initializer).build()