confluent network access-point private-link egress-endpoint create¶
Description¶
Create an egress endpoint.
confluent network access-point private-link egress-endpoint create [name] [flags]
Flags¶
--cloud string REQUIRED: Specify the cloud provider as aws.
--service string REQUIRED: Name of an AWS VPC endpoint service.
--gateway string REQUIRED: Gateway ID.
--high-availability Enable high availability for AWS egress endpoint.
--context string CLI context name.
--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 an AWS private link egress endpoint with high availability.
confluent network access-point private-link egress-endpoint create --cloud aws --gateway gw-123456 --service com.amazonaws.vpce.us-west-2.vpce-svc-00000000000000000 --high-availability
See Also¶
- confluent network access-point private-link egress-endpoint - Manage private link egress endpoints.