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