Module Values.InventoryTableConfigurationUpdatesSource

The specified updates to the S3 Metadata inventory table configuration.

Sourcetype nonrec t = {
  1. configurationState : InventoryConfigurationState.t;
    (*

    The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.

    *)
  2. encryptionConfiguration : MetadataTableEncryptionConfiguration.t option;
    (*

    The encryption configuration for the inventory table.

    *)
}
Sourceval context_ : string
Sourceval make : ?encryptionConfiguration:??? -> configurationState:InventoryConfigurationState.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of KmsKeyArn.t ]) list ]) 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