toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.cloudfunctionsv2.kotlin.outputs
/
GetFunctionBuildConfig
Get
Function
Build
Config
data
class
GetFunctionBuildConfig
(
val
build
:
String
,
val
dockerRepository
:
String
,
val
entryPoint
:
String
,
val
environmentVariables
:
Map
<
String
,
String
>
,
val
runtime
:
String
,
val
sources
:
List
<
GetFunctionBuildConfigSource
>
,
val
workerPool
:
String
)
Members
Constructors
Get
Function
Build
Config
Link copied to clipboard
constructor
(
build
:
String
,
dockerRepository
:
String
,
entryPoint
:
String
,
environmentVariables
:
Map
<
String
,
String
>
,
runtime
:
String
,
sources
:
List
<
GetFunctionBuildConfigSource
>
,
workerPool
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
build
Link copied to clipboard
val
build
:
String
docker
Repository
Link copied to clipboard
val
dockerRepository
:
String
entry
Point
Link copied to clipboard
val
entryPoint
:
String
environment
Variables
Link copied to clipboard
val
environmentVariables
:
Map
<
String
,
String
>
runtime
Link copied to clipboard
val
runtime
:
String
sources
Link copied to clipboard
val
sources
:
List
<
GetFunctionBuildConfigSource
>
worker
Pool
Link copied to clipboard
val
workerPool
:
String