You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::TrafficMirrorFilterRule

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the Traffic Mirror rule.

Returns:

  • (String)

    The description of the Traffic Mirror rule.

#destination_cidr_blockString

The destination CIDR block assigned to the Traffic Mirror rule.

Returns:

  • (String)

    The destination CIDR block assigned to the Traffic Mirror rule.

#destination_port_rangeTypes::TrafficMirrorPortRange

The destination port range assigned to the Traffic Mirror rule.

Returns:

#protocolInteger

The protocol assigned to the Traffic Mirror rule.

Returns:

  • (Integer)

    The protocol assigned to the Traffic Mirror rule.

#rule_actionString

The action assigned to the Traffic Mirror rule.

Possible values:

  • accept
  • reject

Returns:

  • (String)

    The action assigned to the Traffic Mirror rule.

#rule_numberInteger

The rule number of the Traffic Mirror rule.

Returns:

  • (Integer)

    The rule number of the Traffic Mirror rule.

#source_cidr_blockString

The source CIDR block assigned to the Traffic Mirror rule.

Returns:

  • (String)

    The source CIDR block assigned to the Traffic Mirror rule.

#source_port_rangeTypes::TrafficMirrorPortRange

The source port range assigned to the Traffic Mirror rule.

Returns:

#traffic_directionString

The traffic direction assigned to the Traffic Mirror rule.

Possible values:

  • ingress
  • egress

Returns:

  • (String)

    The traffic direction assigned to the Traffic Mirror rule.

#traffic_mirror_filter_idString

The ID of the Traffic Mirror filter that the rule is associated with.

Returns:

  • (String)

    The ID of the Traffic Mirror filter that the rule is associated with.

#traffic_mirror_filter_rule_idString

The ID of the Traffic Mirror rule.

Returns:

  • (String)

    The ID of the Traffic Mirror rule.