TemplateGroupAccessControlEntryReference

class aws_cdk.aws_pcaconnectorad.TemplateGroupAccessControlEntryReference(*, group_security_identifier, template_arn)

Bases: object

A 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 import aws_pcaconnectorad as pcaconnectorad

template_group_access_control_entry_reference = 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.