DescribeManagedRuleGroupResponse

public struct DescribeManagedRuleGroupResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The web ACL capacity units (WCUs) required for this rule group. AWS WAF uses web ACL capacity units (WCU) to calculate and control the operating resources that are used to run your rules, rule groups, and web ACLs. AWS WAF calculates capacity differently for each rule type, to reflect each rule’s relative cost. Rule group capacity is fixed at creation, so users can plan their web ACL WCU usage when they use a rule group. The WCU limit for web ACLs is 1,500.

    Declaration

    Swift

    public let capacity: Int64?
  • Undocumented

    Declaration

    Swift

    public let rules: [RuleSummary]?
  • Undocumented

    Declaration

    Swift

    public init(capacity: Int64? = nil, rules: [RuleSummary]? = nil)