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.

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.

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.

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.

Link copied to clipboard

Functions

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