You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.Flags().String("endpoint", "", "ID of an endpoint that is connected to either AWS VPC endpoint service or Azure PrivateLink service.")
34
+
cmd.Flags().String("endpoint", "", "ID of an endpoint that is connected to either AWS VPC endpoint service, Azure PrivateLink service, or GCP Private Service Connect service.")
--cloud string REQUIRED: Specify the cloud provider as "aws", "azure", or "gcp".
13
-
--endpoint string REQUIRED: ID of an endpoint that is connected to either AWS VPC endpoint service or Azure PrivateLink service.
17
+
--endpoint string REQUIRED: ID of an endpoint that is connected to either AWS VPC endpoint service, Azure PrivateLink service, or GCP Private Service Connect service.
14
18
--attachment string REQUIRED: Private link attachment ID.
0 commit comments