Give us feedback
amazonkms
Service icon

Amazon KMS Connector

Stable version 1.1.1 (Compatible with OutSystems 11)
Uploaded on 29 August 2022 by 
0.0
 (0 ratings)
amazonkms

Amazon KMS Connector

Details
A simple Amazon KMS connector. With this connector, you will be able to call most of all common actions from Amazon KMS SDK. You will be able to create a new Key, set polices, list keys and encrypt/decrypt texts.
Read more

This extension is can only be used with an Amazon KMS account.

You must know how Amazon KMS works to use this extension. Please check the Amazon KMS docs.

Source: https://docs.aws.amazon.com/en_pv/kms/latest/APIReference/API_Operations.html


The following actions are available:

  • CancelKeyDeletion
  • ConnectCustomKeyStore
  • CreateAlias
  • CreateCustomKeyStore
  • CreateGrant
  • CreateKey
  • Decrypt
  • DeleteAlias
  • DeleteCustomKeyStore
  • DeleteImportedKeyMaterial
  • DescribeCustomKeyStores
  • DescribeKey
  • DisableKey
  • DisableKeyRotation
  • DisconnectCustomKeyStore
  • EnableKey
  • EnableKeyRotation
  • Encrypt
  • GenerateDataKey
  • GenerateDataKeyPair
  • GenerateDataKeyPairWithoutPlaintext
  • GenerateDataKeyWithoutPlaintext
  • GenerateRandom
  • GetKeyPolicy
  • GetKeyRotationStatus
  • GetParametersForImport
  • GetPublicKey
  • ImportKeyMaterial
  • ListAliases
  • ListGrants
  • ListKeyPolicies
  • ListKeys
  • ListResourceTags
  • ListRetirableGrants
  • PutKeyPolicy
  • ReEncrypt
  • RetireGrant
  • RevokeGrant
  • ScheduleKeyDeletion
  • Sign
  • TagResource
  • UntagResource
  • UpdateAlias
  • UpdateCustomKeyStore
  • UpdateKeyDescription
  • Verify


All actions need valid and granted AWS Credentials. AccessKey and SecretKey are required.

Release notes (1.1.1)

AWS.Code updated to v3.7.

Reviews (0)
Team