All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.iotanalytics.kotlin.inputs.ChannelServiceManagedS3Args.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 0.122.0.0
Show newest version
@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()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy