pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.budgets.kotlin.inputs
/
BudgetsActionIamActionDefinitionArgs
Budgets
Action
Iam
Action
Definition
Args
data
class
BudgetsActionIamActionDefinitionArgs
(
val
groups
:
Output
<
List
<
String
>
>
?
=
null
,
val
policyArn
:
Output
<
String
>
,
val
roles
:
Output
<
List
<
String
>
>
?
=
null
,
val
users
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
BudgetsActionIamActionDefinitionArgs
>
Constructors
Functions
Properties
Constructors
Budgets
Action
Iam
Action
Definition
Args
Link copied to clipboard
fun
BudgetsActionIamActionDefinitionArgs
(
groups
:
Output
<
List
<
String
>
>
?
=
null
,
policyArn
:
Output
<
String
>
,
roles
:
Output
<
List
<
String
>
>
?
=
null
,
users
:
Output
<
List
<
String
>
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BudgetsActionIamActionDefinitionArgs
Properties
groups
Link copied to clipboard
val
groups
:
Output
<
List
<
String
>
>
?
=
null
policy
Arn
Link copied to clipboard
val
policyArn
:
Output
<
String
>
roles
Link copied to clipboard
val
roles
:
Output
<
List
<
String
>
>
?
=
null
users
Link copied to clipboard
val
users
:
Output
<
List
<
String
>
>
?
=
null