Class CfnTrafficMirrorFilterProps
Properties for defining a CfnTrafficMirrorFilter
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTrafficMirrorFilterProps : Object, ICfnTrafficMirrorFilterProps
Syntax (vb)
Public Class CfnTrafficMirrorFilterProps
Inherits Object
Implements ICfnTrafficMirrorFilterProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var cfnTrafficMirrorFilterProps = new CfnTrafficMirrorFilterProps {
Description = "description",
NetworkServices = new [] { "networkServices" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
Cfn |
Properties
Description | The description of the Traffic Mirror filter. |
Network |
The network service traffic that is associated with the Traffic Mirror filter. |
Tags | The tags to assign to a Traffic Mirror filter. |
Constructors
CfnTrafficMirrorFilterProps()
public CfnTrafficMirrorFilterProps()
Properties
Description
The description of the Traffic Mirror filter.
public string Description { get; set; }
Property Value
System.
Remarks
NetworkServices
The network service traffic that is associated with the Traffic Mirror filter.
public string[] NetworkServices { get; set; }
Property Value
System.
Remarks
Tags
The tags to assign to a Traffic Mirror filter.
public ICfnTag[] Tags { get; set; }
Property Value
ICfn