AWS SDK Version 4 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 DryRun System.Nullable<System.Boolean>

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

Public Property Protocol System.Nullable<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.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property RuleAction Amazon.EC2.TrafficMirrorRuleAction

Gets and sets the property RuleAction.

The action to assign to the rule.

Public Property RuleNumber System.Nullable<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:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer