KeyDataARN Property

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

Syntax

ANSI (Cross Platform)
char* GetKeyDataARN();

Unicode (Windows)
LPWSTR GetKeyDataARN();
@property (nonatomic,readonly,assign,getter=keyDataARN) NSString* keyDataARN;
- (NSString*)keyDataARN;
#define PID_AMAZONKMS_KEYDATAARN 21

CLOUDKEYS_EXTERNAL void* CLOUDKEYS_CALL CloudKeys_AmazonKMS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

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

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

When GenerateDataKey or GenerateDataKeyPair 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 KeyEncryptedKey.

This property is read-only and not available at design time.

Data Type

String

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