toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.cloudfunctionsv2.kotlin.outputs
/
GetFunctionBuildConfigSourceRepoSource
Get
Function
Build
Config
Source
Repo
Source
data
class
GetFunctionBuildConfigSourceRepoSource
(
val
branchName
:
String
,
val
commitSha
:
String
,
val
dir
:
String
,
val
invertRegex
:
Boolean
,
val
projectId
:
String
,
val
repoName
:
String
,
val
tagName
:
String
)
Members
Constructors
Get
Function
Build
Config
Source
Repo
Source
Link copied to clipboard
constructor
(
branchName
:
String
,
commitSha
:
String
,
dir
:
String
,
invertRegex
:
Boolean
,
projectId
:
String
,
repoName
:
String
,
tagName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
branch
Name
Link copied to clipboard
val
branchName
:
String
commit
Sha
Link copied to clipboard
val
commitSha
:
String
dir
Link copied to clipboard
val
dir
:
String
invert
Regex
Link copied to clipboard
val
invertRegex
:
Boolean
project
Id
Link copied to clipboard
val
projectId
:
String
repo
Name
Link copied to clipboard
val
repoName
:
String
tag
Name
Link copied to clipboard
val
tagName
:
String