@Stability(value=Stable)
public static interface CfnConnector.ProvisionedCapacityProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnector.ProvisionedCapacityProperty.Builder
A builder for
CfnConnector.ProvisionedCapacityProperty |
static class |
CfnConnector.ProvisionedCapacityProperty.Jsii$Proxy
An implementation for
CfnConnector.ProvisionedCapacityProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnector.ProvisionedCapacityProperty.Builder |
builder() |
default Number |
getMcuCount()
The number of microcontroller units (MCUs) allocated to each connector worker.
|
Number |
getWorkerCount()
The number of workers that are allocated to the connector.
|
@Stability(value=Stable) @NotNull Number getWorkerCount()
@Stability(value=Stable) @Nullable default Number getMcuCount()
The valid values are 1,2,4,8.
@Stability(value=Stable) static CfnConnector.ProvisionedCapacityProperty.Builder builder()
Copyright © 2022. All rights reserved.