pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iam.kotlin.inputs
/
GetUserPolicyPlainArgs
Get
User
Policy
Plain
Args
data
class
GetUserPolicyPlainArgs
(
val
policyName
:
String
,
val
userName
:
String
)
:
ConvertibleToJava
<
GetUserPolicyPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
User
Policy
Plain
Args
Link copied to clipboard
fun
GetUserPolicyPlainArgs
(
policyName
:
String
,
userName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetUserPolicyPlainArgs
Properties
policy
Name
Link copied to clipboard
val
policyName
:
String
The name of the policy document.
user
Name
Link copied to clipboard
val
userName
:
String
The name of the user to associate the policy with.