AWSKMSReplicateKeyResponse

Objective-C

@interface AWSKMSReplicateKeyResponse

Swift

class AWSKMSReplicateKeyResponse
  • Displays details about the new replica key, including its Amazon Resource Name (key ARN) and Key states of KMS keys. It also includes the ARN and Amazon Web Services Region of its primary key and other replica keys.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSKMSKeyMetadata *_Nullable replicaKeyMetadata;

    Swift

    var replicaKeyMetadata: AWSKMSKeyMetadata? { get set }
  • The key policy of the new replica key. The value is a key policy document in JSON format.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable replicaPolicy;

    Swift

    var replicaPolicy: String? { get set }
  • The tags on the new replica key. The value is a list of tag key and tag value pairs.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSKMSTag *> *_Nullable replicaTags;

    Swift

    var replicaTags: [AWSKMSTag]? { get set }