url

@JvmName(name = "cchmgnmcnhmnuedh")
suspend fun url(value: Output<String>)
@JvmName(name = "jihkjpvsabfpihuh")
suspend fun url(value: String?)

Parameters

value

The url of a webpage. A url can be templatized by using variables in the path or the query parameters. The total length of a URL should not exceed 2083 characters before and after variable expansion. Example: "https://my_domain.com/playbook?name=${resource.name}".