iamRoles

@JvmName(name = "vfnwxluvmobgytux")
suspend fun iamRoles(value: Output<List<String>>)
@JvmName(name = "vifwqjrbmatmiaue")
suspend fun iamRoles(value: List<String>?)

Parameters

value

A list of AWS Identity and Access Management (IAM) roles that can be used by the namespace to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. The Default role limit for each request is 10.


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


@JvmName(name = "gsxstqdgvjkosvdw")
suspend fun iamRoles(values: List<Output<String>>)
@JvmName(name = "fyxaknhhohmdpjhg")
suspend fun iamRoles(vararg values: String)

Parameters

values

A list of AWS Identity and Access Management (IAM) roles that can be used by the namespace to access other AWS services. You must supply the IAM roles in their Amazon Resource Name (ARN) format. The Default role limit for each request is 10.