interface TemplateGroupAccessControlEntryReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_pcaconnectorad.TemplateGroupAccessControlEntryReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspcaconnectorad#TemplateGroupAccessControlEntryReference |
![]() | software.amazon.awscdk.services.pcaconnectorad.TemplateGroupAccessControlEntryReference |
![]() | aws_cdk.aws_pcaconnectorad.TemplateGroupAccessControlEntryReference |
![]() | aws-cdk-lib » aws_pcaconnectorad » TemplateGroupAccessControlEntryReference |
A reference to a TemplateGroupAccessControlEntry resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pcaconnectorad as pcaconnectorad } from 'aws-cdk-lib';
const templateGroupAccessControlEntryReference: pcaconnectorad.TemplateGroupAccessControlEntryReference = {
groupSecurityIdentifier: 'groupSecurityIdentifier',
templateArn: 'templateArn',
};
Properties
Name | Type | Description |
---|---|---|
group | string | The GroupSecurityIdentifier of the TemplateGroupAccessControlEntry resource. |
template | string | The TemplateArn of the TemplateGroupAccessControlEntry resource. |
groupSecurityIdentifier
Type:
string
The GroupSecurityIdentifier of the TemplateGroupAccessControlEntry resource.
templateArn
Type:
string
The TemplateArn of the TemplateGroupAccessControlEntry resource.