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" or "azure".
--service string REQUIRED: Name of an AWS VPC endpoint service or ID of an Azure Private Link service.
--gateway string REQUIRED: Gateway ID.
--subresource string Name of an Azure Private Link subresource.
--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
Create an Azure Private Link egress endpoint named “my-egress-endpoint”.
confluent network access-point private-link egress-endpoint create my-egress-endpoint --cloud azure --gateway gw-123456 --service /subscriptions/0000000/resourceGroups/plsRgName/providers/Microsoft.Network/privateLinkServices/privateLinkServiceName
See Also¶
- confluent network access-point private-link egress-endpoint - Manage private link egress endpoints.