GetTrafficMirrorFilterIngressRulesRule

data class GetTrafficMirrorFilterIngressRulesRule(val destinationCidrBlock: String, val destinationPortRange: String, val id: String, val priority: Int, val protocol: String, val ruleAction: String, val sourceCidrBlock: String, val sourcePortRange: String, val status: String, val trafficMirrorFilterId: String, val trafficMirrorFilterRuleId: String)

Constructors

Link copied to clipboard
constructor(destinationCidrBlock: String, destinationPortRange: String, id: String, priority: Int, protocol: String, ruleAction: String, sourceCidrBlock: String, sourcePortRange: String, status: String, trafficMirrorFilterId: String, trafficMirrorFilterRuleId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination CIDR block of the inbound traffic.

Link copied to clipboard

The destination port range of the inbound traffic.

Link copied to clipboard
val id: String

The ID of the Traffic Mirror Filter Egress Rule.

Link copied to clipboard

The priority of the inbound rule. A smaller value indicates a higher priority. The maximum value is 10, which indicates that you can configure at most 10 inbound rules for a filter.

Link copied to clipboard

The transport protocol used by inbound traffic that needs to be mirrored. Valid values: ALL, ICMP, TCP, UDP.

Link copied to clipboard

The collection policy of the inbound rule. Valid values: accept or drop. accept: collects network traffic. drop: does not collect network traffic.

Link copied to clipboard

The source CIDR block of the inbound traffic.

Link copied to clipboard

The source port range of the inbound traffic.

Link copied to clipboard

The status of the resource. Valid values:Creating, Created, Modifying and Deleting.

Link copied to clipboard

The ID of the filter associated with the inbound rule.

Link copied to clipboard

The first ID of the resource.