@pulumi/cloudflare 5.36.0 → 5.37.0-alpha.1723819865

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/cloudflare",
3
- "version": "5.36.0",
3
+ "version": "5.37.0-alpha.1723819865",
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.36.0"
26
+ "version": "5.37.0-alpha.1723819865"
27
27
  }
28
28
  }
package/record.d.ts CHANGED
@@ -82,7 +82,7 @@ export declare class Record extends pulumi.CustomResource {
82
82
  * A key-value map of string metadata Cloudflare associates with the record.
83
83
  */
84
84
  readonly metadata: pulumi.Output<{
85
- [key: string]: any;
85
+ [key: string]: string;
86
86
  }>;
87
87
  /**
88
88
  * The RFC3339 timestamp of when the record was last modified.
@@ -164,7 +164,7 @@ export interface RecordState {
164
164
  * A key-value map of string metadata Cloudflare associates with the record.
165
165
  */
166
166
  metadata?: pulumi.Input<{
167
- [key: string]: any;
167
+ [key: string]: pulumi.Input<string>;
168
168
  }>;
169
169
  /**
170
170
  * The RFC3339 timestamp of when the record was last modified.
package/types/input.d.ts CHANGED
@@ -2781,19 +2781,19 @@ export interface PagesProjectDeploymentConfigsPreview {
2781
2781
  * D1 Databases used for Pages Functions. Defaults to `map[]`.
2782
2782
  */
2783
2783
  d1Databases?: pulumi.Input<{
2784
- [key: string]: any;
2784
+ [key: string]: pulumi.Input<string>;
2785
2785
  }>;
2786
2786
  /**
2787
2787
  * Durable Object namespaces used for Pages Functions. Defaults to `map[]`.
2788
2788
  */
2789
2789
  durableObjectNamespaces?: pulumi.Input<{
2790
- [key: string]: any;
2790
+ [key: string]: pulumi.Input<string>;
2791
2791
  }>;
2792
2792
  /**
2793
2793
  * Environment variables for Pages Functions. Defaults to `map[]`.
2794
2794
  */
2795
2795
  environmentVariables?: pulumi.Input<{
2796
- [key: string]: any;
2796
+ [key: string]: pulumi.Input<string>;
2797
2797
  }>;
2798
2798
  /**
2799
2799
  * Fail open used for Pages Functions. Defaults to `false`.
@@ -2803,7 +2803,7 @@ export interface PagesProjectDeploymentConfigsPreview {
2803
2803
  * KV namespaces used for Pages Functions. Defaults to `map[]`.
2804
2804
  */
2805
2805
  kvNamespaces?: pulumi.Input<{
2806
- [key: string]: any;
2806
+ [key: string]: pulumi.Input<string>;
2807
2807
  }>;
2808
2808
  /**
2809
2809
  * Configuration for placement in the Cloudflare Pages project.
@@ -2813,13 +2813,13 @@ export interface PagesProjectDeploymentConfigsPreview {
2813
2813
  * R2 Buckets used for Pages Functions. Defaults to `map[]`.
2814
2814
  */
2815
2815
  r2Buckets?: pulumi.Input<{
2816
- [key: string]: any;
2816
+ [key: string]: pulumi.Input<string>;
2817
2817
  }>;
2818
2818
  /**
2819
2819
  * Encrypted environment variables for Pages Functions. Defaults to `map[]`.
2820
2820
  */
2821
2821
  secrets?: pulumi.Input<{
2822
- [key: string]: any;
2822
+ [key: string]: pulumi.Input<string>;
2823
2823
  }>;
2824
2824
  /**
2825
2825
  * Services used for Pages Functions.
@@ -2867,19 +2867,19 @@ export interface PagesProjectDeploymentConfigsProduction {
2867
2867
  * D1 Databases used for Pages Functions. Defaults to `map[]`.
2868
2868
  */
2869
2869
  d1Databases?: pulumi.Input<{
2870
- [key: string]: any;
2870
+ [key: string]: pulumi.Input<string>;
2871
2871
  }>;
2872
2872
  /**
2873
2873
  * Durable Object namespaces used for Pages Functions. Defaults to `map[]`.
2874
2874
  */
2875
2875
  durableObjectNamespaces?: pulumi.Input<{
2876
- [key: string]: any;
2876
+ [key: string]: pulumi.Input<string>;
2877
2877
  }>;
2878
2878
  /**
2879
2879
  * Environment variables for Pages Functions. Defaults to `map[]`.
2880
2880
  */
2881
2881
  environmentVariables?: pulumi.Input<{
2882
- [key: string]: any;
2882
+ [key: string]: pulumi.Input<string>;
2883
2883
  }>;
2884
2884
  /**
2885
2885
  * Fail open used for Pages Functions. Defaults to `false`.
@@ -2889,7 +2889,7 @@ export interface PagesProjectDeploymentConfigsProduction {
2889
2889
  * KV namespaces used for Pages Functions. Defaults to `map[]`.
2890
2890
  */
2891
2891
  kvNamespaces?: pulumi.Input<{
2892
- [key: string]: any;
2892
+ [key: string]: pulumi.Input<string>;
2893
2893
  }>;
2894
2894
  /**
2895
2895
  * Configuration for placement in the Cloudflare Pages project.
@@ -2899,13 +2899,13 @@ export interface PagesProjectDeploymentConfigsProduction {
2899
2899
  * R2 Buckets used for Pages Functions. Defaults to `map[]`.
2900
2900
  */
2901
2901
  r2Buckets?: pulumi.Input<{
2902
- [key: string]: any;
2902
+ [key: string]: pulumi.Input<string>;
2903
2903
  }>;
2904
2904
  /**
2905
2905
  * Encrypted environment variables for Pages Functions. Defaults to `map[]`.
2906
2906
  */
2907
2907
  secrets?: pulumi.Input<{
2908
- [key: string]: any;
2908
+ [key: string]: pulumi.Input<string>;
2909
2909
  }>;
2910
2910
  /**
2911
2911
  * Services used for Pages Functions.
package/types/output.d.ts CHANGED
@@ -3558,19 +3558,19 @@ export interface PagesProjectDeploymentConfigsPreview {
3558
3558
  * D1 Databases used for Pages Functions. Defaults to `map[]`.
3559
3559
  */
3560
3560
  d1Databases?: {
3561
- [key: string]: any;
3561
+ [key: string]: string;
3562
3562
  };
3563
3563
  /**
3564
3564
  * Durable Object namespaces used for Pages Functions. Defaults to `map[]`.
3565
3565
  */
3566
3566
  durableObjectNamespaces?: {
3567
- [key: string]: any;
3567
+ [key: string]: string;
3568
3568
  };
3569
3569
  /**
3570
3570
  * Environment variables for Pages Functions. Defaults to `map[]`.
3571
3571
  */
3572
3572
  environmentVariables?: {
3573
- [key: string]: any;
3573
+ [key: string]: string;
3574
3574
  };
3575
3575
  /**
3576
3576
  * Fail open used for Pages Functions. Defaults to `false`.
@@ -3580,7 +3580,7 @@ export interface PagesProjectDeploymentConfigsPreview {
3580
3580
  * KV namespaces used for Pages Functions. Defaults to `map[]`.
3581
3581
  */
3582
3582
  kvNamespaces?: {
3583
- [key: string]: any;
3583
+ [key: string]: string;
3584
3584
  };
3585
3585
  /**
3586
3586
  * Configuration for placement in the Cloudflare Pages project.
@@ -3590,13 +3590,13 @@ export interface PagesProjectDeploymentConfigsPreview {
3590
3590
  * R2 Buckets used for Pages Functions. Defaults to `map[]`.
3591
3591
  */
3592
3592
  r2Buckets?: {
3593
- [key: string]: any;
3593
+ [key: string]: string;
3594
3594
  };
3595
3595
  /**
3596
3596
  * Encrypted environment variables for Pages Functions. Defaults to `map[]`.
3597
3597
  */
3598
3598
  secrets?: {
3599
- [key: string]: any;
3599
+ [key: string]: string;
3600
3600
  };
3601
3601
  /**
3602
3602
  * Services used for Pages Functions.
@@ -3644,19 +3644,19 @@ export interface PagesProjectDeploymentConfigsProduction {
3644
3644
  * D1 Databases used for Pages Functions. Defaults to `map[]`.
3645
3645
  */
3646
3646
  d1Databases?: {
3647
- [key: string]: any;
3647
+ [key: string]: string;
3648
3648
  };
3649
3649
  /**
3650
3650
  * Durable Object namespaces used for Pages Functions. Defaults to `map[]`.
3651
3651
  */
3652
3652
  durableObjectNamespaces?: {
3653
- [key: string]: any;
3653
+ [key: string]: string;
3654
3654
  };
3655
3655
  /**
3656
3656
  * Environment variables for Pages Functions. Defaults to `map[]`.
3657
3657
  */
3658
3658
  environmentVariables?: {
3659
- [key: string]: any;
3659
+ [key: string]: string;
3660
3660
  };
3661
3661
  /**
3662
3662
  * Fail open used for Pages Functions. Defaults to `false`.
@@ -3666,7 +3666,7 @@ export interface PagesProjectDeploymentConfigsProduction {
3666
3666
  * KV namespaces used for Pages Functions. Defaults to `map[]`.
3667
3667
  */
3668
3668
  kvNamespaces?: {
3669
- [key: string]: any;
3669
+ [key: string]: string;
3670
3670
  };
3671
3671
  /**
3672
3672
  * Configuration for placement in the Cloudflare Pages project.
@@ -3676,13 +3676,13 @@ export interface PagesProjectDeploymentConfigsProduction {
3676
3676
  * R2 Buckets used for Pages Functions. Defaults to `map[]`.
3677
3677
  */
3678
3678
  r2Buckets?: {
3679
- [key: string]: any;
3679
+ [key: string]: string;
3680
3680
  };
3681
3681
  /**
3682
3682
  * Encrypted environment variables for Pages Functions. Defaults to `map[]`.
3683
3683
  */
3684
3684
  secrets?: {
3685
- [key: string]: any;
3685
+ [key: string]: string;
3686
3686
  };
3687
3687
  /**
3688
3688
  * Services used for Pages Functions.