pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.budgets.kotlin.outputs
/
BudgetsActionIamActionDefinition
Budgets
Action
Iam
Action
Definition
data
class
BudgetsActionIamActionDefinition
(
val
groups
:
List
<
String
>
?
=
null
,
val
policyArn
:
String
,
val
roles
:
List
<
String
>
?
=
null
,
val
users
:
List
<
String
>
?
=
null
)
Types
Constructors
Properties
Constructors
Budgets
Action
Iam
Action
Definition
Link copied to clipboard
fun
BudgetsActionIamActionDefinition
(
groups
:
List
<
String
>
?
=
null
,
policyArn
:
String
,
roles
:
List
<
String
>
?
=
null
,
users
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
groups
Link copied to clipboard
val
groups
:
List
<
String
>
?
=
null
policy
Arn
Link copied to clipboard
val
policyArn
:
String
roles
Link copied to clipboard
val
roles
:
List
<
String
>
?
=
null
users
Link copied to clipboard
val
users
:
List
<
String
>
?
=
null