Module Values.SecretsManagerEncryptionKeyConfigurationSource

The configuration settings for transit encryption using Secrets Manager, including the secret ARN and role ARN.

Sourcetype nonrec t = {
  1. secretArn : SecretArn.t;
    (*

    The ARN of the Secrets Manager secret used for transit encryption.

    *)
  2. roleArn : RoleArn.t;
    (*

    The ARN of the IAM role assumed by MediaConnect to access the Secrets Manager secret.

    *)
}
Sourceval context_ : string
Sourceval make : secretArn:SecretArn.t -> roleArn:RoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SecretArn.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