pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.datastream.kotlin.inputs
/
ConnectionProfileGcsProfileArgs
Connection
Profile
Gcs
Profile
Args
data
class
ConnectionProfileGcsProfileArgs
(
val
bucket
:
Output
<
String
>
,
val
rootPath
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ConnectionProfileGcsProfileArgs
>
Constructors
Functions
Properties
Constructors
Connection
Profile
Gcs
Profile
Args
Link copied to clipboard
fun
ConnectionProfileGcsProfileArgs
(
bucket
:
Output
<
String
>
,
rootPath
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ConnectionProfileGcsProfileArgs
Properties
bucket
Link copied to clipboard
val
bucket
:
Output
<
String
>
The Cloud Storage bucket name.
root
Path
Link copied to clipboard
val
rootPath
:
Output
<
String
>
?
=
null
The root path inside the Cloud Storage bucket.