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

com.pulumi.azurenative.eventgrid.kotlin.outputs.GetSystemTopicEventSubscriptionFullUrlResult.kt Maven / Gradle / Ivy

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

package com.pulumi.azurenative.eventgrid.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Full endpoint url of an event subscription
 * @property endpointUrl The URL that represents the endpoint of the destination of an event subscription.
 */
public data class GetSystemTopicEventSubscriptionFullUrlResult(
    public val endpointUrl: String? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azurenative.eventgrid.outputs.GetSystemTopicEventSubscriptionFullUrlResult): GetSystemTopicEventSubscriptionFullUrlResult = GetSystemTopicEventSubscriptionFullUrlResult(
            endpointUrl = javaType.endpointUrl().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy