@byteplus/pulumi-bytepluscc 0.0.36 → 0.0.38

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 (221) 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/certificate.d.ts +19 -3
  5. package/alb/certificate.js +3 -4
  6. package/alb/certificate.js.map +1 -1
  7. package/alb/getAcl.d.ts +11 -11
  8. package/alb/getCertificate.d.ts +5 -1
  9. package/alb/getCertificate.js.map +1 -1
  10. package/alb/getListener.d.ts +20 -20
  11. package/alb/getServerGroup.d.ts +9 -9
  12. package/alb/listener.d.ts +52 -52
  13. package/alb/listener.js +1 -1
  14. package/alb/serverGroup.d.ts +24 -24
  15. package/alb/serverGroup.js +1 -1
  16. package/bmq/getGroup.d.ts +10 -10
  17. package/bmq/getInstance.d.ts +13 -13
  18. package/bmq/group.d.ts +23 -43
  19. package/bmq/group.js +1 -21
  20. package/bmq/group.js.map +1 -1
  21. package/bmq/instance.d.ts +44 -44
  22. package/bmq/instance.js +6 -6
  23. package/cloudidentity/userProvisioning.d.ts +2 -2
  24. package/cloudidentity/userProvisioning.js +2 -2
  25. package/cloudmonitor/getRule.d.ts +11 -11
  26. package/cloudmonitor/rule.d.ts +33 -33
  27. package/cr/getRegistry.d.ts +11 -11
  28. package/cr/registry.d.ts +28 -28
  29. package/cr/registry.js +1 -1
  30. package/directconnect/connection.d.ts +332 -0
  31. package/directconnect/connection.js +163 -0
  32. package/directconnect/connection.js.map +1 -0
  33. package/directconnect/getConnection.d.ts +145 -0
  34. package/directconnect/getConnection.js +28 -0
  35. package/directconnect/getConnection.js.map +1 -0
  36. package/directconnect/getConnections.d.ts +22 -0
  37. package/directconnect/getConnections.js +24 -0
  38. package/directconnect/getConnections.js.map +1 -0
  39. package/directconnect/index.d.ts +9 -0
  40. package/directconnect/index.js +12 -1
  41. package/directconnect/index.js.map +1 -1
  42. package/fwcenter/addressBook.d.ts +210 -0
  43. package/fwcenter/addressBook.js +115 -0
  44. package/fwcenter/addressBook.js.map +1 -0
  45. package/fwcenter/controlPolicy.d.ts +437 -0
  46. package/fwcenter/controlPolicy.js +183 -0
  47. package/fwcenter/controlPolicy.js.map +1 -0
  48. package/fwcenter/getAddressBook.d.ts +93 -0
  49. package/fwcenter/getAddressBook.js +28 -0
  50. package/fwcenter/getAddressBook.js.map +1 -0
  51. package/fwcenter/getAddressBooks.d.ts +22 -0
  52. package/fwcenter/getAddressBooks.js +24 -0
  53. package/fwcenter/getAddressBooks.js.map +1 -0
  54. package/fwcenter/getControlPolicies.d.ts +22 -0
  55. package/fwcenter/getControlPolicies.js +24 -0
  56. package/fwcenter/getControlPolicies.js.map +1 -0
  57. package/fwcenter/getControlPolicy.d.ts +185 -0
  58. package/fwcenter/getControlPolicy.js +28 -0
  59. package/fwcenter/getControlPolicy.js.map +1 -0
  60. package/fwcenter/getNatFireWallControlPolicies.d.ts +22 -0
  61. package/fwcenter/getNatFireWallControlPolicies.js +24 -0
  62. package/fwcenter/getNatFireWallControlPolicies.js.map +1 -0
  63. package/fwcenter/getNatFireWallControlPolicy.d.ts +185 -0
  64. package/fwcenter/getNatFireWallControlPolicy.js +28 -0
  65. package/fwcenter/getNatFireWallControlPolicy.js.map +1 -0
  66. package/fwcenter/getVpcFireWallAclRule.d.ts +189 -0
  67. package/fwcenter/getVpcFireWallAclRule.js +28 -0
  68. package/fwcenter/getVpcFireWallAclRule.js.map +1 -0
  69. package/fwcenter/getVpcFireWallAclRules.d.ts +22 -0
  70. package/fwcenter/getVpcFireWallAclRules.js +24 -0
  71. package/fwcenter/getVpcFireWallAclRules.js.map +1 -0
  72. package/fwcenter/index.d.ts +36 -0
  73. package/fwcenter/index.js +45 -1
  74. package/fwcenter/index.js.map +1 -1
  75. package/fwcenter/natFireWallControlPolicy.d.ts +433 -0
  76. package/fwcenter/natFireWallControlPolicy.js +186 -0
  77. package/fwcenter/natFireWallControlPolicy.js.map +1 -0
  78. package/fwcenter/vpcFireWallAclRule.d.ts +446 -0
  79. package/fwcenter/vpcFireWallAclRule.js +186 -0
  80. package/fwcenter/vpcFireWallAclRule.js.map +1 -0
  81. package/gtm/getGtm.d.ts +9 -0
  82. package/gtm/getGtm.js.map +1 -1
  83. package/gtm/gtm.d.ts +18 -0
  84. package/gtm/gtm.js +4 -0
  85. package/gtm/gtm.js.map +1 -1
  86. package/iam/accesskey.d.ts +0 -4
  87. package/iam/accesskey.js +1 -1
  88. package/iam/accesskey.js.map +1 -1
  89. package/id/authConfig.d.ts +142 -0
  90. package/id/authConfig.js +79 -0
  91. package/id/authConfig.js.map +1 -0
  92. package/id/getAuthConfig.d.ts +77 -0
  93. package/id/getAuthConfig.js +28 -0
  94. package/id/getAuthConfig.js.map +1 -0
  95. package/id/getAuthConfigs.d.ts +22 -0
  96. package/id/getAuthConfigs.js +24 -0
  97. package/id/getAuthConfigs.js.map +1 -0
  98. package/id/getPermissionNamespace.d.ts +73 -0
  99. package/id/getPermissionNamespace.js +28 -0
  100. package/id/getPermissionNamespace.js.map +1 -0
  101. package/id/getPermissionNamespaces.d.ts +22 -0
  102. package/id/getPermissionNamespaces.js +24 -0
  103. package/id/getPermissionNamespaces.js.map +1 -0
  104. package/id/getUserPool.d.ts +173 -0
  105. package/id/getUserPool.js +28 -0
  106. package/id/getUserPool.js.map +1 -0
  107. package/id/getUserPools.d.ts +22 -0
  108. package/id/getUserPools.js +24 -0
  109. package/id/getUserPools.js.map +1 -0
  110. package/id/getWorkloadPool.d.ts +81 -0
  111. package/id/getWorkloadPool.js +28 -0
  112. package/id/getWorkloadPool.js.map +1 -0
  113. package/id/getWorkloadPools.d.ts +22 -0
  114. package/id/getWorkloadPools.js +24 -0
  115. package/id/getWorkloadPools.js.map +1 -0
  116. package/id/index.d.ts +36 -0
  117. package/id/index.js +45 -1
  118. package/id/index.js.map +1 -1
  119. package/id/permissionNamespace.d.ts +143 -0
  120. package/id/permissionNamespace.js +94 -0
  121. package/id/permissionNamespace.js.map +1 -0
  122. package/id/userPool.d.ts +370 -0
  123. package/id/userPool.js +127 -0
  124. package/id/userPool.js.map +1 -0
  125. package/id/workloadPool.d.ts +159 -0
  126. package/id/workloadPool.js +98 -0
  127. package/id/workloadPool.js.map +1 -0
  128. package/kafka/allowList.d.ts +0 -22
  129. package/kafka/allowList.js +0 -22
  130. package/kafka/allowList.js.map +1 -1
  131. package/kms/getKeyMaterial.d.ts +68 -0
  132. package/kms/getKeyMaterial.js +28 -0
  133. package/kms/getKeyMaterial.js.map +1 -0
  134. package/kms/getKeyMaterials.d.ts +22 -0
  135. package/kms/getKeyMaterials.js +24 -0
  136. package/kms/getKeyMaterials.js.map +1 -0
  137. package/kms/index.d.ts +9 -0
  138. package/kms/index.js +12 -1
  139. package/kms/index.js.map +1 -1
  140. package/kms/keyMaterial.d.ts +144 -0
  141. package/kms/keyMaterial.js +96 -0
  142. package/kms/keyMaterial.js.map +1 -0
  143. package/organization/getServiceControlPolicyEnabler.d.ts +48 -0
  144. package/organization/getServiceControlPolicyEnabler.js +28 -0
  145. package/organization/getServiceControlPolicyEnabler.js.map +1 -0
  146. package/organization/getServiceControlPolicyEnablers.d.ts +22 -0
  147. package/organization/getServiceControlPolicyEnablers.js +24 -0
  148. package/organization/getServiceControlPolicyEnablers.js.map +1 -0
  149. package/organization/index.d.ts +9 -0
  150. package/organization/index.js +12 -1
  151. package/organization/index.js.map +1 -1
  152. package/organization/serviceControlPolicyEnabler.d.ts +78 -0
  153. package/organization/serviceControlPolicyEnabler.js +71 -0
  154. package/organization/serviceControlPolicyEnabler.js.map +1 -0
  155. package/package.json +1 -1
  156. package/privatezone/getResolverRule.d.ts +8 -0
  157. package/privatezone/getResolverRule.js.map +1 -1
  158. package/privatezone/resolverRule.d.ts +24 -0
  159. package/privatezone/resolverRule.js +4 -0
  160. package/privatezone/resolverRule.js.map +1 -1
  161. package/rabbitmq/allowList.d.ts +0 -17
  162. package/rabbitmq/allowList.js +0 -17
  163. package/rabbitmq/allowList.js.map +1 -1
  164. package/rdsmysql/getInstance.d.ts +16 -0
  165. package/rdsmysql/getInstance.js.map +1 -1
  166. package/rdsmysql/getInstanceReadonlyNode.d.ts +92 -0
  167. package/rdsmysql/getInstanceReadonlyNode.js +28 -0
  168. package/rdsmysql/getInstanceReadonlyNode.js.map +1 -0
  169. package/rdsmysql/getInstanceReadonlyNodes.d.ts +22 -0
  170. package/rdsmysql/getInstanceReadonlyNodes.js +24 -0
  171. package/rdsmysql/getInstanceReadonlyNodes.js.map +1 -0
  172. package/rdsmysql/index.d.ts +9 -0
  173. package/rdsmysql/index.js +12 -1
  174. package/rdsmysql/index.js.map +1 -1
  175. package/rdsmysql/instance.d.ts +48 -0
  176. package/rdsmysql/instance.js +8 -0
  177. package/rdsmysql/instance.js.map +1 -1
  178. package/rdsmysql/instanceReadonlyNode.d.ts +192 -0
  179. package/rdsmysql/instanceReadonlyNode.js +105 -0
  180. package/rdsmysql/instanceReadonlyNode.js.map +1 -0
  181. package/redis/getInstance.d.ts +4 -0
  182. package/redis/getInstance.js.map +1 -1
  183. package/redis/instance.d.ts +3 -0
  184. package/redis/instance.js +3 -0
  185. package/redis/instance.js.map +1 -1
  186. package/redis/parameterGroup.d.ts +2 -2
  187. package/redis/parameterGroup.js +2 -2
  188. package/tls/alarmWebhookIntegrationType.d.ts +159 -0
  189. package/tls/alarmWebhookIntegrationType.js +108 -0
  190. package/tls/alarmWebhookIntegrationType.js.map +1 -0
  191. package/tls/getAlarmWebhookIntegrationType.d.ts +73 -0
  192. package/tls/getAlarmWebhookIntegrationType.js +28 -0
  193. package/tls/getAlarmWebhookIntegrationType.js.map +1 -0
  194. package/tls/getAlarmWebhookIntegrationTypes.d.ts +22 -0
  195. package/tls/getAlarmWebhookIntegrationTypes.js +24 -0
  196. package/tls/getAlarmWebhookIntegrationTypes.js.map +1 -0
  197. package/tls/index.d.ts +9 -0
  198. package/tls/index.js +13 -2
  199. package/tls/index.js.map +1 -1
  200. package/types/input.d.ts +706 -65
  201. package/types/output.d.ts +1531 -246
  202. package/vke/node.d.ts +1 -1
  203. package/vke/node.js +0 -3
  204. package/vke/node.js.map +1 -1
  205. package/vmp/ruleFile.d.ts +2 -2
  206. package/vmp/ruleFile.js +2 -2
  207. package/vpc/vpc.d.ts +4 -0
  208. package/vpc/vpc.js +1 -1
  209. package/vpc/vpc.js.map +1 -1
  210. package/waf/getHostGroup.d.ts +69 -0
  211. package/waf/getHostGroup.js +28 -0
  212. package/waf/getHostGroup.js.map +1 -0
  213. package/waf/getHostGroups.d.ts +22 -0
  214. package/waf/getHostGroups.js +24 -0
  215. package/waf/getHostGroups.js.map +1 -0
  216. package/waf/hostGroup.d.ts +135 -0
  217. package/waf/hostGroup.js +92 -0
  218. package/waf/hostGroup.js.map +1 -0
  219. package/waf/index.d.ts +9 -0
  220. package/waf/index.js +12 -1
  221. package/waf/index.js.map +1 -1
@@ -18,15 +18,15 @@ export interface GetInstanceArgs {
18
18
  */
19
19
  export interface GetInstanceResult {
20
20
  /**
21
- * Whether to enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal
21
+ * Enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal.
22
22
  */
23
23
  readonly autoRenew: string;
24
24
  /**
25
- * Unit of purchase duration. Possible values: MONTHLY: Monthly purchase. YEARLY: Annual purchase
25
+ * Unit of purchase duration. Options: MONTHLY—monthly subscription; YEARLY—yearly subscription
26
26
  */
27
27
  readonly billingPeriod: string;
28
28
  /**
29
- * Instance billing method. Possible values: POST: Pay-as-you-go. MIX: Subscription
29
+ * Instance billing method. Options: POST—pay-as-you-go; MIX—yearly/monthly subscription
30
30
  */
31
31
  readonly billingType: string;
32
32
  /**
@@ -34,11 +34,11 @@ export interface GetInstanceResult {
34
34
  */
35
35
  readonly createdTime: string;
36
36
  /**
37
- * Instance description statement
37
+ * Instance description
38
38
  */
39
39
  readonly description: string;
40
40
  /**
41
- * Whether public access is enabled for the instance. To enable public access, configure the public IP ID in the same region
41
+ * Whether public access is enabled for the instance. If public access is required, configure the ID of a public IP in the same region
42
42
  */
43
43
  readonly eipId: string;
44
44
  /**
@@ -62,11 +62,11 @@ export interface GetInstanceResult {
62
62
  */
63
63
  readonly instanceId: string;
64
64
  /**
65
- * Message retention period for all topics under the instance, in hours
65
+ * Message retention period for all Topics under the instance, in hours
66
66
  */
67
67
  readonly messageRetention: number;
68
68
  /**
69
- * Set a custom name for the BMQ instance. Constraints: Use lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
69
+ * Custom BMQ instance name. Constraints: must consist of lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
70
70
  */
71
71
  readonly name: string;
72
72
  /**
@@ -74,7 +74,7 @@ export interface GetInstanceResult {
74
74
  */
75
75
  readonly partitionLimit: number;
76
76
  /**
77
- * Project name to which the instance belongs
77
+ * Project name associated with the instance
78
78
  */
79
79
  readonly projectName: string;
80
80
  /**
@@ -86,7 +86,7 @@ export interface GetInstanceResult {
86
86
  */
87
87
  readonly resources: outputs.bmq.GetInstanceResources;
88
88
  /**
89
- * List of security groups used by the instance
89
+ * Security group list used by the instance
90
90
  */
91
91
  readonly securityGroupIdLists: string[];
92
92
  /**
@@ -98,7 +98,7 @@ export interface GetInstanceResult {
98
98
  */
99
99
  readonly status: string;
100
100
  /**
101
- * List of subnets used by the instance
101
+ * Subnet list used by the instance
102
102
  */
103
103
  readonly subnetIdLists: string[];
104
104
  /**
@@ -106,11 +106,11 @@ export interface GetInstanceResult {
106
106
  */
107
107
  readonly tags: outputs.bmq.GetInstanceTag[];
108
108
  /**
109
- * Purchase duration for subscription instances, in months
109
+ * Purchase duration for yearly/monthly subscription instances, in months
110
110
  */
111
111
  readonly times: number;
112
112
  /**
113
- * Maximum number of topics per instance
113
+ * Maximum number of Topics per instance
114
114
  */
115
115
  readonly topicLimit: number;
116
116
  /**
@@ -118,7 +118,7 @@ export interface GetInstanceResult {
118
118
  */
119
119
  readonly vpcId: string;
120
120
  /**
121
- * List of availability zones where the instance is located
121
+ * List of availability zones for the instance
122
122
  */
123
123
  readonly zoneIdLists: string[];
124
124
  }
package/bmq/group.d.ts CHANGED
@@ -2,27 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
4
  /**
5
- * A group of consumers with the same Group ID. When a Topic is consumed by multiple Consumers in the same Group, each message is delivered to only one Consumer, enabling load balancing. Using Groups ensures that messages in a Topic are consumed in parallel.
6
- *
7
- * ## Example Usage
8
- *
9
- * ```typescript
10
- * import * as pulumi from "@pulumi/pulumi";
11
- * import * as byteplus from "@pulumi/byteplus";
12
- *
13
- * const bMQGroupDemo = new byteplus.index.BmqGroup("BMQGroupDemo", {
14
- * description: "this is test group",
15
- * groupName: "cBMQGroupDemo",
16
- * instanceId: "bmq-4ld4vpjzd32tq1gxxxxx",
17
- * resetInfo: {
18
- * topicId: "5f81fcab96cb46c7955659fdxxxxx",
19
- * resetBy: "OFFSET",
20
- * offsetType: "LATEST",
21
- * resetValue: 4,
22
- * partitionId: 1,
23
- * },
24
- * });
25
- * ```
5
+ * A group of consumers with the same Group ID. When multiple consumers in the same Group consume a Topic, each message is delivered to only one consumer, enabling load balancing. Using Groups ensures that messages in a Topic are consumed in parallel.
26
6
  *
27
7
  * ## Import
28
8
  *
@@ -47,39 +27,39 @@ export declare class Group extends pulumi.CustomResource {
47
27
  */
48
28
  static isInstance(obj: any): obj is Group;
49
29
  /**
50
- * Consumer Group creation time.
30
+ * Consumer Group creation time
51
31
  */
52
32
  readonly createdTime: pulumi.Output<string>;
53
33
  /**
54
- * Consumer Group description.
34
+ * Consumer Group description
55
35
  */
56
36
  readonly description: pulumi.Output<string>;
57
37
  /**
58
- * Consumer Group ID.
38
+ * Consumer Group ID
59
39
  */
60
40
  readonly groupId: pulumi.Output<string>;
61
41
  /**
62
- * Set the Consumer Group name manually. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
42
+ * Set a custom Consumer Group name. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
63
43
  */
64
44
  readonly groupName: pulumi.Output<string>;
65
45
  /**
66
- * BMQ instance ID.
46
+ * BMQ instance ID
67
47
  */
68
48
  readonly instanceId: pulumi.Output<string>;
69
49
  /**
70
- * User ID associated with the Consumer Group.
50
+ * User ID of the Consumer Group owner
71
51
  */
72
52
  readonly ownerId: pulumi.Output<string>;
73
53
  /**
74
- * Name of the user associated with the Consumer Group.
54
+ * Name of the Consumer Group owner
75
55
  */
76
56
  readonly ownerName: pulumi.Output<string>;
77
57
  /**
78
- * Reset consumption position information.
58
+ * Reset consumption offset information
79
59
  */
80
60
  readonly resetInfo: pulumi.Output<outputs.bmq.GroupResetInfo>;
81
61
  /**
82
- * Consumer Group status.
62
+ * Consumer Group status
83
63
  */
84
64
  readonly status: pulumi.Output<string>;
85
65
  readonly topicInfos: pulumi.Output<outputs.bmq.GroupTopicInfo[]>;
@@ -97,39 +77,39 @@ export declare class Group extends pulumi.CustomResource {
97
77
  */
98
78
  export interface GroupState {
99
79
  /**
100
- * Consumer Group creation time.
80
+ * Consumer Group creation time
101
81
  */
102
82
  createdTime?: pulumi.Input<string>;
103
83
  /**
104
- * Consumer Group description.
84
+ * Consumer Group description
105
85
  */
106
86
  description?: pulumi.Input<string>;
107
87
  /**
108
- * Consumer Group ID.
88
+ * Consumer Group ID
109
89
  */
110
90
  groupId?: pulumi.Input<string>;
111
91
  /**
112
- * Set the Consumer Group name manually. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
92
+ * Set a custom Consumer Group name. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
113
93
  */
114
94
  groupName?: pulumi.Input<string>;
115
95
  /**
116
- * BMQ instance ID.
96
+ * BMQ instance ID
117
97
  */
118
98
  instanceId?: pulumi.Input<string>;
119
99
  /**
120
- * User ID associated with the Consumer Group.
100
+ * User ID of the Consumer Group owner
121
101
  */
122
102
  ownerId?: pulumi.Input<string>;
123
103
  /**
124
- * Name of the user associated with the Consumer Group.
104
+ * Name of the Consumer Group owner
125
105
  */
126
106
  ownerName?: pulumi.Input<string>;
127
107
  /**
128
- * Reset consumption position information.
108
+ * Reset consumption offset information
129
109
  */
130
110
  resetInfo?: pulumi.Input<inputs.bmq.GroupResetInfo>;
131
111
  /**
132
- * Consumer Group status.
112
+ * Consumer Group status
133
113
  */
134
114
  status?: pulumi.Input<string>;
135
115
  topicInfos?: pulumi.Input<pulumi.Input<inputs.bmq.GroupTopicInfo>[]>;
@@ -139,19 +119,19 @@ export interface GroupState {
139
119
  */
140
120
  export interface GroupArgs {
141
121
  /**
142
- * Consumer Group description.
122
+ * Consumer Group description
143
123
  */
144
124
  description?: pulumi.Input<string>;
145
125
  /**
146
- * Set the Consumer Group name manually. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
126
+ * Set a custom Consumer Group name. Constraints: Only lowercase English letters, numbers, underscores, and hyphens (-) are allowed. Length must be 3–64 characters.
147
127
  */
148
128
  groupName?: pulumi.Input<string>;
149
129
  /**
150
- * BMQ instance ID.
130
+ * BMQ instance ID
151
131
  */
152
132
  instanceId?: pulumi.Input<string>;
153
133
  /**
154
- * Reset consumption position information.
134
+ * Reset consumption offset information
155
135
  */
156
136
  resetInfo?: pulumi.Input<inputs.bmq.GroupResetInfo>;
157
137
  }
package/bmq/group.js CHANGED
@@ -6,27 +6,7 @@ exports.Group = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * A group of consumers with the same Group ID. When a Topic is consumed by multiple Consumers in the same Group, each message is delivered to only one Consumer, enabling load balancing. Using Groups ensures that messages in a Topic are consumed in parallel.
10
- *
11
- * ## Example Usage
12
- *
13
- * ```typescript
14
- * import * as pulumi from "@pulumi/pulumi";
15
- * import * as byteplus from "@pulumi/byteplus";
16
- *
17
- * const bMQGroupDemo = new byteplus.index.BmqGroup("BMQGroupDemo", {
18
- * description: "this is test group",
19
- * groupName: "cBMQGroupDemo",
20
- * instanceId: "bmq-4ld4vpjzd32tq1gxxxxx",
21
- * resetInfo: {
22
- * topicId: "5f81fcab96cb46c7955659fdxxxxx",
23
- * resetBy: "OFFSET",
24
- * offsetType: "LATEST",
25
- * resetValue: 4,
26
- * partitionId: 1,
27
- * },
28
- * });
29
- * ```
9
+ * A group of consumers with the same Group ID. When multiple consumers in the same Group consume a Topic, each message is delivered to only one consumer, enabling load balancing. Using Groups ensures that messages in a Topic are consumed in parallel.
30
10
  *
31
11
  * ## Import
32
12
  *
package/bmq/group.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"group.js","sourceRoot":"","sources":["../../bmq/group.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"group.js","sourceRoot":"","sources":["../../bmq/group.ts"],"names":[],"mappings":"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"}
package/bmq/instance.d.ts CHANGED
@@ -2,15 +2,15 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
3
  import * as outputs from "../types/output";
4
4
  /**
5
- * The cloud-native messaging engine is 100% compatible with the Apache Kafka protocol. It is a fully managed, high-throughput, low-latency, highly available, highly scalable, and highly stable distributed messaging engine service built on cloud-native architecture. It supports flexible, dynamic scaling and integrated stream-batch processing, delivering enterprise-grade, real-time stream data processing at large scale. It helps you build the 'central nervous system' for data processing and is widely used in scenarios such as log collection, data aggregation, and offline data analysis.
5
+ * The cloud-native messaging engine is 100% compatible with the Apache Kafka protocol. It offers a fully managed, high-throughput, low-latency, highly available, highly scalable, and highly stable distributed messaging engine service based on cloud-native architecture. Supports flexible and dynamic scaling, integrated stream and batch processing, and provides enterprise-grade real-time stream data processing capabilities for large-scale data. Helps you build the 'central nervous system' for data processing, widely used in scenarios such as log collection, data aggregation, and offline data analysis.
6
6
  *
7
7
  * ## Example Usage
8
8
  *
9
9
  * ```typescript
10
10
  * import * as pulumi from "@pulumi/pulumi";
11
- * import * as byteplus from "@pulumi/byteplus";
11
+ * import * as bytepluscc from "@byteplus/pulumi-bytepluscc";
12
12
  *
13
- * const bMQInstanceDemo = new byteplus.index.BmqInstance("BMQInstanceDemo", {
13
+ * const bMQInstanceDemo = new bytepluscc.bmq.Instance("BMQInstanceDemo", {
14
14
  * name: "BMQInstanceDemo",
15
15
  * billingType: "POST",
16
16
  * projectName: "default",
@@ -25,9 +25,9 @@ import * as outputs from "../types/output";
25
25
  * vpcIds: ["vpc-miltj87lh2ww5smt1bxxxxx"],
26
26
  * },
27
27
  * },
28
- * securityGroupIdList: ["sg-3nqnz9en1ucxs931eaxxxxx"],
29
- * subnetIdList: ["subnet-w02wsq25fitc865ykaxxxxx"],
30
- * zoneIdList: ["cn-beijing-a"],
28
+ * securityGroupIdLists: ["sg-3nqnz9en1ucxs931eaxxxxx"],
29
+ * subnetIdLists: ["subnet-w02wsq25fitc865ykaxxxxx"],
30
+ * zoneIdLists: ["cn-beijing-a"],
31
31
  * tags: [{
32
32
  * key: "env",
33
33
  * type: "CUSTOM",
@@ -59,15 +59,15 @@ export declare class Instance extends pulumi.CustomResource {
59
59
  */
60
60
  static isInstance(obj: any): obj is Instance;
61
61
  /**
62
- * Whether to enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal
62
+ * Enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal.
63
63
  */
64
64
  readonly autoRenew: pulumi.Output<string>;
65
65
  /**
66
- * Unit of purchase duration. Possible values: MONTHLY: Monthly purchase. YEARLY: Annual purchase
66
+ * Unit of purchase duration. Options: MONTHLY—monthly subscription; YEARLY—yearly subscription
67
67
  */
68
68
  readonly billingPeriod: pulumi.Output<string>;
69
69
  /**
70
- * Instance billing method. Possible values: POST: Pay-as-you-go. MIX: Subscription
70
+ * Instance billing method. Options: POST—pay-as-you-go; MIX—yearly/monthly subscription
71
71
  */
72
72
  readonly billingType: pulumi.Output<string>;
73
73
  /**
@@ -75,11 +75,11 @@ export declare class Instance extends pulumi.CustomResource {
75
75
  */
76
76
  readonly createdTime: pulumi.Output<string>;
77
77
  /**
78
- * Instance description statement
78
+ * Instance description
79
79
  */
80
80
  readonly description: pulumi.Output<string>;
81
81
  /**
82
- * Whether public access is enabled for the instance. To enable public access, configure the public IP ID in the same region
82
+ * Whether public access is enabled for the instance. If public access is required, configure the ID of a public IP in the same region
83
83
  */
84
84
  readonly eipId: pulumi.Output<string>;
85
85
  /**
@@ -99,11 +99,11 @@ export declare class Instance extends pulumi.CustomResource {
99
99
  */
100
100
  readonly instanceId: pulumi.Output<string>;
101
101
  /**
102
- * Message retention period for all topics under the instance, in hours
102
+ * Message retention period for all Topics under the instance, in hours
103
103
  */
104
104
  readonly messageRetention: pulumi.Output<number>;
105
105
  /**
106
- * Set a custom name for the BMQ instance. Constraints: Use lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
106
+ * Custom BMQ instance name. Constraints: must consist of lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
107
107
  */
108
108
  readonly name: pulumi.Output<string>;
109
109
  /**
@@ -111,7 +111,7 @@ export declare class Instance extends pulumi.CustomResource {
111
111
  */
112
112
  readonly partitionLimit: pulumi.Output<number>;
113
113
  /**
114
- * Project name to which the instance belongs
114
+ * Project name associated with the instance
115
115
  */
116
116
  readonly projectName: pulumi.Output<string>;
117
117
  readonly resourceTags: pulumi.Output<outputs.bmq.InstanceResourceTag[]>;
@@ -120,7 +120,7 @@ export declare class Instance extends pulumi.CustomResource {
120
120
  */
121
121
  readonly resources: pulumi.Output<outputs.bmq.InstanceResources>;
122
122
  /**
123
- * List of security groups used by the instance
123
+ * Security group list used by the instance
124
124
  */
125
125
  readonly securityGroupIdLists: pulumi.Output<string[]>;
126
126
  /**
@@ -132,16 +132,16 @@ export declare class Instance extends pulumi.CustomResource {
132
132
  */
133
133
  readonly status: pulumi.Output<string>;
134
134
  /**
135
- * List of subnets used by the instance
135
+ * Subnet list used by the instance
136
136
  */
137
137
  readonly subnetIdLists: pulumi.Output<string[]>;
138
138
  readonly tags: pulumi.Output<outputs.bmq.InstanceTag[]>;
139
139
  /**
140
- * Purchase duration for subscription instances, in months
140
+ * Purchase duration for yearly/monthly subscription instances, in months
141
141
  */
142
142
  readonly times: pulumi.Output<number>;
143
143
  /**
144
- * Maximum number of topics per instance
144
+ * Maximum number of Topics per instance
145
145
  */
146
146
  readonly topicLimit: pulumi.Output<number>;
147
147
  /**
@@ -149,7 +149,7 @@ export declare class Instance extends pulumi.CustomResource {
149
149
  */
150
150
  readonly vpcId: pulumi.Output<string>;
151
151
  /**
152
- * List of availability zones where the instance is located
152
+ * List of availability zones for the instance
153
153
  */
154
154
  readonly zoneIdLists: pulumi.Output<string[]>;
155
155
  /**
@@ -166,15 +166,15 @@ export declare class Instance extends pulumi.CustomResource {
166
166
  */
167
167
  export interface InstanceState {
168
168
  /**
169
- * Whether to enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal
169
+ * Enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal.
170
170
  */
171
171
  autoRenew?: pulumi.Input<string>;
172
172
  /**
173
- * Unit of purchase duration. Possible values: MONTHLY: Monthly purchase. YEARLY: Annual purchase
173
+ * Unit of purchase duration. Options: MONTHLY—monthly subscription; YEARLY—yearly subscription
174
174
  */
175
175
  billingPeriod?: pulumi.Input<string>;
176
176
  /**
177
- * Instance billing method. Possible values: POST: Pay-as-you-go. MIX: Subscription
177
+ * Instance billing method. Options: POST—pay-as-you-go; MIX—yearly/monthly subscription
178
178
  */
179
179
  billingType?: pulumi.Input<string>;
180
180
  /**
@@ -182,11 +182,11 @@ export interface InstanceState {
182
182
  */
183
183
  createdTime?: pulumi.Input<string>;
184
184
  /**
185
- * Instance description statement
185
+ * Instance description
186
186
  */
187
187
  description?: pulumi.Input<string>;
188
188
  /**
189
- * Whether public access is enabled for the instance. To enable public access, configure the public IP ID in the same region
189
+ * Whether public access is enabled for the instance. If public access is required, configure the ID of a public IP in the same region
190
190
  */
191
191
  eipId?: pulumi.Input<string>;
192
192
  /**
@@ -206,11 +206,11 @@ export interface InstanceState {
206
206
  */
207
207
  instanceId?: pulumi.Input<string>;
208
208
  /**
209
- * Message retention period for all topics under the instance, in hours
209
+ * Message retention period for all Topics under the instance, in hours
210
210
  */
211
211
  messageRetention?: pulumi.Input<number>;
212
212
  /**
213
- * Set a custom name for the BMQ instance. Constraints: Use lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
213
+ * Custom BMQ instance name. Constraints: must consist of lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
214
214
  */
215
215
  name?: pulumi.Input<string>;
216
216
  /**
@@ -218,7 +218,7 @@ export interface InstanceState {
218
218
  */
219
219
  partitionLimit?: pulumi.Input<number>;
220
220
  /**
221
- * Project name to which the instance belongs
221
+ * Project name associated with the instance
222
222
  */
223
223
  projectName?: pulumi.Input<string>;
224
224
  resourceTags?: pulumi.Input<pulumi.Input<inputs.bmq.InstanceResourceTag>[]>;
@@ -227,7 +227,7 @@ export interface InstanceState {
227
227
  */
228
228
  resources?: pulumi.Input<inputs.bmq.InstanceResources>;
229
229
  /**
230
- * List of security groups used by the instance
230
+ * Security group list used by the instance
231
231
  */
232
232
  securityGroupIdLists?: pulumi.Input<pulumi.Input<string>[]>;
233
233
  /**
@@ -239,16 +239,16 @@ export interface InstanceState {
239
239
  */
240
240
  status?: pulumi.Input<string>;
241
241
  /**
242
- * List of subnets used by the instance
242
+ * Subnet list used by the instance
243
243
  */
244
244
  subnetIdLists?: pulumi.Input<pulumi.Input<string>[]>;
245
245
  tags?: pulumi.Input<pulumi.Input<inputs.bmq.InstanceTag>[]>;
246
246
  /**
247
- * Purchase duration for subscription instances, in months
247
+ * Purchase duration for yearly/monthly subscription instances, in months
248
248
  */
249
249
  times?: pulumi.Input<number>;
250
250
  /**
251
- * Maximum number of topics per instance
251
+ * Maximum number of Topics per instance
252
252
  */
253
253
  topicLimit?: pulumi.Input<number>;
254
254
  /**
@@ -256,7 +256,7 @@ export interface InstanceState {
256
256
  */
257
257
  vpcId?: pulumi.Input<string>;
258
258
  /**
259
- * List of availability zones where the instance is located
259
+ * List of availability zones for the instance
260
260
  */
261
261
  zoneIdLists?: pulumi.Input<pulumi.Input<string>[]>;
262
262
  }
@@ -265,23 +265,23 @@ export interface InstanceState {
265
265
  */
266
266
  export interface InstanceArgs {
267
267
  /**
268
- * Whether to enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal
268
+ * Enable auto-renewal. Possible values: true: Enable auto-renewal. false: Disable auto-renewal.
269
269
  */
270
270
  autoRenew?: pulumi.Input<string>;
271
271
  /**
272
- * Unit of purchase duration. Possible values: MONTHLY: Monthly purchase. YEARLY: Annual purchase
272
+ * Unit of purchase duration. Options: MONTHLY—monthly subscription; YEARLY—yearly subscription
273
273
  */
274
274
  billingPeriod?: pulumi.Input<string>;
275
275
  /**
276
- * Instance billing method. Possible values: POST: Pay-as-you-go. MIX: Subscription
276
+ * Instance billing method. Options: POST—pay-as-you-go; MIX—yearly/monthly subscription
277
277
  */
278
278
  billingType: pulumi.Input<string>;
279
279
  /**
280
- * Instance description statement
280
+ * Instance description
281
281
  */
282
282
  description?: pulumi.Input<string>;
283
283
  /**
284
- * Whether public access is enabled for the instance. To enable public access, configure the public IP ID in the same region
284
+ * Whether public access is enabled for the instance. If public access is required, configure the ID of a public IP in the same region
285
285
  */
286
286
  eipId?: pulumi.Input<string>;
287
287
  /**
@@ -289,19 +289,19 @@ export interface InstanceArgs {
289
289
  */
290
290
  endpoints?: pulumi.Input<inputs.bmq.InstanceEndpoints>;
291
291
  /**
292
- * Message retention period for all topics under the instance, in hours
292
+ * Message retention period for all Topics under the instance, in hours
293
293
  */
294
294
  messageRetention?: pulumi.Input<number>;
295
295
  /**
296
- * Set a custom name for the BMQ instance. Constraints: Use lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
296
+ * Custom BMQ instance name. Constraints: must consist of lowercase letters, numbers, and hyphens (-). Length: 1–64 characters
297
297
  */
298
298
  name: pulumi.Input<string>;
299
299
  /**
300
- * Project name to which the instance belongs
300
+ * Project name associated with the instance
301
301
  */
302
302
  projectName: pulumi.Input<string>;
303
303
  /**
304
- * List of security groups used by the instance
304
+ * Security group list used by the instance
305
305
  */
306
306
  securityGroupIdLists: pulumi.Input<pulumi.Input<string>[]>;
307
307
  /**
@@ -309,12 +309,12 @@ export interface InstanceArgs {
309
309
  */
310
310
  specification: pulumi.Input<string>;
311
311
  /**
312
- * List of subnets used by the instance
312
+ * Subnet list used by the instance
313
313
  */
314
314
  subnetIdLists: pulumi.Input<pulumi.Input<string>[]>;
315
315
  tags?: pulumi.Input<pulumi.Input<inputs.bmq.InstanceTag>[]>;
316
316
  /**
317
- * Purchase duration for subscription instances, in months
317
+ * Purchase duration for yearly/monthly subscription instances, in months
318
318
  */
319
319
  times?: pulumi.Input<number>;
320
320
  /**
@@ -322,7 +322,7 @@ export interface InstanceArgs {
322
322
  */
323
323
  vpcId: pulumi.Input<string>;
324
324
  /**
325
- * List of availability zones where the instance is located
325
+ * List of availability zones for the instance
326
326
  */
327
327
  zoneIdLists: pulumi.Input<pulumi.Input<string>[]>;
328
328
  }
package/bmq/instance.js CHANGED
@@ -6,15 +6,15 @@ exports.Instance = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * The cloud-native messaging engine is 100% compatible with the Apache Kafka protocol. It is a fully managed, high-throughput, low-latency, highly available, highly scalable, and highly stable distributed messaging engine service built on cloud-native architecture. It supports flexible, dynamic scaling and integrated stream-batch processing, delivering enterprise-grade, real-time stream data processing at large scale. It helps you build the 'central nervous system' for data processing and is widely used in scenarios such as log collection, data aggregation, and offline data analysis.
9
+ * The cloud-native messaging engine is 100% compatible with the Apache Kafka protocol. It offers a fully managed, high-throughput, low-latency, highly available, highly scalable, and highly stable distributed messaging engine service based on cloud-native architecture. Supports flexible and dynamic scaling, integrated stream and batch processing, and provides enterprise-grade real-time stream data processing capabilities for large-scale data. Helps you build the 'central nervous system' for data processing, widely used in scenarios such as log collection, data aggregation, and offline data analysis.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
13
13
  * ```typescript
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
- * import * as byteplus from "@pulumi/byteplus";
15
+ * import * as bytepluscc from "@byteplus/pulumi-bytepluscc";
16
16
  *
17
- * const bMQInstanceDemo = new byteplus.index.BmqInstance("BMQInstanceDemo", {
17
+ * const bMQInstanceDemo = new bytepluscc.bmq.Instance("BMQInstanceDemo", {
18
18
  * name: "BMQInstanceDemo",
19
19
  * billingType: "POST",
20
20
  * projectName: "default",
@@ -29,9 +29,9 @@ const utilities = require("../utilities");
29
29
  * vpcIds: ["vpc-miltj87lh2ww5smt1bxxxxx"],
30
30
  * },
31
31
  * },
32
- * securityGroupIdList: ["sg-3nqnz9en1ucxs931eaxxxxx"],
33
- * subnetIdList: ["subnet-w02wsq25fitc865ykaxxxxx"],
34
- * zoneIdList: ["cn-beijing-a"],
32
+ * securityGroupIdLists: ["sg-3nqnz9en1ucxs931eaxxxxx"],
33
+ * subnetIdLists: ["subnet-w02wsq25fitc865ykaxxxxx"],
34
+ * zoneIdLists: ["cn-beijing-a"],
35
35
  * tags: [{
36
36
  * key: "env",
37
37
  * type: "CUSTOM",
@@ -6,9 +6,9 @@ import * as pulumi from "@pulumi/pulumi";
6
6
  *
7
7
  * ```typescript
8
8
  * import * as pulumi from "@pulumi/pulumi";
9
- * import * as bytepluscc from "@pulumi/bytepluscc";
9
+ * import * as bytepluscc from "@byteplus/pulumi-bytepluscc";
10
10
  *
11
- * const cloudIdentityUserProvisioningDemo = new bytepluscc.index.CloudidentityUserprovisioning("CloudIdentityUserProvisioningDemo", {
11
+ * const cloudIdentityUserProvisioningDemo = new bytepluscc.cloudidentity.UserProvisioning("CloudIdentityUserProvisioningDemo", {
12
12
  * targetId: "2103612***",
13
13
  * principalType: "Group",
14
14
  * principalId: "8990752****",
@@ -12,9 +12,9 @@ const utilities = require("../utilities");
12
12
  *
13
13
  * ```typescript
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
- * import * as bytepluscc from "@pulumi/bytepluscc";
15
+ * import * as bytepluscc from "@byteplus/pulumi-bytepluscc";
16
16
  *
17
- * const cloudIdentityUserProvisioningDemo = new bytepluscc.index.CloudidentityUserprovisioning("CloudIdentityUserProvisioningDemo", {
17
+ * const cloudIdentityUserProvisioningDemo = new bytepluscc.cloudidentity.UserProvisioning("CloudIdentityUserProvisioningDemo", {
18
18
  * targetId: "2103612***",
19
19
  * principalType: "Group",
20
20
  * principalId: "8990752****",