interface PermissionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ACMPCA.PermissionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsacmpca#PermissionReference |
![]() | software.amazon.awscdk.services.acmpca.PermissionReference |
![]() | aws_cdk.aws_acmpca.PermissionReference |
![]() | aws-cdk-lib » aws_acmpca » PermissionReference |
A reference to a Permission resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_acmpca as acmpca } from 'aws-cdk-lib';
const permissionReference: acmpca.PermissionReference = {
certificateAuthorityArn: 'certificateAuthorityArn',
principal: 'principal',
};
Properties
Name | Type | Description |
---|---|---|
certificate | string | The CertificateAuthorityArn of the Permission resource. |
principal | string | The Principal of the Permission resource. |
certificateAuthorityArn
Type:
string
The CertificateAuthorityArn of the Permission resource.
principal
Type:
string
The Principal of the Permission resource.