GeoMatchSetUpdate
public struct GeoMatchSetUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether to insert or delete a country with UpdateGeoMatchSet.
Declaration
Swift
public let action: ChangeAction
-
The country from which web requests originate that you want AWS WAF to search for.
Declaration
Swift
public let geoMatchConstraint: GeoMatchConstraint
-
Undocumented
Declaration
Swift
public init(action: ChangeAction, geoMatchConstraint: GeoMatchConstraint)