GetRolePlainArgs

data class GetRolePlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetRolePlainArgs>

A collection of arguments for invoking getRole.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Friendly IAM role name to match.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags attached to the role.

Functions

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