<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-network-private-link-access-create"></a>

# confluent network private-link access create

## Description

Create a private link access.

```none
confluent network private-link access create [name] [flags]
```

## Flags

```none
    --network string         REQUIRED: Network ID.
    --cloud string           REQUIRED: Specify the cloud provider as "aws", "azure", or "gcp".
    --cloud-account string   REQUIRED: AWS account ID for the account containing the VPCs you want to connect from using AWS PrivateLink. GCP project ID for the account containing the VPCs that you want to connect from using Private Service Connect. Azure subscription ID for the account containing the VNets you want to connect from using Azure Private Link.
    --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

```none
-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 access.

```none
confluent network private-link access create --network n-123456 --cloud aws --cloud-account 123456789012
```

Create a named AWS PrivateLink access.

```none
confluent network private-link access create aws-private-link-access --network n-123456 --cloud aws --cloud-account 123456789012
```

Create a named GCP Private Service Connect access.

```none
confluent network private-link access create gcp-private-link-access --network n-123456 --cloud gcp --cloud-account temp-123456
```

Create a named Azure Private Link access.

```none
confluent network private-link access create azure-private-link-access --network n-123456 --cloud azure --cloud-account 1234abcd-12ab-34cd-1234-123456abcdef
```

## See Also

* [confluent network private-link access](index.md#confluent-network-private-link-access) - Manage private link accesses.
