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.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ModifyTrafficMirrorFilterRuleRequest : AmazonEC2Request IAmazonWebServiceRequest
The ModifyTrafficMirrorFilterRuleRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ModifyTrafficMirrorFilterRuleRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Description | System.String |
Gets and sets the property Description. The description to assign to the Traffic Mirror rule. |
![]() |
DestinationCidrBlock | System.String |
Gets and sets the property DestinationCidrBlock. The destination CIDR block to assign to the Traffic Mirror rule. |
![]() |
DestinationPortRange | Amazon.EC2.Model.TrafficMirrorPortRangeRequest |
Gets and sets the property DestinationPortRange. The destination ports that are associated with the Traffic Mirror rule. |
![]() |
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 |
![]() |
Protocol | System.Nullable<System.Int32> |
Gets and sets the property Protocol. The protocol, for example TCP, to assign to the Traffic Mirror rule. |
![]() |
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. |
![]() |
RuleAction | Amazon.EC2.TrafficMirrorRuleAction |
Gets and sets the property RuleAction. The action to assign to the rule. |
![]() |
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. |
![]() |
SourceCidrBlock | System.String |
Gets and sets the property SourceCidrBlock. The source CIDR block to assign to the Traffic Mirror rule. |
![]() |
SourcePortRange | Amazon.EC2.Model.TrafficMirrorPortRangeRequest |
Gets and sets the property SourcePortRange. The port range to assign to the Traffic Mirror rule. |
![]() |
TrafficDirection | Amazon.EC2.TrafficDirection |
Gets and sets the property TrafficDirection. The type of traffic to assign to the rule. |
![]() |
TrafficMirrorFilterRuleId | System.String |
Gets and sets the property TrafficMirrorFilterRuleId. The ID of the Traffic Mirror rule. |
.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