Interface CfnDataflowEndpointGroup.IIntegerRangeProperty
An integer range that has a minimum and maximum value.
Namespace: Amazon.CDK.AWS.GroundStation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IIntegerRangeProperty
Syntax (vb)
Public Interface IIntegerRangeProperty
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.GroundStation;
var integerRangeProperty = new IntegerRangeProperty {
Maximum = 123,
Minimum = 123
};
Synopsis
Properties
Maximum | A maximum value. |
Minimum | A minimum value. |
Properties
Maximum
A maximum value.
virtual Nullable<double> Maximum { get; }
Property Value
System.
Remarks
Minimum
A minimum value.
virtual Nullable<double> Minimum { get; }
Property Value
System.