templateId

@JvmName(name = "yaysofuhrdoumses")
suspend fun templateId(value: Output<String>)
@JvmName(name = "mcggwaugapsvescf")
suspend fun templateId(value: String?)

Parameters

value

The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.