Module Values_1.RetentionPolicySource

The retention policy for data stored on an Amazon Elastic File System volume.

Sourcetype nonrec t = {
  1. homeEfsFileSystem : RetentionType.t option;
    (*

    The default is Retain, which specifies to keep the data stored on the Amazon EFS volume. Specify Delete to delete the data stored on the Amazon EFS volume.

    *)
}
Sourceval make : ?homeEfsFileSystem:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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