CONFIG_PATHstringREQUIRED
File system path to store and retrieve conversation-based configurations for session persistence (Future Implementation)
FLINK_ENV_IDstringOPTIONAL
Unique identifier for the Flink environment, must start with 'env-' prefix
FLINK_ORG_IDstringOPTIONAL
Organization identifier within Confluent Cloud for Flink resource management
KAFKA_ENV_IDstringOPTIONAL
Environment identifier for Kafka cluster, must start with 'env-' prefix
FLINK_API_KEYstringREQUIRED
Authentication key for accessing Confluent Cloud's Flink services, including compute pools and SQL statement management
Show all 21 environment variables
KAFKA_API_KEYstringREQUIRED
Authentication credential (username) required to establish secure connection with the Kafka cluster
FLINK_ENV_NAMEstringOPTIONAL
Human-readable name for the Flink environment used for identification and display purposes
FLINK_API_SECRETstringREQUIRED
Secret token paired with FLINK_API_KEY for authenticated access to Confluent Cloud's Flink services
KAFKA_API_SECRETstringREQUIRED
Authentication credential (password) paired with KAFKA_API_KEY for secure Kafka cluster access
KAFKA_CLUSTER_IDstringOPTIONAL
Unique identifier for the Kafka cluster within Confluent Cloud ecosystem
BOOTSTRAP_SERVERSstringREQUIRED
List of Kafka broker addresses in the format host1:port1,host2:port2 used to establish initial connection to the Kafka cluster
FLINK_DATABASE_NAMEstringOPTIONAL
Name of the associated Kafka cluster used as a database reference in Flink SQL operations
FLINK_REST_ENDPOINTstringOPTIONAL
Base URL for Confluent Cloud's Flink REST API endpoints used for SQL statement and compute pool management
KAFKA_REST_ENDPOINTstringOPTIONAL
REST API endpoint for Kafka cluster management and administration
FLINK_COMPUTE_POOL_IDstringOPTIONAL
Unique identifier for the Flink compute pool, must start with 'lfcp-' prefix
CONFLUENT_CLOUD_API_KEYstringREQUIRED
Master API key for Confluent Cloud platform administration, enabling management of resources across your organization
SCHEMA_REGISTRY_API_KEYstringREQUIRED
Authentication key for accessing Schema Registry services to manage and validate data schemas
SCHEMA_REGISTRY_ENDPOINTstringOPTIONAL
URL endpoint for accessing Schema Registry services to manage data schemas
CONFLUENT_CLOUD_API_SECRETstringREQUIRED
Master API secret paired with CONFLUENT_CLOUD_API_KEY for comprehensive Confluent Cloud platform administration
SCHEMA_REGISTRY_API_SECRETstringREQUIRED
Authentication secret paired with SCHEMA_REGISTRY_API_KEY for secure Schema Registry access
CONFLUENT_CLOUD_REST_ENDPOINTstringOPTIONAL
Base URL for Confluent Cloud's REST API services