IntegrationServiceEnvironmentSkuArgs

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

The integration service environment sku.

Constructors

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

Properties

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

The sku capacity.

Link copied to clipboard
val name: Output<Either<String, IntegrationServiceEnvironmentSkuName>>? = null

The sku name.

Functions

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