interface CertificateAuthorityReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ACMPCA.CertificateAuthorityReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsacmpca#CertificateAuthorityReference |
![]() | software.amazon.awscdk.services.acmpca.CertificateAuthorityReference |
![]() | aws_cdk.aws_acmpca.CertificateAuthorityReference |
![]() | aws-cdk-lib » aws_acmpca » CertificateAuthorityReference |
A reference to a CertificateAuthority 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 certificateAuthorityReference: acmpca.CertificateAuthorityReference = {
certificateAuthorityArn: 'certificateAuthorityArn',
};
Properties
Name | Type | Description |
---|---|---|
certificate | string | The Arn of the CertificateAuthority resource. |
certificateAuthorityArn
Type:
string
The Arn of the CertificateAuthority resource.