Uses of Interface
software.amazon.awscdk.interfaces.transfer.ICertificateRef
Packages that use ICertificateRef
Package
Description
AWS Transfer for SFTP Construct Library
-
Uses of ICertificateRef in software.amazon.awscdk.interfaces.transfer
Subinterfaces of ICertificateRef in software.amazon.awscdk.interfaces.transferModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICertificateRef.Classes in software.amazon.awscdk.interfaces.transfer that implement ICertificateRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ICertificateRef in software.amazon.awscdk.services.transfer
Classes in software.amazon.awscdk.services.transfer that implement ICertificateRefModifier and TypeClassDescriptionclassImports the signing and encryption certificates that you need to create local (AS2) profiles and partner profiles.Methods in software.amazon.awscdk.services.transfer that return ICertificateRefModifier and TypeMethodDescriptionstatic ICertificateRefCfnCertificate.fromCertificateArn(software.constructs.Construct scope, String id, String arn) Creates a new ICertificateRef from an ARN.static ICertificateRefCfnCertificate.fromCertificateId(software.constructs.Construct scope, String id, String certificateId) Creates a new ICertificateRef from a certificateId.