We recommend new projects start with resources from the AWS provider.
aws-native.ec2.TrafficMirrorFilter
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource schema for AWS::EC2::TrafficMirrorFilter
Create TrafficMirrorFilter Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TrafficMirrorFilter(name: string, args?: TrafficMirrorFilterArgs, opts?: CustomResourceOptions);
@overload
def TrafficMirrorFilter(resource_name: str,
args: Optional[TrafficMirrorFilterArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def TrafficMirrorFilter(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
network_services: Optional[Sequence[TrafficMirrorFilterTrafficMirrorNetworkService]] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewTrafficMirrorFilter(ctx *Context, name string, args *TrafficMirrorFilterArgs, opts ...ResourceOption) (*TrafficMirrorFilter, error)
public TrafficMirrorFilter(string name, TrafficMirrorFilterArgs? args = null, CustomResourceOptions? opts = null)
public TrafficMirrorFilter(String name, TrafficMirrorFilterArgs args)
public TrafficMirrorFilter(String name, TrafficMirrorFilterArgs args, CustomResourceOptions options)
type: aws-native:ec2:TrafficMirrorFilter
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 TrafficMirrorFilterArgs
- 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 TrafficMirrorFilterArgs
- 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 TrafficMirrorFilterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TrafficMirrorFilterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TrafficMirrorFilterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
TrafficMirrorFilter 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 TrafficMirrorFilter resource accepts the following input properties:
- Description string
- The description of a traffic mirror filter.
- Network
Services List<Pulumi.Aws Native. Ec2. Traffic Mirror Filter Traffic Mirror Network Service> - The network service that is associated with the traffic mirror filter.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags for a traffic mirror filter.
- Description string
- The description of a traffic mirror filter.
- Network
Services []TrafficMirror Filter Traffic Mirror Network Service - The network service that is associated with the traffic mirror filter.
- Tag
Args - The tags for a traffic mirror filter.
- description String
- The description of a traffic mirror filter.
- network
Services List<TrafficMirror Filter Traffic Mirror Network Service> - The network service that is associated with the traffic mirror filter.
- List<Tag>
- The tags for a traffic mirror filter.
- description string
- The description of a traffic mirror filter.
- network
Services TrafficMirror Filter Traffic Mirror Network Service[] - The network service that is associated with the traffic mirror filter.
- Tag[]
- The tags for a traffic mirror filter.
- description str
- The description of a traffic mirror filter.
- network_
services Sequence[TrafficMirror Filter Traffic Mirror Network Service] - The network service that is associated with the traffic mirror filter.
- Sequence[Tag
Args] - The tags for a traffic mirror filter.
- description String
- The description of a traffic mirror filter.
- network
Services List<"amazon-dns"> - The network service that is associated with the traffic mirror filter.
- List<Property Map>
- The tags for a traffic mirror filter.
Outputs
All input properties are implicitly available as output properties. Additionally, the TrafficMirrorFilter resource produces the following output properties:
Supporting Types
Tag, TagArgs
TrafficMirrorFilterTrafficMirrorNetworkService, TrafficMirrorFilterTrafficMirrorNetworkServiceArgs
- Amazon
Dns - amazon-dns
- Traffic
Mirror Filter Traffic Mirror Network Service Amazon Dns - amazon-dns
- Amazon
Dns - amazon-dns
- Amazon
Dns - amazon-dns
- AMAZON_DNS
- amazon-dns
- "amazon-dns"
- amazon-dns
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.