interface IntegerRangeProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.GroundStation.CfnDataflowEndpointGroup.IntegerRangeProperty | 
  Java | software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroup.IntegerRangeProperty | 
  Python | aws_cdk.aws_groundstation.CfnDataflowEndpointGroup.IntegerRangeProperty | 
  TypeScript  | @aws-cdk/aws-groundstation » CfnDataflowEndpointGroup » IntegerRangeProperty | 
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as groundstation from '@aws-cdk/aws-groundstation';
const integerRangeProperty: groundstation.CfnDataflowEndpointGroup.IntegerRangeProperty = {
  maximum: 123,
  minimum: 123,
};
Properties
| Name | Type | Description | 
|---|---|---|
| maximum? | number | CfnDataflowEndpointGroup.IntegerRangeProperty.Maximum. | 
| minimum? | number | CfnDataflowEndpointGroup.IntegerRangeProperty.Minimum. | 
maximum?
Type:
number
(optional)
CfnDataflowEndpointGroup.IntegerRangeProperty.Maximum.
minimum?
Type:
number
(optional)
CfnDataflowEndpointGroup.IntegerRangeProperty.Minimum.

 .NET
 Java
 Python
 TypeScript