FunctionAppSlotConnectionStringArgs

data class FunctionAppSlotConnectionStringArgs(val name: Output<String>, val type: Output<String>, val value: Output<String>) : ConvertibleToJava<FunctionAppSlotConnectionStringArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, type: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the Connection String.

Link copied to clipboard
val type: Output<String>

The type of the Connection String. Possible values are APIHub, Custom, DocDb, EventHub, MySQL, NotificationHub, PostgreSQL, RedisCache, ServiceBus, SQLAzure and SQLServer.

Link copied to clipboard
val value: Output<String>

The value for the Connection String.

Functions

Link copied to clipboard
open override fun toJava(): FunctionAppSlotConnectionStringArgs