clientIdList

@JvmName(name = "qwcchjtqhtfwjirw")
suspend fun clientIdList(value: Output<List<String>>)
@JvmName(name = "olddgwmiphlgrttc")
suspend fun clientIdList(value: List<String>?)

Parameters

value

A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider .


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


@JvmName(name = "ynyitoewenqvseyd")
suspend fun clientIdList(values: List<Output<String>>)
@JvmName(name = "yofaxnwgedmxfoai")
suspend fun clientIdList(vararg values: String)

Parameters

values

A list of client IDs (also known as audiences) that are associated with the specified IAM OIDC provider resource object. For more information, see CreateOpenIDConnectProvider .