Class Certificate
A certificate managed by AWS Certificate Manager.
Inherited Members
Namespace: Amazon.CDK.AWS.CertificateManager
Assembly: Amazon.CDK.AWS.CertificateManager.dll
Syntax (csharp)
public class Certificate : Resource, ICertificate, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class Certificate
Inherits Resource
Implements ICertificate, IResource, IConstruct, IConstruct, IDependable
Synopsis
Constructors
Certificate(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Certificate(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Certificate(Construct, String, ICertificateProps) |
Properties
CertificateArn | The certificate's ARN. |
Methods
FromCertificateArn(Construct, String, String) | Import a certificate. |
Constructors
Certificate(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected Certificate(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
Certificate(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected Certificate(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Certificate(Construct, String, ICertificateProps)
public Certificate(Construct scope, string id, ICertificateProps props)
Parameters
- scope Constructs.Construct
- id System.String
- props ICertificateProps
Properties
CertificateArn
The certificate's ARN.
public virtual string CertificateArn { get; }
Property Value
System.String
Methods
FromCertificateArn(Construct, String, String)
Import a certificate.
public static ICertificate FromCertificateArn(Construct scope, string id, string certificateArn)
Parameters
- scope Constructs.Construct
- id System.String
- certificateArn System.String
Returns
Implements
Constructs.IConstruct