writeOnly

@JvmName(name = "abnmjwbgmpaochje")
suspend fun writeOnly(value: Output<List<String>>)
@JvmName(name = "oejrqrholuwkcqwk")
suspend fun writeOnly(value: List<String>?)

Parameters

value

Property names as defined by writeOnlyProperties in the CloudFormation schema. Write-only properties are not returned during read operations and have to be included in all update operations as CloudControl itself can't read their previous values. In the CloudFormation schema these are fully qualified property paths (e.g. /properties/AccessToken) whereas here we only include the top-level property name (e.g. AccessToken).


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


@JvmName(name = "wyfksmkxfajbpanw")
suspend fun writeOnly(values: List<Output<String>>)
@JvmName(name = "qywngargowulogdh")
suspend fun writeOnly(vararg values: String)

Parameters

values

Property names as defined by writeOnlyProperties in the CloudFormation schema. Write-only properties are not returned during read operations and have to be included in all update operations as CloudControl itself can't read their previous values. In the CloudFormation schema these are fully qualified property paths (e.g. /properties/AccessToken) whereas here we only include the top-level property name (e.g. AccessToken).