IntegrationRuntimeManagedCatalogInfoArgs

data class IntegrationRuntimeManagedCatalogInfoArgs(val administratorLogin: Output<String>? = null, val administratorPassword: Output<String>? = null, val pricingTier: Output<String>? = null, val serverEndpoint: Output<String>) : ConvertibleToJava<IntegrationRuntimeManagedCatalogInfoArgs>

Constructors

Link copied to clipboard
fun IntegrationRuntimeManagedCatalogInfoArgs(administratorLogin: Output<String>? = null, administratorPassword: Output<String>? = null, pricingTier: Output<String>? = null, serverEndpoint: Output<String>)

Functions

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

Properties

Link copied to clipboard
val administratorLogin: Output<String>? = null

Administrator login name for the SQL Server.

Link copied to clipboard
val administratorPassword: Output<String>? = null

Administrator login password for the SQL Server.

Link copied to clipboard
val pricingTier: Output<String>? = null

Pricing tier for the database that will be created for the SSIS catalog. Valid values are: Basic, Standard, Premium and PremiumRS. Defaults to Basic.

Link copied to clipboard
val serverEndpoint: Output<String>

The endpoint of an Azure SQL Server that will be used to host the SSIS catalog.