Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ModifyTrafficMirrorFilterRuleRequest

import type { ModifyTrafficMirrorFilterRuleRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ModifyTrafficMirrorFilterRuleRequest {
Description?: string | null;
DestinationCidrBlock?: string | null;
DestinationPortRange?: TrafficMirrorPortRangeRequest | null;
DryRun?: boolean | null;
Protocol?: number | null;
RemoveFields?: TrafficMirrorFilterRuleField[] | null;
RuleAction?: TrafficMirrorRuleAction | null;
RuleNumber?: number | null;
SourceCidrBlock?: string | null;
SourcePortRange?: TrafficMirrorPortRangeRequest | null;
TrafficDirection?: TrafficDirection | null;
TrafficMirrorFilterRuleId: string;
}

§Properties

§
Description?: string | null
[src]

The description to assign to the Traffic Mirror rule.

§
DestinationCidrBlock?: string | null
[src]

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

§
DestinationPortRange?: TrafficMirrorPortRangeRequest | null
[src]

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

§
DryRun?: boolean | null
[src]

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.

§
Protocol?: number | null
[src]

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

§
RemoveFields?: TrafficMirrorFilterRuleField[] | null
[src]

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.

§
RuleAction?: TrafficMirrorRuleAction | null
[src]

The action to assign to the rule.

§
RuleNumber?: number | null
[src]

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?: string | null
[src]

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

§
SourcePortRange?: TrafficMirrorPortRangeRequest | null
[src]

The port range to assign to the Traffic Mirror rule.

§
TrafficDirection?: TrafficDirection | null
[src]

The type of traffic to assign to the rule.

§
TrafficMirrorFilterRuleId: string
[src]

The ID of the Traffic Mirror rule.