@pulumi/aws 5.4.0 → 5.5.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 (249) hide show
  1. package/acm/certificate.d.ts +33 -6
  2. package/acm/certificate.js +17 -0
  3. package/acm/certificate.js.map +1 -1
  4. package/acm/getCertificate.d.ts +8 -0
  5. package/acm/getCertificate.js.map +1 -1
  6. package/appconfig/eventIntegration.d.ts +158 -0
  7. package/appconfig/eventIntegration.js +96 -0
  8. package/appconfig/eventIntegration.js.map +1 -0
  9. package/appconfig/index.d.ts +1 -0
  10. package/appconfig/index.js +5 -0
  11. package/appconfig/index.js.map +1 -1
  12. package/appflow/connectorProfile.d.ts +133 -0
  13. package/appflow/connectorProfile.js +89 -0
  14. package/appflow/connectorProfile.js.map +1 -0
  15. package/appflow/flow.d.ts +279 -0
  16. package/appflow/flow.js +193 -0
  17. package/appflow/flow.js.map +1 -0
  18. package/appflow/index.d.ts +2 -0
  19. package/appflow/index.js +42 -0
  20. package/appflow/index.js.map +1 -0
  21. package/apprunner/service.d.ts +2 -1
  22. package/apprunner/service.js +2 -1
  23. package/apprunner/service.js.map +1 -1
  24. package/athena/dataCatalog.d.ts +210 -0
  25. package/athena/dataCatalog.js +146 -0
  26. package/athena/dataCatalog.js.map +1 -0
  27. package/athena/index.d.ts +1 -0
  28. package/athena/index.js +5 -0
  29. package/athena/index.js.map +1 -1
  30. package/autoscaling/getGroup.d.ts +4 -0
  31. package/autoscaling/getGroup.js.map +1 -1
  32. package/cloudfront/getOriginAccessIdentities.d.ts +71 -0
  33. package/cloudfront/getOriginAccessIdentities.js +51 -0
  34. package/cloudfront/getOriginAccessIdentities.js.map +1 -0
  35. package/cloudfront/index.d.ts +1 -0
  36. package/cloudfront/index.js +1 -0
  37. package/cloudfront/index.js.map +1 -1
  38. package/cloudtrail/trail.d.ts +1 -1
  39. package/cloudtrail/trail.js +1 -1
  40. package/cloudwatch/dashboard.d.ts +1 -1
  41. package/cloudwatch/dashboard.js +1 -1
  42. package/codebuild/reportGroup.d.ts +4 -3
  43. package/codebuild/reportGroup.js +4 -3
  44. package/codebuild/reportGroup.js.map +1 -1
  45. package/codestarconnections/getConnection.d.ts +23 -4
  46. package/codestarconnections/getConnection.js +13 -0
  47. package/codestarconnections/getConnection.js.map +1 -1
  48. package/config/vars.d.ts +1 -0
  49. package/config/vars.js +6 -0
  50. package/config/vars.js.map +1 -1
  51. package/connect/getRoutingProfile.d.ts +117 -0
  52. package/connect/getRoutingProfile.js +54 -0
  53. package/connect/getRoutingProfile.js.map +1 -0
  54. package/connect/getSecurityProfile.d.ts +112 -0
  55. package/connect/getSecurityProfile.js +54 -0
  56. package/connect/getSecurityProfile.js.map +1 -0
  57. package/connect/getUserHierarchyStructure.d.ts +50 -0
  58. package/connect/getUserHierarchyStructure.js +36 -0
  59. package/connect/getUserHierarchyStructure.js.map +1 -0
  60. package/connect/index.d.ts +4 -0
  61. package/connect/index.js +8 -0
  62. package/connect/index.js.map +1 -1
  63. package/connect/userHierarchyGroup.d.ts +193 -0
  64. package/connect/userHierarchyGroup.js +117 -0
  65. package/connect/userHierarchyGroup.js.map +1 -0
  66. package/costexplorer/costCategory.d.ts +175 -0
  67. package/costexplorer/costCategory.js +123 -0
  68. package/costexplorer/costCategory.js.map +1 -0
  69. package/costexplorer/getCostCategory.d.ts +67 -0
  70. package/costexplorer/getCostCategory.js +36 -0
  71. package/costexplorer/getCostCategory.js.map +1 -0
  72. package/costexplorer/getTags.d.ts +89 -0
  73. package/costexplorer/getTags.js +43 -0
  74. package/costexplorer/getTags.js.map +1 -0
  75. package/costexplorer/index.d.ts +3 -0
  76. package/costexplorer/index.js +39 -0
  77. package/costexplorer/index.js.map +1 -0
  78. package/dlm/lifecyclePolicy.d.ts +4 -4
  79. package/dlm/lifecyclePolicy.js +4 -4
  80. package/docdb/eventSubscription.d.ts +195 -0
  81. package/docdb/eventSubscription.js +113 -0
  82. package/docdb/eventSubscription.js.map +1 -0
  83. package/docdb/index.d.ts +1 -0
  84. package/docdb/index.js +5 -0
  85. package/docdb/index.js.map +1 -1
  86. package/ebs/volume.d.ts +3 -3
  87. package/ec2/ami.d.ts +12 -0
  88. package/ec2/ami.js +2 -0
  89. package/ec2/ami.js.map +1 -1
  90. package/ec2/amiCopy.d.ts +12 -0
  91. package/ec2/amiCopy.js +2 -0
  92. package/ec2/amiCopy.js.map +1 -1
  93. package/ec2/amiFromInstance.d.ts +12 -0
  94. package/ec2/amiFromInstance.js +2 -0
  95. package/ec2/amiFromInstance.js.map +1 -1
  96. package/ec2/getAmi.d.ts +4 -0
  97. package/ec2/getAmi.js.map +1 -1
  98. package/ec2/getInstance.d.ts +5 -1
  99. package/ec2/getInstance.js.map +1 -1
  100. package/ec2/getLaunchTemplate.d.ts +2 -0
  101. package/ec2/getLaunchTemplate.js.map +1 -1
  102. package/ec2/instance.d.ts +12 -0
  103. package/ec2/instance.js +2 -0
  104. package/ec2/instance.js.map +1 -1
  105. package/ec2/launchTemplate.d.ts +27 -3
  106. package/ec2/launchTemplate.js +4 -0
  107. package/ec2/launchTemplate.js.map +1 -1
  108. package/ec2/securityGroup.d.ts +0 -84
  109. package/ec2/securityGroup.js +0 -84
  110. package/ec2/securityGroup.js.map +1 -1
  111. package/ec2/spotFleetRequest.d.ts +18 -0
  112. package/ec2/spotFleetRequest.js +2 -0
  113. package/ec2/spotFleetRequest.js.map +1 -1
  114. package/ec2/spotInstanceRequest.d.ts +12 -0
  115. package/ec2/spotInstanceRequest.js +2 -0
  116. package/ec2/spotInstanceRequest.js.map +1 -1
  117. package/ec2/vpcIpam.d.ts +1 -1
  118. package/ec2/vpcIpam.js +1 -1
  119. package/elasticache/cluster.d.ts +17 -8
  120. package/elasticache/cluster.js.map +1 -1
  121. package/elasticache/replicationGroup.d.ts +17 -5
  122. package/elasticache/replicationGroup.js.map +1 -1
  123. package/emr/cluster.d.ts +12 -12
  124. package/emr/cluster.js +2 -2
  125. package/emr/cluster.js.map +1 -1
  126. package/emrcontainers/getVirtualCluster.d.ts +86 -0
  127. package/emrcontainers/getVirtualCluster.js +39 -0
  128. package/emrcontainers/getVirtualCluster.js.map +1 -0
  129. package/emrcontainers/index.d.ts +2 -0
  130. package/emrcontainers/index.js +38 -0
  131. package/emrcontainers/index.js.map +1 -0
  132. package/emrcontainers/virtualCluster.d.ts +134 -0
  133. package/emrcontainers/virtualCluster.js +89 -0
  134. package/emrcontainers/virtualCluster.js.map +1 -0
  135. package/getAmi.d.ts +4 -0
  136. package/getAmi.js.map +1 -1
  137. package/globalaccelerator/accelerator.d.ts +1 -1
  138. package/globalaccelerator/accelerator.js +1 -1
  139. package/grafana/getWorkspace.d.ts +18 -0
  140. package/grafana/getWorkspace.js +1 -0
  141. package/grafana/getWorkspace.js.map +1 -1
  142. package/grafana/workspace.d.ts +39 -3
  143. package/grafana/workspace.js +4 -0
  144. package/grafana/workspace.js.map +1 -1
  145. package/iam/getInstanceProfiles.d.ts +59 -0
  146. package/iam/getInstanceProfiles.js +38 -0
  147. package/iam/getInstanceProfiles.js.map +1 -0
  148. package/iam/index.d.ts +1 -0
  149. package/iam/index.js +1 -0
  150. package/iam/index.js.map +1 -1
  151. package/index.d.ts +5 -1
  152. package/index.js +12 -4
  153. package/index.js.map +1 -1
  154. package/iot/index.d.ts +1 -0
  155. package/iot/index.js +5 -0
  156. package/iot/index.js.map +1 -1
  157. package/iot/topicRule.d.ts +12 -3
  158. package/iot/topicRule.js +6 -0
  159. package/iot/topicRule.js.map +1 -1
  160. package/iot/topicRuleDestination.d.ts +78 -0
  161. package/iot/topicRuleDestination.js +65 -0
  162. package/iot/topicRuleDestination.js.map +1 -0
  163. package/kinesis/firehoseDeliveryStream.d.ts +46 -0
  164. package/kinesis/firehoseDeliveryStream.js +46 -0
  165. package/kinesis/firehoseDeliveryStream.js.map +1 -1
  166. package/kms/key.d.ts +3 -3
  167. package/lambda/permission.d.ts +13 -1
  168. package/lambda/permission.js +2 -0
  169. package/lambda/permission.js.map +1 -1
  170. package/location/getMap.d.ts +84 -0
  171. package/location/getMap.js +37 -0
  172. package/location/getMap.js.map +1 -0
  173. package/location/index.d.ts +2 -0
  174. package/location/index.js +38 -0
  175. package/location/index.js.map +1 -0
  176. package/location/map.d.ts +140 -0
  177. package/location/map.js +94 -0
  178. package/location/map.js.map +1 -0
  179. package/mq/getInstanceTypeOfferings.d.ts +89 -0
  180. package/mq/getInstanceTypeOfferings.js +51 -0
  181. package/mq/getInstanceTypeOfferings.js.map +1 -0
  182. package/mq/index.d.ts +1 -0
  183. package/mq/index.js +1 -0
  184. package/mq/index.js.map +1 -1
  185. package/msk/cluster.d.ts +27 -3
  186. package/msk/cluster.js +6 -0
  187. package/msk/cluster.js.map +1 -1
  188. package/msk/getCluster.d.ts +12 -0
  189. package/msk/getCluster.js.map +1 -1
  190. package/package.json +2 -2
  191. package/package.json.dev +2 -2
  192. package/provider.d.ts +1 -0
  193. package/provider.js +1 -0
  194. package/provider.js.map +1 -1
  195. package/rds/cluster.d.ts +12 -0
  196. package/rds/cluster.js +2 -0
  197. package/rds/cluster.js.map +1 -1
  198. package/route53/hostedZoneDnsSec.d.ts +13 -4
  199. package/route53/hostedZoneDnsSec.js +13 -4
  200. package/route53/hostedZoneDnsSec.js.map +1 -1
  201. package/sagemaker/app.d.ts +2 -2
  202. package/sagemaker/app.js +2 -2
  203. package/sagemaker/appImageConfig.d.ts +2 -2
  204. package/sagemaker/appImageConfig.js +2 -2
  205. package/sagemaker/codeRepository.d.ts +2 -2
  206. package/sagemaker/codeRepository.js +2 -2
  207. package/sagemaker/device.d.ts +2 -2
  208. package/sagemaker/device.js +2 -2
  209. package/sagemaker/deviceFleet.d.ts +2 -2
  210. package/sagemaker/deviceFleet.js +2 -2
  211. package/sagemaker/domain.d.ts +2 -2
  212. package/sagemaker/domain.js +2 -2
  213. package/sagemaker/flowDefinition.d.ts +2 -2
  214. package/sagemaker/flowDefinition.js +2 -2
  215. package/sagemaker/humanTaskUI.d.ts +2 -2
  216. package/sagemaker/humanTaskUI.js +2 -2
  217. package/sagemaker/image.d.ts +2 -2
  218. package/sagemaker/image.js +2 -2
  219. package/sagemaker/imageVersion.d.ts +2 -2
  220. package/sagemaker/imageVersion.js +2 -2
  221. package/sagemaker/modelPackageGroup.d.ts +2 -2
  222. package/sagemaker/modelPackageGroup.js +2 -2
  223. package/sagemaker/modelPackageGroupPolicy.d.ts +2 -2
  224. package/sagemaker/modelPackageGroupPolicy.js +2 -2
  225. package/sagemaker/notebookInstance.d.ts +2 -2
  226. package/sagemaker/notebookInstance.js +2 -2
  227. package/sagemaker/project.d.ts +3 -3
  228. package/sagemaker/project.js +3 -3
  229. package/sagemaker/studioLifecycleConfig.d.ts +2 -2
  230. package/sagemaker/studioLifecycleConfig.js +2 -2
  231. package/sagemaker/userProfile.d.ts +2 -2
  232. package/sagemaker/userProfile.js +2 -2
  233. package/sagemaker/workforce.d.ts +2 -2
  234. package/sagemaker/workforce.js +2 -2
  235. package/sagemaker/workteam.d.ts +2 -2
  236. package/sagemaker/workteam.js +2 -2
  237. package/secretsmanager/getSecrets.d.ts +57 -0
  238. package/secretsmanager/getSecrets.js +40 -0
  239. package/secretsmanager/getSecrets.js.map +1 -0
  240. package/secretsmanager/index.d.ts +1 -0
  241. package/secretsmanager/index.js +1 -0
  242. package/secretsmanager/index.js.map +1 -1
  243. package/ssm/getPatchBaseline.d.ts +34 -1
  244. package/ssm/getPatchBaseline.js.map +1 -1
  245. package/types/input.d.ts +7702 -4520
  246. package/types/output.d.ts +8512 -5004
  247. package/xray/encryptionConfig.d.ts +4 -3
  248. package/xray/encryptionConfig.js +4 -3
  249. package/xray/encryptionConfig.js.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"service.js","sourceRoot":"","sources":["../../apprunner/service.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"service.js","sourceRoot":"","sources":["../../apprunner/service.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,210 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Provides an Athena data catalog.
4
+ *
5
+ * More information about Athena and Athena data catalogs can be found in the [Athena User Guide](https://docs.aws.amazon.com/athena/latest/ug/what-is.html).
6
+ *
7
+ * > **Tip:** for a more detailed explanation on the usage of `parameters`, see the [DataCatalog API documentation](https://docs.aws.amazon.com/athena/latest/APIReference/API_DataCatalog.html)
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as aws from "@pulumi/aws";
14
+ *
15
+ * const example = new aws.athena.DataCatalog("example", {
16
+ * description: "Example Athena data catalog",
17
+ * parameters: {
18
+ * function: "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function",
19
+ * },
20
+ * tags: {
21
+ * Name: "example-athena-data-catalog",
22
+ * },
23
+ * type: "LAMBDA",
24
+ * });
25
+ * ```
26
+ * ### Hive based Data Catalog
27
+ *
28
+ * ```typescript
29
+ * import * as pulumi from "@pulumi/pulumi";
30
+ * import * as aws from "@pulumi/aws";
31
+ *
32
+ * const example = new aws.athena.DataCatalog("example", {
33
+ * description: "Hive based Data Catalog",
34
+ * parameters: {
35
+ * "metadata-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function",
36
+ * },
37
+ * type: "HIVE",
38
+ * });
39
+ * ```
40
+ * ### Glue based Data Catalog
41
+ *
42
+ * ```typescript
43
+ * import * as pulumi from "@pulumi/pulumi";
44
+ * import * as aws from "@pulumi/aws";
45
+ *
46
+ * const example = new aws.athena.DataCatalog("example", {
47
+ * description: "Glue based Data Catalog",
48
+ * parameters: {
49
+ * "catalog-id": "123456789012",
50
+ * },
51
+ * type: "GLUE",
52
+ * });
53
+ * ```
54
+ * ### Lambda based Data Catalog
55
+ *
56
+ * ```typescript
57
+ * import * as pulumi from "@pulumi/pulumi";
58
+ * import * as aws from "@pulumi/aws";
59
+ *
60
+ * const example = new aws.athena.DataCatalog("example", {
61
+ * description: "Lambda based Data Catalog",
62
+ * parameters: {
63
+ * "metadata-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function-1",
64
+ * "record-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function-2",
65
+ * },
66
+ * type: "LAMBDA",
67
+ * });
68
+ * ```
69
+ *
70
+ * ## Import
71
+ *
72
+ * Data catalogs can be imported using their `name`, e.g.,
73
+ *
74
+ * ```sh
75
+ * $ pulumi import aws:athena/dataCatalog:DataCatalog example example-data-catalog
76
+ * ```
77
+ */
78
+ export declare class DataCatalog extends pulumi.CustomResource {
79
+ /**
80
+ * Get an existing DataCatalog resource's state with the given name, ID, and optional extra
81
+ * properties used to qualify the lookup.
82
+ *
83
+ * @param name The _unique_ name of the resulting resource.
84
+ * @param id The _unique_ provider ID of the resource to lookup.
85
+ * @param state Any extra arguments used during the lookup.
86
+ * @param opts Optional settings to control the behavior of the CustomResource.
87
+ */
88
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DataCatalogState, opts?: pulumi.CustomResourceOptions): DataCatalog;
89
+ /**
90
+ * Returns true if the given object is an instance of DataCatalog. This is designed to work even
91
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
92
+ */
93
+ static isInstance(obj: any): obj is DataCatalog;
94
+ /**
95
+ * ARN of the data catalog.
96
+ */
97
+ readonly arn: pulumi.Output<string>;
98
+ /**
99
+ * A description of the data catalog.
100
+ */
101
+ readonly description: pulumi.Output<string>;
102
+ /**
103
+ * The name of the data catalog. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
104
+ */
105
+ readonly name: pulumi.Output<string>;
106
+ /**
107
+ * Key value pairs that specifies the Lambda function or functions to use for the data catalog. The mapping used depends on the catalog type.
108
+ */
109
+ readonly parameters: pulumi.Output<{
110
+ [key: string]: string;
111
+ }>;
112
+ /**
113
+ * 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.
114
+ */
115
+ readonly tags: pulumi.Output<{
116
+ [key: string]: string;
117
+ } | undefined>;
118
+ /**
119
+ * 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).
120
+ */
121
+ readonly tagsAll: pulumi.Output<{
122
+ [key: string]: string;
123
+ }>;
124
+ /**
125
+ * The type of data catalog: `LAMBDA` for a federated catalog, `GLUE` for AWS Glue Catalog, or `HIVE` for an external hive metastore.
126
+ */
127
+ readonly type: pulumi.Output<string>;
128
+ /**
129
+ * Create a DataCatalog resource with the given unique name, arguments, and options.
130
+ *
131
+ * @param name The _unique_ name of the resource.
132
+ * @param args The arguments to use to populate this resource's properties.
133
+ * @param opts A bag of options that control this resource's behavior.
134
+ */
135
+ constructor(name: string, args: DataCatalogArgs, opts?: pulumi.CustomResourceOptions);
136
+ }
137
+ /**
138
+ * Input properties used for looking up and filtering DataCatalog resources.
139
+ */
140
+ export interface DataCatalogState {
141
+ /**
142
+ * ARN of the data catalog.
143
+ */
144
+ arn?: pulumi.Input<string>;
145
+ /**
146
+ * A description of the data catalog.
147
+ */
148
+ description?: pulumi.Input<string>;
149
+ /**
150
+ * The name of the data catalog. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
151
+ */
152
+ name?: pulumi.Input<string>;
153
+ /**
154
+ * Key value pairs that specifies the Lambda function or functions to use for the data catalog. The mapping used depends on the catalog type.
155
+ */
156
+ parameters?: pulumi.Input<{
157
+ [key: string]: pulumi.Input<string>;
158
+ }>;
159
+ /**
160
+ * 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.
161
+ */
162
+ tags?: pulumi.Input<{
163
+ [key: string]: pulumi.Input<string>;
164
+ }>;
165
+ /**
166
+ * 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).
167
+ */
168
+ tagsAll?: pulumi.Input<{
169
+ [key: string]: pulumi.Input<string>;
170
+ }>;
171
+ /**
172
+ * The type of data catalog: `LAMBDA` for a federated catalog, `GLUE` for AWS Glue Catalog, or `HIVE` for an external hive metastore.
173
+ */
174
+ type?: pulumi.Input<string>;
175
+ }
176
+ /**
177
+ * The set of arguments for constructing a DataCatalog resource.
178
+ */
179
+ export interface DataCatalogArgs {
180
+ /**
181
+ * A description of the data catalog.
182
+ */
183
+ description: pulumi.Input<string>;
184
+ /**
185
+ * The name of the data catalog. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
186
+ */
187
+ name?: pulumi.Input<string>;
188
+ /**
189
+ * Key value pairs that specifies the Lambda function or functions to use for the data catalog. The mapping used depends on the catalog type.
190
+ */
191
+ parameters: pulumi.Input<{
192
+ [key: string]: pulumi.Input<string>;
193
+ }>;
194
+ /**
195
+ * 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.
196
+ */
197
+ tags?: pulumi.Input<{
198
+ [key: string]: pulumi.Input<string>;
199
+ }>;
200
+ /**
201
+ * 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).
202
+ */
203
+ tagsAll?: pulumi.Input<{
204
+ [key: string]: pulumi.Input<string>;
205
+ }>;
206
+ /**
207
+ * The type of data catalog: `LAMBDA` for a federated catalog, `GLUE` for AWS Glue Catalog, or `HIVE` for an external hive metastore.
208
+ */
209
+ type: pulumi.Input<string>;
210
+ }
@@ -0,0 +1,146 @@
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.DataCatalog = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides an Athena data catalog.
10
+ *
11
+ * More information about Athena and Athena data catalogs can be found in the [Athena User Guide](https://docs.aws.amazon.com/athena/latest/ug/what-is.html).
12
+ *
13
+ * > **Tip:** for a more detailed explanation on the usage of `parameters`, see the [DataCatalog API documentation](https://docs.aws.amazon.com/athena/latest/APIReference/API_DataCatalog.html)
14
+ *
15
+ * ## Example Usage
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as aws from "@pulumi/aws";
20
+ *
21
+ * const example = new aws.athena.DataCatalog("example", {
22
+ * description: "Example Athena data catalog",
23
+ * parameters: {
24
+ * function: "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function",
25
+ * },
26
+ * tags: {
27
+ * Name: "example-athena-data-catalog",
28
+ * },
29
+ * type: "LAMBDA",
30
+ * });
31
+ * ```
32
+ * ### Hive based Data Catalog
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as aws from "@pulumi/aws";
37
+ *
38
+ * const example = new aws.athena.DataCatalog("example", {
39
+ * description: "Hive based Data Catalog",
40
+ * parameters: {
41
+ * "metadata-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function",
42
+ * },
43
+ * type: "HIVE",
44
+ * });
45
+ * ```
46
+ * ### Glue based Data Catalog
47
+ *
48
+ * ```typescript
49
+ * import * as pulumi from "@pulumi/pulumi";
50
+ * import * as aws from "@pulumi/aws";
51
+ *
52
+ * const example = new aws.athena.DataCatalog("example", {
53
+ * description: "Glue based Data Catalog",
54
+ * parameters: {
55
+ * "catalog-id": "123456789012",
56
+ * },
57
+ * type: "GLUE",
58
+ * });
59
+ * ```
60
+ * ### Lambda based Data Catalog
61
+ *
62
+ * ```typescript
63
+ * import * as pulumi from "@pulumi/pulumi";
64
+ * import * as aws from "@pulumi/aws";
65
+ *
66
+ * const example = new aws.athena.DataCatalog("example", {
67
+ * description: "Lambda based Data Catalog",
68
+ * parameters: {
69
+ * "metadata-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function-1",
70
+ * "record-function": "arn:aws:lambda:eu-central-1:123456789012:function:not-important-lambda-function-2",
71
+ * },
72
+ * type: "LAMBDA",
73
+ * });
74
+ * ```
75
+ *
76
+ * ## Import
77
+ *
78
+ * Data catalogs can be imported using their `name`, e.g.,
79
+ *
80
+ * ```sh
81
+ * $ pulumi import aws:athena/dataCatalog:DataCatalog example example-data-catalog
82
+ * ```
83
+ */
84
+ class DataCatalog extends pulumi.CustomResource {
85
+ constructor(name, argsOrState, opts) {
86
+ let resourceInputs = {};
87
+ opts = opts || {};
88
+ if (opts.id) {
89
+ const state = argsOrState;
90
+ resourceInputs["arn"] = state ? state.arn : undefined;
91
+ resourceInputs["description"] = state ? state.description : undefined;
92
+ resourceInputs["name"] = state ? state.name : undefined;
93
+ resourceInputs["parameters"] = state ? state.parameters : undefined;
94
+ resourceInputs["tags"] = state ? state.tags : undefined;
95
+ resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
96
+ resourceInputs["type"] = state ? state.type : undefined;
97
+ }
98
+ else {
99
+ const args = argsOrState;
100
+ if ((!args || args.description === undefined) && !opts.urn) {
101
+ throw new Error("Missing required property 'description'");
102
+ }
103
+ if ((!args || args.parameters === undefined) && !opts.urn) {
104
+ throw new Error("Missing required property 'parameters'");
105
+ }
106
+ if ((!args || args.type === undefined) && !opts.urn) {
107
+ throw new Error("Missing required property 'type'");
108
+ }
109
+ resourceInputs["description"] = args ? args.description : undefined;
110
+ resourceInputs["name"] = args ? args.name : undefined;
111
+ resourceInputs["parameters"] = args ? args.parameters : undefined;
112
+ resourceInputs["tags"] = args ? args.tags : undefined;
113
+ resourceInputs["tagsAll"] = args ? args.tagsAll : undefined;
114
+ resourceInputs["type"] = args ? args.type : undefined;
115
+ resourceInputs["arn"] = undefined /*out*/;
116
+ }
117
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
118
+ super(DataCatalog.__pulumiType, name, resourceInputs, opts);
119
+ }
120
+ /**
121
+ * Get an existing DataCatalog resource's state with the given name, ID, and optional extra
122
+ * properties used to qualify the lookup.
123
+ *
124
+ * @param name The _unique_ name of the resulting resource.
125
+ * @param id The _unique_ provider ID of the resource to lookup.
126
+ * @param state Any extra arguments used during the lookup.
127
+ * @param opts Optional settings to control the behavior of the CustomResource.
128
+ */
129
+ static get(name, id, state, opts) {
130
+ return new DataCatalog(name, state, Object.assign(Object.assign({}, opts), { id: id }));
131
+ }
132
+ /**
133
+ * Returns true if the given object is an instance of DataCatalog. This is designed to work even
134
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
135
+ */
136
+ static isInstance(obj) {
137
+ if (obj === undefined || obj === null) {
138
+ return false;
139
+ }
140
+ return obj['__pulumiType'] === DataCatalog.__pulumiType;
141
+ }
142
+ }
143
+ exports.DataCatalog = DataCatalog;
144
+ /** @internal */
145
+ DataCatalog.__pulumiType = 'aws:athena/dataCatalog:DataCatalog';
146
+ //# sourceMappingURL=dataCatalog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataCatalog.js","sourceRoot":"","sources":["../../athena/dataCatalog.ts"],"names":[],"mappings":"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"}
package/athena/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from "./dataCatalog";
1
2
  export * from "./database";
2
3
  export * from "./namedQuery";
3
4
  export * from "./workgroup";
package/athena/index.js CHANGED
@@ -19,10 +19,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
19
19
  const pulumi = require("@pulumi/pulumi");
20
20
  const utilities = require("../utilities");
21
21
  // Export members:
22
+ __exportStar(require("./dataCatalog"), exports);
22
23
  __exportStar(require("./database"), exports);
23
24
  __exportStar(require("./namedQuery"), exports);
24
25
  __exportStar(require("./workgroup"), exports);
25
26
  // Import resources to register:
27
+ const dataCatalog_1 = require("./dataCatalog");
26
28
  const database_1 = require("./database");
27
29
  const namedQuery_1 = require("./namedQuery");
28
30
  const workgroup_1 = require("./workgroup");
@@ -30,6 +32,8 @@ const _module = {
30
32
  version: utilities.getVersion(),
31
33
  construct: (name, type, urn) => {
32
34
  switch (type) {
35
+ case "aws:athena/dataCatalog:DataCatalog":
36
+ return new dataCatalog_1.DataCatalog(name, undefined, { urn });
33
37
  case "aws:athena/database:Database":
34
38
  return new database_1.Database(name, undefined, { urn });
35
39
  case "aws:athena/namedQuery:NamedQuery":
@@ -41,6 +45,7 @@ const _module = {
41
45
  }
42
46
  },
43
47
  };
48
+ pulumi.runtime.registerResourceModule("aws", "athena/dataCatalog", _module);
44
49
  pulumi.runtime.registerResourceModule("aws", "athena/database", _module);
45
50
  pulumi.runtime.registerResourceModule("aws", "athena/namedQuery", _module);
46
51
  pulumi.runtime.registerResourceModule("aws", "athena/workgroup", _module);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../athena/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,6CAA2B;AAC3B,+CAA6B;AAC7B,8CAA4B;AAE5B,gCAAgC;AAChC,yCAAsC;AACtC,6CAA0C;AAC1C,2CAAwC;AAExC,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,8BAA8B;gBAC/B,OAAO,IAAI,mBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,kCAAkC;gBACnC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,gCAAgC;gBACjC,OAAO,IAAI,qBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA;AACxE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAC1E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../athena/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,gDAA8B;AAC9B,6CAA2B;AAC3B,+CAA6B;AAC7B,8CAA4B;AAE5B,gCAAgC;AAChC,+CAA4C;AAC5C,yCAAsC;AACtC,6CAA0C;AAC1C,2CAAwC;AAExC,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,oCAAoC;gBACrC,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,8BAA8B;gBAC/B,OAAO,IAAI,mBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD,KAAK,kCAAkC;gBACnC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,gCAAgC;gBACjC,OAAO,IAAI,qBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,oBAAoB,EAAE,OAAO,CAAC,CAAA;AAC3E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA;AACxE,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA;AAC1E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA"}
@@ -41,6 +41,10 @@ export interface GetGroupResult {
41
41
  * The desired size of the group.
42
42
  */
43
43
  readonly desiredCapacity: number;
44
+ /**
45
+ * The list of metrics enabled for collection.
46
+ */
47
+ readonly enabledMetrics: string[];
44
48
  /**
45
49
  * The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service.
46
50
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../../autoscaling/getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4BASC;AAyFD,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,wCAEC"}
1
+ {"version":3,"file":"getGroup.js","sourceRoot":"","sources":["../../autoscaling/getGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,4BASC;AA6FD,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5D,CAAC;AAFD,wCAEC"}
@@ -0,0 +1,71 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Use this data source to get ARNs, ids and S3 canonical user IDs of Amazon CloudFront origin access identities.
4
+ *
5
+ * ## Example Usage
6
+ * ### All origin access identities in the account
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as aws from "@pulumi/aws";
11
+ *
12
+ * const example = pulumi.output(aws.cloudfront.getOriginAccessIdentities());
13
+ * ```
14
+ * ### Origin access identities filtered by comment/name
15
+ *
16
+ * Origin access identities whose comments are `example-comment1`, `example-comment2`
17
+ *
18
+ * ```typescript
19
+ * import * as pulumi from "@pulumi/pulumi";
20
+ * import * as aws from "@pulumi/aws";
21
+ *
22
+ * const example = pulumi.output(aws.cloudfront.getOriginAccessIdentities({
23
+ * comments: [
24
+ * "example-comment1",
25
+ * "example-comment2",
26
+ * ],
27
+ * }));
28
+ * ```
29
+ */
30
+ export declare function getOriginAccessIdentities(args?: GetOriginAccessIdentitiesArgs, opts?: pulumi.InvokeOptions): Promise<GetOriginAccessIdentitiesResult>;
31
+ /**
32
+ * A collection of arguments for invoking getOriginAccessIdentities.
33
+ */
34
+ export interface GetOriginAccessIdentitiesArgs {
35
+ /**
36
+ * Filter origin access identities by comment.
37
+ */
38
+ comments?: string[];
39
+ }
40
+ /**
41
+ * A collection of values returned by getOriginAccessIdentities.
42
+ */
43
+ export interface GetOriginAccessIdentitiesResult {
44
+ readonly comments?: string[];
45
+ /**
46
+ * Set of ARNs of the matched origin access identities.
47
+ */
48
+ readonly iamArns: string[];
49
+ /**
50
+ * The provider-assigned unique ID for this managed resource.
51
+ */
52
+ readonly id: string;
53
+ /**
54
+ * Set of ids of the matched origin access identities.
55
+ */
56
+ readonly ids: string[];
57
+ /**
58
+ * Set of S3 canonical user IDs of the matched origin access identities.
59
+ */
60
+ readonly s3CanonicalUserIds: string[];
61
+ }
62
+ export declare function getOriginAccessIdentitiesOutput(args?: GetOriginAccessIdentitiesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetOriginAccessIdentitiesResult>;
63
+ /**
64
+ * A collection of arguments for invoking getOriginAccessIdentities.
65
+ */
66
+ export interface GetOriginAccessIdentitiesOutputArgs {
67
+ /**
68
+ * Filter origin access identities by comment.
69
+ */
70
+ comments?: pulumi.Input<pulumi.Input<string>[]>;
71
+ }
@@ -0,0 +1,51 @@
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.getOriginAccessIdentitiesOutput = exports.getOriginAccessIdentities = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Use this data source to get ARNs, ids and S3 canonical user IDs of Amazon CloudFront origin access identities.
10
+ *
11
+ * ## Example Usage
12
+ * ### All origin access identities in the account
13
+ *
14
+ * ```typescript
15
+ * import * as pulumi from "@pulumi/pulumi";
16
+ * import * as aws from "@pulumi/aws";
17
+ *
18
+ * const example = pulumi.output(aws.cloudfront.getOriginAccessIdentities());
19
+ * ```
20
+ * ### Origin access identities filtered by comment/name
21
+ *
22
+ * Origin access identities whose comments are `example-comment1`, `example-comment2`
23
+ *
24
+ * ```typescript
25
+ * import * as pulumi from "@pulumi/pulumi";
26
+ * import * as aws from "@pulumi/aws";
27
+ *
28
+ * const example = pulumi.output(aws.cloudfront.getOriginAccessIdentities({
29
+ * comments: [
30
+ * "example-comment1",
31
+ * "example-comment2",
32
+ * ],
33
+ * }));
34
+ * ```
35
+ */
36
+ function getOriginAccessIdentities(args, opts) {
37
+ args = args || {};
38
+ if (!opts) {
39
+ opts = {};
40
+ }
41
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
42
+ return pulumi.runtime.invoke("aws:cloudfront/getOriginAccessIdentities:getOriginAccessIdentities", {
43
+ "comments": args.comments,
44
+ }, opts);
45
+ }
46
+ exports.getOriginAccessIdentities = getOriginAccessIdentities;
47
+ function getOriginAccessIdentitiesOutput(args, opts) {
48
+ return pulumi.output(args).apply(a => getOriginAccessIdentities(a, opts));
49
+ }
50
+ exports.getOriginAccessIdentitiesOutput = getOriginAccessIdentitiesOutput;
51
+ //# sourceMappingURL=getOriginAccessIdentities.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getOriginAccessIdentities.js","sourceRoot":"","sources":["../../cloudfront/getOriginAccessIdentities.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;IACnE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE;QAC/F,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,8DAUC;AAmCD,SAAgB,+BAA+B,CAAC,IAA0C,EAAE,IAA2B;IACnH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,0EAEC"}
@@ -7,6 +7,7 @@ export * from "./getCachePolicy";
7
7
  export * from "./getDistribution";
8
8
  export * from "./getFunction";
9
9
  export * from "./getLogDeliveryCanonicalUserId";
10
+ export * from "./getOriginAccessIdentities";
10
11
  export * from "./getOriginAccessIdentity";
11
12
  export * from "./getOriginRequestPolicy";
12
13
  export * from "./getRealtimeLogConfig";
@@ -28,6 +28,7 @@ __exportStar(require("./getCachePolicy"), exports);
28
28
  __exportStar(require("./getDistribution"), exports);
29
29
  __exportStar(require("./getFunction"), exports);
30
30
  __exportStar(require("./getLogDeliveryCanonicalUserId"), exports);
31
+ __exportStar(require("./getOriginAccessIdentities"), exports);
31
32
  __exportStar(require("./getOriginAccessIdentity"), exports);
32
33
  __exportStar(require("./getOriginRequestPolicy"), exports);
33
34
  __exportStar(require("./getRealtimeLogConfig"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../cloudfront/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../cloudfront/index.ts"],"names":[],"mappings":"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"}
@@ -100,7 +100,7 @@ import { input as inputs, output as outputs } from "../types";
100
100
  * includeManagementEvents: true,
101
101
  * dataResources: [{
102
102
  * type: "AWS::S3::Object",
103
- * values: ["arn:aws:s3:::"],
103
+ * values: ["arn:aws:s3"],
104
104
  * }],
105
105
  * }],
106
106
  * });
@@ -105,7 +105,7 @@ const utilities = require("../utilities");
105
105
  * includeManagementEvents: true,
106
106
  * dataResources: [{
107
107
  * type: "AWS::S3::Object",
108
- * values: ["arn:aws:s3:::"],
108
+ * values: ["arn:aws:s3"],
109
109
  * }],
110
110
  * }],
111
111
  * });
@@ -54,7 +54,7 @@ import * as pulumi from "@pulumi/pulumi";
54
54
  * CloudWatch dashboards can be imported using the `dashboard_name`, e.g.,
55
55
  *
56
56
  * ```sh
57
- * $ pulumi import aws:cloudwatch/dashboard:Dashboard sample <dashboard_name>
57
+ * $ pulumi import aws:cloudwatch/dashboard:Dashboard sample dashboard_name
58
58
  * ```
59
59
  */
60
60
  export declare class Dashboard extends pulumi.CustomResource {
@@ -60,7 +60,7 @@ const utilities = require("../utilities");
60
60
  * CloudWatch dashboards can be imported using the `dashboard_name`, e.g.,
61
61
  *
62
62
  * ```sh
63
- * $ pulumi import aws:cloudwatch/dashboard:Dashboard sample <dashboard_name>
63
+ * $ pulumi import aws:cloudwatch/dashboard:Dashboard sample dashboard_name
64
64
  * ```
65
65
  */
66
66
  class Dashboard extends pulumi.CustomResource {