Module Values.StartKeyUsageInputSource

Enables an Amazon Web Services Payment Cryptography key, which makes it active for cryptographic operations within Amazon Web Services Payment Cryptography Cross-account use: This operation supports cross-account use when the key has a resource-based policy that grants access. For more information, see Resource-based policies. Related operations: StopKeyUsage

Sourcetype nonrec t = {
  1. keyIdentifier : KeyArnOrKeyAliasType.t;
    (*

    The KeyArn of the key.

    *)
}
Sourceval context_ : string
Sourceval make : keyIdentifier:KeyArnOrKeyAliasType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of KeyArnOrKeyAliasType.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t