Module Values.AwsAccountSource

The account ID of a project.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t option;
    (*

    The account ID of a project.

    *)
  2. awsAccountIdPath : ParameterStorePath.t option;
    (*

    The account ID path of a project.

    *)
}
Sourceval make : ?awsAccountId:??? -> ?awsAccountIdPath:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AwsAccountId.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