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

com.pulumi.awsnative.groundstation.kotlin.outputs.ConfigDataflowEndpointConfig.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.groundstation.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property dataflowEndpointName The name of the dataflow endpoint to use during contacts.
 * @property dataflowEndpointRegion The region of the dataflow endpoint to use during contacts. When omitted, Ground Station will use the region of the contact.
 */
public data class ConfigDataflowEndpointConfig(
    public val dataflowEndpointName: String? = null,
    public val dataflowEndpointRegion: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.groundstation.outputs.ConfigDataflowEndpointConfig): ConfigDataflowEndpointConfig = ConfigDataflowEndpointConfig(
            dataflowEndpointName = javaType.dataflowEndpointName().map({ args0 -> args0 }).orElse(null),
            dataflowEndpointRegion = javaType.dataflowEndpointRegion().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy