AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ModifyTrafficMirrorFilterRule operation. Modifies the specified Traffic Mirror rule.

DestinationCidrBlock and SourceCidrBlock must both be an IPv4 range or an IPv6 range.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.ModifyTrafficMirrorFilterRuleRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class ModifyTrafficMirrorFilterRuleRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The ModifyTrafficMirrorFilterRuleRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description to assign to the Traffic Mirror rule.

Public Property DestinationCidrBlock System.String

Gets and sets the property DestinationCidrBlock.

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

Public Property DestinationPortRange Amazon.EC2.Model.TrafficMirrorPortRangeRequest

Gets and sets the property DestinationPortRange.

The destination ports that are associated with the Traffic Mirror rule.

Public Property Protocol System.Int32

Gets and sets the property Protocol.

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

Public Property RemoveFields System.Collections.Generic.List<System.String>

Gets and sets the property RemoveFields.

The properties that you want to remove from the Traffic Mirror filter rule.

When you remove a property from a Traffic Mirror filter rule, the property is set to the default.

Public Property RuleAction Amazon.EC2.TrafficMirrorRuleAction

Gets and sets the property RuleAction.

The action to assign to the rule.

Public Property RuleNumber System.Int32

Gets and sets the property 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.

Public Property SourceCidrBlock System.String

Gets and sets the property SourceCidrBlock.

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

Public Property SourcePortRange Amazon.EC2.Model.TrafficMirrorPortRangeRequest

Gets and sets the property SourcePortRange.

The port range to assign to the Traffic Mirror rule.

Public Property TrafficDirection Amazon.EC2.TrafficDirection

Gets and sets the property TrafficDirection.

The type of traffic to assign to the rule.

Public Property TrafficMirrorFilterRuleId System.String

Gets and sets the property TrafficMirrorFilterRuleId.

The ID of the Traffic Mirror rule.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5