toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.inputs
/
GetFolderPlainArgs
Get
Folder
Plain
Args
data
class
GetFolderPlainArgs
(
val
awsAccountId
:
String
,
val
folderId
:
String
)
:
ConvertibleToJava
<
GetFolderPlainArgs
>
Members
Constructors
Get
Folder
Plain
Args
Link copied to clipboard
constructor
(
awsAccountId
:
String
,
folderId
:
String
)
Properties
aws
Account
Id
Link copied to clipboard
val
awsAccountId
:
String
The ID for the AWS account where you want to create the folder.
folder
Id
Link copied to clipboard
val
folderId
:
String
The ID of the folder.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetFolderPlainArgs