TemplateGroupAccessControlEntryReference
- class aws_cdk.interfaces.aws_pcaconnectorad.TemplateGroupAccessControlEntryReference(*, group_security_identifier, template_arn)
Bases:
objectA reference to a TemplateGroupAccessControlEntry resource.
- Parameters:
group_security_identifier (
str) – The GroupSecurityIdentifier of the TemplateGroupAccessControlEntry resource.template_arn (
str) – The TemplateArn of the TemplateGroupAccessControlEntry resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_pcaconnectorad as interfaces_aws_pcaconnectorad template_group_access_control_entry_reference = interfaces_aws_pcaconnectorad.TemplateGroupAccessControlEntryReference( group_security_identifier="groupSecurityIdentifier", template_arn="templateArn" )
Attributes
- group_security_identifier
The GroupSecurityIdentifier of the TemplateGroupAccessControlEntry resource.
- template_arn
The TemplateArn of the TemplateGroupAccessControlEntry resource.