Cloud Keys 2020 Kotlin Edition

Questions / Feedback?

AliasList Event

Fires once for each alias when listing aliases.

Syntax

public open class DefaultAmazonkmsEventListener : AmazonkmsEventListener {
  ...
  public override fun aliasList(e: AmazonkmsAliasListEvent) {}
  ...
}

public class AmazonkmsAliasListEvent {
  val arn: String?
  val name: String?
  val keyId: String?
}

Remarks

This event fires once for each alias returned when ListAliases is called.

ARN reflects the Amazon resource name of the alias.

Name reflects the name of the alias, including the alias/ prefix.

KeyId reflects the Id of the CMK that the alias refers to.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Keys 2020 Kotlin Edition - Version 20.0 [Build 7876]