roleArns

@JvmName(name = "rqvbnulwqjvdynib")
suspend fun roleArns(value: Output<List<String>>)
@JvmName(name = "wgiyahwiofigmjpp")
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 = "tisbbicofwretfjf")
suspend fun roleArns(vararg values: Output<String>)


@JvmName(name = "dtuuxgrpombnwfvy")
suspend fun roleArns(values: List<Output<String>>)
@JvmName(name = "aamcjxwrbxvpsirk")
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.