Show / Hide Table of Contents

Interface ICertificateAuthority

Interface which all CertificateAuthority based class must implement.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.ACMPCA
Assembly: Amazon.CDK.AWS.ACMPCA.dll
Syntax (csharp)
public interface ICertificateAuthority : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface ICertificateAuthority
    Inherits IResource, IConstruct, IConstruct, IDependable

Synopsis

Properties

CertificateAuthorityArn

The Amazon Resource Name of the Certificate.

Properties

CertificateAuthorityArn

The Amazon Resource Name of the Certificate.

string CertificateAuthorityArn { get; }
Property Value

System.String

Remarks

Attribute: true

Back to top Generated by DocFX