policies

@JvmName(name = "etbsklbcxxnkbnic")
suspend fun policies(value: Output<List<GroupPolicyArgs>>)
@JvmName(name = "frcyarxnqbrrxocs")
suspend fun policies(value: List<GroupPolicyArgs>?)

Parameters

value

Adds or updates an inline policy document that is embedded in the specified IAM group. To view AWS::IAM::Group snippets, see Declaring an Group Resource. The name of each inline 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 group, see Limitations on Entities in the User Guide.


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


@JvmName(name = "jwonsofitjbtdfkk")
suspend fun policies(values: List<Output<GroupPolicyArgs>>)
@JvmName(name = "nyqqjcxlyseavrum")
suspend fun policies(vararg values: GroupPolicyArgs)

Parameters

values

Adds or updates an inline policy document that is embedded in the specified IAM group. To view AWS::IAM::Group snippets, see Declaring an Group Resource. The name of each inline 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 group, see Limitations on Entities in the User Guide.


@JvmName(name = "emomqorymhmdvmdx")
suspend fun policies(argument: List<suspend GroupPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "iwhgcdlciofywmns")
suspend fun policies(vararg argument: suspend GroupPolicyArgsBuilder.() -> Unit)
@JvmName(name = "bbqnljkiaeccvsnq")
suspend fun policies(argument: suspend GroupPolicyArgsBuilder.() -> Unit)

Parameters

argument

Adds or updates an inline policy document that is embedded in the specified IAM group. To view AWS::IAM::Group snippets, see Declaring an Group Resource. The name of each inline 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 group, see Limitations on Entities in the User Guide.