Interface StatelessRuleGroupReference.Builder

    • Method Detail

      • resourceArn

        StatelessRuleGroupReference.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the stateless rule group.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the stateless rule group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • priority

        StatelessRuleGroupReference.Builder priority​(Integer priority)

        An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.

        Parameters:
        priority - An integer setting that indicates the order in which to run the stateless rule groups in a single FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.