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.98.0 (build 00b106d)", date="2024-05-08T21:35:14.109Z") @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.