@pulumi/aws 4.4.0-alpha.1620930863 → 4.5.1

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 (192) hide show
  1. package/alb/getListener.d.ts +6 -0
  2. package/alb/getListener.js +1 -0
  3. package/alb/getListener.js.map +1 -1
  4. package/alb/listener.d.ts +36 -0
  5. package/alb/listener.js +4 -0
  6. package/alb/listener.js.map +1 -1
  7. package/alb/listenerRule.d.ts +36 -0
  8. package/alb/listenerRule.js +4 -0
  9. package/alb/listenerRule.js.map +1 -1
  10. package/applicationloadbalancing/getListener.d.ts +6 -0
  11. package/applicationloadbalancing/getListener.js +1 -0
  12. package/applicationloadbalancing/getListener.js.map +1 -1
  13. package/applicationloadbalancing/listener.d.ts +36 -0
  14. package/applicationloadbalancing/listener.js +4 -0
  15. package/applicationloadbalancing/listener.js.map +1 -1
  16. package/applicationloadbalancing/listenerRule.d.ts +36 -0
  17. package/applicationloadbalancing/listenerRule.js +4 -0
  18. package/applicationloadbalancing/listenerRule.js.map +1 -1
  19. package/apprunner/autoScalingConfigurationVersion.d.ts +180 -0
  20. package/apprunner/autoScalingConfigurationVersion.js +99 -0
  21. package/apprunner/autoScalingConfigurationVersion.js.map +1 -0
  22. package/apprunner/connection.d.ts +140 -0
  23. package/apprunner/connection.js +94 -0
  24. package/apprunner/connection.js.map +1 -0
  25. package/apprunner/customDomainAssociation.d.ts +118 -0
  26. package/apprunner/customDomainAssociation.js +93 -0
  27. package/apprunner/customDomainAssociation.js.map +1 -0
  28. package/apprunner/index.d.ts +4 -0
  29. package/apprunner/index.js +41 -0
  30. package/apprunner/index.js.map +1 -0
  31. package/apprunner/service.d.ts +246 -0
  32. package/apprunner/service.js +147 -0
  33. package/apprunner/service.js.map +1 -0
  34. package/cloudfront/function.d.ts +151 -0
  35. package/cloudfront/function.js +101 -0
  36. package/cloudfront/function.js.map +1 -0
  37. package/cloudfront/index.d.ts +1 -0
  38. package/cloudfront/index.js +5 -0
  39. package/cloudfront/index.js.map +1 -1
  40. package/cloudtrail/getFunction.d.ts +57 -0
  41. package/cloudtrail/getFunction.js +23 -0
  42. package/cloudtrail/getFunction.js.map +1 -0
  43. package/cloudtrail/index.d.ts +1 -0
  44. package/cloudtrail/index.js +1 -0
  45. package/cloudtrail/index.js.map +1 -1
  46. package/cloudwatch/eventTarget.d.ts +44 -3
  47. package/cloudwatch/eventTarget.js +31 -0
  48. package/cloudwatch/eventTarget.js.map +1 -1
  49. package/codestarconnections/connection.d.ts +17 -5
  50. package/codestarconnections/connection.js +2 -3
  51. package/codestarconnections/connection.js.map +1 -1
  52. package/codestarconnections/getConnection.d.ts +4 -0
  53. package/datasync/agent.d.ts +54 -6
  54. package/datasync/agent.js +8 -0
  55. package/datasync/agent.js.map +1 -1
  56. package/datasync/s3location.d.ts +12 -0
  57. package/datasync/s3location.js +2 -0
  58. package/datasync/s3location.js.map +1 -1
  59. package/datasync/task.d.ts +55 -0
  60. package/datasync/task.js +35 -0
  61. package/datasync/task.js.map +1 -1
  62. package/directconnect/gatewayAssociation.d.ts +1 -1
  63. package/directconnect/gatewayAssociation.js +1 -1
  64. package/ec2/amiCopy.d.ts +15 -0
  65. package/ec2/amiCopy.js +2 -0
  66. package/ec2/amiCopy.js.map +1 -1
  67. package/ec2/getRouteTables.d.ts +0 -29
  68. package/ec2/getRouteTables.js +0 -29
  69. package/ec2/getRouteTables.js.map +1 -1
  70. package/ec2/launchTemplate.d.ts +1 -1
  71. package/ec2/networkInterface.d.ts +12 -0
  72. package/ec2/networkInterface.js +2 -0
  73. package/ec2/networkInterface.js.map +1 -1
  74. package/eks/nodeGroup.d.ts +27 -6
  75. package/eks/nodeGroup.js +2 -0
  76. package/eks/nodeGroup.js.map +1 -1
  77. package/elasticloadbalancingv2/getListener.d.ts +6 -0
  78. package/elasticloadbalancingv2/getListener.js +1 -0
  79. package/elasticloadbalancingv2/getListener.js.map +1 -1
  80. package/elasticloadbalancingv2/listener.d.ts +36 -0
  81. package/elasticloadbalancingv2/listener.js +4 -0
  82. package/elasticloadbalancingv2/listener.js.map +1 -1
  83. package/elasticloadbalancingv2/listenerRule.d.ts +36 -0
  84. package/elasticloadbalancingv2/listenerRule.js +4 -0
  85. package/elasticloadbalancingv2/listenerRule.js.map +1 -1
  86. package/glue/catalogDatabase.d.ts +27 -14
  87. package/glue/catalogDatabase.js +2 -0
  88. package/glue/catalogDatabase.js.map +1 -1
  89. package/glue/catalogTable.d.ts +36 -24
  90. package/glue/catalogTable.js +2 -0
  91. package/glue/catalogTable.js.map +1 -1
  92. package/glue/getConnection.d.ts +64 -0
  93. package/glue/getConnection.js +33 -0
  94. package/glue/getConnection.js.map +1 -0
  95. package/glue/getDataCatalogEncryptionSettings.d.ts +40 -0
  96. package/glue/getDataCatalogEncryptionSettings.js +33 -0
  97. package/glue/getDataCatalogEncryptionSettings.js.map +1 -0
  98. package/glue/index.d.ts +2 -0
  99. package/glue/index.js +2 -0
  100. package/glue/index.js.map +1 -1
  101. package/iam/principals.d.ts +4 -0
  102. package/iam/principals.js +4 -0
  103. package/iam/principals.js.map +1 -1
  104. package/index.d.ts +4 -1
  105. package/index.js +6 -0
  106. package/index.js.map +1 -1
  107. package/lambda/eventSourceMapping.d.ts +0 -2
  108. package/lambda/eventSourceMapping.js +0 -2
  109. package/lambda/eventSourceMapping.js.map +1 -1
  110. package/lb/getListener.d.ts +6 -0
  111. package/lb/getListener.js +1 -0
  112. package/lb/getListener.js.map +1 -1
  113. package/lb/listener.d.ts +36 -0
  114. package/lb/listener.js +4 -0
  115. package/lb/listener.js.map +1 -1
  116. package/lb/listenerRule.d.ts +36 -0
  117. package/lb/listenerRule.js +4 -0
  118. package/lb/listenerRule.js.map +1 -1
  119. package/macie/customDataIdentifier.d.ts +183 -0
  120. package/macie/customDataIdentifier.js +99 -0
  121. package/macie/customDataIdentifier.js.map +1 -0
  122. package/macie/findingsFilter.d.ts +168 -0
  123. package/macie/findingsFilter.js +105 -0
  124. package/macie/findingsFilter.js.map +1 -0
  125. package/macie/index.d.ts +2 -0
  126. package/macie/index.js +10 -0
  127. package/macie/index.js.map +1 -1
  128. package/macie2/index.d.ts +3 -0
  129. package/macie2/index.js +15 -0
  130. package/macie2/index.js.map +1 -1
  131. package/macie2/invitationAccepter.d.ts +91 -0
  132. package/macie2/invitationAccepter.js +90 -0
  133. package/macie2/invitationAccepter.js.map +1 -0
  134. package/macie2/member.d.ts +206 -0
  135. package/macie2/member.js +111 -0
  136. package/macie2/member.js.map +1 -0
  137. package/macie2/organizationAdminAccount.d.ts +71 -0
  138. package/macie2/organizationAdminAccount.js +76 -0
  139. package/macie2/organizationAdminAccount.js.map +1 -0
  140. package/organizations/delegatedAdministrator.d.ts +139 -0
  141. package/organizations/delegatedAdministrator.js +95 -0
  142. package/organizations/delegatedAdministrator.js.map +1 -0
  143. package/organizations/getDelegatedAdministrators.d.ts +40 -0
  144. package/organizations/getDelegatedAdministrators.js +34 -0
  145. package/organizations/getDelegatedAdministrators.js.map +1 -0
  146. package/organizations/getDelegatedServices.d.ts +40 -0
  147. package/organizations/getDelegatedServices.js +33 -0
  148. package/organizations/getDelegatedServices.js.map +1 -0
  149. package/organizations/index.d.ts +3 -0
  150. package/organizations/index.js +7 -0
  151. package/organizations/index.js.map +1 -1
  152. package/organizations/organization.d.ts +3 -3
  153. package/outposts/getOutpost.d.ts +4 -3
  154. package/outposts/getOutpost.js +1 -0
  155. package/outposts/getOutpost.js.map +1 -1
  156. package/outposts/getOutposts.d.ts +5 -0
  157. package/outposts/getOutposts.js +1 -0
  158. package/outposts/getOutposts.js.map +1 -1
  159. package/package.json +2 -2
  160. package/package.json.dev +1 -1
  161. package/pinpoint/emailChannel.d.ts +2 -2
  162. package/pinpoint/emailChannel.js +0 -3
  163. package/pinpoint/emailChannel.js.map +1 -1
  164. package/resourcegroupstaggingapi/getResources.d.ts +85 -0
  165. package/resourcegroupstaggingapi/getResources.js +63 -0
  166. package/resourcegroupstaggingapi/getResources.js.map +1 -0
  167. package/resourcegroupstaggingapi/index.d.ts +1 -0
  168. package/resourcegroupstaggingapi/index.js +10 -0
  169. package/resourcegroupstaggingapi/index.js.map +1 -0
  170. package/servicecatalog/index.d.ts +3 -0
  171. package/servicecatalog/index.js +15 -0
  172. package/servicecatalog/index.js.map +1 -1
  173. package/servicecatalog/organizationsAccess.d.ts +65 -0
  174. package/servicecatalog/organizationsAccess.js +70 -0
  175. package/servicecatalog/organizationsAccess.js.map +1 -0
  176. package/servicecatalog/portfolioShare.d.ts +149 -0
  177. package/servicecatalog/portfolioShare.js +104 -0
  178. package/servicecatalog/portfolioShare.js.map +1 -0
  179. package/servicecatalog/tagOption.d.ts +98 -0
  180. package/servicecatalog/tagOption.js +86 -0
  181. package/servicecatalog/tagOption.js.map +1 -0
  182. package/timestreamwrite/database.d.ts +140 -0
  183. package/timestreamwrite/database.js +100 -0
  184. package/timestreamwrite/database.js.map +1 -0
  185. package/timestreamwrite/index.d.ts +2 -0
  186. package/timestreamwrite/index.js +31 -0
  187. package/timestreamwrite/index.js.map +1 -0
  188. package/timestreamwrite/table.d.ts +150 -0
  189. package/timestreamwrite/table.js +108 -0
  190. package/timestreamwrite/table.js.map +1 -0
  191. package/types/input.d.ts +392 -40
  192. package/types/output.d.ts +522 -64
@@ -44,6 +44,9 @@ export interface GetListenerArgs {
44
44
  * Port of the listener. Required if `arn` is not set.
45
45
  */
46
46
  readonly port?: number;
47
+ readonly tags?: {
48
+ [key: string]: string;
49
+ };
47
50
  }
48
51
  /**
49
52
  * A collection of values returned by getListener.
@@ -61,4 +64,7 @@ export interface GetListenerResult {
61
64
  readonly port: number;
62
65
  readonly protocol: string;
63
66
  readonly sslPolicy: string;
67
+ readonly tags: {
68
+ [key: string]: string;
69
+ };
64
70
  }
@@ -43,6 +43,7 @@ function getListener(args, opts) {
43
43
  "arn": args.arn,
44
44
  "loadBalancerArn": args.loadBalancerArn,
45
45
  "port": args.port,
46
+ "tags": args.tags,
46
47
  }, opts);
47
48
  }
48
49
  exports.getListener = getListener;
@@ -1 +1 @@
1
- {"version":3,"file":"getListener.js","sourceRoot":"","sources":["../../alb/getListener.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,kCAcC"}
1
+ {"version":3,"file":"getListener.js","sourceRoot":"","sources":["../../alb/getListener.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,kCAeC"}
package/alb/listener.d.ts CHANGED
@@ -246,6 +246,18 @@ export declare class Listener extends pulumi.CustomResource {
246
246
  * Name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` or `TLS`.
247
247
  */
248
248
  readonly sslPolicy: pulumi.Output<string>;
249
+ /**
250
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
251
+ */
252
+ readonly tags: pulumi.Output<{
253
+ [key: string]: string;
254
+ } | undefined>;
255
+ /**
256
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
257
+ */
258
+ readonly tagsAll: pulumi.Output<{
259
+ [key: string]: string;
260
+ }>;
249
261
  /**
250
262
  * Create a Listener resource with the given unique name, arguments, and options.
251
263
  *
@@ -291,6 +303,18 @@ export interface ListenerState {
291
303
  * Name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` or `TLS`.
292
304
  */
293
305
  readonly sslPolicy?: pulumi.Input<string>;
306
+ /**
307
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
308
+ */
309
+ readonly tags?: pulumi.Input<{
310
+ [key: string]: pulumi.Input<string>;
311
+ }>;
312
+ /**
313
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
314
+ */
315
+ readonly tagsAll?: pulumi.Input<{
316
+ [key: string]: pulumi.Input<string>;
317
+ }>;
294
318
  }
295
319
  /**
296
320
  * The set of arguments for constructing a Listener resource.
@@ -324,4 +348,16 @@ export interface ListenerArgs {
324
348
  * Name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` or `TLS`.
325
349
  */
326
350
  readonly sslPolicy?: pulumi.Input<string>;
351
+ /**
352
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
353
+ */
354
+ readonly tags?: pulumi.Input<{
355
+ [key: string]: pulumi.Input<string>;
356
+ }>;
357
+ /**
358
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
359
+ */
360
+ readonly tagsAll?: pulumi.Input<{
361
+ [key: string]: pulumi.Input<string>;
362
+ }>;
327
363
  }
package/alb/listener.js CHANGED
@@ -216,6 +216,8 @@ class Listener extends pulumi.CustomResource {
216
216
  inputs["port"] = state ? state.port : undefined;
217
217
  inputs["protocol"] = state ? state.protocol : undefined;
218
218
  inputs["sslPolicy"] = state ? state.sslPolicy : undefined;
219
+ inputs["tags"] = state ? state.tags : undefined;
220
+ inputs["tagsAll"] = state ? state.tagsAll : undefined;
219
221
  }
220
222
  else {
221
223
  const args = argsOrState;
@@ -232,6 +234,8 @@ class Listener extends pulumi.CustomResource {
232
234
  inputs["port"] = args ? args.port : undefined;
233
235
  inputs["protocol"] = args ? args.protocol : undefined;
234
236
  inputs["sslPolicy"] = args ? args.sslPolicy : undefined;
237
+ inputs["tags"] = args ? args.tags : undefined;
238
+ inputs["tagsAll"] = args ? args.tagsAll : undefined;
235
239
  inputs["arn"] = undefined /*out*/;
236
240
  }
237
241
  if (!opts.version) {
@@ -1 +1 @@
1
- {"version":3,"file":"listener.js","sourceRoot":"","sources":["../../alb/listener.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"listener.js","sourceRoot":"","sources":["../../alb/listener.ts"],"names":[],"mappings":"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"}
@@ -210,6 +210,18 @@ export declare class ListenerRule extends pulumi.CustomResource {
210
210
  * The priority for the rule between `1` and `50000`. Leaving it unset will automatically set the rule with next available priority after currently existing highest rule. A listener can't have multiple rules with the same priority.
211
211
  */
212
212
  readonly priority: pulumi.Output<number>;
213
+ /**
214
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
215
+ */
216
+ readonly tags: pulumi.Output<{
217
+ [key: string]: string;
218
+ } | undefined>;
219
+ /**
220
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
221
+ */
222
+ readonly tagsAll: pulumi.Output<{
223
+ [key: string]: string;
224
+ }>;
213
225
  /**
214
226
  * Create a ListenerRule resource with the given unique name, arguments, and options.
215
227
  *
@@ -243,6 +255,18 @@ export interface ListenerRuleState {
243
255
  * The priority for the rule between `1` and `50000`. Leaving it unset will automatically set the rule with next available priority after currently existing highest rule. A listener can't have multiple rules with the same priority.
244
256
  */
245
257
  readonly priority?: pulumi.Input<number>;
258
+ /**
259
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
260
+ */
261
+ readonly tags?: pulumi.Input<{
262
+ [key: string]: pulumi.Input<string>;
263
+ }>;
264
+ /**
265
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
266
+ */
267
+ readonly tagsAll?: pulumi.Input<{
268
+ [key: string]: pulumi.Input<string>;
269
+ }>;
246
270
  }
247
271
  /**
248
272
  * The set of arguments for constructing a ListenerRule resource.
@@ -264,4 +288,16 @@ export interface ListenerRuleArgs {
264
288
  * The priority for the rule between `1` and `50000`. Leaving it unset will automatically set the rule with next available priority after currently existing highest rule. A listener can't have multiple rules with the same priority.
265
289
  */
266
290
  readonly priority?: pulumi.Input<number>;
291
+ /**
292
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
293
+ */
294
+ readonly tags?: pulumi.Input<{
295
+ [key: string]: pulumi.Input<string>;
296
+ }>;
297
+ /**
298
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
299
+ */
300
+ readonly tagsAll?: pulumi.Input<{
301
+ [key: string]: pulumi.Input<string>;
302
+ }>;
267
303
  }
@@ -189,6 +189,8 @@ class ListenerRule extends pulumi.CustomResource {
189
189
  inputs["conditions"] = state ? state.conditions : undefined;
190
190
  inputs["listenerArn"] = state ? state.listenerArn : undefined;
191
191
  inputs["priority"] = state ? state.priority : undefined;
192
+ inputs["tags"] = state ? state.tags : undefined;
193
+ inputs["tagsAll"] = state ? state.tagsAll : undefined;
192
194
  }
193
195
  else {
194
196
  const args = argsOrState;
@@ -205,6 +207,8 @@ class ListenerRule extends pulumi.CustomResource {
205
207
  inputs["conditions"] = args ? args.conditions : undefined;
206
208
  inputs["listenerArn"] = args ? args.listenerArn : undefined;
207
209
  inputs["priority"] = args ? args.priority : undefined;
210
+ inputs["tags"] = args ? args.tags : undefined;
211
+ inputs["tagsAll"] = args ? args.tagsAll : undefined;
208
212
  inputs["arn"] = undefined /*out*/;
209
213
  }
210
214
  if (!opts.version) {
@@ -1 +1 @@
1
- {"version":3,"file":"listenerRule.js","sourceRoot":"","sources":["../../alb/listenerRule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"listenerRule.js","sourceRoot":"","sources":["../../alb/listenerRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6KG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IAiEnD,YAAY,IAAY,EAAE,WAAkD,EAAE,IAAmC;QAC7G,IAAI,MAAM,GAAkB,EAAE,CAAC;QAC/B,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA4C,CAAC;YAC3D,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,MAAM,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,MAAM,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAChD,MAAM,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAA2C,CAAC;YACzD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,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,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,MAAM,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,MAAM,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9C,MAAM,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,MAAM,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACrC;QACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;YACf,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE,EAAC,CAAC,CAAC;SACxE;QACD,MAAM,SAAS,GAAG,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,wDAAwD,EAAE,CAAC,EAAE,CAAC;QACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC5C,KAAK,CAAC,YAAY,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;IArGD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;;AA1BL,oCAuGC;AAzFG,gBAAgB;AACO,yBAAY,GAAG,mCAAmC,CAAC"}
@@ -45,6 +45,9 @@ export interface GetListenerArgs {
45
45
  * Port of the listener. Required if `arn` is not set.
46
46
  */
47
47
  readonly port?: number;
48
+ readonly tags?: {
49
+ [key: string]: string;
50
+ };
48
51
  }
49
52
  /**
50
53
  * A collection of values returned by getListener.
@@ -62,4 +65,7 @@ export interface GetListenerResult {
62
65
  readonly port: number;
63
66
  readonly protocol: string;
64
67
  readonly sslPolicy: string;
68
+ readonly tags: {
69
+ [key: string]: string;
70
+ };
65
71
  }
@@ -45,6 +45,7 @@ function getListener(args, opts) {
45
45
  "arn": args.arn,
46
46
  "loadBalancerArn": args.loadBalancerArn,
47
47
  "port": args.port,
48
+ "tags": args.tags,
48
49
  }, opts);
49
50
  }
50
51
  exports.getListener = getListener;
@@ -1 +1 @@
1
- {"version":3,"file":"getListener.js","sourceRoot":"","sources":["../../applicationloadbalancing/getListener.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,+GAA+G;AAC/G,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yHAAyH,CAAC,CAAA;IAC1I,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,kCAeC"}
1
+ {"version":3,"file":"getListener.js","sourceRoot":"","sources":["../../applicationloadbalancing/getListener.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,+GAA+G;AAC/G,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yHAAyH,CAAC,CAAA;IAC1I,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,KAAK,EAAE,IAAI,CAAC,GAAG;QACf,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAhBD,kCAgBC"}
@@ -248,6 +248,18 @@ export declare class Listener extends pulumi.CustomResource {
248
248
  * Name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` or `TLS`.
249
249
  */
250
250
  readonly sslPolicy: pulumi.Output<string>;
251
+ /**
252
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
253
+ */
254
+ readonly tags: pulumi.Output<{
255
+ [key: string]: string;
256
+ } | undefined>;
257
+ /**
258
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
259
+ */
260
+ readonly tagsAll: pulumi.Output<{
261
+ [key: string]: string;
262
+ }>;
251
263
  /**
252
264
  * Create a Listener resource with the given unique name, arguments, and options.
253
265
  *
@@ -294,6 +306,18 @@ export interface ListenerState {
294
306
  * Name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` or `TLS`.
295
307
  */
296
308
  readonly sslPolicy?: pulumi.Input<string>;
309
+ /**
310
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
311
+ */
312
+ readonly tags?: pulumi.Input<{
313
+ [key: string]: pulumi.Input<string>;
314
+ }>;
315
+ /**
316
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
317
+ */
318
+ readonly tagsAll?: pulumi.Input<{
319
+ [key: string]: pulumi.Input<string>;
320
+ }>;
297
321
  }
298
322
  /**
299
323
  * The set of arguments for constructing a Listener resource.
@@ -327,4 +351,16 @@ export interface ListenerArgs {
327
351
  * Name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` or `TLS`.
328
352
  */
329
353
  readonly sslPolicy?: pulumi.Input<string>;
354
+ /**
355
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
356
+ */
357
+ readonly tags?: pulumi.Input<{
358
+ [key: string]: pulumi.Input<string>;
359
+ }>;
360
+ /**
361
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
362
+ */
363
+ readonly tagsAll?: pulumi.Input<{
364
+ [key: string]: pulumi.Input<string>;
365
+ }>;
330
366
  }
@@ -220,6 +220,8 @@ class Listener extends pulumi.CustomResource {
220
220
  inputs["port"] = state ? state.port : undefined;
221
221
  inputs["protocol"] = state ? state.protocol : undefined;
222
222
  inputs["sslPolicy"] = state ? state.sslPolicy : undefined;
223
+ inputs["tags"] = state ? state.tags : undefined;
224
+ inputs["tagsAll"] = state ? state.tagsAll : undefined;
223
225
  }
224
226
  else {
225
227
  const args = argsOrState;
@@ -236,6 +238,8 @@ class Listener extends pulumi.CustomResource {
236
238
  inputs["port"] = args ? args.port : undefined;
237
239
  inputs["protocol"] = args ? args.protocol : undefined;
238
240
  inputs["sslPolicy"] = args ? args.sslPolicy : undefined;
241
+ inputs["tags"] = args ? args.tags : undefined;
242
+ inputs["tagsAll"] = args ? args.tagsAll : undefined;
239
243
  inputs["arn"] = undefined /*out*/;
240
244
  }
241
245
  if (!opts.version) {
@@ -1 +1 @@
1
- {"version":3,"file":"listener.js","sourceRoot":"","sources":["../../applicationloadbalancing/listener.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"listener.js","sourceRoot":"","sources":["../../applicationloadbalancing/listener.ts"],"names":[],"mappings":"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"}
@@ -212,6 +212,18 @@ export declare class ListenerRule extends pulumi.CustomResource {
212
212
  * The priority for the rule between `1` and `50000`. Leaving it unset will automatically set the rule with next available priority after currently existing highest rule. A listener can't have multiple rules with the same priority.
213
213
  */
214
214
  readonly priority: pulumi.Output<number>;
215
+ /**
216
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
217
+ */
218
+ readonly tags: pulumi.Output<{
219
+ [key: string]: string;
220
+ } | undefined>;
221
+ /**
222
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
223
+ */
224
+ readonly tagsAll: pulumi.Output<{
225
+ [key: string]: string;
226
+ }>;
215
227
  /**
216
228
  * Create a ListenerRule resource with the given unique name, arguments, and options.
217
229
  *
@@ -246,6 +258,18 @@ export interface ListenerRuleState {
246
258
  * The priority for the rule between `1` and `50000`. Leaving it unset will automatically set the rule with next available priority after currently existing highest rule. A listener can't have multiple rules with the same priority.
247
259
  */
248
260
  readonly priority?: pulumi.Input<number>;
261
+ /**
262
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
263
+ */
264
+ readonly tags?: pulumi.Input<{
265
+ [key: string]: pulumi.Input<string>;
266
+ }>;
267
+ /**
268
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
269
+ */
270
+ readonly tagsAll?: pulumi.Input<{
271
+ [key: string]: pulumi.Input<string>;
272
+ }>;
249
273
  }
250
274
  /**
251
275
  * The set of arguments for constructing a ListenerRule resource.
@@ -267,4 +291,16 @@ export interface ListenerRuleArgs {
267
291
  * The priority for the rule between `1` and `50000`. Leaving it unset will automatically set the rule with next available priority after currently existing highest rule. A listener can't have multiple rules with the same priority.
268
292
  */
269
293
  readonly priority?: pulumi.Input<number>;
294
+ /**
295
+ * A map of tags to assign to the resource. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
296
+ */
297
+ readonly tags?: pulumi.Input<{
298
+ [key: string]: pulumi.Input<string>;
299
+ }>;
300
+ /**
301
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
302
+ */
303
+ readonly tagsAll?: pulumi.Input<{
304
+ [key: string]: pulumi.Input<string>;
305
+ }>;
270
306
  }
@@ -193,6 +193,8 @@ class ListenerRule extends pulumi.CustomResource {
193
193
  inputs["conditions"] = state ? state.conditions : undefined;
194
194
  inputs["listenerArn"] = state ? state.listenerArn : undefined;
195
195
  inputs["priority"] = state ? state.priority : undefined;
196
+ inputs["tags"] = state ? state.tags : undefined;
197
+ inputs["tagsAll"] = state ? state.tagsAll : undefined;
196
198
  }
197
199
  else {
198
200
  const args = argsOrState;
@@ -209,6 +211,8 @@ class ListenerRule extends pulumi.CustomResource {
209
211
  inputs["conditions"] = args ? args.conditions : undefined;
210
212
  inputs["listenerArn"] = args ? args.listenerArn : undefined;
211
213
  inputs["priority"] = args ? args.priority : undefined;
214
+ inputs["tags"] = args ? args.tags : undefined;
215
+ inputs["tagsAll"] = args ? args.tagsAll : undefined;
212
216
  inputs["arn"] = undefined /*out*/;
213
217
  }
214
218
  if (!opts.version) {
@@ -1 +1 @@
1
- {"version":3,"file":"listenerRule.js","sourceRoot":"","sources":["../../applicationloadbalancing/listenerRule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"listenerRule.js","sourceRoot":"","sources":["../../applicationloadbalancing/listenerRule.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,180 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Manages an App Runner AutoScaling Configuration Version.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as aws from "@pulumi/aws";
10
+ *
11
+ * const example = new aws.apprunner.AutoScalingConfigurationVersion("example", {
12
+ * autoScalingConfigurationName: "example",
13
+ * maxConcurrency: 50,
14
+ * maxSize: 10,
15
+ * minSize: 2,
16
+ * tags: {
17
+ * Name: "example-apprunner-autoscaling",
18
+ * },
19
+ * });
20
+ * ```
21
+ *
22
+ * ## Import
23
+ *
24
+ * App Runner AutoScaling Configuration Versions can be imported by using the `arn`, e.g.
25
+ *
26
+ * ```sh
27
+ * $ pulumi import aws:apprunner/autoScalingConfigurationVersion:AutoScalingConfigurationVersion example "arn:aws:apprunner:us-east-1:1234567890:autoscalingconfiguration/example/1/69bdfe0115224b0db49398b7beb68e0f
28
+ * ```
29
+ */
30
+ export declare class AutoScalingConfigurationVersion extends pulumi.CustomResource {
31
+ /**
32
+ * Get an existing AutoScalingConfigurationVersion resource's state with the given name, ID, and optional extra
33
+ * properties used to qualify the lookup.
34
+ *
35
+ * @param name The _unique_ name of the resulting resource.
36
+ * @param id The _unique_ provider ID of the resource to lookup.
37
+ * @param state Any extra arguments used during the lookup.
38
+ * @param opts Optional settings to control the behavior of the CustomResource.
39
+ */
40
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AutoScalingConfigurationVersionState, opts?: pulumi.CustomResourceOptions): AutoScalingConfigurationVersion;
41
+ /**
42
+ * Returns true if the given object is an instance of AutoScalingConfigurationVersion. This is designed to work even
43
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
44
+ */
45
+ static isInstance(obj: any): obj is AutoScalingConfigurationVersion;
46
+ /**
47
+ * ARN of this auto scaling configuration version.
48
+ */
49
+ readonly arn: pulumi.Output<string>;
50
+ /**
51
+ * Name of the auto scaling configuration.
52
+ */
53
+ readonly autoScalingConfigurationName: pulumi.Output<string>;
54
+ /**
55
+ * The revision of this auto scaling configuration.
56
+ */
57
+ readonly autoScalingConfigurationRevision: pulumi.Output<number>;
58
+ /**
59
+ * Whether the auto scaling configuration has the highest `autoScalingConfigurationRevision` among all configurations that share the same `autoScalingConfigurationName`.
60
+ */
61
+ readonly latest: pulumi.Output<boolean>;
62
+ /**
63
+ * The maximal number of concurrent requests that you want an instance to process. When the number of concurrent requests goes over this limit, App Runner scales up your service.
64
+ */
65
+ readonly maxConcurrency: pulumi.Output<number | undefined>;
66
+ /**
67
+ * The maximal number of instances that App Runner provisions for your service.
68
+ */
69
+ readonly maxSize: pulumi.Output<number | undefined>;
70
+ /**
71
+ * The minimal number of instances that App Runner provisions for your service.
72
+ */
73
+ readonly minSize: pulumi.Output<number | undefined>;
74
+ /**
75
+ * The current state of the auto scaling configuration. An INACTIVE configuration revision has been deleted and can't be used. It is permanently removed some time after deletion.
76
+ */
77
+ readonly status: pulumi.Output<string>;
78
+ /**
79
+ * Key-value map of resource tags. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
80
+ */
81
+ readonly tags: pulumi.Output<{
82
+ [key: string]: string;
83
+ } | undefined>;
84
+ /**
85
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
86
+ */
87
+ readonly tagsAll: pulumi.Output<{
88
+ [key: string]: string;
89
+ }>;
90
+ /**
91
+ * Create a AutoScalingConfigurationVersion resource with the given unique name, arguments, and options.
92
+ *
93
+ * @param name The _unique_ name of the resource.
94
+ * @param args The arguments to use to populate this resource's properties.
95
+ * @param opts A bag of options that control this resource's behavior.
96
+ */
97
+ constructor(name: string, args: AutoScalingConfigurationVersionArgs, opts?: pulumi.CustomResourceOptions);
98
+ }
99
+ /**
100
+ * Input properties used for looking up and filtering AutoScalingConfigurationVersion resources.
101
+ */
102
+ export interface AutoScalingConfigurationVersionState {
103
+ /**
104
+ * ARN of this auto scaling configuration version.
105
+ */
106
+ readonly arn?: pulumi.Input<string>;
107
+ /**
108
+ * Name of the auto scaling configuration.
109
+ */
110
+ readonly autoScalingConfigurationName?: pulumi.Input<string>;
111
+ /**
112
+ * The revision of this auto scaling configuration.
113
+ */
114
+ readonly autoScalingConfigurationRevision?: pulumi.Input<number>;
115
+ /**
116
+ * Whether the auto scaling configuration has the highest `autoScalingConfigurationRevision` among all configurations that share the same `autoScalingConfigurationName`.
117
+ */
118
+ readonly latest?: pulumi.Input<boolean>;
119
+ /**
120
+ * The maximal number of concurrent requests that you want an instance to process. When the number of concurrent requests goes over this limit, App Runner scales up your service.
121
+ */
122
+ readonly maxConcurrency?: pulumi.Input<number>;
123
+ /**
124
+ * The maximal number of instances that App Runner provisions for your service.
125
+ */
126
+ readonly maxSize?: pulumi.Input<number>;
127
+ /**
128
+ * The minimal number of instances that App Runner provisions for your service.
129
+ */
130
+ readonly minSize?: pulumi.Input<number>;
131
+ /**
132
+ * The current state of the auto scaling configuration. An INACTIVE configuration revision has been deleted and can't be used. It is permanently removed some time after deletion.
133
+ */
134
+ readonly status?: pulumi.Input<string>;
135
+ /**
136
+ * Key-value map of resource tags. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
137
+ */
138
+ readonly tags?: pulumi.Input<{
139
+ [key: string]: pulumi.Input<string>;
140
+ }>;
141
+ /**
142
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
143
+ */
144
+ readonly tagsAll?: pulumi.Input<{
145
+ [key: string]: pulumi.Input<string>;
146
+ }>;
147
+ }
148
+ /**
149
+ * The set of arguments for constructing a AutoScalingConfigurationVersion resource.
150
+ */
151
+ export interface AutoScalingConfigurationVersionArgs {
152
+ /**
153
+ * Name of the auto scaling configuration.
154
+ */
155
+ readonly autoScalingConfigurationName: pulumi.Input<string>;
156
+ /**
157
+ * The maximal number of concurrent requests that you want an instance to process. When the number of concurrent requests goes over this limit, App Runner scales up your service.
158
+ */
159
+ readonly maxConcurrency?: pulumi.Input<number>;
160
+ /**
161
+ * The maximal number of instances that App Runner provisions for your service.
162
+ */
163
+ readonly maxSize?: pulumi.Input<number>;
164
+ /**
165
+ * The minimal number of instances that App Runner provisions for your service.
166
+ */
167
+ readonly minSize?: pulumi.Input<number>;
168
+ /**
169
+ * Key-value map of resource tags. If configured with a provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
170
+ */
171
+ readonly tags?: pulumi.Input<{
172
+ [key: string]: pulumi.Input<string>;
173
+ }>;
174
+ /**
175
+ * A map of tags assigned to the resource, including those inherited from the provider [`defaultTags` configuration block](https://www.terraform.io/docs/providers/aws/index.html#default_tags-configuration-block).
176
+ */
177
+ readonly tagsAll?: pulumi.Input<{
178
+ [key: string]: pulumi.Input<string>;
179
+ }>;
180
+ }