CreateTrafficMirrorTargetRequest
public struct CreateTrafficMirrorTargetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
Declaration
Swift
public let clientToken: String?
-
The description of the Traffic Mirror target.
Declaration
Swift
public let description: String?
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
The network interface ID that is associated with the target.
Declaration
Swift
public let networkInterfaceId: String?
-
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
Declaration
Swift
public let networkLoadBalancerArn: String?
-
The tags to assign to the Traffic Mirror target.
Declaration
Swift
public let tagSpecifications: [TagSpecification]?
-
Undocumented
Declaration
Swift
public init(clientToken: String? = CreateTrafficMirrorTargetRequest.idempotencyToken(), description: String? = nil, dryRun: Bool? = nil, networkInterfaceId: String? = nil, networkLoadBalancerArn: String? = nil, tagSpecifications: [TagSpecification]? = nil)