TrafficMirrorTarget
public struct TrafficMirrorTarget : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the Traffic Mirror target.
Declaration
Swift
public let description: String? -
The network interface ID that is attached to the target.
Declaration
Swift
public let networkInterfaceId: String? -
The Amazon Resource Name (ARN) of the Network Load Balancer.
Declaration
Swift
public let networkLoadBalancerArn: String? -
The ID of the account that owns the Traffic Mirror target.
Declaration
Swift
public let ownerId: String? -
The tags assigned to the Traffic Mirror target.
Declaration
Swift
public let tags: [Tag]? -
The ID of the Traffic Mirror target.
Declaration
Swift
public let trafficMirrorTargetId: String? -
The type of Traffic Mirror target.
Declaration
Swift
public let type: TrafficMirrorTargetType? -
init(description:networkInterfaceId:networkLoadBalancerArn:ownerId:tags:trafficMirrorTargetId:type:)Undocumented
Declaration
Swift
public init(description: String? = nil, networkInterfaceId: String? = nil, networkLoadBalancerArn: String? = nil, ownerId: String? = nil, tags: [Tag]? = nil, trafficMirrorTargetId: String? = nil, type: TrafficMirrorTargetType? = nil)
View on GitHub
TrafficMirrorTarget Structure Reference