Class CreateTrafficMirrorFilterRuleRequest

    • Method Detail

      • trafficMirrorFilterId

        public final String trafficMirrorFilterId()

        The ID of the filter that this rule is associated with.

        Returns:
        The ID of the filter that this rule is associated with.
      • ruleNumber

        public final Integer ruleNumber()

        The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.

        Returns:
        The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.
      • destinationPortRange

        public final TrafficMirrorPortRangeRequest destinationPortRange()

        The destination port range.

        Returns:
        The destination port range.
      • protocol

        public final Integer protocol()

        The protocol, for example UDP, to assign to the Traffic Mirror rule.

        For information about the protocol value, see Protocol Numbers on the Internet Assigned Numbers Authority (IANA) website.

        Returns:
        The protocol, for example UDP, to assign to the Traffic Mirror rule.

        For information about the protocol value, see Protocol Numbers on the Internet Assigned Numbers Authority (IANA) website.

      • destinationCidrBlock

        public final String destinationCidrBlock()

        The destination CIDR block to assign to the Traffic Mirror rule.

        Returns:
        The destination CIDR block to assign to the Traffic Mirror rule.
      • sourceCidrBlock

        public final String sourceCidrBlock()

        The source CIDR block to assign to the Traffic Mirror rule.

        Returns:
        The source CIDR block to assign to the Traffic Mirror rule.
      • description

        public final String description()

        The description of the Traffic Mirror rule.

        Returns:
        The description of the Traffic Mirror rule.
      • dryRun

        public final Boolean dryRun()

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Returns:
        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

        Returns:
        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object