AWS::PCAConnectorAD::TemplateGroupAccessControlEntryCreate a group access control entry. Allow or deny Active Directory groups from enrolling and/or autoenrolling with the template based on the group security identifiers (SIDs).
import { CfnTemplateGroupAccessControlEntry } from 'aws-cdk-lib/aws-pcaconnectorad';Or use the module namespace:
import * as pcaconnectorad from 'aws-cdk-lib/aws-pcaconnectorad';
// pcaconnectorad.CfnTemplateGroupAccessControlEntryConfiguration passed to the constructor as CfnTemplateGroupAccessControlEntryProps.
accessRightsRequiredIResolvable | AccessRightsPropertyPermissions to allow or deny an Active Directory group to enroll or autoenroll certificates issued against a template.
groupDisplayNameRequiredstringName of the Active Directory group. This name does not need to match the group name in Active Directory.
groupSecurityIdentifierOptionalstringSecurity identifier (SID) of the group object from Active Directory. The SID starts with "S-".
templateArnOptionalstringThe Amazon Resource Name (ARN) that was returned when you called [CreateTemplate](https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateTemplate.html) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-pcaconnectoradAWS::PCAConnectorAD::TemplateGroupAccessControlEntry