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", "azure", or "gcp".
--service string REQUIRED: Name of an AWS VPC endpoint service, ID of an Azure Private Link service, URI of a GCP Private Service Connect Published Service, or all-google-apis or ALL_GOOGLE_APIS for endpoints that connect to Global Google APIs.
--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 PrivateLink 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
Create a GCP Private Service Connect egress endpoint named “my-egress-endpoint”.
confluent network access-point private-link egress-endpoint create my-egress-endpoint --cloud gcp --gateway gw-123456 --service projects/projectName/regions/us-central1/serviceAttachments/serviceAttachmentName
Create a GCP Private Service Connect egress endpoint named “my-egress-endpoint” for endpoints that connect to Global Google APIs.
confluent network access-point private-link egress-endpoint create my-egress-endpoint --cloud gcp --gateway gw-123456 --service all-google-apis
See Also¶
- confluent network access-point private-link egress-endpoint - Manage private link egress endpoints.