Show / Hide Table of Contents

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

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

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-portrange.html#cfn-ec2-verifiedaccessendpoint-portrange-fromport

ToPort

The end of the port range.

double? ToPort { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-portrange.html#cfn-ec2-verifiedaccessendpoint-portrange-toport

Back to top Generated by DocFX