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