interface CertificateReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DMS.CertificateReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdms#CertificateReference |
Java | software.amazon.awscdk.services.dms.CertificateReference |
Python | aws_cdk.aws_dms.CertificateReference |
TypeScript | aws-cdk-lib » aws_dms » CertificateReference |
A reference to a Certificate resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dms as dms } from 'aws-cdk-lib';
const certificateReference: dms.CertificateReference = {
certificateId: 'certificateId',
};
Properties
| Name | Type | Description |
|---|---|---|
| certificate | string | The Id of the Certificate resource. |
certificateId
Type:
string
The Id of the Certificate resource.

.NET
Go
Java
Python
TypeScript