Interface IAlias

All Superinterfaces:
IConstruct, software.constructs.IConstruct, 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.74.0 (build 6d08790)", date="2023-05-31T18:44:08.980Z") @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.