Interface ICertificateReference
A reference to a Certificate resource.
Namespace: Amazon.CDK.Interfaces.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICertificateReference
Syntax (vb)
Public Interface ICertificateReference
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.Interfaces.Lightsail;
var certificateReference = new CertificateReference {
CertificateArn = "certificateArn",
CertificateName = "certificateName"
};
Synopsis
Properties
| CertificateArn | The ARN of the Certificate resource. |
| CertificateName | The CertificateName of the Certificate resource. |
Properties
CertificateArn
The ARN of the Certificate resource.
string CertificateArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
CertificateName
The CertificateName of the Certificate resource.
string CertificateName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated