Interface IAlias

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

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-24T21:00:31.750Z") @Stability(Stable) public interface IAlias extends software.amazon.jsii.JsiiSerializable, IKey
A KMS Key alias.

An alias can be used in all places that expect a key.

  • Method Details

    • getAliasName

      @Stability(Stable) @NotNull String getAliasName()
      The name of the alias.
    • getAliasTargetKey

      @Stability(Stable) @NotNull IKey getAliasTargetKey()
      The Key to which the Alias refers.