pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.groundstation.kotlin.outputs
/
DataflowEndpointGroupIntegerRange
Dataflow
Endpoint
Group
Integer
Range
data
class
DataflowEndpointGroupIntegerRange
(
val
maximum
:
Int
?
=
null
,
val
minimum
:
Int
?
=
null
)
An integer range that has a minimum and maximum value.
Types
Constructors
Properties
Constructors
Dataflow
Endpoint
Group
Integer
Range
Link copied to clipboard
fun
DataflowEndpointGroupIntegerRange
(
maximum
:
Int
?
=
null
,
minimum
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
maximum
Link copied to clipboard
val
maximum
:
Int
?
=
null
A maximum value.
minimum
Link copied to clipboard
val
minimum
:
Int
?
=
null
A minimum value.