pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.cloudfunctionsv2.kotlin.inputs
/
FunctionBuildConfigSourceRepoSourceArgs
/
FunctionBuildConfigSourceRepoSourceArgs
Function
Build
Config
Source
Repo
Source
Args
fun
FunctionBuildConfigSourceRepoSourceArgs
(
branchName
:
Output
<
String
>
?
=
null
,
commitSha
:
Output
<
String
>
?
=
null
,
dir
:
Output
<
String
>
?
=
null
,
invertRegex
:
Output
<
Boolean
>
?
=
null
,
projectId
:
Output
<
String
>
?
=
null
,
repoName
:
Output
<
String
>
?
=
null
,
tagName
:
Output
<
String
>
?
=
null
)