interface ICertificateRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Transfer.ICertificateRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awstransfer#ICertificateRef | 
|  Java | software.amazon.awscdk.services.transfer.ICertificateRef | 
|  Python | aws_cdk.aws_transfer.ICertificateRef | 
|  TypeScript | aws-cdk-lib»aws_transfer»ICertificateRef | 
Implemented by
Cfn
Obtainable from
Cfn.fromCertificateArn(), Cfn.fromCertificateId()
Indicates that this resource can be referenced as a Certificate.
Properties
| Name | Type | Description | 
|---|---|---|
| certificate | Certificate | A reference to a Certificate resource. | 
| node | Node | The tree node. | 
certificateRef
Type:
Certificate
A reference to a Certificate resource.
node
Type:
Node
The tree node.
