confluent network access-point private-link ingress-endpoint create
Description
Create an ingress endpoint.
confluent network access-point private-link ingress-endpoint create [name] [flags]
Flags
--cloud string REQUIRED: Specify the cloud provider as "aws", "azure", or "gcp".
--gateway string REQUIRED: Gateway ID.
--vpc-endpoint-id string ID of an AWS VPC endpoint; only valid with --cloud aws.
--endpoint-resource-id string Resource ID of an Azure Private Endpoint; only valid with --cloud azure.
--psc-connection-id string ID of a GCP Private Service Connect connection; only valid with --cloud gcp.
--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 ingress endpoint.
confluent network access-point private-link ingress-endpoint create --cloud aws --gateway gw-123456 --vpc-endpoint-id vpce-00000000000000000
Create an Azure Private Link ingress endpoint.
confluent network access-point private-link ingress-endpoint create --cloud azure --gateway gw-123456 --endpoint-resource-id /subscriptions/0000000/resourceGroups/resourceGroupName/providers/Microsoft.Network/privateEndpoints/privateEndpointName
Create a GCP Private Service Connect ingress endpoint.
confluent network access-point private-link ingress-endpoint create --cloud gcp --gateway gw-123456 --psc-connection-id 111111111111111111
See Also
confluent network access-point private-link ingress-endpoint - Manage private link ingress endpoints.