Show / Hide Table of Contents

Class CfnTrafficMirrorFilter

Specifies a Traffic Mirror filter.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnTrafficMirrorFilter
Implements
IInspectable
ITrafficMirrorFilterRef
IConstruct
IDependable
IEnvironmentAware
ITaggable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.CfnPropertyName(string)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTrafficMirrorFilter : CfnResource, IInspectable, ITrafficMirrorFilterRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Syntax (vb)
Public Class CfnTrafficMirrorFilter Inherits CfnResource Implements IInspectable, ITrafficMirrorFilterRef, IConstruct, IDependable, IEnvironmentAware, ITaggable
Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

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 cfnTrafficMirrorFilter = new CfnTrafficMirrorFilter(this, "MyCfnTrafficMirrorFilter", new CfnTrafficMirrorFilterProps {
                 Description = "description",
                 NetworkServices = new [] { "networkServices" },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnTrafficMirrorFilter(Construct, string, ICfnTrafficMirrorFilterProps?)

Create a new AWS::EC2::TrafficMirrorFilter.

Properties

AttrId

The ID of a traffic mirror filter.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties

Specifies a Traffic Mirror filter.

CfnPropertyNames

Specifies a Traffic Mirror filter.

Description

The description of the Traffic Mirror filter.

NetworkServices

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

Tags

Tag Manager which manages the tags for this resource.

TagsRaw

The tags to assign to a Traffic Mirror filter.

TrafficMirrorFilterRef

A reference to a TrafficMirrorFilter resource.

Methods

ArnForTrafficMirrorFilter(ITrafficMirrorFilterRef)

Specifies a Traffic Mirror filter.

FromTrafficMirrorFilterId(Construct, string, string)

Creates a new ITrafficMirrorFilterRef from a trafficMirrorFilterId.

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

IsCfnTrafficMirrorFilter(object)

Checks whether the given object is a CfnTrafficMirrorFilter.

RenderProperties(IDictionary<string, object>)

Specifies a Traffic Mirror filter.

Constructors

CfnTrafficMirrorFilter(Construct, string, ICfnTrafficMirrorFilterProps?)

Create a new AWS::EC2::TrafficMirrorFilter.

public CfnTrafficMirrorFilter(Construct scope, string id, ICfnTrafficMirrorFilterProps? props = null)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnTrafficMirrorFilterProps

Resource properties.

Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

Properties

AttrId

The ID of a traffic mirror filter.

public virtual string AttrId { get; }
Property Value

string

Remarks

CloudformationAttribute: Id

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

CfnProperties

Specifies a Traffic Mirror filter.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

CfnPropertyNames

Specifies a Traffic Mirror filter.

protected override IDictionary<string, string> CfnPropertyNames { get; }
Property Value

IDictionary<string, string>

Overrides
CfnResource.CfnPropertyNames
Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

Description

The description of the Traffic Mirror filter.

public virtual string? Description { get; set; }
Property Value

string

Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

NetworkServices

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

public virtual string[]? NetworkServices { get; set; }
Property Value

string[]

Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

Tags

Tag Manager which manages the tags for this resource.

public virtual TagManager Tags { get; }
Property Value

TagManager

Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

TagsRaw

The tags to assign to a Traffic Mirror filter.

public virtual ICfnTag[]? TagsRaw { get; set; }
Property Value

ICfnTag[]

Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

TrafficMirrorFilterRef

A reference to a TrafficMirrorFilter resource.

public virtual ITrafficMirrorFilterReference TrafficMirrorFilterRef { get; }
Property Value

ITrafficMirrorFilterReference

Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

Methods

ArnForTrafficMirrorFilter(ITrafficMirrorFilterRef)

Specifies a Traffic Mirror filter.

public static string ArnForTrafficMirrorFilter(ITrafficMirrorFilterRef resource)
Parameters
resource ITrafficMirrorFilterRef
Returns

string

Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

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 cfnTrafficMirrorFilter = new CfnTrafficMirrorFilter(this, "MyCfnTrafficMirrorFilter", new CfnTrafficMirrorFilterProps {
                 Description = "description",
                 NetworkServices = new [] { "networkServices" },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

FromTrafficMirrorFilterId(Construct, string, string)

Creates a new ITrafficMirrorFilterRef from a trafficMirrorFilterId.

public static ITrafficMirrorFilterRef FromTrafficMirrorFilterId(Construct scope, string id, string trafficMirrorFilterId)
Parameters
scope Construct
id string
trafficMirrorFilterId string
Returns

ITrafficMirrorFilterRef

Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

IsCfnTrafficMirrorFilter(object)

Checks whether the given object is a CfnTrafficMirrorFilter.

public static bool IsCfnTrafficMirrorFilter(object x)
Parameters
x object
Returns

bool

Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

Specifies a Traffic Mirror filter.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use AWS::EC2::TrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilter.html

CloudformationResource: AWS::EC2::TrafficMirrorFilter

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITrafficMirrorFilterRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
ITaggable
Back to top Generated by DocFX