AliasList Event

Fires once for each alias when listing aliases.

Syntax

class AmazonKMSAliasListEventParams {
public:
  const QString &ARN();
  const QString &Name();
  const QString &KeyId();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void AliasList(AmazonKMSAliasListEventParams *e);
// Or, subclass AmazonKMS and override this emitter function. virtual int FireAliasList(AmazonKMSAliasListEventParams *e) {...}

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) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Qt Edition - Version 20.0 [Build 8157]