Module Values.AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetailsSource

A namespaced kernel parameter to set in the container.

Sourcetype nonrec t = {
  1. namespace : NonEmptyString.t option;
    (*

    The namespaced kernel parameter for which to set a value.

    *)
  2. value : NonEmptyString.t option;
    (*

    The value of the parameter.

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