Interface ICertificateAuthorityActivationReference
A reference to a CertificateAuthorityActivation resource.
Namespace: Amazon.CDK.AWS.ACMPCA
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICertificateAuthorityActivationReference
Syntax (vb)
Public Interface ICertificateAuthorityActivationReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ACMPCA;
var certificateAuthorityActivationReference = new CertificateAuthorityActivationReference {
CertificateAuthorityArn = "certificateAuthorityArn"
};
Synopsis
Properties
CertificateAuthorityArn | The CertificateAuthorityArn of the CertificateAuthorityActivation resource. |
Properties
CertificateAuthorityArn
The CertificateAuthorityArn of the CertificateAuthorityActivation resource.
string CertificateAuthorityArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated