Interface IAlias

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

@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)", date="2026-02-03T13:58:25.469Z") @Stability(Stable) public interface IAlias extends software.amazon.jsii.JsiiSerializable, IKey, IAliasRef
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.