ec2_modify_traffic_mirror_filter_rule {aws.ecx}R Documentation

Modify Traffic Mirror Filter Rule

Description

Modify Traffic Mirror Filter Rule

Usage

ec2_modify_traffic_mirror_filter_rule(
  TrafficMirrorFilterRuleId,
  TrafficDirection = NULL,
  RuleNumber = NULL,
  RuleAction = NULL,
  DestinationPortRange = NULL,
  SourcePortRange = NULL,
  Protocol = NULL,
  DestinationCidrBlock = NULL,
  SourceCidrBlock = NULL,
  Description = NULL,
  RemoveField = NULL,
  DryRun = NULL,
  simplify = TRUE,
  others = list(),
  print_on_error = aws_get_print_on_error(),
  retry_time = aws_get_retry_time(),
  network_timeout = aws_get_network_timeout(),
  region = aws_get_region()
)

Arguments

TrafficMirrorFilterRuleId

Character. The ID of the Traffic Mirror rule.

TrafficDirection

Character. The type of traffic (ingress \| egress) to assign to the rule.[optional]

RuleNumber

Integer. The number of the Traffic Mirror rule.[optional]

RuleAction

Character. The action to assign to the rule.[optional]

DestinationPortRange

Object. The destination ports that are associated with the Traffic Mirror rule.[optional]

SourcePortRange

Object. The port range to assign to the Traffic Mirror rule.[optional]

Protocol

Integer. The protocol, for example TCP, to assign to the Traffic Mirror rule.[optional]

DestinationCidrBlock

Character. The destination CIDR block to assign to the Traffic Mirror rule.[optional]

SourceCidrBlock

Character. The source CIDR block to assign to the Traffic Mirror rule.[optional]

Description

Character. The description to assign to the Traffic Mirror rule.[optional]

RemoveField

List. The properties that you want to remove from the Traffic Mirror filter rule.[optional]

DryRun

Logical. Checks whether you have the required permissions for the action, without actually making the request,...[optional]

simplify

Logical. Whether to simplify the result and handle nextToken in the response[optional]

others

Named list. The parameters that are not included in the function parameters and need to be added into the request[optional]

print_on_error

Logical. Whether to show an error message when a network error occurs.

retry_time

Integer. Number of retries for a REST request when encounter the network issue. If the request has been sent retry_time times but still not be able to get the response, an error will be thrown.

network_timeout

Numeric. Number of seconds to wait for a REST response until giving up. Can not be less than 1 ms.

region

Character. The region of the AWS service.

Value

A list object or a character vector

TrafficMirrorFilterRuleId

The ID of the Traffic Mirror rule.

TrafficDirection

The type of traffic (ingress \| egress) to assign to the rule.

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.

RuleAction

The action to assign to the rule.

DestinationPortRange

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

SourcePortRange

The port range to assign to the Traffic Mirror rule.

Protocol

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

DestinationCidrBlock

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

SourceCidrBlock

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

Description

The description to assign to the Traffic Mirror rule.

RemoveField

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.

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.


[Package aws.ecx version 1.0.5 Index]