Interface CfnPolicyPropsMixin.IPortRangeProperty
TCP or UDP protocols: The range of ports the rule applies to.
Namespace: Amazon.CDK.Mixins.Preview.AWS.FMS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnPolicyPropsMixin.IPortRangeProperty
Syntax (vb)
Public Interface CfnPolicyPropsMixin.IPortRangeProperty
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.FMS.Mixins;
var portRangeProperty = new PortRangeProperty {
From = 123,
To = 123
};
Synopsis
Properties
| From | The beginning port number of the range. |
| To | The ending port number of the range. |
Properties
From
The beginning port number of the range.
double? From { get; }
Property Value
Remarks
To
The ending port number of the range.
double? To { get; }