Interface CfnConnectorPropsMixin.ProvisionedCapacityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorPropsMixin.ProvisionedCapacityProperty.Jsii$Proxy
- Enclosing class:
CfnConnectorPropsMixin
@Stability(Stable)
public static interface CfnConnectorPropsMixin.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.cfnpropertymixins.services.kafkaconnect.*;
ProvisionedCapacityProperty provisionedCapacityProperty = ProvisionedCapacityProperty.builder()
.mcuCount(123)
.workerCount(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectorPropsMixin.ProvisionedCapacityPropertystatic final classAn implementation forCfnConnectorPropsMixin.ProvisionedCapacityProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMcuCount
The number of microcontroller units (MCUs) allocated to each connector worker.The valid values are 1,2,4,8.
- See Also:
-
getWorkerCount
The number of workers that are allocated to the connector.- See Also:
-
builder
-