Interface ISigningProfile

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

@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)", date="2025-12-12T17:54:23.034Z") @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.