aws.pca_connector_ad.get_connector
Example SQL Queries
SELECT * FROMaws.pca_connector_ad.get_connectorWHERE"connector_arn" = 'VALUE';Description
Lists information about your connector. You specify the connector on input by its ARN (Amazon Resource Name).
Table Definition
| Column Name | Column Data Type |
|---|---|
| connector_arn Required Input Column The Amazon Resource Name (ARN) that was returned when you called CreateConnector. | VARCHAR |
| _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
| |
| connector A structure that contains information about your connector. | STRUCT( |
Show child fields
| |