AppFlexConsumptionConnectionStringArgs

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

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 which should be used for this Connection.

Link copied to clipboard
val type: Output<String>

Type of database. Possible values include: MySQL, SQLServer, SQLAzure, Custom, NotificationHub, ServiceBus, EventHub, APIHub, DocDb, RedisCache, and PostgreSQL.

Link copied to clipboard
val value: Output<String>

The connection string value.

Functions

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