toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.deadline.kotlin.outputs
/
StorageProfileFileSystemLocation
Storage
Profile
File
System
Location
data
class
StorageProfileFileSystemLocation
(
val
name
:
String
,
val
path
:
String
,
val
type
:
StorageProfileFileSystemLocationType
)
Members
Constructors
Storage
Profile
File
System
Location
Link copied to clipboard
constructor
(
name
:
String
,
path
:
String
,
type
:
StorageProfileFileSystemLocationType
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The location name.
path
Link copied to clipboard
val
path
:
String
The file path.
type
Link copied to clipboard
val
type
:
StorageProfileFileSystemLocationType
The type of file.