Interface IKeySigningKey

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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-17T05:10:17.111Z") @Stability(Stable) public interface IKeySigningKey extends software.amazon.jsii.JsiiSerializable, IResource
A Key Signing Key for a Route 53 Hosted Zone.
  • Method Details

    • getHostedZone

      @Stability(Stable) @NotNull IHostedZone getHostedZone()
      The hosted zone that the key signing key signs.
    • getKeySigningKeyId

      @Stability(Stable) @NotNull String getKeySigningKeyId()
      The ID of the key signing key, derived from the hosted zone ID and its name.
    • getKeySigningKeyName

      @Stability(Stable) @NotNull String getKeySigningKeyName()
      The name of the key signing key.