com.pulumi.awsnative.iotanalytics.kotlin.inputs.ChannelServiceManagedS3Args.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-native-kotlin Show documentation
Show all versions of pulumi-aws-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.iotanalytics.kotlin.inputs
import com.pulumi.awsnative.iotanalytics.inputs.ChannelServiceManagedS3Args.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Suppress
/**
*
*/
public class ChannelServiceManagedS3Args() :
ConvertibleToJava {
override fun toJava(): com.pulumi.awsnative.iotanalytics.inputs.ChannelServiceManagedS3Args =
com.pulumi.awsnative.iotanalytics.inputs.ChannelServiceManagedS3Args.builder().build()
}
/**
* Builder for [ChannelServiceManagedS3Args].
*/
@PulumiTagMarker
public class ChannelServiceManagedS3ArgsBuilder internal constructor() {
internal fun build(): ChannelServiceManagedS3Args = ChannelServiceManagedS3Args()
}