GetKMSCryptoKeyKeyAccessJustificationsPolicy

data class GetKMSCryptoKeyKeyAccessJustificationsPolicy(val allowedAccessReasons: List<String>)

Constructors

constructor(allowedAccessReasons: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of allowed reasons for access to this CryptoKey. Zero allowed access reasons means all encrypt, decrypt, and sign operations for this CryptoKey will fail.