Interface CfnConnector.ProvisionedCapacityProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConnector.ProvisionedCapacityProperty.Jsii$Proxy
Enclosing class:
CfnConnector

@Stability(Stable) public static interface CfnConnector.ProvisionedCapacityProperty extends software.amazon.jsii.JsiiSerializable
Details about a connector's provisioned capacity.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.kafkaconnect.*;
 ProvisionedCapacityProperty provisionedCapacityProperty = ProvisionedCapacityProperty.builder()
         .workerCount(123)
         // the properties below are optional
         .mcuCount(123)
         .build();