toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.cloudfunctionsv2.kotlin.inputs
/
FunctionBuildConfigSourceRepoSourceArgs
/
FunctionBuildConfigSourceRepoSourceArgs
Function
Build
Config
Source
Repo
Source
Args
constructor
(
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
)