actionNames

@JvmName(name = "pvxfbxkevjthlspu")
suspend fun actionNames(value: List<String>)

Parameters

value

A set of IAM action names to run simulations for. Each entry in this set adds an additional hypothetical request to the simulation. Action names consist of a service prefix and an action verb separated by a colon, such as s3:GetObject. Refer to Actions, resources, and condition keys for AWS services to see the full set of possible IAM action names across all AWS services.


@JvmName(name = "uxaxijnvbxjkivma")
suspend fun actionNames(vararg values: String)

Parameters

values

A set of IAM action names to run simulations for. Each entry in this set adds an additional hypothetical request to the simulation. Action names consist of a service prefix and an action verb separated by a colon, such as s3:GetObject. Refer to Actions, resources, and condition keys for AWS services to see the full set of possible IAM action names across all AWS services.