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

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.TrafficMirrorFilter

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

    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.
    NetworkServices List<Pulumi.AwsNative.Ec2.TrafficMirrorFilterTrafficMirrorNetworkService>
    The network service that is associated with the traffic mirror filter.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags for a traffic mirror filter.
    Description string
    The description of a traffic mirror filter.
    NetworkServices []TrafficMirrorFilterTrafficMirrorNetworkService
    The network service that is associated with the traffic mirror filter.
    Tags TagArgs
    The tags for a traffic mirror filter.
    description String
    The description of a traffic mirror filter.
    networkServices List<TrafficMirrorFilterTrafficMirrorNetworkService>
    The network service that is associated with the traffic mirror filter.
    tags List<Tag>
    The tags for a traffic mirror filter.
    description string
    The description of a traffic mirror filter.
    networkServices TrafficMirrorFilterTrafficMirrorNetworkService[]
    The network service that is associated with the traffic mirror filter.
    tags Tag[]
    The tags for a traffic mirror filter.
    description str
    The description of a traffic mirror filter.
    network_services Sequence[TrafficMirrorFilterTrafficMirrorNetworkService]
    The network service that is associated with the traffic mirror filter.
    tags Sequence[TagArgs]
    The tags for a traffic mirror filter.
    description String
    The description of a traffic mirror filter.
    networkServices List<"amazon-dns">
    The network service that is associated with the traffic mirror filter.
    tags 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:

    AwsId string
    The ID of a traffic mirror filter.
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    The ID of a traffic mirror filter.
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    The ID of a traffic mirror filter.
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    The ID of a traffic mirror filter.
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    The ID of a traffic mirror filter.
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    The ID of a traffic mirror filter.
    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

    TrafficMirrorFilterTrafficMirrorNetworkService, TrafficMirrorFilterTrafficMirrorNetworkServiceArgs

    AmazonDns
    amazon-dns
    TrafficMirrorFilterTrafficMirrorNetworkServiceAmazonDns
    amazon-dns
    AmazonDns
    amazon-dns
    AmazonDns
    amazon-dns
    AMAZON_DNS
    amazon-dns
    "amazon-dns"
    amazon-dns

    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