confluent flink connection update¶
Description¶
Update a Flink connection. Only secret can be updated.
confluent flink connection update <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).
--api-key string Specify API key for the type: "openai", "azureml", "azureopenai", "googleai", "elastic", or "pinecone".
--aws-access-key string Specify access key for the type: "bedrock" or "sagemaker".
--aws-secret-key string Specify secret key for the type: "bedrock" or "sagemaker".
--aws-session-token string Specify session token for the type: "bedrock" or "sagemaker".
--service-key string Specify service key for the type: "vertexai".
--username string Specify username for the type: "mongodb".
--password string Specify password for the type: "mongodb".
--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¶
Update API key of Flink connection “my-connection”.
confluent flink connection update my-connection --cloud aws --region us-west-2 --api-key new-key
See Also¶
- confluent flink connection - Manage Flink connections.