Show / Hide Table of Contents

Class CfnPolicyPropsMixin.PortRangeProperty

TCP or UDP protocols: The range of ports the rule applies to.

Inheritance
object
CfnPolicyPropsMixin.PortRangeProperty
Implements
CfnPolicyPropsMixin.IPortRangeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.FMS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPolicyPropsMixin.PortRangeProperty : CfnPolicyPropsMixin.IPortRangeProperty
Syntax (vb)
Public Class CfnPolicyPropsMixin.PortRangeProperty Implements 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.CfnPropertyMixins.AWS.FMS;

             var portRangeProperty = new PortRangeProperty {
                 From = 123,
                 To = 123
             };

Synopsis

Constructors

PortRangeProperty()

TCP or UDP protocols: The range of ports the rule applies to.

Properties

From

The beginning port number of the range.

To

The ending port number of the range.

Constructors

PortRangeProperty()

TCP or UDP protocols: The range of ports the rule applies to.

public PortRangeProperty()
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.CfnPropertyMixins.AWS.FMS;

             var portRangeProperty = new PortRangeProperty {
                 From = 123,
                 To = 123
             };

Properties

From

The beginning port number of the range.

public double? From { get; set; }
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.

public double? To { get; set; }
Property Value

double?

Remarks

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

Implements

CfnPolicyPropsMixin.IPortRangeProperty
Back to top Generated by DocFX