policies

@JvmName(name = "bhshiujqrhrqtenk")
suspend fun policies(value: Output<List<UserPolicyArgs>>)
@JvmName(name = "ohignhrnrbuwqfvm")
suspend fun policies(value: List<UserPolicyArgs>?)

Parameters

value

Adds or updates an inline policy document that is embedded in the specified IAM user. To view AWS::IAM::User snippets, see Declaring an User Resource. The name of each policy for a role, user, or group must be unique. If you don't choose unique names, updates to the IAM identity will fail. For information about limits on the number of inline policies that you can embed in a user, see Limitations on Entities in the User Guide.


@JvmName(name = "dktsoymdbwjsplpi")
suspend fun policies(vararg values: Output<UserPolicyArgs>)


@JvmName(name = "iciwjhurkskxvtto")
suspend fun policies(values: List<Output<UserPolicyArgs>>)
@JvmName(name = "hatmqpuncoeipucn")
suspend fun policies(vararg values: UserPolicyArgs)

Parameters

values

Adds or updates an inline policy document that is embedded in the specified IAM user. To view AWS::IAM::User snippets, see Declaring an User Resource. The name of each policy for a role, user, or group must be unique. If you don't choose unique names, updates to the IAM identity will fail. For information about limits on the number of inline policies that you can embed in a user, see Limitations on Entities in the User Guide.


@JvmName(name = "amymwjrderiwskyi")
suspend fun policies(argument: List<suspend UserPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "yhksdqrainjolmyo")
suspend fun policies(vararg argument: suspend UserPolicyArgsBuilder.() -> Unit)
@JvmName(name = "uhupopqgnkxvlbdd")
suspend fun policies(argument: suspend UserPolicyArgsBuilder.() -> Unit)

Parameters

argument

Adds or updates an inline policy document that is embedded in the specified IAM user. To view AWS::IAM::User snippets, see Declaring an User Resource. The name of each policy for a role, user, or group must be unique. If you don't choose unique names, updates to the IAM identity will fail. For information about limits on the number of inline policies that you can embed in a user, see Limitations on Entities in the User Guide.