Values.CidrCollectionChangeSourceA complex type that contains information about the CIDR collection change.
type nonrec t = {locationName : CidrLocationNameDefaultNotAllowed.t;Name of the location that is associated with the CIDR collection.
*)action : CidrCollectionChangeAction.t;CIDR collection change action.
*)cidrList : CidrList.t;List of CIDR blocks.
*)}val make :
locationName:CidrLocationNameDefaultNotAllowed.t ->
action:CidrCollectionChangeAction.t ->
cidrList:CidrList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Cidr.t ] list
| `String of CidrLocationNameDefaultNotAllowed.t ])
list ]