ApiManagementGatewaySkuPropertiesArgs

data class ApiManagementGatewaySkuPropertiesArgs(val capacity: Output<Int>? = null, val name: Output<Either<String, ApiGatewaySkuType>>) : ConvertibleToJava<ApiManagementGatewaySkuPropertiesArgs>

API Management gateway resource SKU properties.

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>? = null, name: Output<Either<String, ApiGatewaySkuType>>)

Properties

Link copied to clipboard
val capacity: Output<Int>? = null

Capacity of the SKU (number of deployed units of the SKU)

Link copied to clipboard
val name: Output<Either<String, ApiGatewaySkuType>>

Name of the Sku.

Functions

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