ConnectorCapacityArgs

data class ConnectorCapacityArgs(val autoScaling: Output<ConnectorAutoScalingArgs>? = null, val provisionedCapacity: Output<ConnectorProvisionedCapacityArgs>? = null) : ConvertibleToJava<ConnectorCapacityArgs>

Information about the capacity allocated to the connector.

Constructors

Link copied to clipboard
constructor(autoScaling: Output<ConnectorAutoScalingArgs>? = null, provisionedCapacity: Output<ConnectorProvisionedCapacityArgs>? = null)

Properties

Link copied to clipboard

Information about the auto scaling parameters for the connector.

Link copied to clipboard

Details about a fixed capacity allocated to a connector.

Functions

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