Navigation

  • next
  • previous |
  • CDP CLI 0.9.152 (BETA) documentation »
  • cloudprivatelinks »
  • migrate-private-link-endpoints

migrate-private-link-endpoints¶

subtitle

Migrates Private Link endpoints to fallback VPCE services.

version

0.9.152

Description¶

Migrates Private Link endpoints from non-control plane endpoint service to Control Plane endpoint services.

Synopsis¶

  migrate-private-link-endpoints
--aws-account-info <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options¶

--aws-account-info (object)

Details of the cloud network and the cross-account role required to delete the Private Link endpoint.

crossAccountRoleDetails -> (object)

Customer cross account role details.

crossAccountRole -> (string)

Cross-account role.

externalId -> (string)

External ID associated with the cross-account role.

credentialCrn -> (string)

CDP Credential CRN to fetch the AWS cross-account roleArn for the account where the endpoint gets deleted.

region -> (string)

Region in which VPC exists.

vpcId -> (string)

VPC ID in which the vpc endpoint should be deleted.

Shorthand Syntax:

crossAccountRoleDetails={crossAccountRole=string,externalId=string},credentialCrn=string,region=string,vpcId=string

JSON Syntax:

{
  "crossAccountRoleDetails": {
    "crossAccountRole": "string",
    "externalId": "string"
  },
  "credentialCrn": "string",
  "region": "string",
  "vpcId": "string"
}

--cli-input-json (string)

Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.

--generate-cli-skeleton (boolean)

Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for --cli-input-json.

Output¶

trackingId -> (string)

Tracking ID of the migration request.

Form Factors¶

public

Table of Contents

  • migrate-private-link-endpoints
    • Description
    • Synopsis
    • Options
    • Output
    • Form Factors

Previous topic

list-private-link-services-for-region

Next topic

revoke-private-link-service-access

Quick search

Navigation

  • next
  • previous |
  • CDP CLI 0.9.152 (BETA) documentation »
  • cloudprivatelinks »
  • migrate-private-link-endpoints
© Copyright 2025, Cloudera, Inc.. Created using Sphinx 3.5.2.