Module Values.ManagedSecretConfigSource

Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location. DataSync uses the default Amazon Web Services-managed KMS key to encrypt this secret in Secrets Manager.

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

    Specifies the ARN for an Secrets Manager secret.

    *)
}
Sourceval make : ?secretArn:??? -> 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