pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.apprunner.kotlin
/
AutoScalingConfigurationVersionArgs
/
AutoScalingConfigurationVersionArgs
Auto
Scaling
Configuration
Version
Args
fun
AutoScalingConfigurationVersionArgs
(
autoScalingConfigurationName
:
Output
<
String
>
?
=
null
,
maxConcurrency
:
Output
<
Int
>
?
=
null
,
maxSize
:
Output
<
Int
>
?
=
null
,
minSize
:
Output
<
Int
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)