Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-portrangefilter.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.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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-portrangefilter.html#cfn-inspectorv2-filter-portrangefilter-begininclusive

EndInclusive

The port number the port range ends at.

double? EndInclusive { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-portrangefilter.html#cfn-inspectorv2-filter-portrangefilter-endinclusive

Back to top Generated by DocFX