confluent flink compute-pool create
Description
Create a Flink compute pool.
confluent flink compute-pool create <name> [flags]
Flags
    --cloud string         REQUIRED: Specify the cloud provider as "aws", "azure", or "gcp".
    --region string        REQUIRED: Cloud region for Flink (use "confluent flink region list" to see all).
    --max-cfu int32        Maximum number of Confluent Flink Units (CFU). (default 5)
    --environment string   Environment ID.
-o, --output string        Specify the output format as "human", "json", or "yaml". (default "human")
Global Flags
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
Examples
Create Flink compute pool “my-compute-pool” in AWS with 5 CFUs.
confluent flink compute-pool create my-compute-pool --cloud aws --region us-west-2 --max-cfu 5
See Also
confluent flink compute-pool - Manage Flink compute pools.