AccessTagArgs

data class AccessTagArgs(val accountId: Output<String>? = null, val appCount: Output<Int>? = null, val name: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<AccessTagArgs>

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

Constructors

Link copied to clipboard
constructor(accountId: Output<String>? = null, appCount: Output<Int>? = null, name: Output<String>? = null, zoneId: Output<String>? = null)

Properties

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

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>? = null

Number of apps associated with the tag.

Link copied to clipboard
val name: Output<String>? = null

Friendly name of the Access Tag.

Link copied to clipboard
val zoneId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AccessTagArgs