aws-cdk-lib.aws_ec2.CfnTrafficMirrorFilterProps

interface CfnTrafficMirrorFilterProps

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnTrafficMirrorFilterProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnTrafficMirrorFilterProps
Javasoftware.amazon.awscdk.services.ec2.CfnTrafficMirrorFilterProps
Pythonaws_cdk.aws_ec2.CfnTrafficMirrorFilterProps
TypeScript aws-cdk-lib » aws_ec2 » CfnTrafficMirrorFilterProps

Properties for defining a CfnTrafficMirrorFilter.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cfnTrafficMirrorFilterProps: ec2.CfnTrafficMirrorFilterProps = {
  description: 'description',
  networkServices: ['networkServices'],
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
description?stringThe description of the Traffic Mirror filter.
networkServices?string[]The network service traffic that is associated with the Traffic Mirror filter.
tags?CfnTag[]The tags to assign to a Traffic Mirror filter.

description?

Type: string (optional)

The description of the Traffic Mirror filter.


networkServices?

Type: string[] (optional)

The network service traffic that is associated with the Traffic Mirror filter.

Valid values are amazon-dns .


tags?

Type: CfnTag[] (optional)

The tags to assign to a Traffic Mirror filter.