KeyMetadata
@JsonSerializable
Constructors
Link copied to clipboard
constructor(KeyId: KMSKeyId, Arn: ARN? = null, AWSAccountId: AwsAccount? = null, KeyUsage: KeyUsage? = null, EncryptionAlgorithms: List<EncryptionAlgorithm>? = null, SigningAlgorithms: List<SigningAlgorithm>? = null, CustomerMasterKeySpec: CustomerMasterKeySpec? = null, Enabled: Boolean? = null, CreationDate: Timestamp? = null, CloudHsmClusterId: String? = null, CustomKeyStoreId: String? = null, DeletionDate: Timestamp? = null, Description: String? = null, ExpirationModel: String? = null, KeyManager: String? = null, KeyState: String? = null, Origin: String? = null, ValidTo: Timestamp? = null)