List Args
data class ListArgs(val accountId: Output<String>? = null, val description: Output<String>? = null, val items: Output<List<ListItemArgs>>? = null, val kind: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ListArgs>
Example Usage
Import
$ pulumi import cloudflare:index/list:List example <account_id>/<list_id>
Content copied to clipboard