Show / Hide Table of Contents

Class CustomPagesState

Inheritance
System.Object
InputArgs
ResourceArgs
CustomPagesState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class CustomPagesState : ResourceArgs

Constructors

View Source

CustomPagesState()

Declaration
public CustomPagesState()

Properties

View Source

AccountId

The account ID where the custom pages should be updated. Either account_id or zone_id must be provided. If account_id is present, it will override the zone setting.

Declaration
public Input<string> AccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

State

Declaration
public Input<string> State { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of custom page you wish to update. Must be one of basic_challenge, waf_challenge, waf_block, ratelimit_block, country_challenge, ip_block, under_attack, 500_errors, 1000_errors, always_online.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Url

URL of where the custom page source is located.

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ZoneId

The zone ID where the custom pages should be updated. Either zone_id or account_id must be provided.

Declaration
public Input<string> ZoneId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.