@pulumi/aws 6.83.0 → 6.84.0-alpha.1750976101

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.
@@ -42,6 +42,10 @@ export interface Selection {
42
42
  * Specify one or more image tag prefixes for selection.
43
43
  */
44
44
  tagPrefixList?: Input<string> | Input<string>[];
45
+ /**
46
+ * Specify one or more image tag patterns for selection.
47
+ */
48
+ tagPatternList?: Input<string>[];
45
49
  /**
46
50
  * Indicate whether to evaluate the rule based on `imageCountMoreThan` or `sinceImagePushed`.
47
51
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws",
3
- "version": "6.83.0",
3
+ "version": "6.84.0-alpha.1750976101",
4
4
  "description": "A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "aws",
27
- "version": "6.83.0"
27
+ "version": "6.84.0-alpha.1750976101"
28
28
  }
29
29
  }