Module Values.StorageLensAwsOrgSource

The Amazon Web Services organization for your S3 Storage Lens.

Sourcetype nonrec t = {
  1. arn : AwsOrgArn.t;
    (*

    A container for the Amazon Resource Name (ARN) of the Amazon Web Services organization. This property is read-only and follows the following format: arn:aws:organizations:us-east-1:example-account-id:organization/o-ex2l495dck

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