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

com.pulumi.awsnative.iotsitewise.kotlin.outputs.GatewaySiemensIe.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.iotsitewise.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Contains the IotCoreThingName of AWS IoT Thing that the gateway runs on.
 * @property iotCoreThingName The name of the IoT Core Thing.
 */
public data class GatewaySiemensIe(
    public val iotCoreThingName: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.iotsitewise.outputs.GatewaySiemensIe): GatewaySiemensIe = GatewaySiemensIe(
            iotCoreThingName = javaType.iotCoreThingName(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy