Get Key Multi Region Configuration
data class GetKeyMultiRegionConfiguration(val multiRegionKeyType: String, val primaryKeys: List<GetKeyMultiRegionConfigurationPrimaryKey>, val replicaKeys: List<GetKeyMultiRegionConfigurationReplicaKey>)
Constructors
Link copied to clipboard
constructor(multiRegionKeyType: String, primaryKeys: List<GetKeyMultiRegionConfigurationPrimaryKey>, replicaKeys: List<GetKeyMultiRegionConfigurationReplicaKey>)
Properties
Link copied to clipboard
Indicates whether the KMS key is a PRIMARY
or REPLICA
key.
Link copied to clipboard
The key ARN and Region of the primary key. This is the current KMS key if it is the primary key.
Link copied to clipboard
The key ARNs and Regions of all replica keys. Includes the current KMS key if it is a replica key.