toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
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
>
Members
Constructors
Connection
Profile
Gcs
Profile
Args
Link copied to clipboard
constructor
(
bucket
:
Output
<
String
>
,
rootPath
:
Output
<
String
>
?
=
null
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ConnectionProfileGcsProfileArgs