@pulumi/aws-native 1.36.0-alpha.1759231899 → 1.36.0-alpha.1759233750

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 (182) hide show
  1. package/amazonmq/broker.d.ts +435 -0
  2. package/amazonmq/broker.js +284 -0
  3. package/amazonmq/broker.js.map +1 -0
  4. package/amazonmq/getBroker.d.ts +116 -0
  5. package/amazonmq/getBroker.js +28 -0
  6. package/amazonmq/getBroker.js.map +1 -0
  7. package/amazonmq/index.d.ts +7 -0
  8. package/amazonmq/index.js +24 -1
  9. package/amazonmq/index.js.map +1 -1
  10. package/apigateway/getRestApi.d.ts +1 -0
  11. package/apigateway/getRestApi.js.map +1 -1
  12. package/apigateway/restApi.d.ts +2 -0
  13. package/apigateway/restApi.js +2 -0
  14. package/apigateway/restApi.js.map +1 -1
  15. package/bedrockagentcore/browserCustom.d.ts +6 -0
  16. package/bedrockagentcore/browserCustom.js.map +1 -1
  17. package/bedrockagentcore/codeInterpreterCustom.d.ts +6 -0
  18. package/bedrockagentcore/codeInterpreterCustom.js.map +1 -1
  19. package/bedrockagentcore/getBrowserCustom.d.ts +3 -0
  20. package/bedrockagentcore/getBrowserCustom.js.map +1 -1
  21. package/bedrockagentcore/getCodeInterpreterCustom.d.ts +3 -0
  22. package/bedrockagentcore/getCodeInterpreterCustom.js.map +1 -1
  23. package/bedrockagentcore/getRuntime.d.ts +3 -0
  24. package/bedrockagentcore/getRuntime.js.map +1 -1
  25. package/bedrockagentcore/getRuntimeEndpoint.d.ts +3 -0
  26. package/bedrockagentcore/getRuntimeEndpoint.js.map +1 -1
  27. package/bedrockagentcore/runtime.d.ts +6 -0
  28. package/bedrockagentcore/runtime.js.map +1 -1
  29. package/bedrockagentcore/runtimeEndpoint.d.ts +6 -0
  30. package/bedrockagentcore/runtimeEndpoint.js.map +1 -1
  31. package/cleanrooms/analysisTemplate.d.ts +8 -0
  32. package/cleanrooms/analysisTemplate.js +3 -1
  33. package/cleanrooms/analysisTemplate.js.map +1 -1
  34. package/cleanrooms/collaboration.d.ts +8 -0
  35. package/cleanrooms/collaboration.js +3 -1
  36. package/cleanrooms/collaboration.js.map +1 -1
  37. package/datasync/getLocationFSxOntap.d.ts +4 -0
  38. package/datasync/getLocationFSxOntap.js.map +1 -1
  39. package/datasync/getLocationSmb.d.ts +15 -2
  40. package/datasync/getLocationSmb.js +2 -2
  41. package/datasync/getLocationSmb.js.map +1 -1
  42. package/datasync/locationSmb.d.ts +26 -1
  43. package/datasync/locationSmb.js +7 -1
  44. package/datasync/locationSmb.js.map +1 -1
  45. package/datazone/formType.d.ts +108 -0
  46. package/datazone/formType.js +89 -0
  47. package/datazone/formType.js.map +1 -0
  48. package/datazone/getFormType.d.ts +73 -0
  49. package/datazone/getFormType.js +30 -0
  50. package/datazone/getFormType.js.map +1 -0
  51. package/datazone/getOwner.d.ts +64 -0
  52. package/datazone/getOwner.js +36 -0
  53. package/datazone/getOwner.js.map +1 -0
  54. package/datazone/getProjectMembership.d.ts +38 -0
  55. package/datazone/getProjectMembership.js +34 -0
  56. package/datazone/getProjectMembership.js.map +1 -0
  57. package/datazone/index.d.ts +12 -0
  58. package/datazone/index.js +15 -1
  59. package/datazone/index.js.map +1 -1
  60. package/datazone/owner.d.ts +8 -0
  61. package/datazone/owner.js +4 -0
  62. package/datazone/owner.js.map +1 -1
  63. package/datazone/projectMembership.d.ts +2 -0
  64. package/datazone/projectMembership.js +4 -0
  65. package/datazone/projectMembership.js.map +1 -1
  66. package/ec2/getLocalGatewayVirtualInterface.d.ts +48 -0
  67. package/ec2/getLocalGatewayVirtualInterface.js +28 -0
  68. package/ec2/getLocalGatewayVirtualInterface.js.map +1 -0
  69. package/ec2/getLocalGatewayVirtualInterfaceGroup.d.ts +48 -0
  70. package/ec2/getLocalGatewayVirtualInterfaceGroup.js +28 -0
  71. package/ec2/getLocalGatewayVirtualInterfaceGroup.js.map +1 -0
  72. package/ec2/index.d.ts +12 -0
  73. package/ec2/index.js +19 -5
  74. package/ec2/index.js.map +1 -1
  75. package/ec2/localGatewayVirtualInterface.d.ts +119 -0
  76. package/ec2/localGatewayVirtualInterface.js +97 -0
  77. package/ec2/localGatewayVirtualInterface.js.map +1 -0
  78. package/ec2/localGatewayVirtualInterfaceGroup.d.ts +87 -0
  79. package/ec2/localGatewayVirtualInterfaceGroup.js +77 -0
  80. package/ec2/localGatewayVirtualInterfaceGroup.js.map +1 -0
  81. package/ecs/capacityProvider.d.ts +4 -0
  82. package/ecs/capacityProvider.js +5 -1
  83. package/ecs/capacityProvider.js.map +1 -1
  84. package/ecs/getCapacityProvider.d.ts +1 -0
  85. package/ecs/getCapacityProvider.js.map +1 -1
  86. package/ecs/getService.d.ts +5 -2
  87. package/ecs/getService.js.map +1 -1
  88. package/ecs/service.d.ts +10 -4
  89. package/ecs/service.js.map +1 -1
  90. package/networkmanager/connectAttachment.d.ts +4 -0
  91. package/networkmanager/connectAttachment.js +2 -0
  92. package/networkmanager/connectAttachment.js.map +1 -1
  93. package/networkmanager/connectPeer.d.ts +4 -0
  94. package/networkmanager/connectPeer.js +2 -0
  95. package/networkmanager/connectPeer.js.map +1 -1
  96. package/networkmanager/directConnectGatewayAttachment.d.ts +4 -0
  97. package/networkmanager/directConnectGatewayAttachment.js +2 -0
  98. package/networkmanager/directConnectGatewayAttachment.js.map +1 -1
  99. package/networkmanager/getConnectAttachment.d.ts +4 -0
  100. package/networkmanager/getConnectAttachment.js.map +1 -1
  101. package/networkmanager/getConnectPeer.d.ts +4 -0
  102. package/networkmanager/getConnectPeer.js.map +1 -1
  103. package/networkmanager/getDirectConnectGatewayAttachment.d.ts +4 -0
  104. package/networkmanager/getDirectConnectGatewayAttachment.js.map +1 -1
  105. package/networkmanager/getSiteToSiteVpnAttachment.d.ts +4 -0
  106. package/networkmanager/getSiteToSiteVpnAttachment.js.map +1 -1
  107. package/networkmanager/getTransitGatewayPeering.d.ts +4 -0
  108. package/networkmanager/getTransitGatewayPeering.js.map +1 -1
  109. package/networkmanager/getTransitGatewayRouteTableAttachment.d.ts +4 -0
  110. package/networkmanager/getTransitGatewayRouteTableAttachment.js.map +1 -1
  111. package/networkmanager/getVpcAttachment.d.ts +4 -0
  112. package/networkmanager/getVpcAttachment.js.map +1 -1
  113. package/networkmanager/siteToSiteVpnAttachment.d.ts +4 -0
  114. package/networkmanager/siteToSiteVpnAttachment.js +2 -0
  115. package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
  116. package/networkmanager/transitGatewayPeering.d.ts +4 -0
  117. package/networkmanager/transitGatewayPeering.js +2 -0
  118. package/networkmanager/transitGatewayPeering.js.map +1 -1
  119. package/networkmanager/transitGatewayRouteTableAttachment.d.ts +4 -0
  120. package/networkmanager/transitGatewayRouteTableAttachment.js +2 -0
  121. package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
  122. package/networkmanager/vpcAttachment.d.ts +4 -0
  123. package/networkmanager/vpcAttachment.js +2 -0
  124. package/networkmanager/vpcAttachment.js.map +1 -1
  125. package/omics/workflow.d.ts +10 -0
  126. package/omics/workflow.js +5 -1
  127. package/omics/workflow.js.map +1 -1
  128. package/omics/workflowVersion.d.ts +10 -0
  129. package/omics/workflowVersion.js +5 -1
  130. package/omics/workflowVersion.js.map +1 -1
  131. package/package.json +3 -3
  132. package/package.json.dev +2 -2
  133. package/pcs/computeNodeGroup.d.ts +2 -2
  134. package/pcs/getComputeNodeGroup.d.ts +1 -1
  135. package/rds/dbCluster.d.ts +26 -0
  136. package/rds/dbCluster.js +2 -0
  137. package/rds/dbCluster.js.map +1 -1
  138. package/rds/dbInstance.d.ts +22 -0
  139. package/rds/dbInstance.js +2 -0
  140. package/rds/dbInstance.js.map +1 -1
  141. package/rds/dbProxy.d.ts +26 -2
  142. package/rds/dbProxy.js +7 -4
  143. package/rds/dbProxy.js.map +1 -1
  144. package/rds/dbProxyEndpoint.d.ts +8 -0
  145. package/rds/dbProxyEndpoint.js +3 -1
  146. package/rds/dbProxyEndpoint.js.map +1 -1
  147. package/rds/getDbProxy.d.ts +5 -0
  148. package/rds/getDbProxy.js.map +1 -1
  149. package/route53resolver/getResolverRule.d.ts +4 -0
  150. package/route53resolver/getResolverRule.js.map +1 -1
  151. package/route53resolver/resolverEndpoint.d.ts +2 -0
  152. package/route53resolver/resolverEndpoint.js.map +1 -1
  153. package/route53resolver/resolverRule.d.ts +8 -0
  154. package/route53resolver/resolverRule.js +2 -0
  155. package/route53resolver/resolverRule.js.map +1 -1
  156. package/types/enums/amazonmq/index.d.ts +116 -0
  157. package/types/enums/amazonmq/index.js +66 -0
  158. package/types/enums/amazonmq/index.js.map +1 -0
  159. package/types/enums/apigateway/index.d.ts +5 -0
  160. package/types/enums/apigateway/index.js +5 -1
  161. package/types/enums/apigateway/index.js.map +1 -1
  162. package/types/enums/cleanrooms/index.d.ts +13 -0
  163. package/types/enums/cleanrooms/index.js +7 -1
  164. package/types/enums/cleanrooms/index.js.map +1 -1
  165. package/types/enums/datazone/index.d.ts +21 -0
  166. package/types/enums/datazone/index.js +13 -1
  167. package/types/enums/datazone/index.js.map +1 -1
  168. package/types/enums/ecs/index.d.ts +76 -0
  169. package/types/enums/ecs/index.js +63 -1
  170. package/types/enums/ecs/index.js.map +1 -1
  171. package/types/enums/index.d.ts +2 -1
  172. package/types/enums/index.js +6 -4
  173. package/types/enums/index.js.map +1 -1
  174. package/types/enums/pcs/index.d.ts +2 -1
  175. package/types/enums/pcs/index.js +1 -0
  176. package/types/enums/pcs/index.js.map +1 -1
  177. package/types/enums/rds/index.d.ts +34 -0
  178. package/types/enums/rds/index.js +19 -1
  179. package/types/enums/rds/index.js.map +1 -1
  180. package/types/input.d.ts +417 -14
  181. package/types/output.d.ts +429 -14
  182. package/types/output.js.map +1 -1
@@ -0,0 +1,435 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ import * as enums from "../types/enums";
5
+ /**
6
+ * Resource type definition for AWS::AmazonMQ::Broker
7
+ *
8
+ * ## Example Usage
9
+ * ### Example
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as aws_native from "@pulumi/aws-native";
14
+ *
15
+ * const basicBroker = new aws_native.amazonmq.Broker("basicBroker", {
16
+ * autoMinorVersionUpgrade: false,
17
+ * brokerName: "MyBasicActiveBroker",
18
+ * deploymentMode: aws_native.amazonmq.BrokerDeploymentMode.SingleInstance,
19
+ * engineType: "ActiveMQ",
20
+ * engineVersion: "5.15.0",
21
+ * hostInstanceType: "mq.t2.micro",
22
+ * publiclyAccessible: true,
23
+ * users: [{
24
+ * consoleAccess: true,
25
+ * groups: ["MyGroup"],
26
+ * password: "AmazonMqPassword",
27
+ * username: "AmazonMqUsername",
28
+ * }],
29
+ * });
30
+ *
31
+ * ```
32
+ * ### Example
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as aws_native from "@pulumi/aws-native";
37
+ *
38
+ * const basicBroker = new aws_native.amazonmq.Broker("basicBroker", {
39
+ * autoMinorVersionUpgrade: false,
40
+ * brokerName: "MyBasicRabbitBroker",
41
+ * deploymentMode: aws_native.amazonmq.BrokerDeploymentMode.SingleInstance,
42
+ * engineType: "RabbitMQ",
43
+ * engineVersion: "3.8.6",
44
+ * hostInstanceType: "mq.t3.micro",
45
+ * publiclyAccessible: true,
46
+ * users: [{
47
+ * password: "AmazonMqPassword",
48
+ * username: "AmazonMqUsername",
49
+ * }],
50
+ * });
51
+ *
52
+ * ```
53
+ * ### Example
54
+ *
55
+ * ```typescript
56
+ * import * as pulumi from "@pulumi/pulumi";
57
+ * import * as aws_native from "@pulumi/aws-native";
58
+ *
59
+ * const basicBroker = new aws_native.amazonmq.Broker("basicBroker", {
60
+ * autoMinorVersionUpgrade: false,
61
+ * brokerName: "MyBasicActiveBroker",
62
+ * deploymentMode: aws_native.amazonmq.BrokerDeploymentMode.SingleInstance,
63
+ * engineType: "ActiveMQ",
64
+ * engineVersion: "5.15.0",
65
+ * hostInstanceType: "mq.t2.micro",
66
+ * publiclyAccessible: true,
67
+ * users: [{
68
+ * consoleAccess: true,
69
+ * groups: ["MyGroup"],
70
+ * password: "AmazonMqPassword",
71
+ * username: "AmazonMqUsername",
72
+ * }],
73
+ * });
74
+ *
75
+ * ```
76
+ * ### Example
77
+ *
78
+ * ```typescript
79
+ * import * as pulumi from "@pulumi/pulumi";
80
+ * import * as aws_native from "@pulumi/aws-native";
81
+ *
82
+ * const basicBroker = new aws_native.amazonmq.Broker("basicBroker", {
83
+ * autoMinorVersionUpgrade: false,
84
+ * brokerName: "MyBasicRabbitBroker",
85
+ * deploymentMode: aws_native.amazonmq.BrokerDeploymentMode.SingleInstance,
86
+ * engineType: "RabbitMQ",
87
+ * engineVersion: "3.8.6",
88
+ * hostInstanceType: "mq.t3.micro",
89
+ * publiclyAccessible: true,
90
+ * users: [{
91
+ * password: "AmazonMqPassword",
92
+ * username: "AmazonMqUsername",
93
+ * }],
94
+ * });
95
+ *
96
+ * ```
97
+ * ### Example
98
+ *
99
+ * ```typescript
100
+ * import * as pulumi from "@pulumi/pulumi";
101
+ * import * as aws_native from "@pulumi/aws-native";
102
+ *
103
+ * const complexBroker = new aws_native.amazonmq.Broker("complexBroker", {
104
+ * autoMinorVersionUpgrade: true,
105
+ * brokerName: "MyComplexRabbitBroker",
106
+ * deploymentMode: aws_native.amazonmq.BrokerDeploymentMode.SingleInstance,
107
+ * engineType: "RabbitMQ",
108
+ * engineVersion: "3.8.6",
109
+ * hostInstanceType: "mq.t3.micro",
110
+ * logs: {
111
+ * general: true,
112
+ * },
113
+ * maintenanceWindowStartTime: {
114
+ * dayOfWeek: "Monday",
115
+ * timeOfDay: "22:45",
116
+ * timeZone: "America/Los_Angeles",
117
+ * },
118
+ * publiclyAccessible: false,
119
+ * securityGroups: ["sg-1a234b5cd6efgh7i8"],
120
+ * subnetIds: ["subnet-123456b7891abcd1f"],
121
+ * users: [{
122
+ * password: "AmazonMqPassword",
123
+ * username: "AmazonMqUsername",
124
+ * }],
125
+ * });
126
+ *
127
+ * ```
128
+ * ### Example
129
+ *
130
+ * ```typescript
131
+ * import * as pulumi from "@pulumi/pulumi";
132
+ * import * as aws_native from "@pulumi/aws-native";
133
+ *
134
+ * const complexBroker = new aws_native.amazonmq.Broker("complexBroker", {
135
+ * autoMinorVersionUpgrade: false,
136
+ * brokerName: "MyComplexRabbitBroker",
137
+ * deploymentMode: aws_native.amazonmq.BrokerDeploymentMode.SingleInstance,
138
+ * engineType: "RabbitMQ",
139
+ * engineVersion: "3.8.6",
140
+ * hostInstanceType: "mq.t3.micro",
141
+ * logs: {
142
+ * general: true,
143
+ * },
144
+ * maintenanceWindowStartTime: {
145
+ * dayOfWeek: "Monday",
146
+ * timeOfDay: "22:45",
147
+ * timeZone: "America/Los_Angeles",
148
+ * },
149
+ * publiclyAccessible: false,
150
+ * securityGroups: ["sg-1a234b5cd6efgh7i8"],
151
+ * subnetIds: ["subnet-123456b7891abcd1f"],
152
+ * users: [{
153
+ * password: "AmazonMqPassword",
154
+ * username: "AmazonMqUsername",
155
+ * }],
156
+ * });
157
+ *
158
+ * ```
159
+ */
160
+ export declare class Broker extends pulumi.CustomResource {
161
+ /**
162
+ * Get an existing Broker resource's state with the given name, ID, and optional extra
163
+ * properties used to qualify the lookup.
164
+ *
165
+ * @param name The _unique_ name of the resulting resource.
166
+ * @param id The _unique_ provider ID of the resource to lookup.
167
+ * @param opts Optional settings to control the behavior of the CustomResource.
168
+ */
169
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Broker;
170
+ /**
171
+ * Returns true if the given object is an instance of Broker. This is designed to work even
172
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
173
+ */
174
+ static isInstance(obj: any): obj is Broker;
175
+ /**
176
+ * The AMQP endpoints of each broker instance as a list of strings.
177
+ *
178
+ * `amqp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:5671`
179
+ */
180
+ readonly amqpEndpoints: pulumi.Output<string[]>;
181
+ /**
182
+ * The Amazon Resource Name (ARN) of the Amazon MQ broker.
183
+ *
184
+ * `arn:aws:mq:us-east-2:123456789012:broker:MyBroker:b-1234a5b6-78cd-901e-2fgh-3i45j6k178l9`
185
+ */
186
+ readonly arn: pulumi.Output<string>;
187
+ /**
188
+ * Optional. The authentication strategy used to secure the broker. The default is `SIMPLE` .
189
+ */
190
+ readonly authenticationStrategy: pulumi.Output<enums.amazonmq.BrokerAuthenticationStrategy | string | undefined>;
191
+ /**
192
+ * Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
193
+ */
194
+ readonly autoMinorVersionUpgrade: pulumi.Output<boolean | undefined>;
195
+ /**
196
+ * Required. The unique ID that Amazon MQ generates for the configuration.
197
+ */
198
+ readonly awsId: pulumi.Output<string>;
199
+ /**
200
+ * The name of the broker. This value must be unique in your AWS account , 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
201
+ *
202
+ * > Do not add personally identifiable information (PII) or other confidential or sensitive information in broker names. Broker names are accessible to other AWS services, including C CloudWatch Logs . Broker names are not intended to be used for private or sensitive data.
203
+ */
204
+ readonly brokerName: pulumi.Output<string>;
205
+ /**
206
+ * The intended configuration (ID and revision) to be set when creating or updating.
207
+ * This property is write-only so that applications of a ConfigurationAssociation do not cause drift.
208
+ */
209
+ readonly configuration: pulumi.Output<outputs.amazonmq.BrokerConfigurationId | undefined>;
210
+ /**
211
+ * The ID of the current actual configuration.
212
+ */
213
+ readonly configurationId: pulumi.Output<string>;
214
+ /**
215
+ * The revision of the current actual configuration.
216
+ */
217
+ readonly configurationRevision: pulumi.Output<string>;
218
+ readonly consoleUrls: pulumi.Output<string[]>;
219
+ /**
220
+ * Defines whether this broker is a part of a data replication pair.
221
+ */
222
+ readonly dataReplicationMode: pulumi.Output<enums.amazonmq.BrokerDataReplicationMode | string | undefined>;
223
+ /**
224
+ * The ARN of the primary broker that is used to replicate data from in a data replication pair when creating a replica.
225
+ * This field is only used at creation-time. Changes to it subsequently are ignored by CloudFormation.
226
+ * Information on the current primary is available on the DataReplicationMetadata object returned by the API.
227
+ */
228
+ readonly dataReplicationPrimaryBrokerArn: pulumi.Output<string | undefined>;
229
+ /**
230
+ * The deployment mode of the broker. Available values:
231
+ *
232
+ * - `SINGLE_INSTANCE`
233
+ * - `ACTIVE_STANDBY_MULTI_AZ`
234
+ * - `CLUSTER_MULTI_AZ`
235
+ */
236
+ readonly deploymentMode: pulumi.Output<enums.amazonmq.BrokerDeploymentMode | string>;
237
+ /**
238
+ * Encryption options for the broker. Does not apply to RabbitMQ brokers.
239
+ */
240
+ readonly encryptionOptions: pulumi.Output<outputs.amazonmq.BrokerEncryptionOptions | undefined>;
241
+ /**
242
+ * The type of broker engine. Currently, Amazon MQ supports `ACTIVEMQ` and `RABBITMQ` .
243
+ */
244
+ readonly engineType: pulumi.Output<enums.amazonmq.BrokerEngineType | string>;
245
+ /**
246
+ * The version specified to use. See also EngineVersionCurrent.
247
+ */
248
+ readonly engineVersion: pulumi.Output<string | undefined>;
249
+ /**
250
+ * The version in use. This may have more precision than the specified EngineVersion.
251
+ */
252
+ readonly engineVersionCurrent: pulumi.Output<string>;
253
+ /**
254
+ * The broker's instance type.
255
+ */
256
+ readonly hostInstanceType: pulumi.Output<string>;
257
+ /**
258
+ * The IP addresses of each broker instance as a list of strings. Does not apply to RabbitMQ brokers.
259
+ *
260
+ * `['198.51.100.2', '203.0.113.9']`
261
+ */
262
+ readonly ipAddresses: pulumi.Output<string[]>;
263
+ /**
264
+ * Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
265
+ */
266
+ readonly ldapServerMetadata: pulumi.Output<outputs.amazonmq.BrokerLdapServerMetadata | undefined>;
267
+ /**
268
+ * Enables Amazon CloudWatch logging for brokers.
269
+ */
270
+ readonly logs: pulumi.Output<outputs.amazonmq.BrokerLogList | undefined>;
271
+ /**
272
+ * The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
273
+ */
274
+ readonly maintenanceWindowStartTime: pulumi.Output<outputs.amazonmq.BrokerMaintenanceWindow | undefined>;
275
+ /**
276
+ * The MQTT endpoints of each broker instance as a list of strings.
277
+ *
278
+ * `mqtt+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:8883`
279
+ */
280
+ readonly mqttEndpoints: pulumi.Output<string[]>;
281
+ /**
282
+ * The OpenWire endpoints of each broker instance as a list of strings.
283
+ *
284
+ * `ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61617`
285
+ */
286
+ readonly openWireEndpoints: pulumi.Output<string[]>;
287
+ /**
288
+ * Enables connections from applications outside of the VPC that hosts the broker's subnets.
289
+ */
290
+ readonly publiclyAccessible: pulumi.Output<boolean>;
291
+ /**
292
+ * The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
293
+ */
294
+ readonly securityGroups: pulumi.Output<string[] | undefined>;
295
+ /**
296
+ * The STOMP endpoints of each broker instance as a list of strings.
297
+ *
298
+ * `stomp+ssl://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61614`
299
+ */
300
+ readonly stompEndpoints: pulumi.Output<string[]>;
301
+ /**
302
+ * The broker's storage type.
303
+ */
304
+ readonly storageType: pulumi.Output<enums.amazonmq.BrokerStorageType | string | undefined>;
305
+ /**
306
+ * The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ deployment (ACTIVEMQ) requires two subnets. A CLUSTER_MULTI_AZ deployment (RABBITMQ) has no subnet requirements when deployed with public accessibility, deployment without public accessibility requires at least one subnet.
307
+ *
308
+ * > If you specify subnets in a shared VPC for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your AWS account . Amazon MQ will not be able to create VPC enpoints in VPCs that are not owned by your AWS account .
309
+ */
310
+ readonly subnetIds: pulumi.Output<string[] | undefined>;
311
+ /**
312
+ * An array of key-value pairs. For more information, see [Using Cost Allocation Tags](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html) in the *Billing and Cost Management User Guide* .
313
+ */
314
+ readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
315
+ /**
316
+ * Users to configure on the broker.
317
+ * For RabbitMQ, this should be one user, created when the broker is created, and changes thereafter are ignored.
318
+ * For ActiveMQ, changes to anything but Password are detected and will trigger an update,
319
+ * but changes to Password cannot be detected so updates to Password may not take effect unless there is some other change.
320
+ */
321
+ readonly users: pulumi.Output<outputs.amazonmq.BrokerUser[] | undefined>;
322
+ /**
323
+ * The WSS endpoints of each broker instance as a list of strings.
324
+ *
325
+ * `wss://b-4aada85d-a80c-4be0-9d30-e344a01b921e-1.mq.eu-central-amazonaws.com:61619`
326
+ */
327
+ readonly wssEndpoints: pulumi.Output<string[]>;
328
+ /**
329
+ * Create a Broker resource with the given unique name, arguments, and options.
330
+ *
331
+ * @param name The _unique_ name of the resource.
332
+ * @param args The arguments to use to populate this resource's properties.
333
+ * @param opts A bag of options that control this resource's behavior.
334
+ */
335
+ constructor(name: string, args: BrokerArgs, opts?: pulumi.CustomResourceOptions);
336
+ }
337
+ /**
338
+ * The set of arguments for constructing a Broker resource.
339
+ */
340
+ export interface BrokerArgs {
341
+ /**
342
+ * Optional. The authentication strategy used to secure the broker. The default is `SIMPLE` .
343
+ */
344
+ authenticationStrategy?: pulumi.Input<enums.amazonmq.BrokerAuthenticationStrategy | string>;
345
+ /**
346
+ * Enables automatic upgrades to new minor versions for brokers, as new broker engine versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
347
+ */
348
+ autoMinorVersionUpgrade?: pulumi.Input<boolean>;
349
+ /**
350
+ * The name of the broker. This value must be unique in your AWS account , 1-50 characters long, must contain only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
351
+ *
352
+ * > Do not add personally identifiable information (PII) or other confidential or sensitive information in broker names. Broker names are accessible to other AWS services, including C CloudWatch Logs . Broker names are not intended to be used for private or sensitive data.
353
+ */
354
+ brokerName?: pulumi.Input<string>;
355
+ /**
356
+ * The intended configuration (ID and revision) to be set when creating or updating.
357
+ * This property is write-only so that applications of a ConfigurationAssociation do not cause drift.
358
+ */
359
+ configuration?: pulumi.Input<inputs.amazonmq.BrokerConfigurationIdArgs>;
360
+ /**
361
+ * Defines whether this broker is a part of a data replication pair.
362
+ */
363
+ dataReplicationMode?: pulumi.Input<enums.amazonmq.BrokerDataReplicationMode | string>;
364
+ /**
365
+ * The ARN of the primary broker that is used to replicate data from in a data replication pair when creating a replica.
366
+ * This field is only used at creation-time. Changes to it subsequently are ignored by CloudFormation.
367
+ * Information on the current primary is available on the DataReplicationMetadata object returned by the API.
368
+ */
369
+ dataReplicationPrimaryBrokerArn?: pulumi.Input<string>;
370
+ /**
371
+ * The deployment mode of the broker. Available values:
372
+ *
373
+ * - `SINGLE_INSTANCE`
374
+ * - `ACTIVE_STANDBY_MULTI_AZ`
375
+ * - `CLUSTER_MULTI_AZ`
376
+ */
377
+ deploymentMode: pulumi.Input<enums.amazonmq.BrokerDeploymentMode | string>;
378
+ /**
379
+ * Encryption options for the broker. Does not apply to RabbitMQ brokers.
380
+ */
381
+ encryptionOptions?: pulumi.Input<inputs.amazonmq.BrokerEncryptionOptionsArgs>;
382
+ /**
383
+ * The type of broker engine. Currently, Amazon MQ supports `ACTIVEMQ` and `RABBITMQ` .
384
+ */
385
+ engineType: pulumi.Input<enums.amazonmq.BrokerEngineType | string>;
386
+ /**
387
+ * The version specified to use. See also EngineVersionCurrent.
388
+ */
389
+ engineVersion?: pulumi.Input<string>;
390
+ /**
391
+ * The broker's instance type.
392
+ */
393
+ hostInstanceType: pulumi.Input<string>;
394
+ /**
395
+ * Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
396
+ */
397
+ ldapServerMetadata?: pulumi.Input<inputs.amazonmq.BrokerLdapServerMetadataArgs>;
398
+ /**
399
+ * Enables Amazon CloudWatch logging for brokers.
400
+ */
401
+ logs?: pulumi.Input<inputs.amazonmq.BrokerLogListArgs>;
402
+ /**
403
+ * The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
404
+ */
405
+ maintenanceWindowStartTime?: pulumi.Input<inputs.amazonmq.BrokerMaintenanceWindowArgs>;
406
+ /**
407
+ * Enables connections from applications outside of the VPC that hosts the broker's subnets.
408
+ */
409
+ publiclyAccessible: pulumi.Input<boolean>;
410
+ /**
411
+ * The list of rules (1 minimum, 125 maximum) that authorize connections to brokers.
412
+ */
413
+ securityGroups?: pulumi.Input<pulumi.Input<string>[]>;
414
+ /**
415
+ * The broker's storage type.
416
+ */
417
+ storageType?: pulumi.Input<enums.amazonmq.BrokerStorageType | string>;
418
+ /**
419
+ * The list of groups that define which subnets and IP ranges the broker can use from different Availability Zones. If you specify more than one subnet, the subnets must be in different Availability Zones. Amazon MQ will not be able to create VPC endpoints for your broker with multiple subnets in the same Availability Zone. A SINGLE_INSTANCE deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ deployment (ACTIVEMQ) requires two subnets. A CLUSTER_MULTI_AZ deployment (RABBITMQ) has no subnet requirements when deployed with public accessibility, deployment without public accessibility requires at least one subnet.
420
+ *
421
+ * > If you specify subnets in a shared VPC for a RabbitMQ broker, the associated VPC to which the specified subnets belong must be owned by your AWS account . Amazon MQ will not be able to create VPC enpoints in VPCs that are not owned by your AWS account .
422
+ */
423
+ subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
424
+ /**
425
+ * An array of key-value pairs. For more information, see [Using Cost Allocation Tags](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html) in the *Billing and Cost Management User Guide* .
426
+ */
427
+ tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
428
+ /**
429
+ * Users to configure on the broker.
430
+ * For RabbitMQ, this should be one user, created when the broker is created, and changes thereafter are ignored.
431
+ * For ActiveMQ, changes to anything but Password are detected and will trigger an update,
432
+ * but changes to Password cannot be detected so updates to Password may not take effect unless there is some other change.
433
+ */
434
+ users?: pulumi.Input<pulumi.Input<inputs.amazonmq.BrokerUserArgs>[]>;
435
+ }