@pulumi/cloudflare 5.26.0-alpha.1713331393 → 5.26.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/ipsecTunnel.d.ts +12 -0
- package/ipsecTunnel.js +2 -0
- package/ipsecTunnel.js.map +1 -1
- package/logpushJob.d.ts +3 -3
- package/package.json +1 -1
- package/types/input.d.ts +24 -0
- package/types/output.d.ts +24 -0
package/ipsecTunnel.d.ts
CHANGED
|
@@ -111,6 +111,10 @@ export declare class IpsecTunnel extends pulumi.CustomResource {
|
|
|
111
111
|
* ID to be used while setting up the IPsec tunnel. This value is generated by cloudflare.
|
|
112
112
|
*/
|
|
113
113
|
readonly remoteId: pulumi.Output<string>;
|
|
114
|
+
/**
|
|
115
|
+
* Specifies if replay protection is enabled. Defaults to `false`.
|
|
116
|
+
*/
|
|
117
|
+
readonly replayProtection: pulumi.Output<boolean | undefined>;
|
|
114
118
|
/**
|
|
115
119
|
* `remoteId` in the form of an email address. This value is generated by cloudflare.
|
|
116
120
|
*/
|
|
@@ -192,6 +196,10 @@ export interface IpsecTunnelState {
|
|
|
192
196
|
* ID to be used while setting up the IPsec tunnel. This value is generated by cloudflare.
|
|
193
197
|
*/
|
|
194
198
|
remoteId?: pulumi.Input<string>;
|
|
199
|
+
/**
|
|
200
|
+
* Specifies if replay protection is enabled. Defaults to `false`.
|
|
201
|
+
*/
|
|
202
|
+
replayProtection?: pulumi.Input<boolean>;
|
|
195
203
|
/**
|
|
196
204
|
* `remoteId` in the form of an email address. This value is generated by cloudflare.
|
|
197
205
|
*/
|
|
@@ -265,6 +273,10 @@ export interface IpsecTunnelArgs {
|
|
|
265
273
|
* ID to be used while setting up the IPsec tunnel. This value is generated by cloudflare.
|
|
266
274
|
*/
|
|
267
275
|
remoteId?: pulumi.Input<string>;
|
|
276
|
+
/**
|
|
277
|
+
* Specifies if replay protection is enabled. Defaults to `false`.
|
|
278
|
+
*/
|
|
279
|
+
replayProtection?: pulumi.Input<boolean>;
|
|
268
280
|
/**
|
|
269
281
|
* `remoteId` in the form of an email address. This value is generated by cloudflare.
|
|
270
282
|
*/
|
package/ipsecTunnel.js
CHANGED
|
@@ -81,6 +81,7 @@ class IpsecTunnel extends pulumi.CustomResource {
|
|
|
81
81
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
82
82
|
resourceInputs["psk"] = state ? state.psk : undefined;
|
|
83
83
|
resourceInputs["remoteId"] = state ? state.remoteId : undefined;
|
|
84
|
+
resourceInputs["replayProtection"] = state ? state.replayProtection : undefined;
|
|
84
85
|
resourceInputs["userId"] = state ? state.userId : undefined;
|
|
85
86
|
}
|
|
86
87
|
else {
|
|
@@ -113,6 +114,7 @@ class IpsecTunnel extends pulumi.CustomResource {
|
|
|
113
114
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
114
115
|
resourceInputs["psk"] = (args === null || args === void 0 ? void 0 : args.psk) ? pulumi.secret(args.psk) : undefined;
|
|
115
116
|
resourceInputs["remoteId"] = args ? args.remoteId : undefined;
|
|
117
|
+
resourceInputs["replayProtection"] = args ? args.replayProtection : undefined;
|
|
116
118
|
resourceInputs["userId"] = args ? args.userId : undefined;
|
|
117
119
|
}
|
|
118
120
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/ipsecTunnel.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ipsecTunnel.js","sourceRoot":"","sources":["../ipsecTunnel.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;
|
|
1
|
+
{"version":3,"file":"ipsecTunnel.js","sourceRoot":"","sources":["../ipsecTunnel.ts"],"names":[],"mappings":"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"}
|
package/logpushJob.d.ts
CHANGED
|
@@ -39,7 +39,7 @@ export declare class LogpushJob extends pulumi.CustomResource {
|
|
|
39
39
|
*/
|
|
40
40
|
readonly accountId: pulumi.Output<string | undefined>;
|
|
41
41
|
/**
|
|
42
|
-
* The kind of the dataset to use with the logpush job. Available values: `accessRequests`, `casbFindings`, `firewallEvents`, `httpRequests`, `spectrumEvents`, `nelReports`, `auditLogs`, `gatewayDns`, `gatewayHttp`, `gatewayNetwork`, `dnsLogs`, `networkAnalyticsLogs`, `workersTraceEvents`, `devicePostureResults`, `zeroTrustNetworkSessions`, `magicIdsDetections`.
|
|
42
|
+
* The kind of the dataset to use with the logpush job. Available values: `accessRequests`, `casbFindings`, `firewallEvents`, `httpRequests`, `spectrumEvents`, `nelReports`, `auditLogs`, `gatewayDns`, `gatewayHttp`, `gatewayNetwork`, `dnsLogs`, `networkAnalyticsLogs`, `workersTraceEvents`, `devicePostureResults`, `zeroTrustNetworkSessions`, `magicIdsDetections`, `pageShieldEvents`.
|
|
43
43
|
*/
|
|
44
44
|
readonly dataset: pulumi.Output<string>;
|
|
45
45
|
/**
|
|
@@ -112,7 +112,7 @@ export interface LogpushJobState {
|
|
|
112
112
|
*/
|
|
113
113
|
accountId?: pulumi.Input<string>;
|
|
114
114
|
/**
|
|
115
|
-
* The kind of the dataset to use with the logpush job. Available values: `accessRequests`, `casbFindings`, `firewallEvents`, `httpRequests`, `spectrumEvents`, `nelReports`, `auditLogs`, `gatewayDns`, `gatewayHttp`, `gatewayNetwork`, `dnsLogs`, `networkAnalyticsLogs`, `workersTraceEvents`, `devicePostureResults`, `zeroTrustNetworkSessions`, `magicIdsDetections`.
|
|
115
|
+
* The kind of the dataset to use with the logpush job. Available values: `accessRequests`, `casbFindings`, `firewallEvents`, `httpRequests`, `spectrumEvents`, `nelReports`, `auditLogs`, `gatewayDns`, `gatewayHttp`, `gatewayNetwork`, `dnsLogs`, `networkAnalyticsLogs`, `workersTraceEvents`, `devicePostureResults`, `zeroTrustNetworkSessions`, `magicIdsDetections`, `pageShieldEvents`.
|
|
116
116
|
*/
|
|
117
117
|
dataset?: pulumi.Input<string>;
|
|
118
118
|
/**
|
|
@@ -177,7 +177,7 @@ export interface LogpushJobArgs {
|
|
|
177
177
|
*/
|
|
178
178
|
accountId?: pulumi.Input<string>;
|
|
179
179
|
/**
|
|
180
|
-
* The kind of the dataset to use with the logpush job. Available values: `accessRequests`, `casbFindings`, `firewallEvents`, `httpRequests`, `spectrumEvents`, `nelReports`, `auditLogs`, `gatewayDns`, `gatewayHttp`, `gatewayNetwork`, `dnsLogs`, `networkAnalyticsLogs`, `workersTraceEvents`, `devicePostureResults`, `zeroTrustNetworkSessions`, `magicIdsDetections`.
|
|
180
|
+
* The kind of the dataset to use with the logpush job. Available values: `accessRequests`, `casbFindings`, `firewallEvents`, `httpRequests`, `spectrumEvents`, `nelReports`, `auditLogs`, `gatewayDns`, `gatewayHttp`, `gatewayNetwork`, `dnsLogs`, `networkAnalyticsLogs`, `workersTraceEvents`, `devicePostureResults`, `zeroTrustNetworkSessions`, `magicIdsDetections`, `pageShieldEvents`.
|
|
181
181
|
*/
|
|
182
182
|
dataset: pulumi.Input<string>;
|
|
183
183
|
/**
|
package/package.json
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -169,6 +169,10 @@ export interface AccessGroupExclude {
|
|
|
169
169
|
azures?: pulumi.Input<pulumi.Input<inputs.AccessGroupExcludeAzure>[]>;
|
|
170
170
|
certificate?: pulumi.Input<boolean>;
|
|
171
171
|
commonName?: pulumi.Input<string>;
|
|
172
|
+
/**
|
|
173
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
174
|
+
*/
|
|
175
|
+
commonNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
172
176
|
devicePostures?: pulumi.Input<pulumi.Input<string>[]>;
|
|
173
177
|
emailDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
174
178
|
emails?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -256,6 +260,10 @@ export interface AccessGroupInclude {
|
|
|
256
260
|
azures?: pulumi.Input<pulumi.Input<inputs.AccessGroupIncludeAzure>[]>;
|
|
257
261
|
certificate?: pulumi.Input<boolean>;
|
|
258
262
|
commonName?: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
265
|
+
*/
|
|
266
|
+
commonNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
259
267
|
devicePostures?: pulumi.Input<pulumi.Input<string>[]>;
|
|
260
268
|
emailDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
261
269
|
emails?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -343,6 +351,10 @@ export interface AccessGroupRequire {
|
|
|
343
351
|
azures?: pulumi.Input<pulumi.Input<inputs.AccessGroupRequireAzure>[]>;
|
|
344
352
|
certificate?: pulumi.Input<boolean>;
|
|
345
353
|
commonName?: pulumi.Input<string>;
|
|
354
|
+
/**
|
|
355
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
356
|
+
*/
|
|
357
|
+
commonNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
346
358
|
devicePostures?: pulumi.Input<pulumi.Input<string>[]>;
|
|
347
359
|
emailDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
348
360
|
emails?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -523,6 +535,10 @@ export interface AccessPolicyExclude {
|
|
|
523
535
|
azures?: pulumi.Input<pulumi.Input<inputs.AccessPolicyExcludeAzure>[]>;
|
|
524
536
|
certificate?: pulumi.Input<boolean>;
|
|
525
537
|
commonName?: pulumi.Input<string>;
|
|
538
|
+
/**
|
|
539
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
540
|
+
*/
|
|
541
|
+
commonNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
526
542
|
devicePostures?: pulumi.Input<pulumi.Input<string>[]>;
|
|
527
543
|
emailDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
528
544
|
emails?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -610,6 +626,10 @@ export interface AccessPolicyInclude {
|
|
|
610
626
|
azures?: pulumi.Input<pulumi.Input<inputs.AccessPolicyIncludeAzure>[]>;
|
|
611
627
|
certificate?: pulumi.Input<boolean>;
|
|
612
628
|
commonName?: pulumi.Input<string>;
|
|
629
|
+
/**
|
|
630
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
631
|
+
*/
|
|
632
|
+
commonNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
613
633
|
devicePostures?: pulumi.Input<pulumi.Input<string>[]>;
|
|
614
634
|
emailDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
615
635
|
emails?: pulumi.Input<pulumi.Input<string>[]>;
|
|
@@ -697,6 +717,10 @@ export interface AccessPolicyRequire {
|
|
|
697
717
|
azures?: pulumi.Input<pulumi.Input<inputs.AccessPolicyRequireAzure>[]>;
|
|
698
718
|
certificate?: pulumi.Input<boolean>;
|
|
699
719
|
commonName?: pulumi.Input<string>;
|
|
720
|
+
/**
|
|
721
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
722
|
+
*/
|
|
723
|
+
commonNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
700
724
|
devicePostures?: pulumi.Input<pulumi.Input<string>[]>;
|
|
701
725
|
emailDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
702
726
|
emails?: pulumi.Input<pulumi.Input<string>[]>;
|
package/types/output.d.ts
CHANGED
|
@@ -168,6 +168,10 @@ export interface AccessGroupExclude {
|
|
|
168
168
|
azures?: outputs.AccessGroupExcludeAzure[];
|
|
169
169
|
certificate?: boolean;
|
|
170
170
|
commonName?: string;
|
|
171
|
+
/**
|
|
172
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
173
|
+
*/
|
|
174
|
+
commonNames?: string[];
|
|
171
175
|
devicePostures?: string[];
|
|
172
176
|
emailDomains?: string[];
|
|
173
177
|
emails?: string[];
|
|
@@ -255,6 +259,10 @@ export interface AccessGroupInclude {
|
|
|
255
259
|
azures?: outputs.AccessGroupIncludeAzure[];
|
|
256
260
|
certificate?: boolean;
|
|
257
261
|
commonName?: string;
|
|
262
|
+
/**
|
|
263
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
264
|
+
*/
|
|
265
|
+
commonNames?: string[];
|
|
258
266
|
devicePostures?: string[];
|
|
259
267
|
emailDomains?: string[];
|
|
260
268
|
emails?: string[];
|
|
@@ -342,6 +350,10 @@ export interface AccessGroupRequire {
|
|
|
342
350
|
azures?: outputs.AccessGroupRequireAzure[];
|
|
343
351
|
certificate?: boolean;
|
|
344
352
|
commonName?: string;
|
|
353
|
+
/**
|
|
354
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
355
|
+
*/
|
|
356
|
+
commonNames?: string[];
|
|
345
357
|
devicePostures?: string[];
|
|
346
358
|
emailDomains?: string[];
|
|
347
359
|
emails?: string[];
|
|
@@ -522,6 +534,10 @@ export interface AccessPolicyExclude {
|
|
|
522
534
|
azures?: outputs.AccessPolicyExcludeAzure[];
|
|
523
535
|
certificate?: boolean;
|
|
524
536
|
commonName?: string;
|
|
537
|
+
/**
|
|
538
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
539
|
+
*/
|
|
540
|
+
commonNames?: string[];
|
|
525
541
|
devicePostures?: string[];
|
|
526
542
|
emailDomains?: string[];
|
|
527
543
|
emails?: string[];
|
|
@@ -609,6 +625,10 @@ export interface AccessPolicyInclude {
|
|
|
609
625
|
azures?: outputs.AccessPolicyIncludeAzure[];
|
|
610
626
|
certificate?: boolean;
|
|
611
627
|
commonName?: string;
|
|
628
|
+
/**
|
|
629
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
630
|
+
*/
|
|
631
|
+
commonNames?: string[];
|
|
612
632
|
devicePostures?: string[];
|
|
613
633
|
emailDomains?: string[];
|
|
614
634
|
emails?: string[];
|
|
@@ -696,6 +716,10 @@ export interface AccessPolicyRequire {
|
|
|
696
716
|
azures?: outputs.AccessPolicyRequireAzure[];
|
|
697
717
|
certificate?: boolean;
|
|
698
718
|
commonName?: string;
|
|
719
|
+
/**
|
|
720
|
+
* Overflow field if you need to have multiple common*name rules in a single policy. Use in place of the singular common*name field.
|
|
721
|
+
*/
|
|
722
|
+
commonNames?: string[];
|
|
699
723
|
devicePostures?: string[];
|
|
700
724
|
emailDomains?: string[];
|
|
701
725
|
emails?: string[];
|