createOnly

@JvmName(name = "bhnvqcoalothuwue")
suspend fun createOnly(value: Output<List<String>>)
@JvmName(name = "khysrvgiwqtjykhg")
suspend fun createOnly(value: List<String>?)

Parameters

value

Property names as defined by createOnlyProperties in the CloudFormation schema. Create-only properties can't be set during updates, so will not be included in patches even if they are also marked as write-only, and will cause an error if attempted to be updated. Therefore any property here should also be included in the replaceOnChanges resource option too. 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 = "gsnuhlqnfbqvixnm")
suspend fun createOnly(vararg values: Output<String>)


@JvmName(name = "kdkwmacvphlgthmp")
suspend fun createOnly(values: List<Output<String>>)
@JvmName(name = "syquojyfleogwnfn")
suspend fun createOnly(vararg values: String)

Parameters

values

Property names as defined by createOnlyProperties in the CloudFormation schema. Create-only properties can't be set during updates, so will not be included in patches even if they are also marked as write-only, and will cause an error if attempted to be updated. Therefore any property here should also be included in the replaceOnChanges resource option too. 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).