toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.cloudfunctions.kotlin.outputs
/
GetFunctionSourceRepository
Get
Function
Source
Repository
data
class
GetFunctionSourceRepository
(
val
deployedUrl
:
String
,
val
url
:
String
)
Members
Constructors
Get
Function
Source
Repository
Link copied to clipboard
constructor
(
deployedUrl
:
String
,
url
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
deployed
Url
Link copied to clipboard
val
deployedUrl
:
String
url
Link copied to clipboard
val
url
:
String
The URL pointing to the hosted repository where the function is defined.