@volcengine/pulumi-volcenginecc 0.0.32 → 0.0.34

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 (119) hide show
  1. package/alb/acl.d.ts +20 -21
  2. package/alb/acl.js +2 -2
  3. package/alb/acl.js.map +1 -1
  4. package/alb/getAcl.d.ts +11 -11
  5. package/alb/getListener.d.ts +20 -20
  6. package/alb/getServerGroup.d.ts +9 -9
  7. package/alb/listener.d.ts +52 -52
  8. package/alb/listener.js +1 -1
  9. package/alb/serverGroup.d.ts +24 -24
  10. package/alb/serverGroup.js +1 -1
  11. package/cr/endpointAclPolicy.d.ts +107 -0
  12. package/cr/endpointAclPolicy.js +84 -0
  13. package/cr/endpointAclPolicy.js.map +1 -0
  14. package/cr/getEndpointAclPolicies.d.ts +22 -0
  15. package/cr/getEndpointAclPolicies.js +24 -0
  16. package/cr/getEndpointAclPolicies.js.map +1 -0
  17. package/cr/getEndpointAclPolicy.d.ts +52 -0
  18. package/cr/getEndpointAclPolicy.js +28 -0
  19. package/cr/getEndpointAclPolicy.js.map +1 -0
  20. package/cr/getRegistry.d.ts +14 -10
  21. package/cr/getRegistry.js.map +1 -1
  22. package/cr/index.d.ts +9 -0
  23. package/cr/index.js +12 -1
  24. package/cr/index.js.map +1 -1
  25. package/cr/registry.d.ts +40 -25
  26. package/cr/registry.js +6 -1
  27. package/cr/registry.js.map +1 -1
  28. package/iam/accesskey.d.ts +23 -27
  29. package/iam/accesskey.js +2 -2
  30. package/iam/accesskey.js.map +1 -1
  31. package/iam/getAccesskey.d.ts +10 -10
  32. package/organization/getServiceControlPolicies.d.ts +22 -0
  33. package/organization/getServiceControlPolicies.js +24 -0
  34. package/organization/getServiceControlPolicies.js.map +1 -0
  35. package/organization/getServiceControlPolicy.d.ts +69 -0
  36. package/organization/getServiceControlPolicy.js +28 -0
  37. package/organization/getServiceControlPolicy.js.map +1 -0
  38. package/organization/index.d.ts +9 -0
  39. package/organization/index.js +12 -1
  40. package/organization/index.js.map +1 -1
  41. package/organization/serviceControlPolicy.d.ts +118 -0
  42. package/organization/serviceControlPolicy.js +78 -0
  43. package/organization/serviceControlPolicy.js.map +1 -0
  44. package/package.json +1 -1
  45. package/privatezone/getRecord.d.ts +5 -0
  46. package/privatezone/getRecord.js.map +1 -1
  47. package/privatezone/record.d.ts +4 -0
  48. package/privatezone/record.js +2 -0
  49. package/privatezone/record.js.map +1 -1
  50. package/rdsmysql/getParameterTemplate.d.ts +97 -0
  51. package/rdsmysql/getParameterTemplate.js +28 -0
  52. package/rdsmysql/getParameterTemplate.js.map +1 -0
  53. package/rdsmysql/getParameterTemplates.d.ts +22 -0
  54. package/rdsmysql/getParameterTemplates.js +24 -0
  55. package/rdsmysql/getParameterTemplates.js.map +1 -0
  56. package/rdsmysql/index.d.ts +9 -0
  57. package/rdsmysql/index.js +12 -1
  58. package/rdsmysql/index.js.map +1 -1
  59. package/rdsmysql/parameterTemplate.d.ts +186 -0
  60. package/rdsmysql/parameterTemplate.js +92 -0
  61. package/rdsmysql/parameterTemplate.js.map +1 -0
  62. package/redis/getInstance.d.ts +8 -0
  63. package/redis/getInstance.js.map +1 -1
  64. package/redis/instance.d.ts +47 -18
  65. package/redis/instance.js +27 -18
  66. package/redis/instance.js.map +1 -1
  67. package/tos/bucketCors.d.ts +69 -0
  68. package/tos/bucketCors.js +73 -0
  69. package/tos/bucketCors.js.map +1 -0
  70. package/tos/bucketNotification.d.ts +69 -0
  71. package/tos/bucketNotification.js +70 -0
  72. package/tos/bucketNotification.js.map +1 -0
  73. package/tos/bucketRealtimeLog.d.ts +78 -0
  74. package/tos/bucketRealtimeLog.js +73 -0
  75. package/tos/bucketRealtimeLog.js.map +1 -0
  76. package/tos/getBucketCors.d.ts +45 -0
  77. package/tos/getBucketCors.js +28 -0
  78. package/tos/getBucketCors.js.map +1 -0
  79. package/tos/getBucketNotification.d.ts +45 -0
  80. package/tos/getBucketNotification.js +28 -0
  81. package/tos/getBucketNotification.js.map +1 -0
  82. package/tos/getBucketNotifications.d.ts +22 -0
  83. package/tos/getBucketNotifications.js +24 -0
  84. package/tos/getBucketNotifications.js.map +1 -0
  85. package/tos/getBucketRealtimeLog.d.ts +45 -0
  86. package/tos/getBucketRealtimeLog.js +28 -0
  87. package/tos/getBucketRealtimeLog.js.map +1 -0
  88. package/tos/getBucketRealtimeLogs.d.ts +22 -0
  89. package/tos/getBucketRealtimeLogs.js +24 -0
  90. package/tos/getBucketRealtimeLogs.js.map +1 -0
  91. package/tos/index.d.ts +24 -0
  92. package/tos/index.js +31 -1
  93. package/tos/index.js.map +1 -1
  94. package/transitrouter/getPeerAttachment.d.ts +109 -0
  95. package/transitrouter/getPeerAttachment.js +28 -0
  96. package/transitrouter/getPeerAttachment.js.map +1 -0
  97. package/transitrouter/getPeerAttachments.d.ts +22 -0
  98. package/transitrouter/getPeerAttachments.js +24 -0
  99. package/transitrouter/getPeerAttachments.js.map +1 -0
  100. package/transitrouter/index.d.ts +9 -0
  101. package/transitrouter/index.js +12 -1
  102. package/transitrouter/index.js.map +1 -1
  103. package/transitrouter/peerAttachment.d.ts +235 -0
  104. package/transitrouter/peerAttachment.js +122 -0
  105. package/transitrouter/peerAttachment.js.map +1 -0
  106. package/types/input.d.ts +283 -50
  107. package/types/output.d.ts +595 -102
  108. package/vpn/getSslVpnClientCert.d.ts +93 -0
  109. package/vpn/getSslVpnClientCert.js +28 -0
  110. package/vpn/getSslVpnClientCert.js.map +1 -0
  111. package/vpn/getSslVpnClientCerts.d.ts +22 -0
  112. package/vpn/getSslVpnClientCerts.js +24 -0
  113. package/vpn/getSslVpnClientCerts.js.map +1 -0
  114. package/vpn/index.d.ts +9 -0
  115. package/vpn/index.js +12 -1
  116. package/vpn/index.js.map +1 -1
  117. package/vpn/sslVpnClientCert.d.ts +183 -0
  118. package/vpn/sslVpnClientCert.js +104 -0
  119. package/vpn/sslVpnClientCert.js.map +1 -0
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.BucketCors = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * { .Description | trimspace }
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * { tffile (printf "examples/resources/%s/tos_bucket_cors.tf" .Name)}
14
+ *
15
+ * { .SchemaMarkdown | trimspace }
16
+ * {- if .HasImport }
17
+ *
18
+ * ## Import
19
+ *
20
+ * { codefile "shell" .ImportFile }
21
+ *
22
+ * {- end }
23
+ */
24
+ class BucketCors extends pulumi.CustomResource {
25
+ /**
26
+ * Get an existing BucketCors resource's state with the given name, ID, and optional extra
27
+ * properties used to qualify the lookup.
28
+ *
29
+ * @param name The _unique_ name of the resulting resource.
30
+ * @param id The _unique_ provider ID of the resource to lookup.
31
+ * @param state Any extra arguments used during the lookup.
32
+ * @param opts Optional settings to control the behavior of the CustomResource.
33
+ */
34
+ static get(name, id, state, opts) {
35
+ return new BucketCors(name, state, Object.assign(Object.assign({}, opts), { id: id }));
36
+ }
37
+ /**
38
+ * Returns true if the given object is an instance of BucketCors. This is designed to work even
39
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
40
+ */
41
+ static isInstance(obj) {
42
+ if (obj === undefined || obj === null) {
43
+ return false;
44
+ }
45
+ return obj['__pulumiType'] === BucketCors.__pulumiType;
46
+ }
47
+ constructor(name, argsOrState, opts) {
48
+ let resourceInputs = {};
49
+ opts = opts || {};
50
+ if (opts.id) {
51
+ const state = argsOrState;
52
+ resourceInputs["bucketName"] = state ? state.bucketName : undefined;
53
+ resourceInputs["corsRules"] = state ? state.corsRules : undefined;
54
+ }
55
+ else {
56
+ const args = argsOrState;
57
+ if ((!args || args.bucketName === undefined) && !opts.urn) {
58
+ throw new Error("Missing required property 'bucketName'");
59
+ }
60
+ if ((!args || args.corsRules === undefined) && !opts.urn) {
61
+ throw new Error("Missing required property 'corsRules'");
62
+ }
63
+ resourceInputs["bucketName"] = args ? args.bucketName : undefined;
64
+ resourceInputs["corsRules"] = args ? args.corsRules : undefined;
65
+ }
66
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
67
+ super(BucketCors.__pulumiType, name, resourceInputs, opts);
68
+ }
69
+ }
70
+ exports.BucketCors = BucketCors;
71
+ /** @internal */
72
+ BucketCors.__pulumiType = 'volcenginecc:tos/bucketCors:BucketCors';
73
+ //# sourceMappingURL=bucketCors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bucketCors.js","sourceRoot":"","sources":["../../tos/bucketCors.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;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;IAgBD,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,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,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,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;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;;AA9DL,gCA+DC;AAjDG,gBAAgB;AACO,uBAAY,GAAG,wCAAwC,CAAC"}
@@ -0,0 +1,69 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * { .Description | trimspace }
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * { tffile (printf "examples/resources/%s/tos_bucket_notification.tf" .Name)}
10
+ *
11
+ * { .SchemaMarkdown | trimspace }
12
+ * {- if .HasImport }
13
+ *
14
+ * ## Import
15
+ *
16
+ * { codefile "shell" .ImportFile }
17
+ *
18
+ * {- end }
19
+ */
20
+ export declare class BucketNotification extends pulumi.CustomResource {
21
+ /**
22
+ * Get an existing BucketNotification resource's state with the given name, ID, and optional extra
23
+ * properties used to qualify the lookup.
24
+ *
25
+ * @param name The _unique_ name of the resulting resource.
26
+ * @param id The _unique_ provider ID of the resource to lookup.
27
+ * @param state Any extra arguments used during the lookup.
28
+ * @param opts Optional settings to control the behavior of the CustomResource.
29
+ */
30
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BucketNotificationState, opts?: pulumi.CustomResourceOptions): BucketNotification;
31
+ /**
32
+ * Returns true if the given object is an instance of BucketNotification. This is designed to work even
33
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
34
+ */
35
+ static isInstance(obj: any): obj is BucketNotification;
36
+ /**
37
+ * Bucket name.
38
+ */
39
+ readonly bucketName: pulumi.Output<string>;
40
+ readonly notificationRules: pulumi.Output<outputs.tos.BucketNotificationNotificationRule[]>;
41
+ /**
42
+ * Create a BucketNotification resource with the given unique name, arguments, and options.
43
+ *
44
+ * @param name The _unique_ name of the resource.
45
+ * @param args The arguments to use to populate this resource's properties.
46
+ * @param opts A bag of options that control this resource's behavior.
47
+ */
48
+ constructor(name: string, args: BucketNotificationArgs, opts?: pulumi.CustomResourceOptions);
49
+ }
50
+ /**
51
+ * Input properties used for looking up and filtering BucketNotification resources.
52
+ */
53
+ export interface BucketNotificationState {
54
+ /**
55
+ * Bucket name.
56
+ */
57
+ bucketName?: pulumi.Input<string>;
58
+ notificationRules?: pulumi.Input<pulumi.Input<inputs.tos.BucketNotificationNotificationRule>[]>;
59
+ }
60
+ /**
61
+ * The set of arguments for constructing a BucketNotification resource.
62
+ */
63
+ export interface BucketNotificationArgs {
64
+ /**
65
+ * Bucket name.
66
+ */
67
+ bucketName: pulumi.Input<string>;
68
+ notificationRules?: pulumi.Input<pulumi.Input<inputs.tos.BucketNotificationNotificationRule>[]>;
69
+ }
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.BucketNotification = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * { .Description | trimspace }
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * { tffile (printf "examples/resources/%s/tos_bucket_notification.tf" .Name)}
14
+ *
15
+ * { .SchemaMarkdown | trimspace }
16
+ * {- if .HasImport }
17
+ *
18
+ * ## Import
19
+ *
20
+ * { codefile "shell" .ImportFile }
21
+ *
22
+ * {- end }
23
+ */
24
+ class BucketNotification extends pulumi.CustomResource {
25
+ /**
26
+ * Get an existing BucketNotification resource's state with the given name, ID, and optional extra
27
+ * properties used to qualify the lookup.
28
+ *
29
+ * @param name The _unique_ name of the resulting resource.
30
+ * @param id The _unique_ provider ID of the resource to lookup.
31
+ * @param state Any extra arguments used during the lookup.
32
+ * @param opts Optional settings to control the behavior of the CustomResource.
33
+ */
34
+ static get(name, id, state, opts) {
35
+ return new BucketNotification(name, state, Object.assign(Object.assign({}, opts), { id: id }));
36
+ }
37
+ /**
38
+ * Returns true if the given object is an instance of BucketNotification. This is designed to work even
39
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
40
+ */
41
+ static isInstance(obj) {
42
+ if (obj === undefined || obj === null) {
43
+ return false;
44
+ }
45
+ return obj['__pulumiType'] === BucketNotification.__pulumiType;
46
+ }
47
+ constructor(name, argsOrState, opts) {
48
+ let resourceInputs = {};
49
+ opts = opts || {};
50
+ if (opts.id) {
51
+ const state = argsOrState;
52
+ resourceInputs["bucketName"] = state ? state.bucketName : undefined;
53
+ resourceInputs["notificationRules"] = state ? state.notificationRules : undefined;
54
+ }
55
+ else {
56
+ const args = argsOrState;
57
+ if ((!args || args.bucketName === undefined) && !opts.urn) {
58
+ throw new Error("Missing required property 'bucketName'");
59
+ }
60
+ resourceInputs["bucketName"] = args ? args.bucketName : undefined;
61
+ resourceInputs["notificationRules"] = args ? args.notificationRules : undefined;
62
+ }
63
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
64
+ super(BucketNotification.__pulumiType, name, resourceInputs, opts);
65
+ }
66
+ }
67
+ exports.BucketNotification = BucketNotification;
68
+ /** @internal */
69
+ BucketNotification.__pulumiType = 'volcenginecc:tos/bucketNotification:BucketNotification';
70
+ //# sourceMappingURL=bucketNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bucketNotification.js","sourceRoot":"","sources":["../../tos/bucketNotification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAgBD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;SACrF;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;SACnF;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AA3DL,gDA4DC;AA9CG,gBAAgB;AACO,+BAAY,GAAG,wDAAwD,CAAC"}
@@ -0,0 +1,78 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * { .Description | trimspace }
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * { tffile (printf "examples/resources/%s/tos_bucket_realtime_log.tf" .Name)}
10
+ *
11
+ * { .SchemaMarkdown | trimspace }
12
+ * {- if .HasImport }
13
+ *
14
+ * ## Import
15
+ *
16
+ * { codefile "shell" .ImportFile }
17
+ *
18
+ * {- end }
19
+ */
20
+ export declare class BucketRealtimeLog extends pulumi.CustomResource {
21
+ /**
22
+ * Get an existing BucketRealtimeLog resource's state with the given name, ID, and optional extra
23
+ * properties used to qualify the lookup.
24
+ *
25
+ * @param name The _unique_ name of the resulting resource.
26
+ * @param id The _unique_ provider ID of the resource to lookup.
27
+ * @param state Any extra arguments used during the lookup.
28
+ * @param opts Optional settings to control the behavior of the CustomResource.
29
+ */
30
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BucketRealtimeLogState, opts?: pulumi.CustomResourceOptions): BucketRealtimeLog;
31
+ /**
32
+ * Returns true if the given object is an instance of BucketRealtimeLog. This is designed to work even
33
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
34
+ */
35
+ static isInstance(obj: any): obj is BucketRealtimeLog;
36
+ /**
37
+ * Bucket name
38
+ */
39
+ readonly bucketName: pulumi.Output<string>;
40
+ /**
41
+ * Log analysis feature for the bucket
42
+ */
43
+ readonly realTimeLog: pulumi.Output<outputs.tos.BucketRealtimeLogRealTimeLog>;
44
+ /**
45
+ * Create a BucketRealtimeLog resource with the given unique name, arguments, and options.
46
+ *
47
+ * @param name The _unique_ name of the resource.
48
+ * @param args The arguments to use to populate this resource's properties.
49
+ * @param opts A bag of options that control this resource's behavior.
50
+ */
51
+ constructor(name: string, args: BucketRealtimeLogArgs, opts?: pulumi.CustomResourceOptions);
52
+ }
53
+ /**
54
+ * Input properties used for looking up and filtering BucketRealtimeLog resources.
55
+ */
56
+ export interface BucketRealtimeLogState {
57
+ /**
58
+ * Bucket name
59
+ */
60
+ bucketName?: pulumi.Input<string>;
61
+ /**
62
+ * Log analysis feature for the bucket
63
+ */
64
+ realTimeLog?: pulumi.Input<inputs.tos.BucketRealtimeLogRealTimeLog>;
65
+ }
66
+ /**
67
+ * The set of arguments for constructing a BucketRealtimeLog resource.
68
+ */
69
+ export interface BucketRealtimeLogArgs {
70
+ /**
71
+ * Bucket name
72
+ */
73
+ bucketName: pulumi.Input<string>;
74
+ /**
75
+ * Log analysis feature for the bucket
76
+ */
77
+ realTimeLog: pulumi.Input<inputs.tos.BucketRealtimeLogRealTimeLog>;
78
+ }
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.BucketRealtimeLog = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * { .Description | trimspace }
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * { tffile (printf "examples/resources/%s/tos_bucket_realtime_log.tf" .Name)}
14
+ *
15
+ * { .SchemaMarkdown | trimspace }
16
+ * {- if .HasImport }
17
+ *
18
+ * ## Import
19
+ *
20
+ * { codefile "shell" .ImportFile }
21
+ *
22
+ * {- end }
23
+ */
24
+ class BucketRealtimeLog extends pulumi.CustomResource {
25
+ /**
26
+ * Get an existing BucketRealtimeLog resource's state with the given name, ID, and optional extra
27
+ * properties used to qualify the lookup.
28
+ *
29
+ * @param name The _unique_ name of the resulting resource.
30
+ * @param id The _unique_ provider ID of the resource to lookup.
31
+ * @param state Any extra arguments used during the lookup.
32
+ * @param opts Optional settings to control the behavior of the CustomResource.
33
+ */
34
+ static get(name, id, state, opts) {
35
+ return new BucketRealtimeLog(name, state, Object.assign(Object.assign({}, opts), { id: id }));
36
+ }
37
+ /**
38
+ * Returns true if the given object is an instance of BucketRealtimeLog. This is designed to work even
39
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
40
+ */
41
+ static isInstance(obj) {
42
+ if (obj === undefined || obj === null) {
43
+ return false;
44
+ }
45
+ return obj['__pulumiType'] === BucketRealtimeLog.__pulumiType;
46
+ }
47
+ constructor(name, argsOrState, opts) {
48
+ let resourceInputs = {};
49
+ opts = opts || {};
50
+ if (opts.id) {
51
+ const state = argsOrState;
52
+ resourceInputs["bucketName"] = state ? state.bucketName : undefined;
53
+ resourceInputs["realTimeLog"] = state ? state.realTimeLog : undefined;
54
+ }
55
+ else {
56
+ const args = argsOrState;
57
+ if ((!args || args.bucketName === undefined) && !opts.urn) {
58
+ throw new Error("Missing required property 'bucketName'");
59
+ }
60
+ if ((!args || args.realTimeLog === undefined) && !opts.urn) {
61
+ throw new Error("Missing required property 'realTimeLog'");
62
+ }
63
+ resourceInputs["bucketName"] = args ? args.bucketName : undefined;
64
+ resourceInputs["realTimeLog"] = args ? args.realTimeLog : undefined;
65
+ }
66
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
67
+ super(BucketRealtimeLog.__pulumiType, name, resourceInputs, opts);
68
+ }
69
+ }
70
+ exports.BucketRealtimeLog = BucketRealtimeLog;
71
+ /** @internal */
72
+ BucketRealtimeLog.__pulumiType = 'volcenginecc:tos/bucketRealtimeLog:BucketRealtimeLog';
73
+ //# sourceMappingURL=bucketRealtimeLog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bucketRealtimeLog.js","sourceRoot":"","sources":["../../tos/bucketRealtimeLog.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAjEL,8CAkEC;AApDG,gBAAgB;AACO,8BAAY,GAAG,sDAAsD,CAAC"}
@@ -0,0 +1,45 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::TOS::BucketCors
5
+ */
6
+ export declare function getBucketCors(args: GetBucketCorsArgs, opts?: pulumi.InvokeOptions): Promise<GetBucketCorsResult>;
7
+ /**
8
+ * A collection of arguments for invoking getBucketCors.
9
+ */
10
+ export interface GetBucketCorsArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getBucketCors.
18
+ */
19
+ export interface GetBucketCorsResult {
20
+ /**
21
+ * Bucket name.
22
+ */
23
+ readonly bucketName: string;
24
+ /**
25
+ * CORS rule information.
26
+ */
27
+ readonly corsRules: outputs.tos.GetBucketCorsCorsRule[];
28
+ /**
29
+ * Uniquely identifies the resource.
30
+ */
31
+ readonly id: string;
32
+ }
33
+ /**
34
+ * Data Source schema for Volcengine::TOS::BucketCors
35
+ */
36
+ export declare function getBucketCorsOutput(args: GetBucketCorsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBucketCorsResult>;
37
+ /**
38
+ * A collection of arguments for invoking getBucketCors.
39
+ */
40
+ export interface GetBucketCorsOutputArgs {
41
+ /**
42
+ * Uniquely identifies the resource.
43
+ */
44
+ id: pulumi.Input<string>;
45
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getBucketCorsOutput = exports.getBucketCors = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::TOS::BucketCors
10
+ */
11
+ function getBucketCors(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tos/getBucketCors:getBucketCors", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getBucketCors = getBucketCors;
18
+ /**
19
+ * Data Source schema for Volcengine::TOS::BucketCors
20
+ */
21
+ function getBucketCorsOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:tos/getBucketCors:getBucketCors", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getBucketCorsOutput = getBucketCorsOutput;
28
+ //# sourceMappingURL=getBucketCors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBucketCors.js","sourceRoot":"","sources":["../../tos/getBucketCors.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AA6BD;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
@@ -0,0 +1,45 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::TOS::BucketNotification
5
+ */
6
+ export declare function getBucketNotification(args: GetBucketNotificationArgs, opts?: pulumi.InvokeOptions): Promise<GetBucketNotificationResult>;
7
+ /**
8
+ * A collection of arguments for invoking getBucketNotification.
9
+ */
10
+ export interface GetBucketNotificationArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getBucketNotification.
18
+ */
19
+ export interface GetBucketNotificationResult {
20
+ /**
21
+ * Bucket name.
22
+ */
23
+ readonly bucketName: string;
24
+ /**
25
+ * Uniquely identifies the resource.
26
+ */
27
+ readonly id: string;
28
+ /**
29
+ * Event notification rule information.
30
+ */
31
+ readonly notificationRules: outputs.tos.GetBucketNotificationNotificationRule[];
32
+ }
33
+ /**
34
+ * Data Source schema for Volcengine::TOS::BucketNotification
35
+ */
36
+ export declare function getBucketNotificationOutput(args: GetBucketNotificationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBucketNotificationResult>;
37
+ /**
38
+ * A collection of arguments for invoking getBucketNotification.
39
+ */
40
+ export interface GetBucketNotificationOutputArgs {
41
+ /**
42
+ * Uniquely identifies the resource.
43
+ */
44
+ id: pulumi.Input<string>;
45
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getBucketNotificationOutput = exports.getBucketNotification = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::TOS::BucketNotification
10
+ */
11
+ function getBucketNotification(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tos/getBucketNotification:getBucketNotification", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getBucketNotification = getBucketNotification;
18
+ /**
19
+ * Data Source schema for Volcengine::TOS::BucketNotification
20
+ */
21
+ function getBucketNotificationOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:tos/getBucketNotification:getBucketNotification", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getBucketNotificationOutput = getBucketNotificationOutput;
28
+ //# sourceMappingURL=getBucketNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBucketNotification.js","sourceRoot":"","sources":["../../tos/getBucketNotification.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC;AA6BD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::TOS::BucketNotification
4
+ */
5
+ export declare function getBucketNotifications(opts?: pulumi.InvokeOptions): Promise<GetBucketNotificationsResult>;
6
+ /**
7
+ * A collection of values returned by getBucketNotifications.
8
+ */
9
+ export interface GetBucketNotificationsResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Volcengine::TOS::BucketNotification
21
+ */
22
+ export declare function getBucketNotificationsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBucketNotificationsResult>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getBucketNotificationsOutput = exports.getBucketNotifications = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::TOS::BucketNotification
10
+ */
11
+ function getBucketNotifications(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tos/getBucketNotifications:getBucketNotifications", {}, opts);
14
+ }
15
+ exports.getBucketNotifications = getBucketNotifications;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::TOS::BucketNotification
18
+ */
19
+ function getBucketNotificationsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:tos/getBucketNotifications:getBucketNotifications", {}, opts);
22
+ }
23
+ exports.getBucketNotificationsOutput = getBucketNotificationsOutput;
24
+ //# sourceMappingURL=getBucketNotifications.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBucketNotifications.js","sourceRoot":"","sources":["../../tos/getBucketNotifications.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAA2B;IAC9D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE,EAC9F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wDAIC;AAeD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAiC;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE,EACpG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oEAIC"}
@@ -0,0 +1,45 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::TOS::BucketRealtimeLog
5
+ */
6
+ export declare function getBucketRealtimeLog(args: GetBucketRealtimeLogArgs, opts?: pulumi.InvokeOptions): Promise<GetBucketRealtimeLogResult>;
7
+ /**
8
+ * A collection of arguments for invoking getBucketRealtimeLog.
9
+ */
10
+ export interface GetBucketRealtimeLogArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getBucketRealtimeLog.
18
+ */
19
+ export interface GetBucketRealtimeLogResult {
20
+ /**
21
+ * Bucket name
22
+ */
23
+ readonly bucketName: string;
24
+ /**
25
+ * Uniquely identifies the resource.
26
+ */
27
+ readonly id: string;
28
+ /**
29
+ * Log analysis feature for the bucket
30
+ */
31
+ readonly realTimeLog: outputs.tos.GetBucketRealtimeLogRealTimeLog;
32
+ }
33
+ /**
34
+ * Data Source schema for Volcengine::TOS::BucketRealtimeLog
35
+ */
36
+ export declare function getBucketRealtimeLogOutput(args: GetBucketRealtimeLogOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBucketRealtimeLogResult>;
37
+ /**
38
+ * A collection of arguments for invoking getBucketRealtimeLog.
39
+ */
40
+ export interface GetBucketRealtimeLogOutputArgs {
41
+ /**
42
+ * Uniquely identifies the resource.
43
+ */
44
+ id: pulumi.Input<string>;
45
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getBucketRealtimeLogOutput = exports.getBucketRealtimeLog = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::TOS::BucketRealtimeLog
10
+ */
11
+ function getBucketRealtimeLog(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:tos/getBucketRealtimeLog:getBucketRealtimeLog", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getBucketRealtimeLog = getBucketRealtimeLog;
18
+ /**
19
+ * Data Source schema for Volcengine::TOS::BucketRealtimeLog
20
+ */
21
+ function getBucketRealtimeLogOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:tos/getBucketRealtimeLog:getBucketRealtimeLog", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getBucketRealtimeLogOutput = getBucketRealtimeLogOutput;
28
+ //# sourceMappingURL=getBucketRealtimeLog.js.map