ModifyTrafficMirrorFilterRuleRequest
public struct ModifyTrafficMirrorFilterRuleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description to assign to the Traffic Mirror rule.
Declaration
Swift
public let description: String?
-
The destination CIDR block to assign to the Traffic Mirror rule.
Declaration
Swift
public let destinationCidrBlock: String?
-
The destination ports that are associated with the Traffic Mirror rule.
Declaration
Swift
public let destinationPortRange: TrafficMirrorPortRangeRequest?
-
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.
Declaration
Swift
public let dryRun: Bool?
-
The protocol, for example TCP, to assign to the Traffic Mirror rule.
Declaration
Swift
public let `protocol`: Int?
-
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.
Declaration
Swift
public let removeFields: [TrafficMirrorFilterRuleField]?
-
The action to assign to the rule.
Declaration
Swift
public let ruleAction: TrafficMirrorRuleAction?
-
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.
Declaration
Swift
public let ruleNumber: Int?
-
The source CIDR block to assign to the Traffic Mirror rule.
Declaration
Swift
public let sourceCidrBlock: String?
-
The port range to assign to the Traffic Mirror rule.
Declaration
Swift
public let sourcePortRange: TrafficMirrorPortRangeRequest?
-
The type of traffic (ingress | egress) to assign to the rule.
Declaration
Swift
public let trafficDirection: TrafficDirection?
-
The ID of the Traffic Mirror rule.
Declaration
Swift
public let trafficMirrorFilterRuleId: String
-
init(description:destinationCidrBlock:destinationPortRange:dryRun:protocol:removeFields:ruleAction:ruleNumber:sourceCidrBlock:sourcePortRange:trafficDirection:trafficMirrorFilterRuleId:)
Undocumented
Declaration
Swift
public init(description: String? = nil, destinationCidrBlock: String? = nil, destinationPortRange: TrafficMirrorPortRangeRequest? = nil, dryRun: Bool? = nil, protocol: Int? = nil, removeFields: [TrafficMirrorFilterRuleField]? = nil, ruleAction: TrafficMirrorRuleAction? = nil, ruleNumber: Int? = nil, sourceCidrBlock: String? = nil, sourcePortRange: TrafficMirrorPortRangeRequest? = nil, trafficDirection: TrafficDirection? = nil, trafficMirrorFilterRuleId: String)