IntegrationRuntimeSsisCatalogInfoArgs

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

Constructors

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

Functions

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

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 dualStandbyPairName: Output<String>? = null

The dual standby Azure-SSIS Integration Runtime pair with SSISDB failover.

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

The name of SQL elastic pool where the database will be created for the SSIS catalog. Mutually exclusive with pricing_tier.

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, S0, S1, S2, S3, S4, S6, S7, S9, S12, P1, P2, P4, P6, P11, P15, GP_S_Gen5_1, GP_S_Gen5_2, GP_S_Gen5_4, GP_S_Gen5_6, GP_S_Gen5_8, GP_S_Gen5_10, GP_S_Gen5_12, GP_S_Gen5_14, GP_S_Gen5_16, GP_S_Gen5_18, GP_S_Gen5_20, GP_S_Gen5_24, GP_S_Gen5_32, GP_S_Gen5_40, GP_Gen5_2, GP_Gen5_4, GP_Gen5_6, GP_Gen5_8, GP_Gen5_10, GP_Gen5_12, GP_Gen5_14, GP_Gen5_16, GP_Gen5_18, GP_Gen5_20, GP_Gen5_24, GP_Gen5_32, GP_Gen5_40, GP_Gen5_80, BC_Gen5_2, BC_Gen5_4, BC_Gen5_6, BC_Gen5_8, BC_Gen5_10, BC_Gen5_12, BC_Gen5_14, BC_Gen5_16, BC_Gen5_18, BC_Gen5_20, BC_Gen5_24, BC_Gen5_32, BC_Gen5_40, BC_Gen5_80, HS_Gen5_2, HS_Gen5_4, HS_Gen5_6, HS_Gen5_8, HS_Gen5_10, HS_Gen5_12, HS_Gen5_14, HS_Gen5_16, HS_Gen5_18, HS_Gen5_20, HS_Gen5_24, HS_Gen5_32, HS_Gen5_40 and HS_Gen5_80. Mutually exclusive with elastic_pool_name.

Link copied to clipboard
val serverEndpoint: Output<String>

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