@pulumi/cloudflare 5.49.0-alpha.1737523920 → 5.49.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.
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Provides a resource to manage an operation in API Shield Endpoint Management.
3
+ * Api shield operation
4
4
  *
5
5
  * ## Example Usage
6
6
  *
@@ -33,19 +33,19 @@ export declare class ApiShieldOperation extends pulumi.CustomResource {
33
33
  */
34
34
  static isInstance(obj: any): obj is ApiShieldOperation;
35
35
  /**
36
- * The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with `{varN}`, starting with `{var1}`. This will then be [Cloudflare-normalized](https://developers.cloudflare.com/rules/normalization/how-it-works/). **Modifying this attribute will force creation of a new resource.**
36
+ * The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with `{varN}`, starting with `{var1}`. This will then be [Cloudflare-normalized](https://developers.cloudflare.com/rules/normalization/how-it-works/)
37
37
  */
38
38
  readonly endpoint: pulumi.Output<string>;
39
39
  /**
40
- * RFC3986-compliant host. **Modifying this attribute will force creation of a new resource.**
40
+ * RFC3986-compliant host
41
41
  */
42
42
  readonly host: pulumi.Output<string>;
43
43
  /**
44
- * The HTTP method used to access the endpoint. **Modifying this attribute will force creation of a new resource.**
44
+ * The HTTP method used to access the endpoint
45
45
  */
46
46
  readonly method: pulumi.Output<string>;
47
47
  /**
48
- * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
48
+ * The zone identifier to target for the resource.
49
49
  */
50
50
  readonly zoneId: pulumi.Output<string>;
51
51
  /**
@@ -62,19 +62,19 @@ export declare class ApiShieldOperation extends pulumi.CustomResource {
62
62
  */
63
63
  export interface ApiShieldOperationState {
64
64
  /**
65
- * The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with `{varN}`, starting with `{var1}`. This will then be [Cloudflare-normalized](https://developers.cloudflare.com/rules/normalization/how-it-works/). **Modifying this attribute will force creation of a new resource.**
65
+ * The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with `{varN}`, starting with `{var1}`. This will then be [Cloudflare-normalized](https://developers.cloudflare.com/rules/normalization/how-it-works/)
66
66
  */
67
67
  endpoint?: pulumi.Input<string>;
68
68
  /**
69
- * RFC3986-compliant host. **Modifying this attribute will force creation of a new resource.**
69
+ * RFC3986-compliant host
70
70
  */
71
71
  host?: pulumi.Input<string>;
72
72
  /**
73
- * The HTTP method used to access the endpoint. **Modifying this attribute will force creation of a new resource.**
73
+ * The HTTP method used to access the endpoint
74
74
  */
75
75
  method?: pulumi.Input<string>;
76
76
  /**
77
- * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
77
+ * The zone identifier to target for the resource.
78
78
  */
79
79
  zoneId?: pulumi.Input<string>;
80
80
  }
@@ -83,19 +83,19 @@ export interface ApiShieldOperationState {
83
83
  */
84
84
  export interface ApiShieldOperationArgs {
85
85
  /**
86
- * The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with `{varN}`, starting with `{var1}`. This will then be [Cloudflare-normalized](https://developers.cloudflare.com/rules/normalization/how-it-works/). **Modifying this attribute will force creation of a new resource.**
86
+ * The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with `{varN}`, starting with `{var1}`. This will then be [Cloudflare-normalized](https://developers.cloudflare.com/rules/normalization/how-it-works/)
87
87
  */
88
88
  endpoint: pulumi.Input<string>;
89
89
  /**
90
- * RFC3986-compliant host. **Modifying this attribute will force creation of a new resource.**
90
+ * RFC3986-compliant host
91
91
  */
92
92
  host: pulumi.Input<string>;
93
93
  /**
94
- * The HTTP method used to access the endpoint. **Modifying this attribute will force creation of a new resource.**
94
+ * The HTTP method used to access the endpoint
95
95
  */
96
96
  method: pulumi.Input<string>;
97
97
  /**
98
- * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
98
+ * The zone identifier to target for the resource.
99
99
  */
100
100
  zoneId: pulumi.Input<string>;
101
101
  }
@@ -6,7 +6,7 @@ exports.ApiShieldOperation = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Provides a resource to manage an operation in API Shield Endpoint Management.
9
+ * Api shield operation
10
10
  *
11
11
  * ## Example Usage
12
12
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/cloudflare",
3
- "version": "5.49.0-alpha.1737523920",
3
+ "version": "5.49.0",
4
4
  "description": "A Pulumi package for creating and managing Cloudflare cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -23,6 +23,6 @@
23
23
  "pulumi": {
24
24
  "resource": true,
25
25
  "name": "cloudflare",
26
- "version": "5.49.0-alpha.1737523920"
26
+ "version": "5.49.0"
27
27
  }
28
28
  }
package/ruleset.d.ts CHANGED
@@ -55,7 +55,7 @@ export declare class Ruleset extends pulumi.CustomResource {
55
55
  */
56
56
  readonly name: pulumi.Output<string>;
57
57
  /**
58
- * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestSbfm`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
58
+ * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
59
59
  */
60
60
  readonly phase: pulumi.Output<string>;
61
61
  /**
@@ -96,7 +96,7 @@ export interface RulesetState {
96
96
  */
97
97
  name?: pulumi.Input<string>;
98
98
  /**
99
- * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestSbfm`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
99
+ * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
100
100
  */
101
101
  phase?: pulumi.Input<string>;
102
102
  /**
@@ -129,7 +129,7 @@ export interface RulesetArgs {
129
129
  */
130
130
  name: pulumi.Input<string>;
131
131
  /**
132
- * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestSbfm`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
132
+ * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
133
133
  */
134
134
  phase: pulumi.Input<string>;
135
135
  /**
package/types/input.d.ts CHANGED
@@ -35,14 +35,34 @@ export interface AccessApplicationCorsHeader {
35
35
  maxAge?: pulumi.Input<number>;
36
36
  }
37
37
  export interface AccessApplicationDestination {
38
+ /**
39
+ * The private CIDR of the destination. Only valid when type=private. IPs are computed as /32 cidr. Private destinations are an early access feature and gated behind a feature flag.
40
+ */
41
+ cidr?: pulumi.Input<string>;
42
+ /**
43
+ * The private hostname of the destination. Only valid when type=private. Private hostnames currently match only Server Name Indications (SNI). Private destinations are an early access feature and gated behind a feature flag.
44
+ */
45
+ hostname?: pulumi.Input<string>;
46
+ /**
47
+ * The l4 protocol that matches this destination. Only valid when type=private. Private destinations are an early access feature and gated behind a feature flag.
48
+ */
49
+ l4Protocol?: pulumi.Input<string>;
50
+ /**
51
+ * The port range of the destination. Only valid when type=private. Single ports are supported. Private destinations are an early access feature and gated behind a feature flag.
52
+ */
53
+ portRange?: pulumi.Input<string>;
38
54
  /**
39
55
  * The destination type. Available values: `public`, `private`. Defaults to `public`.
40
56
  */
41
57
  type?: pulumi.Input<string>;
42
58
  /**
43
- * The URI of the destination. Public destinations can include a domain and path with wildcards. Private destinations are an early access feature and gated behind a feature flag. Private destinations support private IPv4, IPv6, and Server Name Indications (SNI) with optional port ranges.
59
+ * The public URI of the destination. Can include a domain and path with wildcards. Only valid when type=public.
44
60
  */
45
- uri: pulumi.Input<string>;
61
+ uri?: pulumi.Input<string>;
62
+ /**
63
+ * The VNet ID of the destination. Only valid when type=private. Private destinations are an early access feature and gated behind a feature flag.
64
+ */
65
+ vnetId?: pulumi.Input<string>;
46
66
  }
47
67
  export interface AccessApplicationFooterLink {
48
68
  /**
@@ -2321,7 +2341,7 @@ export interface GetRulesetsFilter {
2321
2341
  */
2322
2342
  name?: string;
2323
2343
  /**
2324
- * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestSbfm`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
2344
+ * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
2325
2345
  */
2326
2346
  phase?: string;
2327
2347
  /**
@@ -2343,7 +2363,7 @@ export interface GetRulesetsFilterArgs {
2343
2363
  */
2344
2364
  name?: pulumi.Input<string>;
2345
2365
  /**
2346
- * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestSbfm`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
2366
+ * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
2347
2367
  */
2348
2368
  phase?: pulumi.Input<string>;
2349
2369
  /**
@@ -3998,7 +4018,7 @@ export interface RulesetRuleActionParameters {
3998
4018
  */
3999
4019
  overrides?: pulumi.Input<inputs.RulesetRuleActionParametersOverrides>;
4000
4020
  /**
4001
- * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestSbfm`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
4021
+ * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
4002
4022
  */
4003
4023
  phases?: pulumi.Input<pulumi.Input<string>[]>;
4004
4024
  /**
@@ -4883,6 +4903,10 @@ export interface TeamsRuleRuleSettings {
4883
4903
  * Configure DLP Payload Logging settings for this rule.
4884
4904
  */
4885
4905
  payloadLog?: pulumi.Input<inputs.TeamsRuleRuleSettingsPayloadLog>;
4906
+ /**
4907
+ * Configure to forward the query to the internal DNS service, passing the specified 'view*id' as input. Cannot be set when 'dns*resolvers' are specified or 'resolve*dns*through*cloudflare' is set. Only valid when a rule's action is set to 'resolve'.
4908
+ */
4909
+ resolveDnsInternally?: pulumi.Input<inputs.TeamsRuleRuleSettingsResolveDnsInternally>;
4886
4910
  /**
4887
4911
  * Enable sending queries that match the resolver policy to Cloudflare's default 1.1.1.1 DNS resolver. Cannot be set when `dnsResolvers` are specified.
4888
4912
  */
@@ -5024,6 +5048,16 @@ export interface TeamsRuleRuleSettingsPayloadLog {
5024
5048
  */
5025
5049
  enabled: pulumi.Input<boolean>;
5026
5050
  }
5051
+ export interface TeamsRuleRuleSettingsResolveDnsInternally {
5052
+ /**
5053
+ * The fallback behavior to apply when the internal DNS response code is different from 'NOERROR' or when the response data only contains CNAME records for 'A' or 'AAAA' queries.
5054
+ */
5055
+ fallback?: pulumi.Input<string>;
5056
+ /**
5057
+ * The internal DNS view identifier that's passed to the internal DNS service.
5058
+ */
5059
+ viewId?: pulumi.Input<string>;
5060
+ }
5027
5061
  export interface TeamsRuleRuleSettingsUntrustedCert {
5028
5062
  /**
5029
5063
  * Action to be taken when the SSL certificate of upstream is invalid. Available values: `passThrough`, `block`, `error`.
@@ -5567,14 +5601,34 @@ export interface ZeroTrustAccessApplicationCorsHeader {
5567
5601
  maxAge?: pulumi.Input<number>;
5568
5602
  }
5569
5603
  export interface ZeroTrustAccessApplicationDestination {
5604
+ /**
5605
+ * The private CIDR of the destination. Only valid when type=private. IPs are computed as /32 cidr. Private destinations are an early access feature and gated behind a feature flag.
5606
+ */
5607
+ cidr?: pulumi.Input<string>;
5608
+ /**
5609
+ * The private hostname of the destination. Only valid when type=private. Private hostnames currently match only Server Name Indications (SNI). Private destinations are an early access feature and gated behind a feature flag.
5610
+ */
5611
+ hostname?: pulumi.Input<string>;
5612
+ /**
5613
+ * The l4 protocol that matches this destination. Only valid when type=private. Private destinations are an early access feature and gated behind a feature flag.
5614
+ */
5615
+ l4Protocol?: pulumi.Input<string>;
5616
+ /**
5617
+ * The port range of the destination. Only valid when type=private. Single ports are supported. Private destinations are an early access feature and gated behind a feature flag.
5618
+ */
5619
+ portRange?: pulumi.Input<string>;
5570
5620
  /**
5571
5621
  * The destination type. Available values: `public`, `private`. Defaults to `public`.
5572
5622
  */
5573
5623
  type?: pulumi.Input<string>;
5574
5624
  /**
5575
- * The URI of the destination. Public destinations can include a domain and path with wildcards. Private destinations are an early access feature and gated behind a feature flag. Private destinations support private IPv4, IPv6, and Server Name Indications (SNI) with optional port ranges.
5625
+ * The public URI of the destination. Can include a domain and path with wildcards. Only valid when type=public.
5576
5626
  */
5577
- uri: pulumi.Input<string>;
5627
+ uri?: pulumi.Input<string>;
5628
+ /**
5629
+ * The VNet ID of the destination. Only valid when type=private. Private destinations are an early access feature and gated behind a feature flag.
5630
+ */
5631
+ vnetId?: pulumi.Input<string>;
5578
5632
  }
5579
5633
  export interface ZeroTrustAccessApplicationFooterLink {
5580
5634
  /**
@@ -7466,6 +7520,10 @@ export interface ZeroTrustGatewayPolicyRuleSettings {
7466
7520
  * Configure DLP Payload Logging settings for this rule.
7467
7521
  */
7468
7522
  payloadLog?: pulumi.Input<inputs.ZeroTrustGatewayPolicyRuleSettingsPayloadLog>;
7523
+ /**
7524
+ * Configure to forward the query to the internal DNS service, passing the specified 'view*id' as input. Cannot be set when 'dns*resolvers' are specified or 'resolve*dns*through*cloudflare' is set. Only valid when a rule's action is set to 'resolve'.
7525
+ */
7526
+ resolveDnsInternally?: pulumi.Input<inputs.ZeroTrustGatewayPolicyRuleSettingsResolveDnsInternally>;
7469
7527
  /**
7470
7528
  * Enable sending queries that match the resolver policy to Cloudflare's default 1.1.1.1 DNS resolver. Cannot be set when `dnsResolvers` are specified.
7471
7529
  */
@@ -7607,6 +7665,16 @@ export interface ZeroTrustGatewayPolicyRuleSettingsPayloadLog {
7607
7665
  */
7608
7666
  enabled: pulumi.Input<boolean>;
7609
7667
  }
7668
+ export interface ZeroTrustGatewayPolicyRuleSettingsResolveDnsInternally {
7669
+ /**
7670
+ * The fallback behavior to apply when the internal DNS response code is different from 'NOERROR' or when the response data only contains CNAME records for 'A' or 'AAAA' queries.
7671
+ */
7672
+ fallback?: pulumi.Input<string>;
7673
+ /**
7674
+ * The internal DNS view identifier that's passed to the internal DNS service.
7675
+ */
7676
+ viewId?: pulumi.Input<string>;
7677
+ }
7610
7678
  export interface ZeroTrustGatewayPolicyRuleSettingsUntrustedCert {
7611
7679
  /**
7612
7680
  * Action to be taken when the SSL certificate of upstream is invalid. Available values: `passThrough`, `block`, `error`.
package/types/output.d.ts CHANGED
@@ -34,14 +34,34 @@ export interface AccessApplicationCorsHeader {
34
34
  maxAge?: number;
35
35
  }
36
36
  export interface AccessApplicationDestination {
37
+ /**
38
+ * The private CIDR of the destination. Only valid when type=private. IPs are computed as /32 cidr. Private destinations are an early access feature and gated behind a feature flag.
39
+ */
40
+ cidr: string;
41
+ /**
42
+ * The private hostname of the destination. Only valid when type=private. Private hostnames currently match only Server Name Indications (SNI). Private destinations are an early access feature and gated behind a feature flag.
43
+ */
44
+ hostname?: string;
45
+ /**
46
+ * The l4 protocol that matches this destination. Only valid when type=private. Private destinations are an early access feature and gated behind a feature flag.
47
+ */
48
+ l4Protocol?: string;
49
+ /**
50
+ * The port range of the destination. Only valid when type=private. Single ports are supported. Private destinations are an early access feature and gated behind a feature flag.
51
+ */
52
+ portRange: string;
37
53
  /**
38
54
  * The destination type. Available values: `public`, `private`. Defaults to `public`.
39
55
  */
40
56
  type?: string;
41
57
  /**
42
- * The URI of the destination. Public destinations can include a domain and path with wildcards. Private destinations are an early access feature and gated behind a feature flag. Private destinations support private IPv4, IPv6, and Server Name Indications (SNI) with optional port ranges.
58
+ * The public URI of the destination. Can include a domain and path with wildcards. Only valid when type=public.
43
59
  */
44
- uri: string;
60
+ uri?: string;
61
+ /**
62
+ * The VNet ID of the destination. Only valid when type=private. Private destinations are an early access feature and gated behind a feature flag.
63
+ */
64
+ vnetId?: string;
45
65
  }
46
66
  export interface AccessApplicationFooterLink {
47
67
  /**
@@ -2498,7 +2518,7 @@ export interface GetRulesetsFilter {
2498
2518
  */
2499
2519
  name?: string;
2500
2520
  /**
2501
- * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestSbfm`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
2521
+ * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
2502
2522
  */
2503
2523
  phase?: string;
2504
2524
  /**
@@ -2524,7 +2544,7 @@ export interface GetRulesetsRuleset {
2524
2544
  */
2525
2545
  name: string;
2526
2546
  /**
2527
- * Point in the request/response lifecycle where the ruleset executes. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestSbfm`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`
2547
+ * Point in the request/response lifecycle where the ruleset executes. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`
2528
2548
  */
2529
2549
  phase: string;
2530
2550
  /**
@@ -2705,7 +2725,7 @@ export interface GetRulesetsRulesetRuleActionParameters {
2705
2725
  */
2706
2726
  overrides?: outputs.GetRulesetsRulesetRuleActionParametersOverrides;
2707
2727
  /**
2708
- * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestSbfm`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`
2728
+ * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`
2709
2729
  */
2710
2730
  phases?: string[];
2711
2731
  /**
@@ -4907,7 +4927,7 @@ export interface RulesetRuleActionParameters {
4907
4927
  */
4908
4928
  overrides?: outputs.RulesetRuleActionParametersOverrides;
4909
4929
  /**
4910
- * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestSbfm`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
4930
+ * Point in the request/response lifecycle where the ruleset will be created. Available values: `ddosL4`, `ddosL7`, `httpConfigSettings`, `httpCustomErrors`, `httpLogCustomFields`, `httpRatelimit`, `httpRequestCacheSettings`, `httpRequestDynamicRedirect`, `httpRequestFirewallCustom`, `httpRequestFirewallManaged`, `httpRequestLateTransform`, `httpRequestOrigin`, `httpRequestRedirect`, `httpRequestSanitize`, `httpRequestTransform`, `httpResponseCompression`, `httpResponseFirewallManaged`, `httpResponseHeadersTransform`, `magicTransit`.
4911
4931
  */
4912
4932
  phases?: string[];
4913
4933
  /**
@@ -5792,6 +5812,10 @@ export interface TeamsRuleRuleSettings {
5792
5812
  * Configure DLP Payload Logging settings for this rule.
5793
5813
  */
5794
5814
  payloadLog?: outputs.TeamsRuleRuleSettingsPayloadLog;
5815
+ /**
5816
+ * Configure to forward the query to the internal DNS service, passing the specified 'view*id' as input. Cannot be set when 'dns*resolvers' are specified or 'resolve*dns*through*cloudflare' is set. Only valid when a rule's action is set to 'resolve'.
5817
+ */
5818
+ resolveDnsInternally?: outputs.TeamsRuleRuleSettingsResolveDnsInternally;
5795
5819
  /**
5796
5820
  * Enable sending queries that match the resolver policy to Cloudflare's default 1.1.1.1 DNS resolver. Cannot be set when `dnsResolvers` are specified.
5797
5821
  */
@@ -5933,6 +5957,16 @@ export interface TeamsRuleRuleSettingsPayloadLog {
5933
5957
  */
5934
5958
  enabled: boolean;
5935
5959
  }
5960
+ export interface TeamsRuleRuleSettingsResolveDnsInternally {
5961
+ /**
5962
+ * The fallback behavior to apply when the internal DNS response code is different from 'NOERROR' or when the response data only contains CNAME records for 'A' or 'AAAA' queries.
5963
+ */
5964
+ fallback?: string;
5965
+ /**
5966
+ * The internal DNS view identifier that's passed to the internal DNS service.
5967
+ */
5968
+ viewId?: string;
5969
+ }
5936
5970
  export interface TeamsRuleRuleSettingsUntrustedCert {
5937
5971
  /**
5938
5972
  * Action to be taken when the SSL certificate of upstream is invalid. Available values: `passThrough`, `block`, `error`.
@@ -6476,14 +6510,34 @@ export interface ZeroTrustAccessApplicationCorsHeader {
6476
6510
  maxAge?: number;
6477
6511
  }
6478
6512
  export interface ZeroTrustAccessApplicationDestination {
6513
+ /**
6514
+ * The private CIDR of the destination. Only valid when type=private. IPs are computed as /32 cidr. Private destinations are an early access feature and gated behind a feature flag.
6515
+ */
6516
+ cidr: string;
6517
+ /**
6518
+ * The private hostname of the destination. Only valid when type=private. Private hostnames currently match only Server Name Indications (SNI). Private destinations are an early access feature and gated behind a feature flag.
6519
+ */
6520
+ hostname?: string;
6521
+ /**
6522
+ * The l4 protocol that matches this destination. Only valid when type=private. Private destinations are an early access feature and gated behind a feature flag.
6523
+ */
6524
+ l4Protocol?: string;
6525
+ /**
6526
+ * The port range of the destination. Only valid when type=private. Single ports are supported. Private destinations are an early access feature and gated behind a feature flag.
6527
+ */
6528
+ portRange: string;
6479
6529
  /**
6480
6530
  * The destination type. Available values: `public`, `private`. Defaults to `public`.
6481
6531
  */
6482
6532
  type?: string;
6483
6533
  /**
6484
- * The URI of the destination. Public destinations can include a domain and path with wildcards. Private destinations are an early access feature and gated behind a feature flag. Private destinations support private IPv4, IPv6, and Server Name Indications (SNI) with optional port ranges.
6534
+ * The public URI of the destination. Can include a domain and path with wildcards. Only valid when type=public.
6485
6535
  */
6486
- uri: string;
6536
+ uri?: string;
6537
+ /**
6538
+ * The VNet ID of the destination. Only valid when type=private. Private destinations are an early access feature and gated behind a feature flag.
6539
+ */
6540
+ vnetId?: string;
6487
6541
  }
6488
6542
  export interface ZeroTrustAccessApplicationFooterLink {
6489
6543
  /**
@@ -8375,6 +8429,10 @@ export interface ZeroTrustGatewayPolicyRuleSettings {
8375
8429
  * Configure DLP Payload Logging settings for this rule.
8376
8430
  */
8377
8431
  payloadLog?: outputs.ZeroTrustGatewayPolicyRuleSettingsPayloadLog;
8432
+ /**
8433
+ * Configure to forward the query to the internal DNS service, passing the specified 'view*id' as input. Cannot be set when 'dns*resolvers' are specified or 'resolve*dns*through*cloudflare' is set. Only valid when a rule's action is set to 'resolve'.
8434
+ */
8435
+ resolveDnsInternally?: outputs.ZeroTrustGatewayPolicyRuleSettingsResolveDnsInternally;
8378
8436
  /**
8379
8437
  * Enable sending queries that match the resolver policy to Cloudflare's default 1.1.1.1 DNS resolver. Cannot be set when `dnsResolvers` are specified.
8380
8438
  */
@@ -8516,6 +8574,16 @@ export interface ZeroTrustGatewayPolicyRuleSettingsPayloadLog {
8516
8574
  */
8517
8575
  enabled: boolean;
8518
8576
  }
8577
+ export interface ZeroTrustGatewayPolicyRuleSettingsResolveDnsInternally {
8578
+ /**
8579
+ * The fallback behavior to apply when the internal DNS response code is different from 'NOERROR' or when the response data only contains CNAME records for 'A' or 'AAAA' queries.
8580
+ */
8581
+ fallback?: string;
8582
+ /**
8583
+ * The internal DNS view identifier that's passed to the internal DNS service.
8584
+ */
8585
+ viewId?: string;
8586
+ }
8519
8587
  export interface ZeroTrustGatewayPolicyRuleSettingsUntrustedCert {
8520
8588
  /**
8521
8589
  * Action to be taken when the SSL certificate of upstream is invalid. Available values: `passThrough`, `block`, `error`.