UserPolicyArgs

data class UserPolicyArgs(val policyDocument: Output<Any>? = null, val policyName: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<UserPolicyArgs>

Schema for IAM User Policy

Constructors

Link copied to clipboard
fun UserPolicyArgs(policyDocument: Output<Any>? = null, policyName: Output<String>? = null, userName: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): UserPolicyArgs

Properties

Link copied to clipboard
val policyDocument: Output<Any>? = null

The policy document.

Link copied to clipboard
val policyName: Output<String>? = null

The name of the policy document.

Link copied to clipboard
val userName: Output<String>? = null

The name of the user to associate the policy with.