pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.quicksight.kotlin.outputs
/
IamPolicyAssignmentIdentities
Iam
Policy
Assignment
Identities
data
class
IamPolicyAssignmentIdentities
(
val
groups
:
List
<
String
>
?
=
null
,
val
users
:
List
<
String
>
?
=
null
)
Types
Constructors
Properties
Constructors
Iam
Policy
Assignment
Identities
Link copied to clipboard
fun
IamPolicyAssignmentIdentities
(
groups
:
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
users
Link copied to clipboard
val
users
:
List
<
String
>
?
=
null
Array of Quicksight user names to assign the policy to.