1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ec2
  5. TrafficMirrorTarget

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

aws-native.ec2.TrafficMirrorTarget

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

    The description of the Traffic Mirror target.

    Create TrafficMirrorTarget Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TrafficMirrorTarget(name: string, args?: TrafficMirrorTargetArgs, opts?: CustomResourceOptions);
    @overload
    def TrafficMirrorTarget(resource_name: str,
                            args: Optional[TrafficMirrorTargetArgs] = None,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def TrafficMirrorTarget(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            description: Optional[str] = None,
                            gateway_load_balancer_endpoint_id: Optional[str] = None,
                            network_interface_id: Optional[str] = None,
                            network_load_balancer_arn: Optional[str] = None,
                            tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewTrafficMirrorTarget(ctx *Context, name string, args *TrafficMirrorTargetArgs, opts ...ResourceOption) (*TrafficMirrorTarget, error)
    public TrafficMirrorTarget(string name, TrafficMirrorTargetArgs? args = null, CustomResourceOptions? opts = null)
    public TrafficMirrorTarget(String name, TrafficMirrorTargetArgs args)
    public TrafficMirrorTarget(String name, TrafficMirrorTargetArgs args, CustomResourceOptions options)
    
    type: aws-native:ec2:TrafficMirrorTarget
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TrafficMirrorTargetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TrafficMirrorTargetArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TrafficMirrorTargetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TrafficMirrorTargetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TrafficMirrorTargetArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    TrafficMirrorTarget Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The TrafficMirrorTarget resource accepts the following input properties:

    Description string
    The description of the Traffic Mirror target.
    GatewayLoadBalancerEndpointId string
    The ID of the Gateway Load Balancer endpoint.
    NetworkInterfaceId string
    The network interface ID that is associated with the target.
    NetworkLoadBalancerArn string
    The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags to assign to the Traffic Mirror target.
    Description string
    The description of the Traffic Mirror target.
    GatewayLoadBalancerEndpointId string
    The ID of the Gateway Load Balancer endpoint.
    NetworkInterfaceId string
    The network interface ID that is associated with the target.
    NetworkLoadBalancerArn string
    The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
    Tags TagArgs
    The tags to assign to the Traffic Mirror target.
    description String
    The description of the Traffic Mirror target.
    gatewayLoadBalancerEndpointId String
    The ID of the Gateway Load Balancer endpoint.
    networkInterfaceId String
    The network interface ID that is associated with the target.
    networkLoadBalancerArn String
    The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
    tags List<Tag>
    The tags to assign to the Traffic Mirror target.
    description string
    The description of the Traffic Mirror target.
    gatewayLoadBalancerEndpointId string
    The ID of the Gateway Load Balancer endpoint.
    networkInterfaceId string
    The network interface ID that is associated with the target.
    networkLoadBalancerArn string
    The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
    tags Tag[]
    The tags to assign to the Traffic Mirror target.
    description str
    The description of the Traffic Mirror target.
    gateway_load_balancer_endpoint_id str
    The ID of the Gateway Load Balancer endpoint.
    network_interface_id str
    The network interface ID that is associated with the target.
    network_load_balancer_arn str
    The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
    tags Sequence[TagArgs]
    The tags to assign to the Traffic Mirror target.
    description String
    The description of the Traffic Mirror target.
    gatewayLoadBalancerEndpointId String
    The ID of the Gateway Load Balancer endpoint.
    networkInterfaceId String
    The network interface ID that is associated with the target.
    networkLoadBalancerArn String
    The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
    tags List<Property Map>
    The tags to assign to the Traffic Mirror target.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TrafficMirrorTarget resource produces the following output properties:

    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi