AWSEC2TrafficMirrorTarget
Objective-C
@interface AWSEC2TrafficMirrorTarget
Swift
class AWSEC2TrafficMirrorTarget
Describes a Traffic Mirror target.
-
Information about the Traffic Mirror target.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The ID of the Gateway Load Balancer endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable gatewayLoadBalancerEndpointId;Swift
var gatewayLoadBalancerEndpointId: String? { get set } -
The network interface ID that is attached to the target.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable networkInterfaceId;Swift
var networkInterfaceId: String? { get set } -
The Amazon Resource Name (ARN) of the Network Load Balancer.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable networkLoadBalancerArn;Swift
var networkLoadBalancerArn: String? { get set } -
The ID of the account that owns the Traffic Mirror target.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;Swift
var ownerId: String? { get set } -
The ID of the Traffic Mirror target.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trafficMirrorTargetId;Swift
var trafficMirrorTargetId: String? { get set } -
The type of Traffic Mirror target.
Declaration
Objective-C
@property (nonatomic) AWSEC2TrafficMirrorTargetType types;Swift
var types: AWSEC2TrafficMirrorTargetType { get set }
View on GitHub
Install in Dash
AWSEC2TrafficMirrorTarget Class Reference