Interface IKeySigningKey.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IKeySigningKey, IKeySigningKeyRef, IKeySigningKeyRef.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IKeySigningKey.Jsii$Proxy
Enclosing interface:
IKeySigningKey

@Internal public static interface IKeySigningKey.Jsii$Default extends IKeySigningKey, IResource.Jsii$Default, IKeySigningKeyRef.Jsii$Default
Internal default implementation for IKeySigningKey.
  • Method Details

    • getHostedZone

      @Stability(Stable) @NotNull default IHostedZone getHostedZone()
      The hosted zone that the key signing key signs.
      Specified by:
      getHostedZone in interface IKeySigningKey
    • getKeySigningKeyId

      @Stability(Stable) @NotNull default String getKeySigningKeyId()
      The ID of the key signing key, derived from the hosted zone ID and its name.
      Specified by:
      getKeySigningKeyId in interface IKeySigningKey
    • getKeySigningKeyName

      @Stability(Stable) @NotNull default String getKeySigningKeyName()
      The name of the key signing key.
      Specified by:
      getKeySigningKeyName in interface IKeySigningKey