AdditionalAttribute
public struct AdditionalAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the attribute. The following attribute is supported. elb.http.desyncmitigationmode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive.
Declaration
Swift
public let key: String? -
This value of the attribute.
Declaration
Swift
public let value: String? -
Undocumented
Declaration
Swift
public init(key: String? = nil, value: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AdditionalAttribute Structure Reference