List

class List : KotlinCustomResource

Example Usage

Import

$ pulumi import cloudflare:index/list:List example <account_id>/<list_id>

Properties

Link copied to clipboard
val accountId: Output<String>

The account identifier to target for the resource.

Link copied to clipboard
val description: Output<String>?

An optional description of the list.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val items: Output<List<ListItem>>?

The items in the list.

Link copied to clipboard
val kind: Output<String>

The type of items the list will contain. Must provide only one of: ip, redirect, hostname, asn..

Link copied to clipboard
val name: Output<String>

The name of the list.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>