Package-level declarations

Types

Link copied to clipboard
class Gateway : KotlinCustomResource

A Programmable Connectivity Gateway resource. Uses Azure REST API version 2024-01-15-preview. In version 2.x of the Azure Native provider, it used API version 2024-01-15-preview. Other available API versions: 2025-03-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native programmableconnectivity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class GatewayArgs(val gatewayName: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<GatewayArgs>

A Programmable Connectivity Gateway resource. Uses Azure REST API version 2024-01-15-preview. In version 2.x of the Azure Native provider, it used API version 2024-01-15-preview. Other available API versions: 2025-03-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native programmableconnectivity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object GatewayMapper : ResourceMapper<Gateway>
Link copied to clipboard
Link copied to clipboard
class OperatorApiConnection : KotlinCustomResource

A Programmable Connectivity Operator API Connection resource Uses Azure REST API version 2024-01-15-preview. In version 2.x of the Azure Native provider, it used API version 2024-01-15-preview. Other available API versions: 2025-03-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native programmableconnectivity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class OperatorApiConnectionArgs(val accountType: Output<Either<String, AccountType>>? = null, val appId: Output<String>? = null, val appSecret: Output<String>? = null, val configuredApplication: Output<ApplicationPropertiesArgs>? = null, val gatewayId: Output<String>? = null, val location: Output<String>? = null, val operatorApiConnectionName: Output<String>? = null, val operatorApiPlanId: Output<String>? = null, val resourceGroupName: Output<String>? = null, val saasProperties: Output<SaasPropertiesArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<OperatorApiConnectionArgs>

A Programmable Connectivity Operator API Connection resource Uses Azure REST API version 2024-01-15-preview. In version 2.x of the Azure Native provider, it used API version 2024-01-15-preview. Other available API versions: 2025-03-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native programmableconnectivity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Functions

Link copied to clipboard
fun gateway(name: String): Gateway
suspend fun gateway(name: String, block: suspend GatewayResourceBuilder.() -> Unit): Gateway