toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.fc.kotlin.outputs
/
V3FunctionOssMountConfigMountPoint
V3Function
Oss
Mount
Config
Mount
Point
data
class
V3FunctionOssMountConfigMountPoint
(
val
bucketName
:
String
?
=
null
,
val
bucketPath
:
String
?
=
null
,
val
endpoint
:
String
?
=
null
,
val
mountDir
:
String
?
=
null
,
val
readOnly
:
Boolean
?
=
null
)
Members
Constructors
V3Function
Oss
Mount
Config
Mount
Point
Link copied to clipboard
constructor
(
bucketName
:
String
?
=
null
,
bucketPath
:
String
?
=
null
,
endpoint
:
String
?
=
null
,
mountDir
:
String
?
=
null
,
readOnly
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Name
Link copied to clipboard
val
bucketName
:
String
?
=
null
OSS Bucket name
bucket
Path
Link copied to clipboard
val
bucketPath
:
String
?
=
null
Path of the mounted OSS Bucket
endpoint
Link copied to clipboard
val
endpoint
:
String
?
=
null
OSS access endpoint
mount
Dir
Link copied to clipboard
val
mountDir
:
String
?
=
null
read
Only
Link copied to clipboard
val
readOnly
:
Boolean
?
=
null
Read-only