roles

@JvmName(name = "yhaalupdatgthkiq")
suspend fun roles(value: Output<List<String>>)
@JvmName(name = "uymcigeqticcjrnl")
suspend fun roles(value: List<String>?)

Parameters

value

The name of the role to associate with the instance profile. Only one role can be assigned to an EC2 instance at a time, and all applications on the instance share the same role and permissions.


@JvmName(name = "itblklxkgmtmygng")
suspend fun roles(vararg values: Output<String>)


@JvmName(name = "iahpptjlsmgedynt")
suspend fun roles(values: List<Output<String>>)
@JvmName(name = "prhvslwkhyuhondg")
suspend fun roles(vararg values: String)

Parameters

values

The name of the role to associate with the instance profile. Only one role can be assigned to an EC2 instance at a time, and all applications on the instance share the same role and permissions.