AccessTag

class AccessTag : KotlinCustomResource

Provides a resource to customize the pages your end users will see when trying to reach applications behind Cloudflare Access.

Properties

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

The account identifier to target for the resource. Conflicts with zone_id. Modifying this attribute will force creation of a new resource.

Link copied to clipboard
val appCount: Output<Int>

Number of apps associated with the tag.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Friendly name of the Access Tag.

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

The zone identifier to target for the resource. Conflicts with account_id. Modifying this attribute will force creation of a new resource.