aws.pca_connector_ad.get_template_group_access_control_entry
Example SQL Queries
SELECT * FROMaws.pca_connector_ad.get_template_group_access_control_entryWHERE"group_security_identifier" = 'VALUE'AND "template_arn" = 'VALUE';Description
Retrieves the group access control entries for a template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| group_security_identifier Required Input Column Security identifier (SID) of the group object from Active Directory. The SID starts with "S-". | VARCHAR |
| template_arn Required Input Column The Amazon Resource Name (ARN) that was returned when you called CreateTemplate. | 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
| |
| access_control_entry An access control entry allows or denies an Active Directory group from enrolling and/or autoenrolling with a template. | STRUCT( |
Show child fields
| |