toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.web.kotlin.outputs
/
ResourceConfigResponse
Resource
Config
Response
data
class
ResourceConfigResponse
(
val
cpu
:
Double
?
=
null
,
val
memory
:
String
?
=
null
)
Function app resource requirements.
Members
Constructors
Resource
Config
Response
Link copied to clipboard
constructor
(
cpu
:
Double
?
=
null
,
memory
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cpu
Link copied to clipboard
val
cpu
:
Double
?
=
null
Required CPU in cores, e.g. 0.5
memory
Link copied to clipboard
val
memory
:
String
?
=
null
Required memory, e.g. "1Gi"