Values.RemoveKeyReplicationRegionsInputSourceInput parameters for removing replication regions from a specific key.
type nonrec t = {keyIdentifier : KeyArnOrKeyAliasType.t;The key identifier (ARN or alias) of the key from which to remove replication regions. This key must exist and have replication enabled in the specified regions.
*)replicationRegions : Regions.t;The list of Amazon Web Services Regions to remove from the key's replication configuration. The key will no longer be available for cryptographic operations in these regions after removal. Ensure no active operations depend on the key in these regions before removal.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Region.t ] list
| `String of KeyArnOrKeyAliasType.t ])
list ]