Module Values.CreateDbParameterGroupInputSource

Creates a new Timestream for InfluxDB DB parameter group to associate with DB instances.

Sourcetype nonrec t = {
  1. name : DbParameterGroupName.t;
    (*

    The name of the DB parameter group. The name must be unique per customer and per region.

    *)
  2. description : CreateDbParameterGroupInputDescriptionString.t option;
    (*

    A description of the DB parameter group.

    *)
  3. parameters : Parameters.t option;
    (*

    A list of the parameters that comprise the DB parameter group.

    *)
  4. tags : RequestTagMap.t option;
    (*

    A list of key-value pairs to associate with the DB parameter group.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?parameters:??? -> ?tags:??? -> name:DbParameterGroupName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of DbParameterGroupName.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Float of InfluxDBv3CoreParametersParquetMemCachePrunePercentageFloat.t | `Integer of InfluxDBv2ParametersQueryConcurrencyInteger.t | `Long of InfluxDBv2ParametersInfluxqlMaxSelectBucketsLong.t | `String of InfluxDBv3CoreParametersLogFilterString.t | `Structure of (string * [> `Enum of string | `Long of DurationValueLong.t | `String of PercentOrAbsoluteLongPercentString.t ]) list ]) list ]) 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