@pulumi/coreweave 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +106 -0
  3. package/cksCluster.d.ts +282 -0
  4. package/cksCluster.d.ts.map +1 -0
  5. package/cksCluster.js +130 -0
  6. package/cksCluster.js.map +1 -0
  7. package/config/index.d.ts +2 -0
  8. package/config/index.d.ts.map +1 -0
  9. package/config/index.js +21 -0
  10. package/config/index.js.map +1 -0
  11. package/config/vars.d.ts +17 -0
  12. package/config/vars.d.ts.map +1 -0
  13. package/config/vars.js +54 -0
  14. package/config/vars.js.map +1 -0
  15. package/getCksCluster.d.ts +44 -0
  16. package/getCksCluster.d.ts.map +1 -0
  17. package/getCksCluster.js +45 -0
  18. package/getCksCluster.js.map +1 -0
  19. package/getNetworkingVpc.d.ts +34 -0
  20. package/getNetworkingVpc.d.ts.map +1 -0
  21. package/getNetworkingVpc.js +45 -0
  22. package/getNetworkingVpc.js.map +1 -0
  23. package/getObjectStorageBucketPolicyDocument.d.ts +31 -0
  24. package/getObjectStorageBucketPolicyDocument.d.ts.map +1 -0
  25. package/getObjectStorageBucketPolicyDocument.js +51 -0
  26. package/getObjectStorageBucketPolicyDocument.js.map +1 -0
  27. package/index.d.ts +38 -0
  28. package/index.d.ts.map +1 -0
  29. package/index.js +108 -0
  30. package/index.js.map +1 -0
  31. package/networkingVpc.d.ts +147 -0
  32. package/networkingVpc.d.ts.map +1 -0
  33. package/networkingVpc.js +89 -0
  34. package/networkingVpc.js.map +1 -0
  35. package/objectStorageBucket.d.ts +79 -0
  36. package/objectStorageBucket.d.ts.map +1 -0
  37. package/objectStorageBucket.js +79 -0
  38. package/objectStorageBucket.js.map +1 -0
  39. package/objectStorageBucketLifecycleConfiguration.d.ts +63 -0
  40. package/objectStorageBucketLifecycleConfiguration.d.ts.map +1 -0
  41. package/objectStorageBucketLifecycleConfiguration.js +77 -0
  42. package/objectStorageBucketLifecycleConfiguration.js.map +1 -0
  43. package/objectStorageBucketPolicy.d.ts +61 -0
  44. package/objectStorageBucketPolicy.d.ts.map +1 -0
  45. package/objectStorageBucketPolicy.js +80 -0
  46. package/objectStorageBucketPolicy.js.map +1 -0
  47. package/objectStorageBucketSettings.d.ts +61 -0
  48. package/objectStorageBucketSettings.d.ts.map +1 -0
  49. package/objectStorageBucketSettings.js +77 -0
  50. package/objectStorageBucketSettings.js.map +1 -0
  51. package/objectStorageBucketVersioning.d.ts +54 -0
  52. package/objectStorageBucketVersioning.d.ts.map +1 -0
  53. package/objectStorageBucketVersioning.js +77 -0
  54. package/objectStorageBucketVersioning.js.map +1 -0
  55. package/objectStorageOrganizationAccessPolicy.d.ts +63 -0
  56. package/objectStorageOrganizationAccessPolicy.d.ts.map +1 -0
  57. package/objectStorageOrganizationAccessPolicy.js +77 -0
  58. package/objectStorageOrganizationAccessPolicy.js.map +1 -0
  59. package/package.json +27 -0
  60. package/provider.d.ts +74 -0
  61. package/provider.d.ts.map +1 -0
  62. package/provider.js +81 -0
  63. package/provider.js.map +1 -0
  64. package/types/index.d.ts +4 -0
  65. package/types/index.d.ts.map +1 -0
  66. package/types/index.js +34 -0
  67. package/types/index.js.map +1 -0
  68. package/types/input.d.ts +344 -0
  69. package/types/input.d.ts.map +1 -0
  70. package/types/input.js +5 -0
  71. package/types/input.js.map +1 -0
  72. package/types/output.d.ts +407 -0
  73. package/types/output.d.ts.map +1 -0
  74. package/types/output.js +5 -0
  75. package/types/output.js.map +1 -0
  76. package/utilities.d.ts +5 -0
  77. package/utilities.d.ts.map +1 -0
  78. package/utilities.js +114 -0
  79. package/utilities.js.map +1 -0
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.ObjectStorageBucketLifecycleConfiguration = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
31
+ class ObjectStorageBucketLifecycleConfiguration extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing ObjectStorageBucketLifecycleConfiguration resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name, id, state, opts) {
42
+ return new ObjectStorageBucketLifecycleConfiguration(name, state, { ...opts, id: id });
43
+ }
44
+ /** @internal */
45
+ static __pulumiType = 'coreweave:index/objectStorageBucketLifecycleConfiguration:ObjectStorageBucketLifecycleConfiguration';
46
+ /**
47
+ * Returns true if the given object is an instance of ObjectStorageBucketLifecycleConfiguration. This is designed to work even
48
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
49
+ */
50
+ static isInstance(obj) {
51
+ if (obj === undefined || obj === null) {
52
+ return false;
53
+ }
54
+ return obj['__pulumiType'] === ObjectStorageBucketLifecycleConfiguration.__pulumiType;
55
+ }
56
+ constructor(name, argsOrState, opts) {
57
+ let resourceInputs = {};
58
+ opts = opts || {};
59
+ if (opts.id) {
60
+ const state = argsOrState;
61
+ resourceInputs["bucket"] = state?.bucket;
62
+ resourceInputs["rules"] = state?.rules;
63
+ }
64
+ else {
65
+ const args = argsOrState;
66
+ if (args?.bucket === undefined && !opts.urn) {
67
+ throw new Error("Missing required property 'bucket'");
68
+ }
69
+ resourceInputs["bucket"] = args?.bucket;
70
+ resourceInputs["rules"] = args?.rules;
71
+ }
72
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
73
+ super(ObjectStorageBucketLifecycleConfiguration.__pulumiType, name, resourceInputs, opts);
74
+ }
75
+ }
76
+ exports.ObjectStorageBucketLifecycleConfiguration = ObjectStorageBucketLifecycleConfiguration;
77
+ //# sourceMappingURL=objectStorageBucketLifecycleConfiguration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"objectStorageBucketLifecycleConfiguration.js","sourceRoot":"","sources":["../objectStorageBucketLifecycleConfiguration.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC,MAAa,yCAA0C,SAAQ,MAAM,CAAC,cAAc;IAChF;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsD,EAAE,IAAmC;QACpJ,OAAO,IAAI,yCAAyC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChG,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,qGAAqG,CAAC;IAE5I;;;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,yCAAyC,CAAC,YAAY,CAAC;IAC1F,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA4G,EAAE,IAAmC;QACvK,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyE,CAAC;YACxF,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;SAC1C;aAAM;YACH,MAAM,IAAI,GAAG,WAAwE,CAAC;YACtF,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;SACzC;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yCAAyC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9F,CAAC;;AA9DL,8FA+DC"}
@@ -0,0 +1,61 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class ObjectStorageBucketPolicy extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing ObjectStorageBucketPolicy resource's state with the given name, ID, and optional extra
5
+ * properties used to qualify the lookup.
6
+ *
7
+ * @param name The _unique_ name of the resulting resource.
8
+ * @param id The _unique_ provider ID of the resource to lookup.
9
+ * @param state Any extra arguments used during the lookup.
10
+ * @param opts Optional settings to control the behavior of the CustomResource.
11
+ */
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ObjectStorageBucketPolicyState, opts?: pulumi.CustomResourceOptions): ObjectStorageBucketPolicy;
13
+ /**
14
+ * Returns true if the given object is an instance of ObjectStorageBucketPolicy. This is designed to work even
15
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
+ */
17
+ static isInstance(obj: any): obj is ObjectStorageBucketPolicy;
18
+ /**
19
+ * The name of the bucket for which to apply this policy.
20
+ */
21
+ readonly bucket: pulumi.Output<string>;
22
+ /**
23
+ * Text of the policy. Must be valid JSON. The coreweave.getObjectStorageBucketPolicyDocument data source may be used, simply reference the `.json` attribute of the data source.
24
+ */
25
+ readonly policy: pulumi.Output<string>;
26
+ /**
27
+ * Create a ObjectStorageBucketPolicy resource with the given unique name, arguments, and options.
28
+ *
29
+ * @param name The _unique_ name of the resource.
30
+ * @param args The arguments to use to populate this resource's properties.
31
+ * @param opts A bag of options that control this resource's behavior.
32
+ */
33
+ constructor(name: string, args: ObjectStorageBucketPolicyArgs, opts?: pulumi.CustomResourceOptions);
34
+ }
35
+ /**
36
+ * Input properties used for looking up and filtering ObjectStorageBucketPolicy resources.
37
+ */
38
+ export interface ObjectStorageBucketPolicyState {
39
+ /**
40
+ * The name of the bucket for which to apply this policy.
41
+ */
42
+ bucket?: pulumi.Input<string>;
43
+ /**
44
+ * Text of the policy. Must be valid JSON. The coreweave.getObjectStorageBucketPolicyDocument data source may be used, simply reference the `.json` attribute of the data source.
45
+ */
46
+ policy?: pulumi.Input<string>;
47
+ }
48
+ /**
49
+ * The set of arguments for constructing a ObjectStorageBucketPolicy resource.
50
+ */
51
+ export interface ObjectStorageBucketPolicyArgs {
52
+ /**
53
+ * The name of the bucket for which to apply this policy.
54
+ */
55
+ bucket: pulumi.Input<string>;
56
+ /**
57
+ * Text of the policy. Must be valid JSON. The coreweave.getObjectStorageBucketPolicyDocument data source may be used, simply reference the `.json` attribute of the data source.
58
+ */
59
+ policy: pulumi.Input<string>;
60
+ }
61
+ //# sourceMappingURL=objectStorageBucketPolicy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"objectStorageBucketPolicy.d.ts","sourceRoot":"","sources":["../objectStorageBucketPolicy.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC,qBAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,8BAA8B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,yBAAyB;IAOpK;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,yBAAyB;IAOpE;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACtD;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEtD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,6BAA6B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAsBrG;AAED;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.ObjectStorageBucketPolicy = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
31
+ class ObjectStorageBucketPolicy extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing ObjectStorageBucketPolicy resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name, id, state, opts) {
42
+ return new ObjectStorageBucketPolicy(name, state, { ...opts, id: id });
43
+ }
44
+ /** @internal */
45
+ static __pulumiType = 'coreweave:index/objectStorageBucketPolicy:ObjectStorageBucketPolicy';
46
+ /**
47
+ * Returns true if the given object is an instance of ObjectStorageBucketPolicy. This is designed to work even
48
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
49
+ */
50
+ static isInstance(obj) {
51
+ if (obj === undefined || obj === null) {
52
+ return false;
53
+ }
54
+ return obj['__pulumiType'] === ObjectStorageBucketPolicy.__pulumiType;
55
+ }
56
+ constructor(name, argsOrState, opts) {
57
+ let resourceInputs = {};
58
+ opts = opts || {};
59
+ if (opts.id) {
60
+ const state = argsOrState;
61
+ resourceInputs["bucket"] = state?.bucket;
62
+ resourceInputs["policy"] = state?.policy;
63
+ }
64
+ else {
65
+ const args = argsOrState;
66
+ if (args?.bucket === undefined && !opts.urn) {
67
+ throw new Error("Missing required property 'bucket'");
68
+ }
69
+ if (args?.policy === undefined && !opts.urn) {
70
+ throw new Error("Missing required property 'policy'");
71
+ }
72
+ resourceInputs["bucket"] = args?.bucket;
73
+ resourceInputs["policy"] = args?.policy;
74
+ }
75
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
76
+ super(ObjectStorageBucketPolicy.__pulumiType, name, resourceInputs, opts);
77
+ }
78
+ }
79
+ exports.ObjectStorageBucketPolicy = ObjectStorageBucketPolicy;
80
+ //# sourceMappingURL=objectStorageBucketPolicy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"objectStorageBucketPolicy.js","sourceRoot":"","sources":["../objectStorageBucketPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChF,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,qEAAqE,CAAC;IAE5G;;;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,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA4E,EAAE,IAAmC;QACvI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyD,CAAC;YACxE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAwD,CAAC;YACtE,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9E,CAAC;;AAjEL,8DAkEC"}
@@ -0,0 +1,61 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class ObjectStorageBucketSettings extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing ObjectStorageBucketSettings resource's state with the given name, ID, and optional extra
5
+ * properties used to qualify the lookup.
6
+ *
7
+ * @param name The _unique_ name of the resulting resource.
8
+ * @param id The _unique_ provider ID of the resource to lookup.
9
+ * @param state Any extra arguments used during the lookup.
10
+ * @param opts Optional settings to control the behavior of the CustomResource.
11
+ */
12
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ObjectStorageBucketSettingsState, opts?: pulumi.CustomResourceOptions): ObjectStorageBucketSettings;
13
+ /**
14
+ * Returns true if the given object is an instance of ObjectStorageBucketSettings. This is designed to work even
15
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
+ */
17
+ static isInstance(obj: any): obj is ObjectStorageBucketSettings;
18
+ /**
19
+ * Whether audit logging is enabled for the bucket. Note: please contact support to enable audit logging for your organization before enabling.
20
+ */
21
+ readonly auditLoggingEnabled: pulumi.Output<boolean>;
22
+ /**
23
+ * The name of the bucket to manage settings for.
24
+ */
25
+ readonly bucket: pulumi.Output<string>;
26
+ /**
27
+ * Create a ObjectStorageBucketSettings resource with the given unique name, arguments, and options.
28
+ *
29
+ * @param name The _unique_ name of the resource.
30
+ * @param args The arguments to use to populate this resource's properties.
31
+ * @param opts A bag of options that control this resource's behavior.
32
+ */
33
+ constructor(name: string, args: ObjectStorageBucketSettingsArgs, opts?: pulumi.CustomResourceOptions);
34
+ }
35
+ /**
36
+ * Input properties used for looking up and filtering ObjectStorageBucketSettings resources.
37
+ */
38
+ export interface ObjectStorageBucketSettingsState {
39
+ /**
40
+ * Whether audit logging is enabled for the bucket. Note: please contact support to enable audit logging for your organization before enabling.
41
+ */
42
+ auditLoggingEnabled?: pulumi.Input<boolean>;
43
+ /**
44
+ * The name of the bucket to manage settings for.
45
+ */
46
+ bucket?: pulumi.Input<string>;
47
+ }
48
+ /**
49
+ * The set of arguments for constructing a ObjectStorageBucketSettings resource.
50
+ */
51
+ export interface ObjectStorageBucketSettingsArgs {
52
+ /**
53
+ * Whether audit logging is enabled for the bucket. Note: please contact support to enable audit logging for your organization before enabling.
54
+ */
55
+ auditLoggingEnabled?: pulumi.Input<boolean>;
56
+ /**
57
+ * The name of the bucket to manage settings for.
58
+ */
59
+ bucket: pulumi.Input<string>;
60
+ }
61
+ //# sourceMappingURL=objectStorageBucketSettings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"objectStorageBucketSettings.d.ts","sourceRoot":"","sources":["../objectStorageBucketSettings.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC,qBAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,gCAAgC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,2BAA2B;IAOxK;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,2BAA2B;IAOtE;;OAEG;IACH,SAAwB,mBAAmB,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACpE;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEtD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,+BAA+B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAmBvG;AAED;;GAEG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAC5C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAC5C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.ObjectStorageBucketSettings = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
31
+ class ObjectStorageBucketSettings extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing ObjectStorageBucketSettings resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name, id, state, opts) {
42
+ return new ObjectStorageBucketSettings(name, state, { ...opts, id: id });
43
+ }
44
+ /** @internal */
45
+ static __pulumiType = 'coreweave:index/objectStorageBucketSettings:ObjectStorageBucketSettings';
46
+ /**
47
+ * Returns true if the given object is an instance of ObjectStorageBucketSettings. This is designed to work even
48
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
49
+ */
50
+ static isInstance(obj) {
51
+ if (obj === undefined || obj === null) {
52
+ return false;
53
+ }
54
+ return obj['__pulumiType'] === ObjectStorageBucketSettings.__pulumiType;
55
+ }
56
+ constructor(name, argsOrState, opts) {
57
+ let resourceInputs = {};
58
+ opts = opts || {};
59
+ if (opts.id) {
60
+ const state = argsOrState;
61
+ resourceInputs["auditLoggingEnabled"] = state?.auditLoggingEnabled;
62
+ resourceInputs["bucket"] = state?.bucket;
63
+ }
64
+ else {
65
+ const args = argsOrState;
66
+ if (args?.bucket === undefined && !opts.urn) {
67
+ throw new Error("Missing required property 'bucket'");
68
+ }
69
+ resourceInputs["auditLoggingEnabled"] = args?.auditLoggingEnabled;
70
+ resourceInputs["bucket"] = args?.bucket;
71
+ }
72
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
73
+ super(ObjectStorageBucketSettings.__pulumiType, name, resourceInputs, opts);
74
+ }
75
+ }
76
+ exports.ObjectStorageBucketSettings = ObjectStorageBucketSettings;
77
+ //# sourceMappingURL=objectStorageBucketSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"objectStorageBucketSettings.js","sourceRoot":"","sources":["../objectStorageBucketSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC,MAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwC,EAAE,IAAmC;QACtI,OAAO,IAAI,2BAA2B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAClF,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,yEAAyE,CAAC;IAEhH;;;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,2BAA2B,CAAC,YAAY,CAAC;IAC5E,CAAC;IAmBD,YAAY,IAAY,EAAE,WAAgF,EAAE,IAAmC;QAC3I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2D,CAAC;YAC1E,cAAc,CAAC,qBAAqB,CAAC,GAAG,KAAK,EAAE,mBAAmB,CAAC;YACnE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAA0D,CAAC;YACxE,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,qBAAqB,CAAC,GAAG,IAAI,EAAE,mBAAmB,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;SAC3C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,2BAA2B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChF,CAAC;;AA9DL,kEA+DC"}
@@ -0,0 +1,54 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare class ObjectStorageBucketVersioning extends pulumi.CustomResource {
5
+ /**
6
+ * Get an existing ObjectStorageBucketVersioning resource's state with the given name, ID, and optional extra
7
+ * properties used to qualify the lookup.
8
+ *
9
+ * @param name The _unique_ name of the resulting resource.
10
+ * @param id The _unique_ provider ID of the resource to lookup.
11
+ * @param state Any extra arguments used during the lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ObjectStorageBucketVersioningState, opts?: pulumi.CustomResourceOptions): ObjectStorageBucketVersioning;
15
+ /**
16
+ * Returns true if the given object is an instance of ObjectStorageBucketVersioning. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is ObjectStorageBucketVersioning;
20
+ /**
21
+ * The bucket on which to enable or suspend versioning.
22
+ */
23
+ readonly bucket: pulumi.Output<string>;
24
+ readonly versioningConfiguration: pulumi.Output<outputs.ObjectStorageBucketVersioningVersioningConfiguration | undefined>;
25
+ /**
26
+ * Create a ObjectStorageBucketVersioning resource with the given unique name, arguments, and options.
27
+ *
28
+ * @param name The _unique_ name of the resource.
29
+ * @param args The arguments to use to populate this resource's properties.
30
+ * @param opts A bag of options that control this resource's behavior.
31
+ */
32
+ constructor(name: string, args: ObjectStorageBucketVersioningArgs, opts?: pulumi.CustomResourceOptions);
33
+ }
34
+ /**
35
+ * Input properties used for looking up and filtering ObjectStorageBucketVersioning resources.
36
+ */
37
+ export interface ObjectStorageBucketVersioningState {
38
+ /**
39
+ * The bucket on which to enable or suspend versioning.
40
+ */
41
+ bucket?: pulumi.Input<string>;
42
+ versioningConfiguration?: pulumi.Input<inputs.ObjectStorageBucketVersioningVersioningConfiguration>;
43
+ }
44
+ /**
45
+ * The set of arguments for constructing a ObjectStorageBucketVersioning resource.
46
+ */
47
+ export interface ObjectStorageBucketVersioningArgs {
48
+ /**
49
+ * The bucket on which to enable or suspend versioning.
50
+ */
51
+ bucket: pulumi.Input<string>;
52
+ versioningConfiguration?: pulumi.Input<inputs.ObjectStorageBucketVersioningVersioningConfiguration>;
53
+ }
54
+ //# sourceMappingURL=objectStorageBucketVersioning.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"objectStorageBucketVersioning.d.ts","sourceRoot":"","sources":["../objectStorageBucketVersioning.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C,qBAAa,6BAA8B,SAAQ,MAAM,CAAC,cAAc;IACpE;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,kCAAkC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,6BAA6B;IAO5K;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,6BAA6B;IAOxE;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACtD,SAAwB,uBAAuB,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,oDAAoD,GAAG,SAAS,CAAC,CAAC;IAEzI;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,iCAAiC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAmBzG;AAED;;GAEG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B,uBAAuB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,oDAAoD,CAAC,CAAC;CACvG;AAED;;GAEG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,uBAAuB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,oDAAoD,CAAC,CAAC;CACvG"}
@@ -0,0 +1,77 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
5
+ if (k2 === undefined) k2 = k;
6
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
16
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
17
+ }) : function(o, v) {
18
+ o["default"] = v;
19
+ });
20
+ var __importStar = (this && this.__importStar) || function (mod) {
21
+ if (mod && mod.__esModule) return mod;
22
+ var result = {};
23
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
24
+ __setModuleDefault(result, mod);
25
+ return result;
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ exports.ObjectStorageBucketVersioning = void 0;
29
+ const pulumi = __importStar(require("@pulumi/pulumi"));
30
+ const utilities = __importStar(require("./utilities"));
31
+ class ObjectStorageBucketVersioning extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing ObjectStorageBucketVersioning resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name, id, state, opts) {
42
+ return new ObjectStorageBucketVersioning(name, state, { ...opts, id: id });
43
+ }
44
+ /** @internal */
45
+ static __pulumiType = 'coreweave:index/objectStorageBucketVersioning:ObjectStorageBucketVersioning';
46
+ /**
47
+ * Returns true if the given object is an instance of ObjectStorageBucketVersioning. This is designed to work even
48
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
49
+ */
50
+ static isInstance(obj) {
51
+ if (obj === undefined || obj === null) {
52
+ return false;
53
+ }
54
+ return obj['__pulumiType'] === ObjectStorageBucketVersioning.__pulumiType;
55
+ }
56
+ constructor(name, argsOrState, opts) {
57
+ let resourceInputs = {};
58
+ opts = opts || {};
59
+ if (opts.id) {
60
+ const state = argsOrState;
61
+ resourceInputs["bucket"] = state?.bucket;
62
+ resourceInputs["versioningConfiguration"] = state?.versioningConfiguration;
63
+ }
64
+ else {
65
+ const args = argsOrState;
66
+ if (args?.bucket === undefined && !opts.urn) {
67
+ throw new Error("Missing required property 'bucket'");
68
+ }
69
+ resourceInputs["bucket"] = args?.bucket;
70
+ resourceInputs["versioningConfiguration"] = args?.versioningConfiguration;
71
+ }
72
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
73
+ super(ObjectStorageBucketVersioning.__pulumiType, name, resourceInputs, opts);
74
+ }
75
+ }
76
+ exports.ObjectStorageBucketVersioning = ObjectStorageBucketVersioning;
77
+ //# sourceMappingURL=objectStorageBucketVersioning.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"objectStorageBucketVersioning.js","sourceRoot":"","sources":["../objectStorageBucketVersioning.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC,MAAa,6BAA8B,SAAQ,MAAM,CAAC,cAAc;IACpE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0C,EAAE,IAAmC;QACxI,OAAO,IAAI,6BAA6B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACpF,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,6EAA6E,CAAC;IAEpH;;;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,6BAA6B,CAAC,YAAY,CAAC;IAC9E,CAAC;IAgBD,YAAY,IAAY,EAAE,WAAoF,EAAE,IAAmC;QAC/I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6D,CAAC;YAC5E,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;SAC9E;aAAM;YACH,MAAM,IAAI,GAAG,WAA4D,CAAC;YAC1E,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;SAC7E;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,6BAA6B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClF,CAAC;;AA3DL,sEA4DC"}
@@ -0,0 +1,63 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare class ObjectStorageOrganizationAccessPolicy extends pulumi.CustomResource {
5
+ /**
6
+ * Get an existing ObjectStorageOrganizationAccessPolicy resource's state with the given name, ID, and optional extra
7
+ * properties used to qualify the lookup.
8
+ *
9
+ * @param name The _unique_ name of the resulting resource.
10
+ * @param id The _unique_ provider ID of the resource to lookup.
11
+ * @param state Any extra arguments used during the lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ObjectStorageOrganizationAccessPolicyState, opts?: pulumi.CustomResourceOptions): ObjectStorageOrganizationAccessPolicy;
15
+ /**
16
+ * Returns true if the given object is an instance of ObjectStorageOrganizationAccessPolicy. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is ObjectStorageOrganizationAccessPolicy;
20
+ /**
21
+ * The name of the organization access policy, must be unique.
22
+ */
23
+ readonly name: pulumi.Output<string>;
24
+ /**
25
+ * The list of access policy statements associated with this policy. At least one statement is required.
26
+ */
27
+ readonly statements: pulumi.Output<outputs.ObjectStorageOrganizationAccessPolicyStatement[]>;
28
+ /**
29
+ * Create a ObjectStorageOrganizationAccessPolicy resource with the given unique name, arguments, and options.
30
+ *
31
+ * @param name The _unique_ name of the resource.
32
+ * @param args The arguments to use to populate this resource's properties.
33
+ * @param opts A bag of options that control this resource's behavior.
34
+ */
35
+ constructor(name: string, args: ObjectStorageOrganizationAccessPolicyArgs, opts?: pulumi.CustomResourceOptions);
36
+ }
37
+ /**
38
+ * Input properties used for looking up and filtering ObjectStorageOrganizationAccessPolicy resources.
39
+ */
40
+ export interface ObjectStorageOrganizationAccessPolicyState {
41
+ /**
42
+ * The name of the organization access policy, must be unique.
43
+ */
44
+ name?: pulumi.Input<string>;
45
+ /**
46
+ * The list of access policy statements associated with this policy. At least one statement is required.
47
+ */
48
+ statements?: pulumi.Input<pulumi.Input<inputs.ObjectStorageOrganizationAccessPolicyStatement>[]>;
49
+ }
50
+ /**
51
+ * The set of arguments for constructing a ObjectStorageOrganizationAccessPolicy resource.
52
+ */
53
+ export interface ObjectStorageOrganizationAccessPolicyArgs {
54
+ /**
55
+ * The name of the organization access policy, must be unique.
56
+ */
57
+ name?: pulumi.Input<string>;
58
+ /**
59
+ * The list of access policy statements associated with this policy. At least one statement is required.
60
+ */
61
+ statements: pulumi.Input<pulumi.Input<inputs.ObjectStorageOrganizationAccessPolicyStatement>[]>;
62
+ }
63
+ //# sourceMappingURL=objectStorageOrganizationAccessPolicy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"objectStorageOrganizationAccessPolicy.d.ts","sourceRoot":"","sources":["../objectStorageOrganizationAccessPolicy.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C,qBAAa,qCAAsC,SAAQ,MAAM,CAAC,cAAc;IAC5E;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,0CAA0C,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,qCAAqC;IAO5L;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,qCAAqC;IAOhF;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpD;;OAEG;IACH,SAAwB,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,8CAA8C,EAAE,CAAC,CAAC;IAE5G;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,yCAAyC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAmBjH;AAED;;GAEG;AACH,MAAM,WAAW,0CAA0C;IACvD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,8CAA8C,CAAC,EAAE,CAAC,CAAC;CACpG;AAED;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACtD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,8CAA8C,CAAC,EAAE,CAAC,CAAC;CACnG"}