Module Values.FMSPolicyUpdateFirewallCreationConfigActionSource

Contains information about the actions that you can take to remediate scope violations caused by your policy's FirewallCreationConfig. FirewallCreationConfig is an optional configuration that you can use to choose which Availability Zones Firewall Manager creates Network Firewall endpoints in.

Sourcetype nonrec t = {
  1. description : LengthBoundedString.t option;
    (*

    Describes the remedial action.

    *)
  2. firewallCreationConfig : ManagedServiceData.t option;
    (*

    A FirewallCreationConfig that you can copy into your current policy's SecurityServiceData in order to remedy scope violations.

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