Interface ISigningProfile

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ISigningProfile.Jsii$Default
All Known Implementing Classes:
ISigningProfile.Jsii$Proxy, SigningProfile

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-02T11:25:40.794Z") @Stability(Stable) public interface ISigningProfile extends software.amazon.jsii.JsiiSerializable, IResource
A Signer Profile.
  • Method Details

    • getSigningProfileArn

      @Stability(Stable) @NotNull String getSigningProfileArn()
      The ARN of the signing profile.
    • getSigningProfileName

      @Stability(Stable) @NotNull String getSigningProfileName()
      The name of signing profile.
    • getSigningProfileVersion

      @Stability(Stable) @NotNull String getSigningProfileVersion()
      The version of signing profile.
    • getSigningProfileVersionArn

      @Stability(Stable) @NotNull String getSigningProfileVersionArn()
      The ARN of signing profile version.