pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.cloudfunctions.kotlin.outputs
/
GetFunctionSourceRepository
Get
Function
Source
Repository
data
class
GetFunctionSourceRepository
(
val
deployedUrl
:
String
,
val
url
:
String
)
Types
Constructors
Properties
Constructors
Get
Function
Source
Repository
Link copied to clipboard
fun
GetFunctionSourceRepository
(
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.