toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.outputs
/
ScalingConfigResponse
Scaling
Config
Response
data
class
ScalingConfigResponse
(
val
desiredSize
:
Int
?
=
null
,
val
maxSize
:
Int
?
=
null
,
val
minSize
:
Int
?
=
null
)
Definition of ScalingConfig
Members
Constructors
Scaling
Config
Response
Link copied to clipboard
constructor
(
desiredSize
:
Int
?
=
null
,
maxSize
:
Int
?
=
null
,
minSize
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
desired
Size
Link copied to clipboard
val
desiredSize
:
Int
?
=
null
Property desiredSize
max
Size
Link copied to clipboard
val
maxSize
:
Int
?
=
null
Property maxSize
min
Size
Link copied to clipboard
val
minSize
:
Int
?
=
null
Property minSize