com.faendir.awscdkkt.generated.services.nimblestudio.StreamConfigurationSessionBackupPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.nimblestudio
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile
@Generated
public fun buildStreamConfigurationSessionBackupProperty(initializer: @AwsCdkDsl
CfnLaunchProfile.StreamConfigurationSessionBackupProperty.Builder.() -> Unit = {}):
CfnLaunchProfile.StreamConfigurationSessionBackupProperty =
CfnLaunchProfile.StreamConfigurationSessionBackupProperty.Builder().apply(initializer).build()