pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.datastream.kotlin.outputs
/
ConnectionProfileGcsProfile
Connection
Profile
Gcs
Profile
data
class
ConnectionProfileGcsProfile
(
val
bucket
:
String
,
val
rootPath
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Connection
Profile
Gcs
Profile
Link copied to clipboard
fun
ConnectionProfileGcsProfile
(
bucket
:
String
,
rootPath
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Link copied to clipboard
val
bucket
:
String
The Cloud Storage bucket name.
root
Path
Link copied to clipboard
val
rootPath
:
String
?
=
null
The root path inside the Cloud Storage bucket.