Class CertificateReference
A reference to a Certificate resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.DMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CertificateReference : ICertificateReference
Syntax (vb)
Public Class CertificateReference Implements 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.AWS.DMS;
var certificateReference = new CertificateReference {
CertificateId = "certificateId"
};
Synopsis
Constructors
CertificateReference() | A reference to a Certificate resource. |
Properties
CertificateId | The Id of the Certificate resource. |
Constructors
CertificateReference()
A reference to a Certificate resource.
public CertificateReference()
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.DMS;
var certificateReference = new CertificateReference {
CertificateId = "certificateId"
};
Properties
CertificateId
The Id of the Certificate resource.
public string CertificateId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated