interface CertificateReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Transfer.CertificateReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awstransfer#CertificateReference |
![]() | software.amazon.awscdk.services.transfer.CertificateReference |
![]() | aws_cdk.aws_transfer.CertificateReference |
![]() | aws-cdk-lib » aws_transfer » 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_transfer as transfer } from 'aws-cdk-lib';
const certificateReference: transfer.CertificateReference = {
certificateArn: 'certificateArn',
certificateId: 'certificateId',
};
Properties
Name | Type | Description |
---|---|---|
certificate | string | The ARN of the Certificate resource. |
certificate | string | The CertificateId of the Certificate resource. |
certificateArn
Type:
string
The ARN of the Certificate resource.
certificateId
Type:
string
The CertificateId of the Certificate resource.