@pulumi/aws 5.35.0-alpha.1680547605 → 5.35.0

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 (156) hide show
  1. package/appmesh/gatewayRoute.d.ts +6 -0
  2. package/appmesh/gatewayRoute.js +1 -1
  3. package/appmesh/gatewayRoute.js.map +1 -1
  4. package/appmesh/getGatewayRoute.d.ts +129 -0
  5. package/appmesh/getGatewayRoute.js +55 -0
  6. package/appmesh/getGatewayRoute.js.map +1 -0
  7. package/appmesh/getMesh.d.ts +1 -1
  8. package/appmesh/getRoute.d.ts +1 -1
  9. package/appmesh/getVirtualGateway.d.ts +1 -1
  10. package/appmesh/getVirtualNode.d.ts +118 -0
  11. package/appmesh/getVirtualNode.js +52 -0
  12. package/appmesh/getVirtualNode.js.map +1 -0
  13. package/appmesh/getVirtualRouter.d.ts +112 -0
  14. package/appmesh/getVirtualRouter.js +52 -0
  15. package/appmesh/getVirtualRouter.js.map +1 -0
  16. package/appmesh/getVirtualService.d.ts +1 -1
  17. package/appmesh/index.d.ts +9 -0
  18. package/appmesh/index.js +10 -1
  19. package/appmesh/index.js.map +1 -1
  20. package/appmesh/virtualNode.d.ts +6 -0
  21. package/appmesh/virtualNode.js +1 -1
  22. package/appmesh/virtualNode.js.map +1 -1
  23. package/appmesh/virtualRouter.d.ts +6 -0
  24. package/appmesh/virtualRouter.js +1 -1
  25. package/appmesh/virtualRouter.js.map +1 -1
  26. package/cloudwatch/logDestination.d.ts +6 -0
  27. package/cloudwatch/logDestination.js +1 -1
  28. package/cloudwatch/logDestination.js.map +1 -1
  29. package/cloudwatch/logGroup.d.ts +6 -0
  30. package/cloudwatch/logGroup.js +1 -1
  31. package/cloudwatch/logGroup.js.map +1 -1
  32. package/globalaccelerator/accelerator.d.ts +8 -0
  33. package/globalaccelerator/accelerator.js +2 -0
  34. package/globalaccelerator/accelerator.js.map +1 -1
  35. package/iam/instanceProfile.d.ts +7 -1
  36. package/iam/instanceProfile.js +1 -1
  37. package/iam/instanceProfile.js.map +1 -1
  38. package/iam/openIdConnectProvider.d.ts +6 -0
  39. package/iam/openIdConnectProvider.js +1 -1
  40. package/iam/openIdConnectProvider.js.map +1 -1
  41. package/iam/policy.d.ts +7 -1
  42. package/iam/policy.js +1 -1
  43. package/iam/policy.js.map +1 -1
  44. package/iam/role.d.ts +6 -0
  45. package/iam/role.js +1 -1
  46. package/iam/role.js.map +1 -1
  47. package/iam/samlProvider.d.ts +6 -0
  48. package/iam/samlProvider.js +1 -1
  49. package/iam/samlProvider.js.map +1 -1
  50. package/iam/serverCertificate.d.ts +6 -0
  51. package/iam/serverCertificate.js +1 -1
  52. package/iam/serverCertificate.js.map +1 -1
  53. package/iam/serviceLinkedRole.d.ts +6 -0
  54. package/iam/serviceLinkedRole.js +1 -1
  55. package/iam/serviceLinkedRole.js.map +1 -1
  56. package/iam/user.d.ts +6 -0
  57. package/iam/user.js +1 -1
  58. package/iam/user.js.map +1 -1
  59. package/iam/virtualMfaDevice.d.ts +6 -0
  60. package/iam/virtualMfaDevice.js +1 -1
  61. package/iam/virtualMfaDevice.js.map +1 -1
  62. package/index.d.ts +3 -1
  63. package/index.js +6 -2
  64. package/index.js.map +1 -1
  65. package/inspector/assessmentTemplate.d.ts +6 -0
  66. package/inspector/assessmentTemplate.js +1 -1
  67. package/inspector/assessmentTemplate.js.map +1 -1
  68. package/oam/getSink.d.ts +91 -0
  69. package/oam/getSink.js +50 -0
  70. package/oam/getSink.js.map +1 -0
  71. package/oam/getSinks.d.ts +28 -0
  72. package/oam/getSinks.js +26 -0
  73. package/oam/getSinks.js.map +1 -0
  74. package/oam/index.d.ts +5 -0
  75. package/oam/index.js +6 -1
  76. package/oam/index.js.map +1 -1
  77. package/package.json +2 -2
  78. package/package.json.dev +2 -2
  79. package/rbin/index.d.ts +3 -0
  80. package/rbin/index.js +22 -0
  81. package/rbin/index.js.map +1 -0
  82. package/rbin/rule.d.ts +174 -0
  83. package/rbin/rule.js +110 -0
  84. package/rbin/rule.js.map +1 -0
  85. package/rds/cluster.d.ts +71 -3
  86. package/rds/cluster.js +42 -0
  87. package/rds/cluster.js.map +1 -1
  88. package/rds/getCluster.d.ts +2 -0
  89. package/rds/getCluster.js.map +1 -1
  90. package/rds/getInstance.d.ts +6 -1
  91. package/rds/getInstance.js.map +1 -1
  92. package/rds/instance.d.ts +85 -9
  93. package/rds/instance.js +50 -0
  94. package/rds/instance.js.map +1 -1
  95. package/route53/healthCheck.d.ts +6 -0
  96. package/route53/healthCheck.js +1 -1
  97. package/route53/healthCheck.js.map +1 -1
  98. package/route53/zone.d.ts +6 -0
  99. package/route53/zone.js +1 -1
  100. package/route53/zone.js.map +1 -1
  101. package/s3/bucketObject.d.ts +6 -0
  102. package/s3/bucketObject.js +1 -1
  103. package/s3/bucketObject.js.map +1 -1
  104. package/s3/bucketObjectv2.d.ts +6 -0
  105. package/s3/bucketObjectv2.js +1 -1
  106. package/s3/bucketObjectv2.js.map +1 -1
  107. package/s3/bucketV2.d.ts +7 -1
  108. package/s3/bucketV2.js +1 -1
  109. package/s3/bucketV2.js.map +1 -1
  110. package/s3/objectCopy.d.ts +6 -0
  111. package/s3/objectCopy.js +1 -1
  112. package/s3/objectCopy.js.map +1 -1
  113. package/servicecatalog/portfolio.d.ts +6 -0
  114. package/servicecatalog/portfolio.js +1 -1
  115. package/servicecatalog/portfolio.js.map +1 -1
  116. package/servicecatalog/product.d.ts +6 -0
  117. package/servicecatalog/product.js +1 -1
  118. package/servicecatalog/product.js.map +1 -1
  119. package/servicecatalog/provisionedProduct.d.ts +6 -0
  120. package/servicecatalog/provisionedProduct.js +1 -1
  121. package/servicecatalog/provisionedProduct.js.map +1 -1
  122. package/sns/dataProtectionPolicy.d.ts +97 -0
  123. package/sns/dataProtectionPolicy.js +94 -0
  124. package/sns/dataProtectionPolicy.js.map +1 -0
  125. package/sns/index.d.ts +3 -0
  126. package/sns/index.js +6 -1
  127. package/sns/index.js.map +1 -1
  128. package/ssm/activation.d.ts +6 -0
  129. package/ssm/activation.js +1 -1
  130. package/ssm/activation.js.map +1 -1
  131. package/ssm/document.d.ts +6 -0
  132. package/ssm/document.js +1 -1
  133. package/ssm/document.js.map +1 -1
  134. package/ssm/maintenanceWindow.d.ts +6 -0
  135. package/ssm/maintenanceWindow.js +1 -1
  136. package/ssm/maintenanceWindow.js.map +1 -1
  137. package/ssm/parameter.d.ts +6 -0
  138. package/ssm/parameter.js +1 -1
  139. package/ssm/parameter.js.map +1 -1
  140. package/ssm/patchBaseline.d.ts +6 -0
  141. package/ssm/patchBaseline.js +1 -1
  142. package/ssm/patchBaseline.js.map +1 -1
  143. package/ssmincidents/getReplicationSet.d.ts +93 -0
  144. package/ssmincidents/getReplicationSet.js +50 -0
  145. package/ssmincidents/getReplicationSet.js.map +1 -0
  146. package/ssmincidents/index.d.ts +6 -0
  147. package/ssmincidents/index.js +25 -0
  148. package/ssmincidents/index.js.map +1 -0
  149. package/ssmincidents/replicationSet.d.ts +191 -0
  150. package/ssmincidents/replicationSet.js +144 -0
  151. package/ssmincidents/replicationSet.js.map +1 -0
  152. package/ssoadmin/permissionSet.d.ts +6 -0
  153. package/ssoadmin/permissionSet.js +1 -1
  154. package/ssoadmin/permissionSet.js.map +1 -1
  155. package/types/input.d.ts +368 -12
  156. package/types/output.d.ts +895 -296
@@ -193,6 +193,12 @@ export interface GatewayRouteArgs {
193
193
  tags?: pulumi.Input<{
194
194
  [key: string]: pulumi.Input<string>;
195
195
  }>;
196
+ /**
197
+ * Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
198
+ */
199
+ tagsAll?: pulumi.Input<{
200
+ [key: string]: pulumi.Input<string>;
201
+ }>;
196
202
  /**
197
203
  * Name of the virtual gateway to associate the gateway route with. Must be between 1 and 255 characters in length.
198
204
  */
@@ -101,12 +101,12 @@ class GatewayRoute extends pulumi.CustomResource {
101
101
  resourceInputs["name"] = args ? args.name : undefined;
102
102
  resourceInputs["spec"] = args ? args.spec : undefined;
103
103
  resourceInputs["tags"] = args ? args.tags : undefined;
104
+ resourceInputs["tagsAll"] = args ? args.tagsAll : undefined;
104
105
  resourceInputs["virtualGatewayName"] = args ? args.virtualGatewayName : undefined;
105
106
  resourceInputs["arn"] = undefined /*out*/;
106
107
  resourceInputs["createdDate"] = undefined /*out*/;
107
108
  resourceInputs["lastUpdatedDate"] = undefined /*out*/;
108
109
  resourceInputs["resourceOwner"] = undefined /*out*/;
109
- resourceInputs["tagsAll"] = undefined /*out*/;
110
110
  }
111
111
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
112
112
  super(GatewayRoute.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"gatewayRoute.js","sourceRoot":"","sources":["../../appmesh/gatewayRoute.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"gatewayRoute.js","sourceRoot":"","sources":["../../appmesh/gatewayRoute.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,129 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * The App Mesh Gateway Route data source allows details of an App Mesh Gateway Route to be retrieved by its name, mesh_name, virtual_gateway_name, and optionally the mesh_owner.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as aws from "@pulumi/aws";
11
+ *
12
+ * const test = aws.appmesh.getGatewayRoute({
13
+ * meshName: "test-mesh",
14
+ * name: "test-route",
15
+ * virtualGatewayName: "test-gateway",
16
+ * });
17
+ * ```
18
+ */
19
+ export declare function getGatewayRoute(args: GetGatewayRouteArgs, opts?: pulumi.InvokeOptions): Promise<GetGatewayRouteResult>;
20
+ /**
21
+ * A collection of arguments for invoking getGatewayRoute.
22
+ */
23
+ export interface GetGatewayRouteArgs {
24
+ /**
25
+ * Name of the service mesh in which the virtual gateway exists.
26
+ */
27
+ meshName: string;
28
+ /**
29
+ * AWS account ID of the service mesh's owner.
30
+ */
31
+ meshOwner?: string;
32
+ /**
33
+ * Name of the gateway route.
34
+ */
35
+ name: string;
36
+ /**
37
+ * Map of tags.
38
+ */
39
+ tags?: {
40
+ [key: string]: string;
41
+ };
42
+ /**
43
+ * Name of the virtual gateway in which the route exists.
44
+ */
45
+ virtualGatewayName: string;
46
+ }
47
+ /**
48
+ * A collection of values returned by getGatewayRoute.
49
+ */
50
+ export interface GetGatewayRouteResult {
51
+ /**
52
+ * ARN of the gateway route.
53
+ */
54
+ readonly arn: string;
55
+ /**
56
+ * Creation date of the gateway route.
57
+ */
58
+ readonly createdDate: string;
59
+ /**
60
+ * The provider-assigned unique ID for this managed resource.
61
+ */
62
+ readonly id: string;
63
+ /**
64
+ * Last update date of the gateway route.
65
+ */
66
+ readonly lastUpdatedDate: string;
67
+ readonly meshName: string;
68
+ readonly meshOwner: string;
69
+ readonly name: string;
70
+ /**
71
+ * Resource owner's AWS account ID.
72
+ */
73
+ readonly resourceOwner: string;
74
+ /**
75
+ * Gateway route specification. See the `aws.appmesh.GatewayRoute` resource for details.
76
+ */
77
+ readonly specs: outputs.appmesh.GetGatewayRouteSpec[];
78
+ /**
79
+ * Map of tags.
80
+ */
81
+ readonly tags: {
82
+ [key: string]: string;
83
+ };
84
+ readonly virtualGatewayName: string;
85
+ }
86
+ /**
87
+ * The App Mesh Gateway Route data source allows details of an App Mesh Gateway Route to be retrieved by its name, mesh_name, virtual_gateway_name, and optionally the mesh_owner.
88
+ *
89
+ * ## Example Usage
90
+ *
91
+ * ```typescript
92
+ * import * as pulumi from "@pulumi/pulumi";
93
+ * import * as aws from "@pulumi/aws";
94
+ *
95
+ * const test = aws.appmesh.getGatewayRoute({
96
+ * meshName: "test-mesh",
97
+ * name: "test-route",
98
+ * virtualGatewayName: "test-gateway",
99
+ * });
100
+ * ```
101
+ */
102
+ export declare function getGatewayRouteOutput(args: GetGatewayRouteOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetGatewayRouteResult>;
103
+ /**
104
+ * A collection of arguments for invoking getGatewayRoute.
105
+ */
106
+ export interface GetGatewayRouteOutputArgs {
107
+ /**
108
+ * Name of the service mesh in which the virtual gateway exists.
109
+ */
110
+ meshName: pulumi.Input<string>;
111
+ /**
112
+ * AWS account ID of the service mesh's owner.
113
+ */
114
+ meshOwner?: pulumi.Input<string>;
115
+ /**
116
+ * Name of the gateway route.
117
+ */
118
+ name: pulumi.Input<string>;
119
+ /**
120
+ * Map of tags.
121
+ */
122
+ tags?: pulumi.Input<{
123
+ [key: string]: pulumi.Input<string>;
124
+ }>;
125
+ /**
126
+ * Name of the virtual gateway in which the route exists.
127
+ */
128
+ virtualGatewayName: pulumi.Input<string>;
129
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getGatewayRouteOutput = exports.getGatewayRoute = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * The App Mesh Gateway Route data source allows details of an App Mesh Gateway Route to be retrieved by its name, mesh_name, virtual_gateway_name, and optionally the mesh_owner.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const test = aws.appmesh.getGatewayRoute({
18
+ * meshName: "test-mesh",
19
+ * name: "test-route",
20
+ * virtualGatewayName: "test-gateway",
21
+ * });
22
+ * ```
23
+ */
24
+ function getGatewayRoute(args, opts) {
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("aws:appmesh/getGatewayRoute:getGatewayRoute", {
27
+ "meshName": args.meshName,
28
+ "meshOwner": args.meshOwner,
29
+ "name": args.name,
30
+ "tags": args.tags,
31
+ "virtualGatewayName": args.virtualGatewayName,
32
+ }, opts);
33
+ }
34
+ exports.getGatewayRoute = getGatewayRoute;
35
+ /**
36
+ * The App Mesh Gateway Route data source allows details of an App Mesh Gateway Route to be retrieved by its name, mesh_name, virtual_gateway_name, and optionally the mesh_owner.
37
+ *
38
+ * ## Example Usage
39
+ *
40
+ * ```typescript
41
+ * import * as pulumi from "@pulumi/pulumi";
42
+ * import * as aws from "@pulumi/aws";
43
+ *
44
+ * const test = aws.appmesh.getGatewayRoute({
45
+ * meshName: "test-mesh",
46
+ * name: "test-route",
47
+ * virtualGatewayName: "test-gateway",
48
+ * });
49
+ * ```
50
+ */
51
+ function getGatewayRouteOutput(args, opts) {
52
+ return pulumi.output(args).apply((a) => getGatewayRoute(a, opts));
53
+ }
54
+ exports.getGatewayRouteOutput = getGatewayRouteOutput;
55
+ //# sourceMappingURL=getGatewayRoute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getGatewayRoute.js","sourceRoot":"","sources":["../../appmesh/getGatewayRoute.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;KAChD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0CAUC;AAiED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
@@ -72,7 +72,7 @@ export interface GetMeshResult {
72
72
  */
73
73
  readonly resourceOwner: string;
74
74
  /**
75
- * Service mesh specification.
75
+ * Service mesh specification. See the `aws.appmesh.Mesh` resource for details.
76
76
  */
77
77
  readonly specs: outputs.appmesh.GetMeshSpec[];
78
78
  /**
@@ -59,7 +59,7 @@ export interface GetRouteResult {
59
59
  */
60
60
  readonly resourceOwner: string;
61
61
  /**
62
- * Route specification
62
+ * Route specification. See the `aws.appmesh.Route` resource for details.
63
63
  */
64
64
  readonly specs: outputs.appmesh.GetRouteSpec[];
65
65
  /**
@@ -53,7 +53,7 @@ export interface GetVirtualGatewayResult {
53
53
  */
54
54
  readonly resourceOwner: string;
55
55
  /**
56
- * Virtual gateway specification
56
+ * Virtual gateway specification. See the `aws.appmesh.VirtualGateway` resource for details.
57
57
  */
58
58
  readonly specs: outputs.appmesh.GetVirtualGatewaySpec[];
59
59
  /**
@@ -0,0 +1,118 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data source for managing an AWS App Mesh Virtual Node.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as aws from "@pulumi/aws";
11
+ *
12
+ * const test = aws.appmesh.getVirtualNode({
13
+ * meshName: "example-mesh",
14
+ * name: "serviceBv1",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getVirtualNode(args: GetVirtualNodeArgs, opts?: pulumi.InvokeOptions): Promise<GetVirtualNodeResult>;
19
+ /**
20
+ * A collection of arguments for invoking getVirtualNode.
21
+ */
22
+ export interface GetVirtualNodeArgs {
23
+ /**
24
+ * Name of the service mesh in which the virtual node exists.
25
+ */
26
+ meshName: string;
27
+ /**
28
+ * AWS account ID of the service mesh's owner.
29
+ */
30
+ meshOwner?: string;
31
+ /**
32
+ * Name of the virtual node.
33
+ */
34
+ name: string;
35
+ /**
36
+ * Map of tags.
37
+ */
38
+ tags?: {
39
+ [key: string]: string;
40
+ };
41
+ }
42
+ /**
43
+ * A collection of values returned by getVirtualNode.
44
+ */
45
+ export interface GetVirtualNodeResult {
46
+ /**
47
+ * ARN of the virtual node.
48
+ */
49
+ readonly arn: string;
50
+ /**
51
+ * Creation date of the virtual node.
52
+ */
53
+ readonly createdDate: string;
54
+ /**
55
+ * The provider-assigned unique ID for this managed resource.
56
+ */
57
+ readonly id: string;
58
+ /**
59
+ * Last update date of the virtual node.
60
+ */
61
+ readonly lastUpdatedDate: string;
62
+ readonly meshName: string;
63
+ readonly meshOwner: string;
64
+ readonly name: string;
65
+ /**
66
+ * Resource owner's AWS account ID.
67
+ */
68
+ readonly resourceOwner: string;
69
+ /**
70
+ * Virtual node specification. See the `aws.appmesh.VirtualNode` resource for details.
71
+ */
72
+ readonly specs: outputs.appmesh.GetVirtualNodeSpec[];
73
+ /**
74
+ * Map of tags.
75
+ */
76
+ readonly tags: {
77
+ [key: string]: string;
78
+ };
79
+ }
80
+ /**
81
+ * Data source for managing an AWS App Mesh Virtual Node.
82
+ *
83
+ * ## Example Usage
84
+ *
85
+ * ```typescript
86
+ * import * as pulumi from "@pulumi/pulumi";
87
+ * import * as aws from "@pulumi/aws";
88
+ *
89
+ * const test = aws.appmesh.getVirtualNode({
90
+ * meshName: "example-mesh",
91
+ * name: "serviceBv1",
92
+ * });
93
+ * ```
94
+ */
95
+ export declare function getVirtualNodeOutput(args: GetVirtualNodeOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVirtualNodeResult>;
96
+ /**
97
+ * A collection of arguments for invoking getVirtualNode.
98
+ */
99
+ export interface GetVirtualNodeOutputArgs {
100
+ /**
101
+ * Name of the service mesh in which the virtual node exists.
102
+ */
103
+ meshName: pulumi.Input<string>;
104
+ /**
105
+ * AWS account ID of the service mesh's owner.
106
+ */
107
+ meshOwner?: pulumi.Input<string>;
108
+ /**
109
+ * Name of the virtual node.
110
+ */
111
+ name: pulumi.Input<string>;
112
+ /**
113
+ * Map of tags.
114
+ */
115
+ tags?: pulumi.Input<{
116
+ [key: string]: pulumi.Input<string>;
117
+ }>;
118
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getVirtualNodeOutput = exports.getVirtualNode = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data source for managing an AWS App Mesh Virtual Node.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const test = aws.appmesh.getVirtualNode({
18
+ * meshName: "example-mesh",
19
+ * name: "serviceBv1",
20
+ * });
21
+ * ```
22
+ */
23
+ function getVirtualNode(args, opts) {
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invoke("aws:appmesh/getVirtualNode:getVirtualNode", {
26
+ "meshName": args.meshName,
27
+ "meshOwner": args.meshOwner,
28
+ "name": args.name,
29
+ "tags": args.tags,
30
+ }, opts);
31
+ }
32
+ exports.getVirtualNode = getVirtualNode;
33
+ /**
34
+ * Data source for managing an AWS App Mesh Virtual Node.
35
+ *
36
+ * ## Example Usage
37
+ *
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as aws from "@pulumi/aws";
41
+ *
42
+ * const test = aws.appmesh.getVirtualNode({
43
+ * meshName: "example-mesh",
44
+ * name: "serviceBv1",
45
+ * });
46
+ * ```
47
+ */
48
+ function getVirtualNodeOutput(args, opts) {
49
+ return pulumi.output(args).apply((a) => getVirtualNode(a, opts));
50
+ }
51
+ exports.getVirtualNodeOutput = getVirtualNodeOutput;
52
+ //# sourceMappingURL=getVirtualNode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVirtualNode.js","sourceRoot":"","sources":["../../appmesh/getVirtualNode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,wCASC;AA4DD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
@@ -0,0 +1,112 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * The App Mesh Virtual Router data source allows details of an App Mesh Virtual Service to be retrieved by its name and mesh_name.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as aws from "@pulumi/aws";
11
+ *
12
+ * const test = aws.appmesh.getVirtualRouter({
13
+ * meshName: "example-mesh-name",
14
+ * name: "example-router-name",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getVirtualRouter(args: GetVirtualRouterArgs, opts?: pulumi.InvokeOptions): Promise<GetVirtualRouterResult>;
19
+ /**
20
+ * A collection of arguments for invoking getVirtualRouter.
21
+ */
22
+ export interface GetVirtualRouterArgs {
23
+ /**
24
+ * Name of the mesh in which the virtual router exists
25
+ */
26
+ meshName: string;
27
+ meshOwner?: string;
28
+ /**
29
+ * Name of the virtual router.
30
+ */
31
+ name: string;
32
+ /**
33
+ * Map of tags.
34
+ */
35
+ tags?: {
36
+ [key: string]: string;
37
+ };
38
+ }
39
+ /**
40
+ * A collection of values returned by getVirtualRouter.
41
+ */
42
+ export interface GetVirtualRouterResult {
43
+ /**
44
+ * ARN of the virtual router.
45
+ */
46
+ readonly arn: string;
47
+ /**
48
+ * Creation date of the virtual router.
49
+ */
50
+ readonly createdDate: string;
51
+ /**
52
+ * The provider-assigned unique ID for this managed resource.
53
+ */
54
+ readonly id: string;
55
+ /**
56
+ * Last update date of the virtual router.
57
+ */
58
+ readonly lastUpdatedDate: string;
59
+ readonly meshName: string;
60
+ readonly meshOwner: string;
61
+ readonly name: string;
62
+ /**
63
+ * Resource owner's AWS account ID.
64
+ */
65
+ readonly resourceOwner: string;
66
+ /**
67
+ * Virtual routers specification. See the `aws.appmesh.VirtualRouter` resource for details.
68
+ */
69
+ readonly specs: outputs.appmesh.GetVirtualRouterSpec[];
70
+ /**
71
+ * Map of tags.
72
+ */
73
+ readonly tags: {
74
+ [key: string]: string;
75
+ };
76
+ }
77
+ /**
78
+ * The App Mesh Virtual Router data source allows details of an App Mesh Virtual Service to be retrieved by its name and mesh_name.
79
+ *
80
+ * ## Example Usage
81
+ *
82
+ * ```typescript
83
+ * import * as pulumi from "@pulumi/pulumi";
84
+ * import * as aws from "@pulumi/aws";
85
+ *
86
+ * const test = aws.appmesh.getVirtualRouter({
87
+ * meshName: "example-mesh-name",
88
+ * name: "example-router-name",
89
+ * });
90
+ * ```
91
+ */
92
+ export declare function getVirtualRouterOutput(args: GetVirtualRouterOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVirtualRouterResult>;
93
+ /**
94
+ * A collection of arguments for invoking getVirtualRouter.
95
+ */
96
+ export interface GetVirtualRouterOutputArgs {
97
+ /**
98
+ * Name of the mesh in which the virtual router exists
99
+ */
100
+ meshName: pulumi.Input<string>;
101
+ meshOwner?: pulumi.Input<string>;
102
+ /**
103
+ * Name of the virtual router.
104
+ */
105
+ name: pulumi.Input<string>;
106
+ /**
107
+ * Map of tags.
108
+ */
109
+ tags?: pulumi.Input<{
110
+ [key: string]: pulumi.Input<string>;
111
+ }>;
112
+ }
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getVirtualRouterOutput = exports.getVirtualRouter = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * The App Mesh Virtual Router data source allows details of an App Mesh Virtual Service to be retrieved by its name and mesh_name.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const test = aws.appmesh.getVirtualRouter({
18
+ * meshName: "example-mesh-name",
19
+ * name: "example-router-name",
20
+ * });
21
+ * ```
22
+ */
23
+ function getVirtualRouter(args, opts) {
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invoke("aws:appmesh/getVirtualRouter:getVirtualRouter", {
26
+ "meshName": args.meshName,
27
+ "meshOwner": args.meshOwner,
28
+ "name": args.name,
29
+ "tags": args.tags,
30
+ }, opts);
31
+ }
32
+ exports.getVirtualRouter = getVirtualRouter;
33
+ /**
34
+ * The App Mesh Virtual Router data source allows details of an App Mesh Virtual Service to be retrieved by its name and mesh_name.
35
+ *
36
+ * ## Example Usage
37
+ *
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as aws from "@pulumi/aws";
41
+ *
42
+ * const test = aws.appmesh.getVirtualRouter({
43
+ * meshName: "example-mesh-name",
44
+ * name: "example-router-name",
45
+ * });
46
+ * ```
47
+ */
48
+ function getVirtualRouterOutput(args, opts) {
49
+ return pulumi.output(args).apply((a) => getVirtualRouter(a, opts));
50
+ }
51
+ exports.getVirtualRouterOutput = getVirtualRouterOutput;
52
+ //# sourceMappingURL=getVirtualRouter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getVirtualRouter.js","sourceRoot":"","sources":["../../appmesh/getVirtualRouter.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IAEpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+CAA+C,EAAE;QAC1E,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4CASC;AAyDD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC3E,CAAC;AAFD,wDAEC"}
@@ -79,7 +79,7 @@ export interface GetVirtualServiceResult {
79
79
  */
80
80
  readonly resourceOwner: string;
81
81
  /**
82
- * Virtual service specification
82
+ * Virtual service specification. See the `aws.appmesh.VirtualService` resource for details.
83
83
  */
84
84
  readonly specs: outputs.appmesh.GetVirtualServiceSpec[];
85
85
  /**
@@ -1,6 +1,9 @@
1
1
  export { GatewayRouteArgs, GatewayRouteState } from "./gatewayRoute";
2
2
  export type GatewayRoute = import("./gatewayRoute").GatewayRoute;
3
3
  export declare const GatewayRoute: typeof import("./gatewayRoute").GatewayRoute;
4
+ export { GetGatewayRouteArgs, GetGatewayRouteResult, GetGatewayRouteOutputArgs } from "./getGatewayRoute";
5
+ export declare const getGatewayRoute: typeof import("./getGatewayRoute").getGatewayRoute;
6
+ export declare const getGatewayRouteOutput: typeof import("./getGatewayRoute").getGatewayRouteOutput;
4
7
  export { GetMeshArgs, GetMeshResult, GetMeshOutputArgs } from "./getMesh";
5
8
  export declare const getMesh: typeof import("./getMesh").getMesh;
6
9
  export declare const getMeshOutput: typeof import("./getMesh").getMeshOutput;
@@ -10,6 +13,12 @@ export declare const getRouteOutput: typeof import("./getRoute").getRouteOutput;
10
13
  export { GetVirtualGatewayArgs, GetVirtualGatewayResult, GetVirtualGatewayOutputArgs } from "./getVirtualGateway";
11
14
  export declare const getVirtualGateway: typeof import("./getVirtualGateway").getVirtualGateway;
12
15
  export declare const getVirtualGatewayOutput: typeof import("./getVirtualGateway").getVirtualGatewayOutput;
16
+ export { GetVirtualNodeArgs, GetVirtualNodeResult, GetVirtualNodeOutputArgs } from "./getVirtualNode";
17
+ export declare const getVirtualNode: typeof import("./getVirtualNode").getVirtualNode;
18
+ export declare const getVirtualNodeOutput: typeof import("./getVirtualNode").getVirtualNodeOutput;
19
+ export { GetVirtualRouterArgs, GetVirtualRouterResult, GetVirtualRouterOutputArgs } from "./getVirtualRouter";
20
+ export declare const getVirtualRouter: typeof import("./getVirtualRouter").getVirtualRouter;
21
+ export declare const getVirtualRouterOutput: typeof import("./getVirtualRouter").getVirtualRouterOutput;
13
22
  export { GetVirtualServiceArgs, GetVirtualServiceResult, GetVirtualServiceOutputArgs } from "./getVirtualService";
14
23
  export declare const getVirtualService: typeof import("./getVirtualService").getVirtualService;
15
24
  export declare const getVirtualServiceOutput: typeof import("./getVirtualService").getVirtualServiceOutput;
package/appmesh/index.js CHANGED
@@ -2,11 +2,14 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.VirtualService = exports.VirtualRouter = exports.VirtualNode = exports.VirtualGateway = exports.Route = exports.Mesh = exports.getVirtualServiceOutput = exports.getVirtualService = exports.getVirtualGatewayOutput = exports.getVirtualGateway = exports.getRouteOutput = exports.getRoute = exports.getMeshOutput = exports.getMesh = exports.GatewayRoute = void 0;
5
+ exports.VirtualService = exports.VirtualRouter = exports.VirtualNode = exports.VirtualGateway = exports.Route = exports.Mesh = exports.getVirtualServiceOutput = exports.getVirtualService = exports.getVirtualRouterOutput = exports.getVirtualRouter = exports.getVirtualNodeOutput = exports.getVirtualNode = exports.getVirtualGatewayOutput = exports.getVirtualGateway = exports.getRouteOutput = exports.getRoute = exports.getMeshOutput = exports.getMesh = exports.getGatewayRouteOutput = exports.getGatewayRoute = exports.GatewayRoute = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.GatewayRoute = null;
9
9
  utilities.lazyLoad(exports, ["GatewayRoute"], () => require("./gatewayRoute"));
10
+ exports.getGatewayRoute = null;
11
+ exports.getGatewayRouteOutput = null;
12
+ utilities.lazyLoad(exports, ["getGatewayRoute", "getGatewayRouteOutput"], () => require("./getGatewayRoute"));
10
13
  exports.getMesh = null;
11
14
  exports.getMeshOutput = null;
12
15
  utilities.lazyLoad(exports, ["getMesh", "getMeshOutput"], () => require("./getMesh"));
@@ -16,6 +19,12 @@ utilities.lazyLoad(exports, ["getRoute", "getRouteOutput"], () => require("./get
16
19
  exports.getVirtualGateway = null;
17
20
  exports.getVirtualGatewayOutput = null;
18
21
  utilities.lazyLoad(exports, ["getVirtualGateway", "getVirtualGatewayOutput"], () => require("./getVirtualGateway"));
22
+ exports.getVirtualNode = null;
23
+ exports.getVirtualNodeOutput = null;
24
+ utilities.lazyLoad(exports, ["getVirtualNode", "getVirtualNodeOutput"], () => require("./getVirtualNode"));
25
+ exports.getVirtualRouter = null;
26
+ exports.getVirtualRouterOutput = null;
27
+ utilities.lazyLoad(exports, ["getVirtualRouter", "getVirtualRouterOutput"], () => require("./getVirtualRouter"));
19
28
  exports.getVirtualService = null;
20
29
  exports.getVirtualServiceOutput = null;
21
30
  utilities.lazyLoad(exports, ["getVirtualService", "getVirtualServiceOutput"], () => require("./getVirtualService"));