Class CustomPagesState
Inherited Members
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 SourceCustomPagesState()
Declaration
public CustomPagesState()
Properties
View SourceAccountId
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> |
State
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Url
URL of where the custom page source is located.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |