@aws-sdk/client-ec2

CreateTrafficMirrorTargetCommandInput Interface

Members

Name
Type
Details
ClientToken string | undefined

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency .

Description string | undefined

The description of the Traffic Mirror target.

DryRun boolean | undefined

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.

GatewayLoadBalancerEndpointId string | undefined

The ID of the Gateway Load Balancer endpoint.

NetworkInterfaceId string | undefined

The network interface ID that is associated with the target.

NetworkLoadBalancerArn string | undefined

The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.

TagSpecifications TagSpecification[] | undefined

The tags to assign to the Traffic Mirror target.

Full Signature

export interface CreateTrafficMirrorTargetCommandInput extends CreateTrafficMirrorTargetRequest