@pulumi/cloudflare 5.19.0-alpha.1705988565 → 5.19.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.
- package/accessApplication.d.ts +4 -4
- package/accessApplication.js +4 -4
- package/accessCaCertificate.d.ts +4 -4
- package/accessCaCertificate.js +4 -4
- package/accessGroup.d.ts +4 -4
- package/accessGroup.js +4 -4
- package/accessIdentityProvider.d.ts +4 -4
- package/accessIdentityProvider.js +4 -4
- package/accessMutualTlsCertificate.d.ts +4 -4
- package/accessMutualTlsCertificate.js +4 -4
- package/accessPolicy.d.ts +4 -4
- package/accessPolicy.js +4 -4
- package/accessServiceToken.d.ts +5 -5
- package/d1database.d.ts +2 -1
- package/d1database.js +2 -1
- package/d1database.js.map +1 -1
- package/emailRoutingAddress.d.ts +15 -9
- package/emailRoutingAddress.js +7 -1
- package/emailRoutingAddress.js.map +1 -1
- package/emailRoutingRule.d.ts +22 -16
- package/emailRoutingRule.js +7 -7
- package/emailRoutingRule.js.map +1 -1
- package/listItem.d.ts +15 -15
- package/listItem.js +3 -3
- package/package.json +1 -1
- package/pagesDomain.d.ts +2 -1
- package/pagesDomain.js +2 -1
- package/pagesDomain.js.map +1 -1
- package/pagesProject.d.ts +2 -4
- package/pagesProject.js +2 -4
- package/pagesProject.js.map +1 -1
- package/types/input.d.ts +21 -13
- package/types/output.d.ts +21 -13
package/accessApplication.d.ts
CHANGED
|
@@ -7,10 +7,10 @@ import * as outputs from "./types/output";
|
|
|
7
7
|
* authorisation gateway managed by Cloudflare.
|
|
8
8
|
*
|
|
9
9
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
10
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
11
|
+
* access token, you must provide the argument that matches the token's
|
|
12
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
13
|
+
* zone needs to use the `zoneId` argument.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
package/accessApplication.js
CHANGED
|
@@ -11,10 +11,10 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* authorisation gateway managed by Cloudflare.
|
|
12
12
|
*
|
|
13
13
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
14
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
15
|
+
* access token, you must provide the argument that matches the token's
|
|
16
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
17
|
+
* zone needs to use the `zoneId` argument.
|
|
18
18
|
*
|
|
19
19
|
* ## Example Usage
|
|
20
20
|
*
|
package/accessCaCertificate.d.ts
CHANGED
|
@@ -5,10 +5,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
5
5
|
* generated by their Access login.
|
|
6
6
|
*
|
|
7
7
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
8
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
9
|
+
* access token, you must provide the argument that matches the token's
|
|
10
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
11
|
+
* zone needs to use the `zoneId` argument.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
package/accessCaCertificate.js
CHANGED
|
@@ -11,10 +11,10 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* generated by their Access login.
|
|
12
12
|
*
|
|
13
13
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
14
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
15
|
+
* access token, you must provide the argument that matches the token's
|
|
16
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
17
|
+
* zone needs to use the `zoneId` argument.
|
|
18
18
|
*
|
|
19
19
|
* ## Example Usage
|
|
20
20
|
*
|
package/accessGroup.d.ts
CHANGED
|
@@ -7,10 +7,10 @@ import * as outputs from "./types/output";
|
|
|
7
7
|
* particular resource based on group membership.
|
|
8
8
|
*
|
|
9
9
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
10
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
11
|
+
* access token, you must provide the argument that matches the token's
|
|
12
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
13
|
+
* zone needs to use the `zoneId` argument.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
package/accessGroup.js
CHANGED
|
@@ -11,10 +11,10 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* particular resource based on group membership.
|
|
12
12
|
*
|
|
13
13
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
14
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
15
|
+
* access token, you must provide the argument that matches the token's
|
|
16
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
17
|
+
* zone needs to use the `zoneId` argument.
|
|
18
18
|
*
|
|
19
19
|
* ## Example Usage
|
|
20
20
|
*
|
|
@@ -7,10 +7,10 @@ import * as outputs from "./types/output";
|
|
|
7
7
|
* within Access.
|
|
8
8
|
*
|
|
9
9
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
10
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
11
|
+
* access token, you must provide the argument that matches the token's
|
|
12
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
13
|
+
* zone needs to use the `zoneId` argument.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
|
@@ -11,10 +11,10 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* within Access.
|
|
12
12
|
*
|
|
13
13
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
14
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
15
|
+
* access token, you must provide the argument that matches the token's
|
|
16
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
17
|
+
* zone needs to use the `zoneId` argument.
|
|
18
18
|
*
|
|
19
19
|
* ## Example Usage
|
|
20
20
|
*
|
|
@@ -7,10 +7,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
7
7
|
* corresponding client certificate.
|
|
8
8
|
*
|
|
9
9
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
10
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
11
|
+
* access token, you must provide the argument that matches the token's
|
|
12
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
13
|
+
* zone needs to use the `zoneId` argument.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
|
@@ -13,10 +13,10 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* corresponding client certificate.
|
|
14
14
|
*
|
|
15
15
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
16
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
17
|
+
* access token, you must provide the argument that matches the token's
|
|
18
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
19
|
+
* zone needs to use the `zoneId` argument.
|
|
20
20
|
*
|
|
21
21
|
* ## Example Usage
|
|
22
22
|
*
|
package/accessPolicy.d.ts
CHANGED
|
@@ -7,10 +7,10 @@ import * as outputs from "./types/output";
|
|
|
7
7
|
* a particular resource.
|
|
8
8
|
*
|
|
9
9
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
10
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
11
|
+
* access token, you must provide the argument that matches the token's
|
|
12
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
13
|
+
* zone needs to use the `zoneId` argument.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
package/accessPolicy.js
CHANGED
|
@@ -11,10 +11,10 @@ const utilities = require("./utilities");
|
|
|
11
11
|
* a particular resource.
|
|
12
12
|
*
|
|
13
13
|
* > It's required that an `accountId` or `zoneId` is provided and in
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
14
|
+
* most cases using either is fine. However, if you're using a scoped
|
|
15
|
+
* access token, you must provide the argument that matches the token's
|
|
16
|
+
* scope. For example, an access token that is scoped to the "example.com"
|
|
17
|
+
* zone needs to use the `zoneId` argument.
|
|
18
18
|
*
|
|
19
19
|
* ## Example Usage
|
|
20
20
|
*
|
package/accessServiceToken.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ export declare class AccessServiceToken extends pulumi.CustomResource {
|
|
|
46
46
|
*/
|
|
47
47
|
readonly accountId: pulumi.Output<string | undefined>;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* 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
|
/**
|
|
@@ -62,7 +62,7 @@ export declare class AccessServiceToken extends pulumi.CustomResource {
|
|
|
62
62
|
*/
|
|
63
63
|
readonly expiresAt: pulumi.Output<string>;
|
|
64
64
|
/**
|
|
65
|
-
* Refresh the token if terraform is run within the specified amount of days before expiration
|
|
65
|
+
* Refresh the token if terraform is run within the specified amount of days before expiration.
|
|
66
66
|
*/
|
|
67
67
|
readonly minDaysForRenewal: pulumi.Output<number | undefined>;
|
|
68
68
|
/**
|
|
@@ -91,7 +91,7 @@ export interface AccessServiceTokenState {
|
|
|
91
91
|
*/
|
|
92
92
|
accountId?: pulumi.Input<string>;
|
|
93
93
|
/**
|
|
94
|
-
*
|
|
94
|
+
* Client ID associated with the Service Token. **Modifying this attribute will force creation of a new resource.**
|
|
95
95
|
*/
|
|
96
96
|
clientId?: pulumi.Input<string>;
|
|
97
97
|
/**
|
|
@@ -107,7 +107,7 @@ export interface AccessServiceTokenState {
|
|
|
107
107
|
*/
|
|
108
108
|
expiresAt?: pulumi.Input<string>;
|
|
109
109
|
/**
|
|
110
|
-
* Refresh the token if terraform is run within the specified amount of days before expiration
|
|
110
|
+
* Refresh the token if terraform is run within the specified amount of days before expiration.
|
|
111
111
|
*/
|
|
112
112
|
minDaysForRenewal?: pulumi.Input<number>;
|
|
113
113
|
/**
|
|
@@ -132,7 +132,7 @@ export interface AccessServiceTokenArgs {
|
|
|
132
132
|
*/
|
|
133
133
|
duration?: pulumi.Input<string>;
|
|
134
134
|
/**
|
|
135
|
-
* Refresh the token if terraform is run within the specified amount of days before expiration
|
|
135
|
+
* Refresh the token if terraform is run within the specified amount of days before expiration.
|
|
136
136
|
*/
|
|
137
137
|
minDaysForRenewal?: pulumi.Input<number>;
|
|
138
138
|
/**
|
package/d1database.d.ts
CHANGED
|
@@ -2,7 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* The [D1 Database](https://developers.cloudflare.com/d1/) resource allows you to manage Cloudflare D1 databases.
|
|
4
4
|
*
|
|
5
|
-
* !> When a D1 Database is replaced all the data is lost. Please ensure you have a
|
|
5
|
+
* !> When a D1 Database is replaced all the data is lost. Please ensure you have a
|
|
6
|
+
* backup of your data before replacing a D1 Database.
|
|
6
7
|
*
|
|
7
8
|
* ## Example Usage
|
|
8
9
|
*
|
package/d1database.js
CHANGED
|
@@ -8,7 +8,8 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* The [D1 Database](https://developers.cloudflare.com/d1/) resource allows you to manage Cloudflare D1 databases.
|
|
10
10
|
*
|
|
11
|
-
* !> When a D1 Database is replaced all the data is lost. Please ensure you have a
|
|
11
|
+
* !> When a D1 Database is replaced all the data is lost. Please ensure you have a
|
|
12
|
+
* backup of your data before replacing a D1 Database.
|
|
12
13
|
*
|
|
13
14
|
* ## Example Usage
|
|
14
15
|
*
|
package/d1database.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"d1database.js","sourceRoot":"","sources":["../d1database.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"d1database.js","sourceRoot":"","sources":["../d1database.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AAvEL,gCAwEC;AA1DG,gBAAgB;AACO,uBAAY,GAAG,wCAAwC,CAAC"}
|
package/emailRoutingAddress.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* The [Email Routing Address](https://developers.cloudflare.com/email-routing/setup/email-routing-addresses/#destination-addresses) resource allows you to manage Cloudflare Email Routing Destination Addresses.
|
|
4
4
|
*
|
|
5
5
|
* ## Example Usage
|
|
6
6
|
*
|
|
@@ -13,6 +13,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
13
13
|
* email: "user@example.com",
|
|
14
14
|
* });
|
|
15
15
|
* ```
|
|
16
|
+
*
|
|
17
|
+
* ## Import
|
|
18
|
+
*
|
|
19
|
+
* ```sh
|
|
20
|
+
* $ pulumi import cloudflare:index/emailRoutingAddress:EmailRoutingAddress example <account_id>/<email_routing_id>
|
|
21
|
+
* ```
|
|
16
22
|
*/
|
|
17
23
|
export declare class EmailRoutingAddress extends pulumi.CustomResource {
|
|
18
24
|
/**
|
|
@@ -31,7 +37,7 @@ export declare class EmailRoutingAddress extends pulumi.CustomResource {
|
|
|
31
37
|
*/
|
|
32
38
|
static isInstance(obj: any): obj is EmailRoutingAddress;
|
|
33
39
|
/**
|
|
34
|
-
* The account identifier to target for the resource.
|
|
40
|
+
* The account identifier to target for the resource.
|
|
35
41
|
*/
|
|
36
42
|
readonly accountId: pulumi.Output<string>;
|
|
37
43
|
/**
|
|
@@ -39,11 +45,11 @@ export declare class EmailRoutingAddress extends pulumi.CustomResource {
|
|
|
39
45
|
*/
|
|
40
46
|
readonly created: pulumi.Output<string>;
|
|
41
47
|
/**
|
|
42
|
-
* The contact email address of the user.
|
|
48
|
+
* The contact email address of the user.
|
|
43
49
|
*/
|
|
44
50
|
readonly email: pulumi.Output<string>;
|
|
45
51
|
/**
|
|
46
|
-
* The date and time the destination address
|
|
52
|
+
* The date and time the destination address has been modified.
|
|
47
53
|
*/
|
|
48
54
|
readonly modified: pulumi.Output<string>;
|
|
49
55
|
/**
|
|
@@ -68,7 +74,7 @@ export declare class EmailRoutingAddress extends pulumi.CustomResource {
|
|
|
68
74
|
*/
|
|
69
75
|
export interface EmailRoutingAddressState {
|
|
70
76
|
/**
|
|
71
|
-
* The account identifier to target for the resource.
|
|
77
|
+
* The account identifier to target for the resource.
|
|
72
78
|
*/
|
|
73
79
|
accountId?: pulumi.Input<string>;
|
|
74
80
|
/**
|
|
@@ -76,11 +82,11 @@ export interface EmailRoutingAddressState {
|
|
|
76
82
|
*/
|
|
77
83
|
created?: pulumi.Input<string>;
|
|
78
84
|
/**
|
|
79
|
-
* The contact email address of the user.
|
|
85
|
+
* The contact email address of the user.
|
|
80
86
|
*/
|
|
81
87
|
email?: pulumi.Input<string>;
|
|
82
88
|
/**
|
|
83
|
-
* The date and time the destination address
|
|
89
|
+
* The date and time the destination address has been modified.
|
|
84
90
|
*/
|
|
85
91
|
modified?: pulumi.Input<string>;
|
|
86
92
|
/**
|
|
@@ -97,11 +103,11 @@ export interface EmailRoutingAddressState {
|
|
|
97
103
|
*/
|
|
98
104
|
export interface EmailRoutingAddressArgs {
|
|
99
105
|
/**
|
|
100
|
-
* The account identifier to target for the resource.
|
|
106
|
+
* The account identifier to target for the resource.
|
|
101
107
|
*/
|
|
102
108
|
accountId: pulumi.Input<string>;
|
|
103
109
|
/**
|
|
104
|
-
* The contact email address of the user.
|
|
110
|
+
* The contact email address of the user.
|
|
105
111
|
*/
|
|
106
112
|
email: pulumi.Input<string>;
|
|
107
113
|
}
|
package/emailRoutingAddress.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.EmailRoutingAddress = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* The [Email Routing Address](https://developers.cloudflare.com/email-routing/setup/email-routing-addresses/#destination-addresses) resource allows you to manage Cloudflare Email Routing Destination Addresses.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -19,6 +19,12 @@ const utilities = require("./utilities");
|
|
|
19
19
|
* email: "user@example.com",
|
|
20
20
|
* });
|
|
21
21
|
* ```
|
|
22
|
+
*
|
|
23
|
+
* ## Import
|
|
24
|
+
*
|
|
25
|
+
* ```sh
|
|
26
|
+
* $ pulumi import cloudflare:index/emailRoutingAddress:EmailRoutingAddress example <account_id>/<email_routing_id>
|
|
27
|
+
* ```
|
|
22
28
|
*/
|
|
23
29
|
class EmailRoutingAddress extends pulumi.CustomResource {
|
|
24
30
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailRoutingAddress.js","sourceRoot":"","sources":["../emailRoutingAddress.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"emailRoutingAddress.js","sourceRoot":"","sources":["../emailRoutingAddress.ts"],"names":[],"mappings":"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"}
|
package/emailRoutingRule.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* The [Email Routing Rule](https://developers.cloudflare.com/email-routing/setup/email-routing-addresses/#email-rule-actions) resource allows you to create and manage email routing rules for a zone.
|
|
6
6
|
*
|
|
7
7
|
* ## Example Usage
|
|
8
8
|
*
|
|
@@ -25,6 +25,12 @@ import * as outputs from "./types/output";
|
|
|
25
25
|
* zoneId: "0da42c8d2132a9ddaf714f9e7c920711",
|
|
26
26
|
* });
|
|
27
27
|
* ```
|
|
28
|
+
*
|
|
29
|
+
* ## Import
|
|
30
|
+
*
|
|
31
|
+
* ```sh
|
|
32
|
+
* $ pulumi import cloudflare:index/emailRoutingRule:EmailRoutingRule example <zone_id>/<email_routing_rule_id>
|
|
33
|
+
* ```
|
|
28
34
|
*/
|
|
29
35
|
export declare class EmailRoutingRule extends pulumi.CustomResource {
|
|
30
36
|
/**
|
|
@@ -43,27 +49,27 @@ export declare class EmailRoutingRule extends pulumi.CustomResource {
|
|
|
43
49
|
*/
|
|
44
50
|
static isInstance(obj: any): obj is EmailRoutingRule;
|
|
45
51
|
/**
|
|
46
|
-
*
|
|
52
|
+
* Actions to take when a match is found.
|
|
47
53
|
*/
|
|
48
|
-
readonly actions: pulumi.Output<outputs.EmailRoutingRuleAction[]>;
|
|
54
|
+
readonly actions: pulumi.Output<outputs.EmailRoutingRuleAction[] | undefined>;
|
|
49
55
|
/**
|
|
50
|
-
*
|
|
56
|
+
* Whether the email routing rule is enabled.
|
|
51
57
|
*/
|
|
52
58
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
53
59
|
/**
|
|
54
60
|
* Matching patterns to forward to your actions.
|
|
55
61
|
*/
|
|
56
|
-
readonly matchers: pulumi.Output<outputs.EmailRoutingRuleMatcher[]>;
|
|
62
|
+
readonly matchers: pulumi.Output<outputs.EmailRoutingRuleMatcher[] | undefined>;
|
|
57
63
|
/**
|
|
58
64
|
* Routing rule name.
|
|
59
65
|
*/
|
|
60
66
|
readonly name: pulumi.Output<string>;
|
|
61
67
|
/**
|
|
62
|
-
*
|
|
68
|
+
* The priority of the email routing rule.
|
|
63
69
|
*/
|
|
64
70
|
readonly priority: pulumi.Output<number>;
|
|
65
71
|
/**
|
|
66
|
-
*
|
|
72
|
+
* The tag of the email routing rule.
|
|
67
73
|
*/
|
|
68
74
|
readonly tag: pulumi.Output<string>;
|
|
69
75
|
/**
|
|
@@ -84,11 +90,11 @@ export declare class EmailRoutingRule extends pulumi.CustomResource {
|
|
|
84
90
|
*/
|
|
85
91
|
export interface EmailRoutingRuleState {
|
|
86
92
|
/**
|
|
87
|
-
*
|
|
93
|
+
* Actions to take when a match is found.
|
|
88
94
|
*/
|
|
89
95
|
actions?: pulumi.Input<pulumi.Input<inputs.EmailRoutingRuleAction>[]>;
|
|
90
96
|
/**
|
|
91
|
-
*
|
|
97
|
+
* Whether the email routing rule is enabled.
|
|
92
98
|
*/
|
|
93
99
|
enabled?: pulumi.Input<boolean>;
|
|
94
100
|
/**
|
|
@@ -100,11 +106,11 @@ export interface EmailRoutingRuleState {
|
|
|
100
106
|
*/
|
|
101
107
|
name?: pulumi.Input<string>;
|
|
102
108
|
/**
|
|
103
|
-
*
|
|
109
|
+
* The priority of the email routing rule.
|
|
104
110
|
*/
|
|
105
111
|
priority?: pulumi.Input<number>;
|
|
106
112
|
/**
|
|
107
|
-
*
|
|
113
|
+
* The tag of the email routing rule.
|
|
108
114
|
*/
|
|
109
115
|
tag?: pulumi.Input<string>;
|
|
110
116
|
/**
|
|
@@ -117,23 +123,23 @@ export interface EmailRoutingRuleState {
|
|
|
117
123
|
*/
|
|
118
124
|
export interface EmailRoutingRuleArgs {
|
|
119
125
|
/**
|
|
120
|
-
*
|
|
126
|
+
* Actions to take when a match is found.
|
|
121
127
|
*/
|
|
122
|
-
actions
|
|
128
|
+
actions?: pulumi.Input<pulumi.Input<inputs.EmailRoutingRuleAction>[]>;
|
|
123
129
|
/**
|
|
124
|
-
*
|
|
130
|
+
* Whether the email routing rule is enabled.
|
|
125
131
|
*/
|
|
126
132
|
enabled?: pulumi.Input<boolean>;
|
|
127
133
|
/**
|
|
128
134
|
* Matching patterns to forward to your actions.
|
|
129
135
|
*/
|
|
130
|
-
matchers
|
|
136
|
+
matchers?: pulumi.Input<pulumi.Input<inputs.EmailRoutingRuleMatcher>[]>;
|
|
131
137
|
/**
|
|
132
138
|
* Routing rule name.
|
|
133
139
|
*/
|
|
134
140
|
name: pulumi.Input<string>;
|
|
135
141
|
/**
|
|
136
|
-
*
|
|
142
|
+
* The priority of the email routing rule.
|
|
137
143
|
*/
|
|
138
144
|
priority?: pulumi.Input<number>;
|
|
139
145
|
/**
|
package/emailRoutingRule.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.EmailRoutingRule = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* The [Email Routing Rule](https://developers.cloudflare.com/email-routing/setup/email-routing-addresses/#email-rule-actions) resource allows you to create and manage email routing rules for a zone.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -29,6 +29,12 @@ const utilities = require("./utilities");
|
|
|
29
29
|
* zoneId: "0da42c8d2132a9ddaf714f9e7c920711",
|
|
30
30
|
* });
|
|
31
31
|
* ```
|
|
32
|
+
*
|
|
33
|
+
* ## Import
|
|
34
|
+
*
|
|
35
|
+
* ```sh
|
|
36
|
+
* $ pulumi import cloudflare:index/emailRoutingRule:EmailRoutingRule example <zone_id>/<email_routing_rule_id>
|
|
37
|
+
* ```
|
|
32
38
|
*/
|
|
33
39
|
class EmailRoutingRule extends pulumi.CustomResource {
|
|
34
40
|
/**
|
|
@@ -68,12 +74,6 @@ class EmailRoutingRule extends pulumi.CustomResource {
|
|
|
68
74
|
}
|
|
69
75
|
else {
|
|
70
76
|
const args = argsOrState;
|
|
71
|
-
if ((!args || args.actions === undefined) && !opts.urn) {
|
|
72
|
-
throw new Error("Missing required property 'actions'");
|
|
73
|
-
}
|
|
74
|
-
if ((!args || args.matchers === undefined) && !opts.urn) {
|
|
75
|
-
throw new Error("Missing required property 'matchers'");
|
|
76
|
-
}
|
|
77
77
|
if ((!args || args.name === undefined) && !opts.urn) {
|
|
78
78
|
throw new Error("Missing required property 'name'");
|
|
79
79
|
}
|
package/emailRoutingRule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailRoutingRule.js","sourceRoot":"","sources":["../emailRoutingRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"emailRoutingRule.js","sourceRoot":"","sources":["../emailRoutingRule.ts"],"names":[],"mappings":"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"}
|
package/listItem.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* Provides individual list items (IPs, Redirects) to be used in Edge Rules Engine
|
|
5
|
+
* Provides individual list items (IPs, Redirects, ASNs, Hostnames) to be used in Edge Rules Engine
|
|
6
6
|
* across all zones within the same account.
|
|
7
7
|
*
|
|
8
8
|
* ## Example Usage
|
|
@@ -37,10 +37,10 @@ import * as outputs from "./types/output";
|
|
|
37
37
|
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
38
38
|
* listId: exampleIpList.id,
|
|
39
39
|
* redirect: {
|
|
40
|
-
* sourceUrl: "https://source.tld",
|
|
40
|
+
* sourceUrl: "https://source.tld/",
|
|
41
41
|
* targetUrl: "https://target.tld",
|
|
42
42
|
* statusCode: 302,
|
|
43
|
-
* subpathMatching:
|
|
43
|
+
* subpathMatching: true,
|
|
44
44
|
* },
|
|
45
45
|
* });
|
|
46
46
|
* // ASN List
|
|
@@ -102,7 +102,7 @@ export declare class ListItem extends pulumi.CustomResource {
|
|
|
102
102
|
*/
|
|
103
103
|
readonly accountId: pulumi.Output<string>;
|
|
104
104
|
/**
|
|
105
|
-
* Autonomous system number to include in the list. Must provide only one of `ip`, `
|
|
105
|
+
* Autonomous system number to include in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
106
106
|
*/
|
|
107
107
|
readonly asn: pulumi.Output<number | undefined>;
|
|
108
108
|
/**
|
|
@@ -110,11 +110,11 @@ export declare class ListItem extends pulumi.CustomResource {
|
|
|
110
110
|
*/
|
|
111
111
|
readonly comment: pulumi.Output<string | undefined>;
|
|
112
112
|
/**
|
|
113
|
-
* Hostname to store in the list. Must provide only one of `ip`, `
|
|
113
|
+
* Hostname to store in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
114
114
|
*/
|
|
115
115
|
readonly hostname: pulumi.Output<outputs.ListItemHostname | undefined>;
|
|
116
116
|
/**
|
|
117
|
-
* IP address to include in the list. Must provide only one of `ip`, `
|
|
117
|
+
* IP address to include in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
118
118
|
*/
|
|
119
119
|
readonly ip: pulumi.Output<string | undefined>;
|
|
120
120
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class ListItem extends pulumi.CustomResource {
|
|
|
122
122
|
*/
|
|
123
123
|
readonly listId: pulumi.Output<string>;
|
|
124
124
|
/**
|
|
125
|
-
* Redirect configuration to store in the list. Must provide only one of `ip`, `
|
|
125
|
+
* Redirect configuration to store in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
126
126
|
*/
|
|
127
127
|
readonly redirect: pulumi.Output<outputs.ListItemRedirect | undefined>;
|
|
128
128
|
/**
|
|
@@ -143,7 +143,7 @@ export interface ListItemState {
|
|
|
143
143
|
*/
|
|
144
144
|
accountId?: pulumi.Input<string>;
|
|
145
145
|
/**
|
|
146
|
-
* Autonomous system number to include in the list. Must provide only one of `ip`, `
|
|
146
|
+
* Autonomous system number to include in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
147
147
|
*/
|
|
148
148
|
asn?: pulumi.Input<number>;
|
|
149
149
|
/**
|
|
@@ -151,11 +151,11 @@ export interface ListItemState {
|
|
|
151
151
|
*/
|
|
152
152
|
comment?: pulumi.Input<string>;
|
|
153
153
|
/**
|
|
154
|
-
* Hostname to store in the list. Must provide only one of `ip`, `
|
|
154
|
+
* Hostname to store in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
155
155
|
*/
|
|
156
156
|
hostname?: pulumi.Input<inputs.ListItemHostname>;
|
|
157
157
|
/**
|
|
158
|
-
* IP address to include in the list. Must provide only one of `ip`, `
|
|
158
|
+
* IP address to include in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
159
159
|
*/
|
|
160
160
|
ip?: pulumi.Input<string>;
|
|
161
161
|
/**
|
|
@@ -163,7 +163,7 @@ export interface ListItemState {
|
|
|
163
163
|
*/
|
|
164
164
|
listId?: pulumi.Input<string>;
|
|
165
165
|
/**
|
|
166
|
-
* Redirect configuration to store in the list. Must provide only one of `ip`, `
|
|
166
|
+
* Redirect configuration to store in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
167
167
|
*/
|
|
168
168
|
redirect?: pulumi.Input<inputs.ListItemRedirect>;
|
|
169
169
|
}
|
|
@@ -176,7 +176,7 @@ export interface ListItemArgs {
|
|
|
176
176
|
*/
|
|
177
177
|
accountId: pulumi.Input<string>;
|
|
178
178
|
/**
|
|
179
|
-
* Autonomous system number to include in the list. Must provide only one of `ip`, `
|
|
179
|
+
* Autonomous system number to include in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
180
180
|
*/
|
|
181
181
|
asn?: pulumi.Input<number>;
|
|
182
182
|
/**
|
|
@@ -184,11 +184,11 @@ export interface ListItemArgs {
|
|
|
184
184
|
*/
|
|
185
185
|
comment?: pulumi.Input<string>;
|
|
186
186
|
/**
|
|
187
|
-
* Hostname to store in the list. Must provide only one of `ip`, `
|
|
187
|
+
* Hostname to store in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
188
188
|
*/
|
|
189
189
|
hostname?: pulumi.Input<inputs.ListItemHostname>;
|
|
190
190
|
/**
|
|
191
|
-
* IP address to include in the list. Must provide only one of `ip`, `
|
|
191
|
+
* IP address to include in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
192
192
|
*/
|
|
193
193
|
ip?: pulumi.Input<string>;
|
|
194
194
|
/**
|
|
@@ -196,7 +196,7 @@ export interface ListItemArgs {
|
|
|
196
196
|
*/
|
|
197
197
|
listId: pulumi.Input<string>;
|
|
198
198
|
/**
|
|
199
|
-
* Redirect configuration to store in the list. Must provide only one of `ip`, `
|
|
199
|
+
* Redirect configuration to store in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`.
|
|
200
200
|
*/
|
|
201
201
|
redirect?: pulumi.Input<inputs.ListItemRedirect>;
|
|
202
202
|
}
|
package/listItem.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.ListItem = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Provides individual list items (IPs, Redirects) to be used in Edge Rules Engine
|
|
9
|
+
* Provides individual list items (IPs, Redirects, ASNs, Hostnames) to be used in Edge Rules Engine
|
|
10
10
|
* across all zones within the same account.
|
|
11
11
|
*
|
|
12
12
|
* ## Example Usage
|
|
@@ -41,10 +41,10 @@ const utilities = require("./utilities");
|
|
|
41
41
|
* accountId: "f037e56e89293a057740de681ac9abbe",
|
|
42
42
|
* listId: exampleIpList.id,
|
|
43
43
|
* redirect: {
|
|
44
|
-
* sourceUrl: "https://source.tld",
|
|
44
|
+
* sourceUrl: "https://source.tld/",
|
|
45
45
|
* targetUrl: "https://target.tld",
|
|
46
46
|
* statusCode: 302,
|
|
47
|
-
* subpathMatching:
|
|
47
|
+
* subpathMatching: true,
|
|
48
48
|
* },
|
|
49
49
|
* });
|
|
50
50
|
* // ASN List
|
package/package.json
CHANGED
package/pagesDomain.d.ts
CHANGED
|
@@ -2,7 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Provides a resource for managing Cloudflare Pages domains.
|
|
4
4
|
*
|
|
5
|
-
* > A DNS record for the domain is not automatically created. You need to create
|
|
5
|
+
* > A DNS record for the domain is not automatically created. You need to create
|
|
6
|
+
* a `cloudflare.Record` resource for the domain you want to use.
|
|
6
7
|
*
|
|
7
8
|
* ## Example Usage
|
|
8
9
|
*
|
package/pagesDomain.js
CHANGED
|
@@ -8,7 +8,8 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Provides a resource for managing Cloudflare Pages domains.
|
|
10
10
|
*
|
|
11
|
-
* > A DNS record for the domain is not automatically created. You need to create
|
|
11
|
+
* > A DNS record for the domain is not automatically created. You need to create
|
|
12
|
+
* a `cloudflare.Record` resource for the domain you want to use.
|
|
12
13
|
*
|
|
13
14
|
* ## Example Usage
|
|
14
15
|
*
|
package/pagesDomain.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagesDomain.js","sourceRoot":"","sources":["../pagesDomain.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"pagesDomain.js","sourceRoot":"","sources":["../pagesDomain.ts"],"names":[],"mappings":"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"}
|
package/pagesProject.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ import * as outputs from "./types/output";
|
|
|
5
5
|
* Provides a resource which manages Cloudflare Pages projects.
|
|
6
6
|
*
|
|
7
7
|
* > If you are using a `source` block configuration, you must first have a
|
|
8
|
-
*
|
|
9
|
-
*
|
|
8
|
+
* connected GitHub or GitLab account connected to Cloudflare. See the
|
|
9
|
+
* [Getting Started with Pages] documentation on how to link your accounts.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -156,8 +156,6 @@ import * as outputs from "./types/output";
|
|
|
156
156
|
* ```sh
|
|
157
157
|
* $ pulumi import cloudflare:index/pagesProject:PagesProject example <account_id>/<project_name>
|
|
158
158
|
* ```
|
|
159
|
-
*
|
|
160
|
-
* [Getting Started with Pages]https://developers.cloudflare.com/pages/get-started/#connect-your-git-provider-to-pages
|
|
161
159
|
*/
|
|
162
160
|
export declare class PagesProject extends pulumi.CustomResource {
|
|
163
161
|
/**
|
package/pagesProject.js
CHANGED
|
@@ -9,8 +9,8 @@ const utilities = require("./utilities");
|
|
|
9
9
|
* Provides a resource which manages Cloudflare Pages projects.
|
|
10
10
|
*
|
|
11
11
|
* > If you are using a `source` block configuration, you must first have a
|
|
12
|
-
*
|
|
13
|
-
*
|
|
12
|
+
* connected GitHub or GitLab account connected to Cloudflare. See the
|
|
13
|
+
* [Getting Started with Pages] documentation on how to link your accounts.
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
|
@@ -160,8 +160,6 @@ const utilities = require("./utilities");
|
|
|
160
160
|
* ```sh
|
|
161
161
|
* $ pulumi import cloudflare:index/pagesProject:PagesProject example <account_id>/<project_name>
|
|
162
162
|
* ```
|
|
163
|
-
*
|
|
164
|
-
* [Getting Started with Pages]https://developers.cloudflare.com/pages/get-started/#connect-your-git-provider-to-pages
|
|
165
163
|
*/
|
|
166
164
|
class PagesProject extends pulumi.CustomResource {
|
|
167
165
|
/**
|
package/pagesProject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pagesProject.js","sourceRoot":"","sources":["../pagesProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"pagesProject.js","sourceRoot":"","sources":["../pagesProject.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -75,6 +75,10 @@ export interface AccessApplicationSaasApp {
|
|
|
75
75
|
* Custom attribute mapped from IDPs.
|
|
76
76
|
*/
|
|
77
77
|
customAttributes?: pulumi.Input<pulumi.Input<inputs.AccessApplicationSaasAppCustomAttribute>[]>;
|
|
78
|
+
/**
|
|
79
|
+
* The relay state used if not provided by the identity provider.
|
|
80
|
+
*/
|
|
81
|
+
defaultRelayState?: pulumi.Input<string>;
|
|
78
82
|
/**
|
|
79
83
|
* The unique identifier for the SaaS application.
|
|
80
84
|
*/
|
|
@@ -1136,25 +1140,25 @@ export interface EmailRoutingCatchAllMatcher {
|
|
|
1136
1140
|
}
|
|
1137
1141
|
export interface EmailRoutingRuleAction {
|
|
1138
1142
|
/**
|
|
1139
|
-
* Type of
|
|
1143
|
+
* Type of action. Available values: `forward`, `worker`, `drop`
|
|
1140
1144
|
*/
|
|
1141
1145
|
type: pulumi.Input<string>;
|
|
1142
1146
|
/**
|
|
1143
|
-
*
|
|
1147
|
+
* Value to match on. Required for `type` of `literal`.
|
|
1144
1148
|
*/
|
|
1145
1149
|
values?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1146
1150
|
}
|
|
1147
1151
|
export interface EmailRoutingRuleMatcher {
|
|
1148
1152
|
/**
|
|
1149
|
-
* Field for type
|
|
1153
|
+
* Field to match on. Required for `type` of `literal`.
|
|
1150
1154
|
*/
|
|
1151
1155
|
field?: pulumi.Input<string>;
|
|
1152
1156
|
/**
|
|
1153
|
-
* Type of matcher. Available values: `literal`, `all
|
|
1157
|
+
* Type of matcher. Available values: `literal`, `all`
|
|
1154
1158
|
*/
|
|
1155
1159
|
type: pulumi.Input<string>;
|
|
1156
1160
|
/**
|
|
1157
|
-
* Value for
|
|
1161
|
+
* Value to match on. Required for `type` of `literal`.
|
|
1158
1162
|
*/
|
|
1159
1163
|
value?: pulumi.Input<string>;
|
|
1160
1164
|
}
|
|
@@ -1467,17 +1471,17 @@ export interface ListItemHostname {
|
|
|
1467
1471
|
}
|
|
1468
1472
|
export interface ListItemRedirect {
|
|
1469
1473
|
/**
|
|
1470
|
-
* Whether the redirect also matches subdomains of the source url.
|
|
1474
|
+
* Whether the redirect also matches subdomains of the source url.
|
|
1471
1475
|
*/
|
|
1472
|
-
includeSubdomains?: pulumi.Input<
|
|
1476
|
+
includeSubdomains?: pulumi.Input<boolean>;
|
|
1473
1477
|
/**
|
|
1474
|
-
* Whether
|
|
1478
|
+
* Whether the redirect target url should keep the query string of the request's url.
|
|
1475
1479
|
*/
|
|
1476
|
-
preservePathSuffix?: pulumi.Input<
|
|
1480
|
+
preservePathSuffix?: pulumi.Input<boolean>;
|
|
1477
1481
|
/**
|
|
1478
|
-
* Whether the redirect target url should keep the query string of the request's url.
|
|
1482
|
+
* Whether the redirect target url should keep the query string of the request's url.
|
|
1479
1483
|
*/
|
|
1480
|
-
preserveQueryString?: pulumi.Input<
|
|
1484
|
+
preserveQueryString?: pulumi.Input<boolean>;
|
|
1481
1485
|
/**
|
|
1482
1486
|
* The source url of the redirect.
|
|
1483
1487
|
*/
|
|
@@ -1487,9 +1491,9 @@ export interface ListItemRedirect {
|
|
|
1487
1491
|
*/
|
|
1488
1492
|
statusCode?: pulumi.Input<number>;
|
|
1489
1493
|
/**
|
|
1490
|
-
* Whether the redirect also matches subpaths of the source url.
|
|
1494
|
+
* Whether the redirect also matches subpaths of the source url.
|
|
1491
1495
|
*/
|
|
1492
|
-
subpathMatching?: pulumi.Input<
|
|
1496
|
+
subpathMatching?: pulumi.Input<boolean>;
|
|
1493
1497
|
/**
|
|
1494
1498
|
* The target url of the redirect.
|
|
1495
1499
|
*/
|
|
@@ -1901,6 +1905,10 @@ export interface NotificationPolicyFilters {
|
|
|
1901
1905
|
* Targeted actions for alert.
|
|
1902
1906
|
*/
|
|
1903
1907
|
actions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1908
|
+
/**
|
|
1909
|
+
* Affected components for alert. Available values: `API`, `API Shield`, `Access`, `Always Online`, `Analytics`, `Apps Marketplace`, `Argo Smart Routing`, `Audit Logs`, `Authoritative DNS`, `Billing`, `Bot Management`, `Bring Your Own IP (BYOIP)`, `Browser Isolation`, `CDN Cache Purge`, `CDN/Cache`, `Cache Reserve`, `Challenge Platform`, `Cloud Access Security Broker (CASB)`, `Community Site`, `DNS Root Servers`, `DNS Updates`, `Dashboard`, `Data Loss Prevention (DLP)`, `Developer's Site`, `Digital Experience Monitoring (DEX)`, `Distributed Web Gateway`, `Durable Objects`, `Email Routing`, `Ethereum Gateway`, `Firewall`, `Gateway`, `Geo-Key Manager`, `Image Resizing`, `Images`, `Infrastructure`, `Lists`, `Load Balancing and Monitoring`, `Logs`, `Magic Firewall`, `Magic Transit`, `Magic WAN`, `Magic WAN Connector`, `Marketing Site`, `Mirage`, `Network`, `Notifications`, `Observatory`, `Page Shield`, `Pages`, `R2`, `Radar`, `Randomness Beacon`, `Recursive DNS`, `Registrar`, `Registration Data Access Protocol (RDAP)`, `SSL Certificate Provisioning`, `SSL for SaaS Provisioning`, `Security Center`, `Snippets`, `Spectrum`, `Speed Optimizations`, `Stream`, `Support Site`, `Time Services`, `Trace`, `Tunnel`, `Turnstile`, `WARP`, `Waiting Room`, `Web Analytics`, `Workers`, `Workers KV`, `Workers Preview`, `Zaraz`, `Zero Trust`, `Zero Trust Dashboard`, `Zone Versioning`.
|
|
1910
|
+
*/
|
|
1911
|
+
affectedComponents?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1904
1912
|
/**
|
|
1905
1913
|
* Alert trigger preferences. Example: `slo`.
|
|
1906
1914
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -74,6 +74,10 @@ export interface AccessApplicationSaasApp {
|
|
|
74
74
|
* Custom attribute mapped from IDPs.
|
|
75
75
|
*/
|
|
76
76
|
customAttributes?: outputs.AccessApplicationSaasAppCustomAttribute[];
|
|
77
|
+
/**
|
|
78
|
+
* The relay state used if not provided by the identity provider.
|
|
79
|
+
*/
|
|
80
|
+
defaultRelayState?: string;
|
|
77
81
|
/**
|
|
78
82
|
* The unique identifier for the SaaS application.
|
|
79
83
|
*/
|
|
@@ -1135,25 +1139,25 @@ export interface EmailRoutingCatchAllMatcher {
|
|
|
1135
1139
|
}
|
|
1136
1140
|
export interface EmailRoutingRuleAction {
|
|
1137
1141
|
/**
|
|
1138
|
-
* Type of
|
|
1142
|
+
* Type of action. Available values: `forward`, `worker`, `drop`
|
|
1139
1143
|
*/
|
|
1140
1144
|
type: string;
|
|
1141
1145
|
/**
|
|
1142
|
-
*
|
|
1146
|
+
* Value to match on. Required for `type` of `literal`.
|
|
1143
1147
|
*/
|
|
1144
1148
|
values?: string[];
|
|
1145
1149
|
}
|
|
1146
1150
|
export interface EmailRoutingRuleMatcher {
|
|
1147
1151
|
/**
|
|
1148
|
-
* Field for type
|
|
1152
|
+
* Field to match on. Required for `type` of `literal`.
|
|
1149
1153
|
*/
|
|
1150
1154
|
field?: string;
|
|
1151
1155
|
/**
|
|
1152
|
-
* Type of matcher. Available values: `literal`, `all
|
|
1156
|
+
* Type of matcher. Available values: `literal`, `all`
|
|
1153
1157
|
*/
|
|
1154
1158
|
type: string;
|
|
1155
1159
|
/**
|
|
1156
|
-
* Value for
|
|
1160
|
+
* Value to match on. Required for `type` of `literal`.
|
|
1157
1161
|
*/
|
|
1158
1162
|
value?: string;
|
|
1159
1163
|
}
|
|
@@ -1641,17 +1645,17 @@ export interface ListItemHostname {
|
|
|
1641
1645
|
}
|
|
1642
1646
|
export interface ListItemRedirect {
|
|
1643
1647
|
/**
|
|
1644
|
-
* Whether the redirect also matches subdomains of the source url.
|
|
1648
|
+
* Whether the redirect also matches subdomains of the source url.
|
|
1645
1649
|
*/
|
|
1646
|
-
includeSubdomains?:
|
|
1650
|
+
includeSubdomains?: boolean;
|
|
1647
1651
|
/**
|
|
1648
|
-
* Whether
|
|
1652
|
+
* Whether the redirect target url should keep the query string of the request's url.
|
|
1649
1653
|
*/
|
|
1650
|
-
preservePathSuffix?:
|
|
1654
|
+
preservePathSuffix?: boolean;
|
|
1651
1655
|
/**
|
|
1652
|
-
* Whether the redirect target url should keep the query string of the request's url.
|
|
1656
|
+
* Whether the redirect target url should keep the query string of the request's url.
|
|
1653
1657
|
*/
|
|
1654
|
-
preserveQueryString?:
|
|
1658
|
+
preserveQueryString?: boolean;
|
|
1655
1659
|
/**
|
|
1656
1660
|
* The source url of the redirect.
|
|
1657
1661
|
*/
|
|
@@ -1661,9 +1665,9 @@ export interface ListItemRedirect {
|
|
|
1661
1665
|
*/
|
|
1662
1666
|
statusCode?: number;
|
|
1663
1667
|
/**
|
|
1664
|
-
* Whether the redirect also matches subpaths of the source url.
|
|
1668
|
+
* Whether the redirect also matches subpaths of the source url.
|
|
1665
1669
|
*/
|
|
1666
|
-
subpathMatching?:
|
|
1670
|
+
subpathMatching?: boolean;
|
|
1667
1671
|
/**
|
|
1668
1672
|
* The target url of the redirect.
|
|
1669
1673
|
*/
|
|
@@ -2075,6 +2079,10 @@ export interface NotificationPolicyFilters {
|
|
|
2075
2079
|
* Targeted actions for alert.
|
|
2076
2080
|
*/
|
|
2077
2081
|
actions?: string[];
|
|
2082
|
+
/**
|
|
2083
|
+
* Affected components for alert. Available values: `API`, `API Shield`, `Access`, `Always Online`, `Analytics`, `Apps Marketplace`, `Argo Smart Routing`, `Audit Logs`, `Authoritative DNS`, `Billing`, `Bot Management`, `Bring Your Own IP (BYOIP)`, `Browser Isolation`, `CDN Cache Purge`, `CDN/Cache`, `Cache Reserve`, `Challenge Platform`, `Cloud Access Security Broker (CASB)`, `Community Site`, `DNS Root Servers`, `DNS Updates`, `Dashboard`, `Data Loss Prevention (DLP)`, `Developer's Site`, `Digital Experience Monitoring (DEX)`, `Distributed Web Gateway`, `Durable Objects`, `Email Routing`, `Ethereum Gateway`, `Firewall`, `Gateway`, `Geo-Key Manager`, `Image Resizing`, `Images`, `Infrastructure`, `Lists`, `Load Balancing and Monitoring`, `Logs`, `Magic Firewall`, `Magic Transit`, `Magic WAN`, `Magic WAN Connector`, `Marketing Site`, `Mirage`, `Network`, `Notifications`, `Observatory`, `Page Shield`, `Pages`, `R2`, `Radar`, `Randomness Beacon`, `Recursive DNS`, `Registrar`, `Registration Data Access Protocol (RDAP)`, `SSL Certificate Provisioning`, `SSL for SaaS Provisioning`, `Security Center`, `Snippets`, `Spectrum`, `Speed Optimizations`, `Stream`, `Support Site`, `Time Services`, `Trace`, `Tunnel`, `Turnstile`, `WARP`, `Waiting Room`, `Web Analytics`, `Workers`, `Workers KV`, `Workers Preview`, `Zaraz`, `Zero Trust`, `Zero Trust Dashboard`, `Zone Versioning`.
|
|
2084
|
+
*/
|
|
2085
|
+
affectedComponents?: string[];
|
|
2078
2086
|
/**
|
|
2079
2087
|
* Alert trigger preferences. Example: `slo`.
|
|
2080
2088
|
*/
|