toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.quicksight.kotlin.inputs
/
GetAnalysisPlainArgs
Get
Analysis
Plain
Args
data
class
GetAnalysisPlainArgs
(
val
analysisId
:
String
,
val
awsAccountId
:
String
?
=
null
,
val
tags
:
Map
<
String
,
String
>
?
=
null
)
:
ConvertibleToJava
<
GetAnalysisPlainArgs
>
A collection of arguments for invoking getAnalysis.
Members
Constructors
Get
Analysis
Plain
Args
Link copied to clipboard
constructor
(
analysisId
:
String
,
awsAccountId
:
String
?
=
null
,
tags
:
Map
<
String
,
String
>
?
=
null
)
Properties
analysis
Id
Link copied to clipboard
val
analysisId
:
String
Identifier for the analysis.
aws
Account
Id
Link copied to clipboard
val
awsAccountId
:
String
?
=
null
AWS account ID.
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetAnalysisPlainArgs