toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.deadline.kotlin.inputs
/
GetStorageProfilePlainArgs
Get
Storage
Profile
Plain
Args
data
class
GetStorageProfilePlainArgs
(
val
farmId
:
String
,
val
storageProfileId
:
String
)
:
ConvertibleToJava
<
GetStorageProfilePlainArgs
>
Members
Constructors
Get
Storage
Profile
Plain
Args
Link copied to clipboard
constructor
(
farmId
:
String
,
storageProfileId
:
String
)
Properties
farm
Id
Link copied to clipboard
val
farmId
:
String
The unique identifier of the farm that contains the storage profile.
storage
Profile
Id
Link copied to clipboard
val
storageProfileId
:
String
The storage profile ID.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetStorageProfilePlainArgs