GeoMatchConstraint
public struct GeoMatchConstraint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value.
Declaration
Swift
public let type: GeoMatchConstraintType -
The country that you want AWS WAF to search for.
Declaration
Swift
public let value: GeoMatchConstraintValue -
Undocumented
Declaration
Swift
public init(type: GeoMatchConstraintType, value: GeoMatchConstraintValue)
View on GitHub
GeoMatchConstraint Structure Reference