Interface CfnVerifiedAccessEndpoint.IPortRangeProperty
Describes the port range for a Verified Access endpoint.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnVerifiedAccessEndpoint.IPortRangeProperty
Syntax (vb)
Public Interface CfnVerifiedAccessEndpoint.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.AWS.EC2;
var portRangeProperty = new PortRangeProperty {
FromPort = 123,
ToPort = 123
};
Synopsis
Properties
| FromPort | The start of the port range. |
| ToPort | The end of the port range. |
Properties
FromPort
The start of the port range.
double? FromPort { get; }
Property Value
Remarks
ToPort
The end of the port range.
double? ToPort { get; }