roles

@JvmName(name = "ppbjvjmeewolyowb")
suspend fun roles(value: Output<List<MembershipRoleArgs>>)
@JvmName(name = "jvpkqeimdqvdmxor")
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 = "wcmrhwblkvbtcdlg")
suspend fun roles(vararg values: Output<MembershipRoleArgs>)


@JvmName(name = "dqosioqunbpwagok")
suspend fun roles(values: List<Output<MembershipRoleArgs>>)
@JvmName(name = "dxihubtsuyfkyhtp")
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 = "xnduwtrktkflldnn")
suspend fun roles(argument: List<suspend MembershipRoleArgsBuilder.() -> Unit>)
@JvmName(name = "gjoiquehxycwsfhq")
suspend fun roles(vararg argument: suspend MembershipRoleArgsBuilder.() -> Unit)
@JvmName(name = "jjhiokfdcuumiewf")
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.