writeFields

@JvmName(name = "llwesqjnmlwqqbqf")
suspend fun writeFields(value: Output<List<String>>)
@JvmName(name = "qmnalltlngorjbqe")
suspend fun writeFields(value: List<String>?)

Parameters

value
  • (Optional). A list of fields that should be returned in write_data_json and write_data. If omitted, data returned by the write operation is not available to the resource or included in state. This helps to avoid accidental storage of sensitive values in state. Some endpoints, such as many dynamic secrets endpoints, return data from writing to an endpoint rather than reading it. You should use write_fields if you need information returned in this way.


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


@JvmName(name = "nsguabnmjxeujpar")
suspend fun writeFields(values: List<Output<String>>)
@JvmName(name = "ymjiflqnkjcoqkqm")
suspend fun writeFields(vararg values: String)

Parameters

values
  • (Optional). A list of fields that should be returned in write_data_json and write_data. If omitted, data returned by the write operation is not available to the resource or included in state. This helps to avoid accidental storage of sensitive values in state. Some endpoints, such as many dynamic secrets endpoints, return data from writing to an endpoint rather than reading it. You should use write_fields if you need information returned in this way.