interface PortRangeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnNetworkInsightsAnalysis.PortRangeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnNetworkInsightsAnalysis_PortRangeProperty |
![]() | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.PortRangeProperty |
![]() | aws_cdk.aws_ec2.CfnNetworkInsightsAnalysis.PortRangeProperty |
![]() | aws-cdk-lib » aws_ec2 » CfnNetworkInsightsAnalysis » PortRangeProperty |
Describes a range of ports.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const portRangeProperty: ec2.CfnNetworkInsightsAnalysis.PortRangeProperty = {
from: 123,
to: 123,
};
Properties
Name | Type | Description |
---|---|---|
from? | number | The first port in the range. |
to? | number | The last port in the range. |
from?
Type:
number
(optional)
The first port in the range.
to?
Type:
number
(optional)
The last port in the range.