We recommend new projects start with resources from the AWS provider.
aws-native.ec2.TrafficMirrorTarget
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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.
- Gateway
Load stringBalancer Endpoint Id - The ID of the Gateway Load Balancer endpoint.
- Network
Interface stringId - The network interface ID that is associated with the target.
- Network
Load stringBalancer Arn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags to assign to the Traffic Mirror target.
- Description string
- The description of the Traffic Mirror target.
- Gateway
Load stringBalancer Endpoint Id - The ID of the Gateway Load Balancer endpoint.
- Network
Interface stringId - The network interface ID that is associated with the target.
- Network
Load stringBalancer Arn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
- Tag
Args - The tags to assign to the Traffic Mirror target.
- description String
- The description of the Traffic Mirror target.
- gateway
Load StringBalancer Endpoint Id - The ID of the Gateway Load Balancer endpoint.
- network
Interface StringId - The network interface ID that is associated with the target.
- network
Load StringBalancer Arn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
- List<Tag>
- The tags to assign to the Traffic Mirror target.
- description string
- The description of the Traffic Mirror target.
- gateway
Load stringBalancer Endpoint Id - The ID of the Gateway Load Balancer endpoint.
- network
Interface stringId - The network interface ID that is associated with the target.
- network
Load stringBalancer Arn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
- Tag[]
- The tags to assign to the Traffic Mirror target.
- description str
- The description of the Traffic Mirror target.
- gateway_
load_ strbalancer_ endpoint_ id - The ID of the Gateway Load Balancer endpoint.
- network_
interface_ strid - The network interface ID that is associated with the target.
- network_
load_ strbalancer_ arn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
- Sequence[Tag
Args] - The tags to assign to the Traffic Mirror target.
- description String
- The description of the Traffic Mirror target.
- gateway
Load StringBalancer Endpoint Id - The ID of the Gateway Load Balancer endpoint.
- network
Interface StringId - The network interface ID that is associated with the target.
- network
Load StringBalancer Arn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
- 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:
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.