Module Values.FSxWindowsFileServerVolumeConfigurationSource

This parameter is specified when you're using Amazon FSx for Windows File Server file system for task storage. For more information and the input format, see Amazon FSx for Windows File Server volumes in the Amazon Elastic Container Service Developer Guide.

Sourcetype nonrec t = {
  1. fileSystemId : String_.t;
    (*

    The Amazon FSx for Windows File Server file system ID to use.

    *)
  2. rootDirectory : String_.t;
    (*

    The directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.

    *)
  3. authorizationConfig : FSxWindowsFileServerAuthorizationConfig.t;
    (*

    The authorization configuration details for the Amazon FSx for Windows File Server file system.

    *)
}
Sourceval context_ : string
Sourceval make : fileSystemId:String_.t -> rootDirectory:String_.t -> authorizationConfig:FSxWindowsFileServerAuthorizationConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.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