---
title: "GET /connectors/{ConnectorArn}"
method: GET
path: "/connectors/{ConnectorArn}"
---

# GET /connectors/{ConnectorArn}

`GET /connectors/{ConnectorArn}`

Lists information about your connector. You specify the connector on input by its ARN (Amazon Resource Name).

## Path parameters

- `ConnectorArn` string, required

## Response `200`

Success

- GetConnectorResponse
  - `Connector` object — A structure that contains information about your connector.
    - `Arn` string — The Amazon Resource Name (ARN) that was returned when you called <a href="https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector.html">CreateConnector</a>.
    - `CertificateAuthorityArn` string — The Amazon Resource Name (ARN) of the certificate authority being used.
    - `CertificateEnrollmentPolicyServerEndpoint` string — Certificate enrollment endpoint for Active Directory domain-joined objects reach out to when requesting certificates.
    - `CreatedAt` string, date-time — The date and time that the connector was created.
    - `DirectoryId` string — The identifier of the Active Directory.
    - `Status` 'CREATING' | 'ACTIVE' | 'DELETING' | 'FAILED' — Status of the connector. Status can be creating, active, deleting, or failed.
    - `StatusReason` 'CA_CERTIFICATE_REGISTRATION_FAILED' | 'DIRECTORY_ACCESS_DENIED' | 'INTERNAL_FAILURE' | 'INSUFFICIENT_FREE_ADDRESSES' | 'INVALID_SUBNET_IP_PROTOCOL' | 'PRIVATECA_ACCESS_DENIED' | 'PRIVATECA_RESOURCE_NOT_FOUND' | 'SECURITY_GROUP_NOT_IN_VPC' | 'VPC_ACCESS_DENIED' | 'VPC_ENDPOINT_LIMIT_EXCEEDED' | 'VPC_RESOURCE_NOT_FOUND' — Additional information about the connector status if the status is failed.
    - `UpdatedAt` string, date-time — The date and time that the connector was updated.
    - `VpcInformation` object — Information of the VPC and security group(s) used with the connector.
      - `IpAddressType` 'IPV4' | 'DUALSTACK' — The VPC IP address type.
      - `SecurityGroupIds` SecurityGroupId[], required — The security groups used with the connector. You can use a maximum of 4 security groups with a connector.

## Other responses

- `480` — AccessDeniedException
- `481` — ValidationException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/pca-connector-ad.md) · [All operations](https://skmtc.net/aws/apis/pca-connector-ad/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/pca-connector-ad/revisions/ab51ba01ae5f/schema)
