SourceIpConditionConfig
public struct SourceIpConditionConfig : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig. DeclarationSwift public let values: [String]?
- 
                  
                  Undocumented DeclarationSwift public init(values: [String]? = nil)
 View on GitHub
View on GitHub SourceIpConditionConfig Structure Reference
        SourceIpConditionConfig Structure Reference