roles

@JvmName(name = "cibachmkfopqdoqk")
suspend fun roles(value: Output<List<MembershipRoleArgs>>)
@JvmName(name = "lrminlgyikypexey")
suspend fun roles(value: List<MembershipRoleArgs>?)

Parameters

value

The MembershipRoles that apply to the Membership. If unspecified, defaults to a single MembershipRole with name MEMBER. Must not contain duplicate MembershipRoles with the same name.


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


@JvmName(name = "iyvijsjhxpmqhpid")
suspend fun roles(values: List<Output<MembershipRoleArgs>>)
@JvmName(name = "crwbigyjdkbhkqmj")
suspend fun roles(vararg values: MembershipRoleArgs)

Parameters

values

The MembershipRoles that apply to the Membership. If unspecified, defaults to a single MembershipRole with name MEMBER. Must not contain duplicate MembershipRoles with the same name.


@JvmName(name = "dfnyaxpswetureiq")
suspend fun roles(argument: List<suspend MembershipRoleArgsBuilder.() -> Unit>)
@JvmName(name = "axiwvmavvjywtkyi")
suspend fun roles(vararg argument: suspend MembershipRoleArgsBuilder.() -> Unit)
@JvmName(name = "klqaennqvqdjxoea")
suspend fun roles(argument: suspend MembershipRoleArgsBuilder.() -> Unit)

Parameters

argument

The MembershipRoles that apply to the Membership. If unspecified, defaults to a single MembershipRole with name MEMBER. Must not contain duplicate MembershipRoles with the same name.