aws.pca_connector_ad.get_service_principal_name
Example SQL Queries
SELECT * FROMaws.pca_connector_ad.get_service_principal_nameWHERE"connector_arn" = 'VALUE'AND "directory_registration_arn" = 'VALUE';Description
Lists the service principal name that the connector uses to authenticate with Active Directory.
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 |
| 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
| |
| service_principal_name The service principal name that the connector uses to authenticate with Active Directory. | STRUCT( |
Show child fields
| |