@pulumi/cloudflare 4.13.0 → 4.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/accessGroup.d.ts +3 -3
  2. package/accessIdentityProvider.d.ts +6 -6
  3. package/accessRule.d.ts +9 -9
  4. package/accessServiceToken.d.ts +4 -4
  5. package/account.d.ts +3 -3
  6. package/apiShield.d.ts +3 -3
  7. package/byoIpPrefix.d.ts +3 -3
  8. package/certificatePack.d.ts +24 -24
  9. package/customHostname.d.ts +6 -6
  10. package/deviceSettingsPolicy.d.ts +265 -0
  11. package/deviceSettingsPolicy.js +122 -0
  12. package/deviceSettingsPolicy.js.map +1 -0
  13. package/dlpProfile.d.ts +9 -9
  14. package/emailRoutingAddress.d.ts +6 -6
  15. package/emailRoutingSettings.d.ts +6 -6
  16. package/fallbackDomain.d.ts +18 -12
  17. package/fallbackDomain.js +8 -3
  18. package/fallbackDomain.js.map +1 -1
  19. package/filter.d.ts +3 -3
  20. package/firewallRule.d.ts +3 -3
  21. package/getAccessIdentityProvider.d.ts +24 -0
  22. package/getAccessIdentityProvider.js +25 -1
  23. package/getAccessIdentityProvider.js.map +1 -1
  24. package/getAccountRoles.d.ts +3 -0
  25. package/getAccountRoles.js +4 -1
  26. package/getAccountRoles.js.map +1 -1
  27. package/getAccounts.d.ts +14 -0
  28. package/getAccounts.js +15 -1
  29. package/getAccounts.js.map +1 -1
  30. package/getApiTokenPermissionGroups.d.ts +27 -5
  31. package/getApiTokenPermissionGroups.js +6 -3
  32. package/getApiTokenPermissionGroups.js.map +1 -1
  33. package/getDevices.d.ts +14 -0
  34. package/getDevices.js +15 -1
  35. package/getDevices.js.map +1 -1
  36. package/getLoadBalancerPools.d.ts +94 -0
  37. package/getLoadBalancerPools.js +55 -0
  38. package/getLoadBalancerPools.js.map +1 -0
  39. package/getOriginCaRootCertificate.d.ts +14 -0
  40. package/getOriginCaRootCertificate.js +15 -1
  41. package/getOriginCaRootCertificate.js.map +1 -1
  42. package/getRecord.d.ts +15 -0
  43. package/getRecord.js +16 -1
  44. package/getRecord.js.map +1 -1
  45. package/getWafGroups.d.ts +20 -0
  46. package/getWafGroups.js +21 -1
  47. package/getWafGroups.js.map +1 -1
  48. package/getWafPackages.d.ts +22 -0
  49. package/getWafPackages.js +23 -1
  50. package/getWafPackages.js.map +1 -1
  51. package/getWafRules.d.ts +23 -0
  52. package/getWafRules.js +24 -1
  53. package/getWafRules.js.map +1 -1
  54. package/getZone.d.ts +40 -0
  55. package/getZone.js +41 -1
  56. package/getZone.js.map +1 -1
  57. package/getZoneDnssec.d.ts +14 -0
  58. package/getZoneDnssec.js +15 -1
  59. package/getZoneDnssec.js.map +1 -1
  60. package/getZones.d.ts +59 -0
  61. package/getZones.js +60 -1
  62. package/getZones.js.map +1 -1
  63. package/healthcheck.d.ts +3 -3
  64. package/index.d.ts +12 -0
  65. package/index.js +21 -3
  66. package/index.js.map +1 -1
  67. package/ipsecTunnel.d.ts +3 -3
  68. package/list.d.ts +3 -3
  69. package/loadBalancer.d.ts +3 -3
  70. package/logpushJob.d.ts +3 -3
  71. package/originCaCertificate.d.ts +29 -18
  72. package/originCaCertificate.js +5 -4
  73. package/originCaCertificate.js.map +1 -1
  74. package/package.json +2 -2
  75. package/package.json.dev +2 -2
  76. package/pagesDomain.d.ts +11 -9
  77. package/pagesDomain.js +2 -0
  78. package/pagesDomain.js.map +1 -1
  79. package/pagesProject.d.ts +6 -0
  80. package/pagesProject.js +6 -0
  81. package/pagesProject.js.map +1 -1
  82. package/ruleset.d.ts +14 -4
  83. package/ruleset.js +11 -1
  84. package/ruleset.js.map +1 -1
  85. package/splitTunnel.d.ts +23 -37
  86. package/splitTunnel.js +4 -28
  87. package/splitTunnel.js.map +1 -1
  88. package/totalTls.d.ts +3 -3
  89. package/tunnelConfig.d.ts +136 -0
  90. package/tunnelConfig.js +124 -0
  91. package/tunnelConfig.js.map +1 -0
  92. package/tunnelRoute.d.ts +7 -9
  93. package/tunnelRoute.js +1 -3
  94. package/tunnelRoute.js.map +1 -1
  95. package/tunnelVirtualNetwork.d.ts +3 -3
  96. package/types/input.d.ts +224 -10
  97. package/types/output.d.ts +143 -10
  98. package/urlNormalizationSettings.d.ts +88 -0
  99. package/urlNormalizationSettings.js +78 -0
  100. package/urlNormalizationSettings.js.map +1 -0
  101. package/userAgentBlockingRule.d.ts +3 -3
  102. package/waitingRoom.d.ts +6 -6
  103. package/waitingRoomEvent.d.ts +15 -15
  104. package/waitingRoomRules.d.ts +6 -6
  105. package/workerScript.d.ts +10 -3
  106. package/workerScript.js +6 -0
  107. package/workerScript.js.map +1 -1
  108. package/workersKv.d.ts +32 -14
  109. package/workersKv.js +13 -5
  110. package/workersKv.js.map +1 -1
  111. package/workersKvNamespace.d.ts +15 -10
  112. package/workersKvNamespace.js +11 -7
  113. package/workersKvNamespace.js.map +1 -1
  114. package/zone.d.ts +3 -3
package/accessGroup.d.ts CHANGED
@@ -63,7 +63,7 @@ export declare class AccessGroup extends pulumi.CustomResource {
63
63
  */
64
64
  static isInstance(obj: any): obj is AccessGroup;
65
65
  /**
66
- * The account identifier to target for the resource. Conflicts with `zoneId`.
66
+ * The account identifier to target for the resource. Conflicts with `zoneId`. **Modifying this attribute will force creation of a new resource.**
67
67
  */
68
68
  readonly accountId: pulumi.Output<string | undefined>;
69
69
  readonly excludes: pulumi.Output<outputs.AccessGroupExclude[] | undefined>;
@@ -88,7 +88,7 @@ export declare class AccessGroup extends pulumi.CustomResource {
88
88
  */
89
89
  export interface AccessGroupState {
90
90
  /**
91
- * The account identifier to target for the resource. Conflicts with `zoneId`.
91
+ * The account identifier to target for the resource. Conflicts with `zoneId`. **Modifying this attribute will force creation of a new resource.**
92
92
  */
93
93
  accountId?: pulumi.Input<string>;
94
94
  excludes?: pulumi.Input<pulumi.Input<inputs.AccessGroupExclude>[]>;
@@ -105,7 +105,7 @@ export interface AccessGroupState {
105
105
  */
106
106
  export interface AccessGroupArgs {
107
107
  /**
108
- * The account identifier to target for the resource. Conflicts with `zoneId`.
108
+ * The account identifier to target for the resource. Conflicts with `zoneId`. **Modifying this attribute will force creation of a new resource.**
109
109
  */
110
110
  accountId?: pulumi.Input<string>;
111
111
  excludes?: pulumi.Input<pulumi.Input<inputs.AccessGroupExclude>[]>;
@@ -89,7 +89,7 @@ export declare class AccessIdentityProvider extends pulumi.CustomResource {
89
89
  */
90
90
  static isInstance(obj: any): obj is AccessIdentityProvider;
91
91
  /**
92
- * The account identifier to target for the resource. Conflicts with `zoneId`.
92
+ * The account identifier to target for the resource. Conflicts with `zoneId`. **Modifying this attribute will force creation of a new resource.**
93
93
  */
94
94
  readonly accountId: pulumi.Output<string | undefined>;
95
95
  /**
@@ -105,7 +105,7 @@ export declare class AccessIdentityProvider extends pulumi.CustomResource {
105
105
  */
106
106
  readonly type: pulumi.Output<string>;
107
107
  /**
108
- * The zone identifier to target for the resource. Conflicts with `accountId`.
108
+ * The zone identifier to target for the resource. Conflicts with `accountId`. **Modifying this attribute will force creation of a new resource.**
109
109
  */
110
110
  readonly zoneId: pulumi.Output<string | undefined>;
111
111
  /**
@@ -122,7 +122,7 @@ export declare class AccessIdentityProvider extends pulumi.CustomResource {
122
122
  */
123
123
  export interface AccessIdentityProviderState {
124
124
  /**
125
- * The account identifier to target for the resource. Conflicts with `zoneId`.
125
+ * The account identifier to target for the resource. Conflicts with `zoneId`. **Modifying this attribute will force creation of a new resource.**
126
126
  */
127
127
  accountId?: pulumi.Input<string>;
128
128
  /**
@@ -138,7 +138,7 @@ export interface AccessIdentityProviderState {
138
138
  */
139
139
  type?: pulumi.Input<string>;
140
140
  /**
141
- * The zone identifier to target for the resource. Conflicts with `accountId`.
141
+ * The zone identifier to target for the resource. Conflicts with `accountId`. **Modifying this attribute will force creation of a new resource.**
142
142
  */
143
143
  zoneId?: pulumi.Input<string>;
144
144
  }
@@ -147,7 +147,7 @@ export interface AccessIdentityProviderState {
147
147
  */
148
148
  export interface AccessIdentityProviderArgs {
149
149
  /**
150
- * The account identifier to target for the resource. Conflicts with `zoneId`.
150
+ * The account identifier to target for the resource. Conflicts with `zoneId`. **Modifying this attribute will force creation of a new resource.**
151
151
  */
152
152
  accountId?: pulumi.Input<string>;
153
153
  /**
@@ -163,7 +163,7 @@ export interface AccessIdentityProviderArgs {
163
163
  */
164
164
  type: pulumi.Input<string>;
165
165
  /**
166
- * The zone identifier to target for the resource. Conflicts with `accountId`.
166
+ * The zone identifier to target for the resource. Conflicts with `accountId`. **Modifying this attribute will force creation of a new resource.**
167
167
  */
168
168
  zoneId?: pulumi.Input<string>;
169
169
  }
package/accessRule.d.ts CHANGED
@@ -89,11 +89,11 @@ export declare class AccessRule extends pulumi.CustomResource {
89
89
  */
90
90
  static isInstance(obj: any): obj is AccessRule;
91
91
  /**
92
- * The account identifier to target for the resource.
92
+ * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
93
93
  */
94
94
  readonly accountId: pulumi.Output<string>;
95
95
  /**
96
- * Rule configuration to apply to a matched request.
96
+ * Rule configuration to apply to a matched request. **Modifying this attribute will force creation of a new resource.**
97
97
  */
98
98
  readonly configuration: pulumi.Output<outputs.AccessRuleConfiguration>;
99
99
  /**
@@ -105,7 +105,7 @@ export declare class AccessRule extends pulumi.CustomResource {
105
105
  */
106
106
  readonly notes: pulumi.Output<string | undefined>;
107
107
  /**
108
- * The zone identifier to target for the resource.
108
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
109
109
  */
110
110
  readonly zoneId: pulumi.Output<string>;
111
111
  /**
@@ -122,11 +122,11 @@ export declare class AccessRule extends pulumi.CustomResource {
122
122
  */
123
123
  export interface AccessRuleState {
124
124
  /**
125
- * The account identifier to target for the resource.
125
+ * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
126
126
  */
127
127
  accountId?: pulumi.Input<string>;
128
128
  /**
129
- * Rule configuration to apply to a matched request.
129
+ * Rule configuration to apply to a matched request. **Modifying this attribute will force creation of a new resource.**
130
130
  */
131
131
  configuration?: pulumi.Input<inputs.AccessRuleConfiguration>;
132
132
  /**
@@ -138,7 +138,7 @@ export interface AccessRuleState {
138
138
  */
139
139
  notes?: pulumi.Input<string>;
140
140
  /**
141
- * The zone identifier to target for the resource.
141
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
142
142
  */
143
143
  zoneId?: pulumi.Input<string>;
144
144
  }
@@ -147,11 +147,11 @@ export interface AccessRuleState {
147
147
  */
148
148
  export interface AccessRuleArgs {
149
149
  /**
150
- * The account identifier to target for the resource.
150
+ * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
151
151
  */
152
152
  accountId?: pulumi.Input<string>;
153
153
  /**
154
- * Rule configuration to apply to a matched request.
154
+ * Rule configuration to apply to a matched request. **Modifying this attribute will force creation of a new resource.**
155
155
  */
156
156
  configuration: pulumi.Input<inputs.AccessRuleConfiguration>;
157
157
  /**
@@ -163,7 +163,7 @@ export interface AccessRuleArgs {
163
163
  */
164
164
  notes?: pulumi.Input<string>;
165
165
  /**
166
- * The zone identifier to target for the resource.
166
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
167
167
  */
168
168
  zoneId?: pulumi.Input<string>;
169
169
  }
@@ -46,11 +46,11 @@ export declare class AccessServiceToken extends pulumi.CustomResource {
46
46
  */
47
47
  readonly accountId: pulumi.Output<string | undefined>;
48
48
  /**
49
- * UUID client ID associated with the Service Token.
49
+ * UUID client ID associated with the Service Token. **Modifying this attribute will force creation of a new resource.**
50
50
  */
51
51
  readonly clientId: pulumi.Output<string>;
52
52
  /**
53
- * A secret for interacting with Access protocols.
53
+ * A secret for interacting with Access protocols. **Modifying this attribute will force creation of a new resource.**
54
54
  */
55
55
  readonly clientSecret: pulumi.Output<string>;
56
56
  /**
@@ -87,11 +87,11 @@ export interface AccessServiceTokenState {
87
87
  */
88
88
  accountId?: pulumi.Input<string>;
89
89
  /**
90
- * UUID client ID associated with the Service Token.
90
+ * UUID client ID associated with the Service Token. **Modifying this attribute will force creation of a new resource.**
91
91
  */
92
92
  clientId?: pulumi.Input<string>;
93
93
  /**
94
- * A secret for interacting with Access protocols.
94
+ * A secret for interacting with Access protocols. **Modifying this attribute will force creation of a new resource.**
95
95
  */
96
96
  clientSecret?: pulumi.Input<string>;
97
97
  /**
package/account.d.ts CHANGED
@@ -47,7 +47,7 @@ export declare class Account extends pulumi.CustomResource {
47
47
  */
48
48
  readonly name: pulumi.Output<string>;
49
49
  /**
50
- * Account type. Available values: `enterprise`, `standard`. Defaults to `standard`.
50
+ * Account type. Available values: `enterprise`, `standard`. Defaults to `standard`. **Modifying this attribute will force creation of a new resource.**
51
51
  */
52
52
  readonly type: pulumi.Output<string | undefined>;
53
53
  /**
@@ -72,7 +72,7 @@ export interface AccountState {
72
72
  */
73
73
  name?: pulumi.Input<string>;
74
74
  /**
75
- * Account type. Available values: `enterprise`, `standard`. Defaults to `standard`.
75
+ * Account type. Available values: `enterprise`, `standard`. Defaults to `standard`. **Modifying this attribute will force creation of a new resource.**
76
76
  */
77
77
  type?: pulumi.Input<string>;
78
78
  }
@@ -89,7 +89,7 @@ export interface AccountArgs {
89
89
  */
90
90
  name: pulumi.Input<string>;
91
91
  /**
92
- * Account type. Available values: `enterprise`, `standard`. Defaults to `standard`.
92
+ * Account type. Available values: `enterprise`, `standard`. Defaults to `standard`. **Modifying this attribute will force creation of a new resource.**
93
93
  */
94
94
  type?: pulumi.Input<string>;
95
95
  }
package/apiShield.d.ts CHANGED
@@ -40,7 +40,7 @@ export declare class ApiShield extends pulumi.CustomResource {
40
40
  */
41
41
  readonly authIdCharacteristics: pulumi.Output<outputs.ApiShieldAuthIdCharacteristic[]>;
42
42
  /**
43
- * The zone identifier to target for the resource.
43
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
44
44
  */
45
45
  readonly zoneId: pulumi.Output<string>;
46
46
  /**
@@ -61,7 +61,7 @@ export interface ApiShieldState {
61
61
  */
62
62
  authIdCharacteristics?: pulumi.Input<pulumi.Input<inputs.ApiShieldAuthIdCharacteristic>[]>;
63
63
  /**
64
- * The zone identifier to target for the resource.
64
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
65
65
  */
66
66
  zoneId?: pulumi.Input<string>;
67
67
  }
@@ -74,7 +74,7 @@ export interface ApiShieldArgs {
74
74
  */
75
75
  authIdCharacteristics: pulumi.Input<pulumi.Input<inputs.ApiShieldAuthIdCharacteristic>[]>;
76
76
  /**
77
- * The zone identifier to target for the resource.
77
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
78
78
  */
79
79
  zoneId: pulumi.Input<string>;
80
80
  }
package/byoIpPrefix.d.ts CHANGED
@@ -52,7 +52,7 @@ export declare class ByoIpPrefix extends pulumi.CustomResource {
52
52
  */
53
53
  readonly description: pulumi.Output<string>;
54
54
  /**
55
- * The assigned Bring-Your-Own-IP prefix ID.
55
+ * The assigned Bring-Your-Own-IP prefix ID. **Modifying this attribute will force creation of a new resource.**
56
56
  */
57
57
  readonly prefixId: pulumi.Output<string>;
58
58
  /**
@@ -81,7 +81,7 @@ export interface ByoIpPrefixState {
81
81
  */
82
82
  description?: pulumi.Input<string>;
83
83
  /**
84
- * The assigned Bring-Your-Own-IP prefix ID.
84
+ * The assigned Bring-Your-Own-IP prefix ID. **Modifying this attribute will force creation of a new resource.**
85
85
  */
86
86
  prefixId?: pulumi.Input<string>;
87
87
  }
@@ -102,7 +102,7 @@ export interface ByoIpPrefixArgs {
102
102
  */
103
103
  description?: pulumi.Input<string>;
104
104
  /**
105
- * The assigned Bring-Your-Own-IP prefix ID.
105
+ * The assigned Bring-Your-Own-IP prefix ID. **Modifying this attribute will force creation of a new resource.**
106
106
  */
107
107
  prefixId: pulumi.Input<string>;
108
108
  }
@@ -49,37 +49,37 @@ export declare class CertificatePack extends pulumi.CustomResource {
49
49
  */
50
50
  static isInstance(obj: any): obj is CertificatePack;
51
51
  /**
52
- * Which certificate authority to issue the certificate pack. Available values: `digicert`, `letsEncrypt`, `google`.
52
+ * Which certificate authority to issue the certificate pack. Available values: `digicert`, `letsEncrypt`, `google`. **Modifying this attribute will force creation of a new resource.**
53
53
  */
54
54
  readonly certificateAuthority: pulumi.Output<string>;
55
55
  /**
56
- * Whether or not to include Cloudflare branding. This will add `sni.cloudflaressl.com` as the Common Name if set to `true`.
56
+ * Whether or not to include Cloudflare branding. This will add `sni.cloudflaressl.com` as the Common Name if set to `true`. **Modifying this attribute will force creation of a new resource.**
57
57
  */
58
58
  readonly cloudflareBranding: pulumi.Output<boolean | undefined>;
59
59
  /**
60
- * List of hostnames to provision the certificate pack for. The zone name must be included as a host. Note: If using Let's Encrypt, you cannot use individual subdomains and only a wildcard for subdomain is available.
60
+ * List of hostnames to provision the certificate pack for. The zone name must be included as a host. Note: If using Let's Encrypt, you cannot use individual subdomains and only a wildcard for subdomain is available. **Modifying this attribute will force creation of a new resource.**
61
61
  */
62
62
  readonly hosts: pulumi.Output<string[]>;
63
63
  /**
64
- * Certificate pack configuration type. Available values: `advanced`.
64
+ * Certificate pack configuration type. Available values: `advanced`. **Modifying this attribute will force creation of a new resource.**
65
65
  */
66
66
  readonly type: pulumi.Output<string>;
67
67
  readonly validationErrors: pulumi.Output<outputs.CertificatePackValidationError[]>;
68
68
  /**
69
- * Which validation method to use in order to prove domain ownership. Available values: `txt`, `http`, `email`.
69
+ * Which validation method to use in order to prove domain ownership. Available values: `txt`, `http`, `email`. **Modifying this attribute will force creation of a new resource.**
70
70
  */
71
71
  readonly validationMethod: pulumi.Output<string>;
72
72
  readonly validationRecords: pulumi.Output<outputs.CertificatePackValidationRecord[]>;
73
73
  /**
74
- * How long the certificate is valid for. Note: If using Let's Encrypt, this value can only be 90 days. Available values: `14`, `30`, `90`, `365`.
74
+ * How long the certificate is valid for. Note: If using Let's Encrypt, this value can only be 90 days. Available values: `14`, `30`, `90`, `365`. **Modifying this attribute will force creation of a new resource.**
75
75
  */
76
76
  readonly validityDays: pulumi.Output<number>;
77
77
  /**
78
- * Whether or not to wait for a certificate pack to reach status `active` during creation. Defaults to `false`.
78
+ * Whether or not to wait for a certificate pack to reach status `active` during creation. Defaults to `false`. **Modifying this attribute will force creation of a new resource.**
79
79
  */
80
80
  readonly waitForActiveStatus: pulumi.Output<boolean | undefined>;
81
81
  /**
82
- * The zone identifier to target for the resource.
82
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
83
83
  */
84
84
  readonly zoneId: pulumi.Output<string>;
85
85
  /**
@@ -96,37 +96,37 @@ export declare class CertificatePack extends pulumi.CustomResource {
96
96
  */
97
97
  export interface CertificatePackState {
98
98
  /**
99
- * Which certificate authority to issue the certificate pack. Available values: `digicert`, `letsEncrypt`, `google`.
99
+ * Which certificate authority to issue the certificate pack. Available values: `digicert`, `letsEncrypt`, `google`. **Modifying this attribute will force creation of a new resource.**
100
100
  */
101
101
  certificateAuthority?: pulumi.Input<string>;
102
102
  /**
103
- * Whether or not to include Cloudflare branding. This will add `sni.cloudflaressl.com` as the Common Name if set to `true`.
103
+ * Whether or not to include Cloudflare branding. This will add `sni.cloudflaressl.com` as the Common Name if set to `true`. **Modifying this attribute will force creation of a new resource.**
104
104
  */
105
105
  cloudflareBranding?: pulumi.Input<boolean>;
106
106
  /**
107
- * List of hostnames to provision the certificate pack for. The zone name must be included as a host. Note: If using Let's Encrypt, you cannot use individual subdomains and only a wildcard for subdomain is available.
107
+ * List of hostnames to provision the certificate pack for. The zone name must be included as a host. Note: If using Let's Encrypt, you cannot use individual subdomains and only a wildcard for subdomain is available. **Modifying this attribute will force creation of a new resource.**
108
108
  */
109
109
  hosts?: pulumi.Input<pulumi.Input<string>[]>;
110
110
  /**
111
- * Certificate pack configuration type. Available values: `advanced`.
111
+ * Certificate pack configuration type. Available values: `advanced`. **Modifying this attribute will force creation of a new resource.**
112
112
  */
113
113
  type?: pulumi.Input<string>;
114
114
  validationErrors?: pulumi.Input<pulumi.Input<inputs.CertificatePackValidationError>[]>;
115
115
  /**
116
- * Which validation method to use in order to prove domain ownership. Available values: `txt`, `http`, `email`.
116
+ * Which validation method to use in order to prove domain ownership. Available values: `txt`, `http`, `email`. **Modifying this attribute will force creation of a new resource.**
117
117
  */
118
118
  validationMethod?: pulumi.Input<string>;
119
119
  validationRecords?: pulumi.Input<pulumi.Input<inputs.CertificatePackValidationRecord>[]>;
120
120
  /**
121
- * How long the certificate is valid for. Note: If using Let's Encrypt, this value can only be 90 days. Available values: `14`, `30`, `90`, `365`.
121
+ * How long the certificate is valid for. Note: If using Let's Encrypt, this value can only be 90 days. Available values: `14`, `30`, `90`, `365`. **Modifying this attribute will force creation of a new resource.**
122
122
  */
123
123
  validityDays?: pulumi.Input<number>;
124
124
  /**
125
- * Whether or not to wait for a certificate pack to reach status `active` during creation. Defaults to `false`.
125
+ * Whether or not to wait for a certificate pack to reach status `active` during creation. Defaults to `false`. **Modifying this attribute will force creation of a new resource.**
126
126
  */
127
127
  waitForActiveStatus?: pulumi.Input<boolean>;
128
128
  /**
129
- * The zone identifier to target for the resource.
129
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
130
130
  */
131
131
  zoneId?: pulumi.Input<string>;
132
132
  }
@@ -135,37 +135,37 @@ export interface CertificatePackState {
135
135
  */
136
136
  export interface CertificatePackArgs {
137
137
  /**
138
- * Which certificate authority to issue the certificate pack. Available values: `digicert`, `letsEncrypt`, `google`.
138
+ * Which certificate authority to issue the certificate pack. Available values: `digicert`, `letsEncrypt`, `google`. **Modifying this attribute will force creation of a new resource.**
139
139
  */
140
140
  certificateAuthority: pulumi.Input<string>;
141
141
  /**
142
- * Whether or not to include Cloudflare branding. This will add `sni.cloudflaressl.com` as the Common Name if set to `true`.
142
+ * Whether or not to include Cloudflare branding. This will add `sni.cloudflaressl.com` as the Common Name if set to `true`. **Modifying this attribute will force creation of a new resource.**
143
143
  */
144
144
  cloudflareBranding?: pulumi.Input<boolean>;
145
145
  /**
146
- * List of hostnames to provision the certificate pack for. The zone name must be included as a host. Note: If using Let's Encrypt, you cannot use individual subdomains and only a wildcard for subdomain is available.
146
+ * List of hostnames to provision the certificate pack for. The zone name must be included as a host. Note: If using Let's Encrypt, you cannot use individual subdomains and only a wildcard for subdomain is available. **Modifying this attribute will force creation of a new resource.**
147
147
  */
148
148
  hosts: pulumi.Input<pulumi.Input<string>[]>;
149
149
  /**
150
- * Certificate pack configuration type. Available values: `advanced`.
150
+ * Certificate pack configuration type. Available values: `advanced`. **Modifying this attribute will force creation of a new resource.**
151
151
  */
152
152
  type: pulumi.Input<string>;
153
153
  validationErrors?: pulumi.Input<pulumi.Input<inputs.CertificatePackValidationError>[]>;
154
154
  /**
155
- * Which validation method to use in order to prove domain ownership. Available values: `txt`, `http`, `email`.
155
+ * Which validation method to use in order to prove domain ownership. Available values: `txt`, `http`, `email`. **Modifying this attribute will force creation of a new resource.**
156
156
  */
157
157
  validationMethod: pulumi.Input<string>;
158
158
  validationRecords?: pulumi.Input<pulumi.Input<inputs.CertificatePackValidationRecord>[]>;
159
159
  /**
160
- * How long the certificate is valid for. Note: If using Let's Encrypt, this value can only be 90 days. Available values: `14`, `30`, `90`, `365`.
160
+ * How long the certificate is valid for. Note: If using Let's Encrypt, this value can only be 90 days. Available values: `14`, `30`, `90`, `365`. **Modifying this attribute will force creation of a new resource.**
161
161
  */
162
162
  validityDays: pulumi.Input<number>;
163
163
  /**
164
- * Whether or not to wait for a certificate pack to reach status `active` during creation. Defaults to `false`.
164
+ * Whether or not to wait for a certificate pack to reach status `active` during creation. Defaults to `false`. **Modifying this attribute will force creation of a new resource.**
165
165
  */
166
166
  waitForActiveStatus?: pulumi.Input<boolean>;
167
167
  /**
168
- * The zone identifier to target for the resource.
168
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
169
169
  */
170
170
  zoneId: pulumi.Input<string>;
171
171
  }
@@ -50,7 +50,7 @@ export declare class CustomHostname extends pulumi.CustomResource {
50
50
  */
51
51
  readonly customOriginSni: pulumi.Output<string | undefined>;
52
52
  /**
53
- * Hostname you intend to request a certificate for.
53
+ * Hostname you intend to request a certificate for. **Modifying this attribute will force creation of a new resource.**
54
54
  */
55
55
  readonly hostname: pulumi.Output<string>;
56
56
  readonly ownershipVerification: pulumi.Output<{
@@ -72,7 +72,7 @@ export declare class CustomHostname extends pulumi.CustomResource {
72
72
  */
73
73
  readonly waitForSslPendingValidation: pulumi.Output<boolean | undefined>;
74
74
  /**
75
- * The zone identifier to target for the resource.
75
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
76
76
  */
77
77
  readonly zoneId: pulumi.Output<string>;
78
78
  /**
@@ -97,7 +97,7 @@ export interface CustomHostnameState {
97
97
  */
98
98
  customOriginSni?: pulumi.Input<string>;
99
99
  /**
100
- * Hostname you intend to request a certificate for.
100
+ * Hostname you intend to request a certificate for. **Modifying this attribute will force creation of a new resource.**
101
101
  */
102
102
  hostname?: pulumi.Input<string>;
103
103
  ownershipVerification?: pulumi.Input<{
@@ -119,7 +119,7 @@ export interface CustomHostnameState {
119
119
  */
120
120
  waitForSslPendingValidation?: pulumi.Input<boolean>;
121
121
  /**
122
- * The zone identifier to target for the resource.
122
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
123
123
  */
124
124
  zoneId?: pulumi.Input<string>;
125
125
  }
@@ -136,7 +136,7 @@ export interface CustomHostnameArgs {
136
136
  */
137
137
  customOriginSni?: pulumi.Input<string>;
138
138
  /**
139
- * Hostname you intend to request a certificate for.
139
+ * Hostname you intend to request a certificate for. **Modifying this attribute will force creation of a new resource.**
140
140
  */
141
141
  hostname: pulumi.Input<string>;
142
142
  /**
@@ -148,7 +148,7 @@ export interface CustomHostnameArgs {
148
148
  */
149
149
  waitForSslPendingValidation?: pulumi.Input<boolean>;
150
150
  /**
151
- * The zone identifier to target for the resource.
151
+ * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
152
152
  */
153
153
  zoneId: pulumi.Input<string>;
154
154
  }