aws.pca_connector_ad.list_connectors
Example SQL Queries
SELECT * FROMaws.pca_connector_ad.list_connectors;Description
Lists the connectors that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The Amazon Resource Name (ARN) that was returned when you called CreateConnector. | VARCHAR |
| certificate_authority_arn The Amazon Resource Name (ARN) of the certificate authority being used. | VARCHAR |
| certificate_enrollment_policy_server_endpoint Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates. | VARCHAR |
| created_at The date and time that the connector was created. | TIMESTAMP_S |
| directory_id The identifier of the Active Directory. | VARCHAR |
| status Status of the connector. Status can be creating, active, deleting, or failed. | VARCHAR |
| status_reason Additional information about the connector status if the status is failed. | VARCHAR |
| updated_at The date and time that the connector was updated. | TIMESTAMP_S |
| vpc_information Information of the VPC and security group(s) used with the connector. | STRUCT( |
Show child fields
| |