Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-portrange.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.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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-portrange.html#cfn-fms-policy-portrange-from

To

The ending port number of the range.

double? To { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fms-policy-portrange.html#cfn-fms-policy-portrange-to

Back to top Generated by DocFX