aws.pca_connector_ad.list_service_principal_names
Example SQL Queries
SELECT * FROMaws.pca_connector_ad.list_service_principal_namesWHERE"directory_registration_arn" = 'VALUE';Description
Lists the service principal names that the connector uses to authenticate with Active Directory.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_registration_arn Required Input Column The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration. | 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_arn The Amazon Resource Name (ARN) that was returned when you called CreateConnector. | VARCHAR |
| created_at The date and time that the service principal name was created. | TIMESTAMP_S |
| status The status of a service principal name. | VARCHAR |
| status_reason Additional information for the status of a service principal name if the status is failed. | VARCHAR |
| updated_at Time when the service principal name was updated. | TIMESTAMP_S |