roleArns

@JvmName(name = "soqiunxpkpiljccm")
suspend fun roleArns(value: Output<List<String>>)
@JvmName(name = "ducomwaebfcnhlct")
suspend fun roleArns(value: List<String>?)

Parameters

value

Specifies the ARNs of the AWS roles this Vault role is allowed to assume. Required when credential_type is assumed_role and prohibited otherwise.


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


@JvmName(name = "rrirvqkwtopmqwqj")
suspend fun roleArns(values: List<Output<String>>)
@JvmName(name = "knpmpgehqlfjiuki")
suspend fun roleArns(vararg values: String)

Parameters

values

Specifies the ARNs of the AWS roles this Vault role is allowed to assume. Required when credential_type is assumed_role and prohibited otherwise.