keyDataARN (property)

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

Syntax

@property (nonatomic,readonly,assign,getter=keyDataARN) NSString* keyDataARN;
- (NSString*)keyDataARN;
public var keyDataARN: String {
  get {...}
}

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.

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