Uses of Interface
software.amazon.awscdk.services.signer.ISigningProfile
Packages that use ISigningProfile
Package
Description
AWS Lambda Construct Library
AWS::Signer Construct Library
-
Uses of ISigningProfile in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return types with arguments of type ISigningProfileModifier and TypeMethodDescriptionCodeSigningConfigProps.getSigningProfiles()List of signing profiles that defines a trusted user who can sign a code package.final List<ISigningProfile> CodeSigningConfigProps.Jsii$Proxy.getSigningProfiles()Method parameters in software.amazon.awscdk.services.lambda with type arguments of type ISigningProfileModifier and TypeMethodDescriptionCodeSigningConfig.Builder.signingProfiles(List<? extends ISigningProfile> signingProfiles) List of signing profiles that defines a trusted user who can sign a code package.CodeSigningConfigProps.Builder.signingProfiles(List<? extends ISigningProfile> signingProfiles) Sets the value ofCodeSigningConfigProps.getSigningProfiles() -
Uses of ISigningProfile in software.amazon.awscdk.services.signer
Subinterfaces of ISigningProfile in software.amazon.awscdk.services.signerModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISigningProfile.Classes in software.amazon.awscdk.services.signer that implement ISigningProfileModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classDefines a Signing Profile.Methods in software.amazon.awscdk.services.signer that return ISigningProfileModifier and TypeMethodDescriptionstatic ISigningProfileSigningProfile.fromSigningProfileAttributes(software.constructs.Construct scope, String id, SigningProfileAttributes attrs) Creates a Signing Profile construct that represents an external Signing Profile.