RuleGroupReferenceStatement
public struct RuleGroupReferenceStatement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the entity.
Declaration
Swift
public let arn: String -
The names of rules that are in the referenced rule group, but that you want AWS WAF to exclude from processing for this rule statement.
Declaration
Swift
public let excludedRules: [ExcludedRule]? -
Undocumented
Declaration
Swift
public init(arn: String, excludedRules: [ExcludedRule]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RuleGroupReferenceStatement Structure Reference