Show / Hide Table of Contents

Interface CfnNetworkInsightsPath.IFilterPortRangeProperty

Describes a port range.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnNetworkInsightsPath.IFilterPortRangeProperty
Syntax (vb)
Public Interface CfnNetworkInsightsPath.IFilterPortRangeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightspath-filterportrange.html

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 filterPortRangeProperty = new FilterPortRangeProperty {
                 FromPort = 123,
                 ToPort = 123
             };

Synopsis

Properties

FromPort

The first port in the range.

ToPort

The last port in the range.

Properties

FromPort

The first port in the range.

double? FromPort { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightspath-filterportrange.html#cfn-ec2-networkinsightspath-filterportrange-fromport

ToPort

The last port in the range.

double? ToPort { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightspath-filterportrange.html#cfn-ec2-networkinsightspath-filterportrange-toport

Back to top Generated by DocFX