TrafficMirrorFilterRule
public struct TrafficMirrorFilterRule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The description of the Traffic Mirror rule.
Declaration
Swift
public let description: String? -
The destination CIDR block assigned to the Traffic Mirror rule.
Declaration
Swift
public let destinationCidrBlock: String? -
The destination port range assigned to the Traffic Mirror rule.
Declaration
Swift
public let destinationPortRange: TrafficMirrorPortRange? -
The protocol assigned to the Traffic Mirror rule.
Declaration
Swift
public let `protocol`: Int? -
The action assigned to the Traffic Mirror rule.
Declaration
Swift
public let ruleAction: TrafficMirrorRuleAction? -
The rule number of the Traffic Mirror rule.
Declaration
Swift
public let ruleNumber: Int? -
The source CIDR block assigned to the Traffic Mirror rule.
Declaration
Swift
public let sourceCidrBlock: String? -
The source port range assigned to the Traffic Mirror rule.
Declaration
Swift
public let sourcePortRange: TrafficMirrorPortRange? -
The traffic direction assigned to the Traffic Mirror rule.
Declaration
Swift
public let trafficDirection: TrafficDirection? -
The ID of the Traffic Mirror filter that the rule is associated with.
Declaration
Swift
public let trafficMirrorFilterId: String? -
The ID of the Traffic Mirror rule.
Declaration
Swift
public let trafficMirrorFilterRuleId: String? -
init(description:destinationCidrBlock:destinationPortRange:protocol:ruleAction:ruleNumber:sourceCidrBlock:sourcePortRange:trafficDirection:trafficMirrorFilterId:trafficMirrorFilterRuleId:)Undocumented
Declaration
Swift
public init(description: String? = nil, destinationCidrBlock: String? = nil, destinationPortRange: TrafficMirrorPortRange? = nil, protocol: Int? = nil, ruleAction: TrafficMirrorRuleAction? = nil, ruleNumber: Int? = nil, sourceCidrBlock: String? = nil, sourcePortRange: TrafficMirrorPortRange? = nil, trafficDirection: TrafficDirection? = nil, trafficMirrorFilterId: String? = nil, trafficMirrorFilterRuleId: String? = nil)
View on GitHub
TrafficMirrorFilterRule Structure Reference