Module Values.StartUpdateSignalMapRequestContentSource

Placeholder documentation for StartUpdateSignalMapRequestContent

Sourcetype nonrec t = {
  1. cloudWatchAlarmTemplateGroupIdentifiers : string list option;
  2. description : string option;
    (*

    A resource's optional description.

    *)
  3. discoveryEntryPointArn : string option;
    (*

    A top-level supported AWS resource ARN to discovery a signal map from.

    *)
  4. eventBridgeRuleTemplateGroupIdentifiers : string list option;
  5. forceRediscovery : bool option;
    (*

    If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.

    *)
  6. name : string option;
    (*

    A resource's name. Names must be unique within the scope of a resource type in a specific region.

    *)
}
Sourceval make : ?cloudWatchAlarmTemplateGroupIdentifiers:??? -> ?description:??? -> ?discoveryEntryPointArn:??? -> ?eventBridgeRuleTemplateGroupIdentifiers:??? -> ?forceRediscovery:??? -> ?name:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of bool | `List of [> `String of string ] list | `String 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