Cloud Keys 2020 Python Edition

Questions / Feedback?

key_data_arn Property

The Amazon resource name (ARN) of the associated CMK.

Syntax

def get_key_data_arn() -> str: ...

key_data_arn = property(get_key_data_arn, None)

Default Value

""

Remarks

The Amazon resource name (ARN) of the associated CMK.

When get_public_key is called, this property reflects the Amazon resource name (ARN) of the CMK whose key_public_key was downloaded.

When generate_data_key or generate_data_key_pair is called, this property reflects the ARN of the CMK that encrypted the data key or the data key pair's private key (respectively) that is stored in key_encrypted_key.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Python Edition - Version 20.0 [Build 8157]