Interface CfnFilterPropsMixin.IPortRangeFilterProperty
An object that describes the details of a port range filter.
Namespace: Amazon.CDK.Mixins.Preview.AWS.InspectorV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFilterPropsMixin.IPortRangeFilterProperty
Syntax (vb)
Public Interface CfnFilterPropsMixin.IPortRangeFilterProperty
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.Mixins.Preview.AWS.InspectorV2.Mixins;
var portRangeFilterProperty = new PortRangeFilterProperty {
BeginInclusive = 123,
EndInclusive = 123
};
Synopsis
Properties
| BeginInclusive | The port number the port range begins at. |
| EndInclusive | The port number the port range ends at. |
Properties
BeginInclusive
The port number the port range begins at.
double? BeginInclusive { get; }
Property Value
Remarks
EndInclusive
The port number the port range ends at.
double? EndInclusive { get; }