Module Values.CreateSignalMapRequestContentSource

Placeholder documentation for CreateSignalMapRequestContent

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

    A resource's optional description.

    *)
  3. discoveryEntryPointArn : string;
    (*

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

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

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

    *)
  6. tags : TagMap.t option;
  7. requestId : string option;
    (*

    An ID that you assign to a create request. This ID ensures idempotency when creating resources.

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