@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
@@ -31,6 +31,21 @@ import { input as inputs, output as outputs } from "../types";
31
31
  * validationMethod: "DNS",
32
32
  * });
33
33
  * ```
34
+ * ### Custom Domain Validation Options
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as aws from "@pulumi/aws";
39
+ *
40
+ * const cert = new aws.acm.Certificate("cert", {
41
+ * domainName: "testing.example.com",
42
+ * validationMethod: "EMAIL",
43
+ * validationOptions: [{
44
+ * domainName: "testing.example.com",
45
+ * validationDomain: "example.com",
46
+ * }],
47
+ * });
48
+ * ```
34
49
  * ### Existing Certificate Body Import
35
50
  *
36
51
  * ```typescript
@@ -125,7 +140,7 @@ export declare class Certificate extends pulumi.CustomResource {
125
140
  */
126
141
  readonly certificateChain: pulumi.Output<string | undefined>;
127
142
  /**
128
- * A domain name for which the certificate should be issued
143
+ * A fully qualified domain name (FQDN) in the certificate.
129
144
  */
130
145
  readonly domainName: pulumi.Output<string>;
131
146
  /**
@@ -134,7 +149,6 @@ export declare class Certificate extends pulumi.CustomResource {
134
149
  readonly domainValidationOptions: pulumi.Output<outputs.acm.CertificateDomainValidationOption[]>;
135
150
  /**
136
151
  * Configuration block used to set certificate options. Detailed below.
137
- * * Importing an existing certificate
138
152
  */
139
153
  readonly options: pulumi.Output<outputs.acm.CertificateOptions | undefined>;
140
154
  /**
@@ -169,6 +183,11 @@ export declare class Certificate extends pulumi.CustomResource {
169
183
  * Which method to use for validation. `DNS` or `EMAIL` are valid, `NONE` can be used for certificates that were imported into ACM and then into the provider.
170
184
  */
171
185
  readonly validationMethod: pulumi.Output<string>;
186
+ /**
187
+ * Configuration block used to specify information about the initial validation of each domain name. Detailed below.
188
+ * * Importing an existing certificate
189
+ */
190
+ readonly validationOptions: pulumi.Output<outputs.acm.CertificateValidationOption[] | undefined>;
172
191
  /**
173
192
  * Create a Certificate resource with the given unique name, arguments, and options.
174
193
  *
@@ -200,7 +219,7 @@ export interface CertificateState {
200
219
  */
201
220
  certificateChain?: pulumi.Input<string>;
202
221
  /**
203
- * A domain name for which the certificate should be issued
222
+ * A fully qualified domain name (FQDN) in the certificate.
204
223
  */
205
224
  domainName?: pulumi.Input<string>;
206
225
  /**
@@ -209,7 +228,6 @@ export interface CertificateState {
209
228
  domainValidationOptions?: pulumi.Input<pulumi.Input<inputs.acm.CertificateDomainValidationOption>[]>;
210
229
  /**
211
230
  * Configuration block used to set certificate options. Detailed below.
212
- * * Importing an existing certificate
213
231
  */
214
232
  options?: pulumi.Input<inputs.acm.CertificateOptions>;
215
233
  /**
@@ -244,6 +262,11 @@ export interface CertificateState {
244
262
  * Which method to use for validation. `DNS` or `EMAIL` are valid, `NONE` can be used for certificates that were imported into ACM and then into the provider.
245
263
  */
246
264
  validationMethod?: pulumi.Input<string>;
265
+ /**
266
+ * Configuration block used to specify information about the initial validation of each domain name. Detailed below.
267
+ * * Importing an existing certificate
268
+ */
269
+ validationOptions?: pulumi.Input<pulumi.Input<inputs.acm.CertificateValidationOption>[]>;
247
270
  }
248
271
  /**
249
272
  * The set of arguments for constructing a Certificate resource.
@@ -263,12 +286,11 @@ export interface CertificateArgs {
263
286
  */
264
287
  certificateChain?: pulumi.Input<string>;
265
288
  /**
266
- * A domain name for which the certificate should be issued
289
+ * A fully qualified domain name (FQDN) in the certificate.
267
290
  */
268
291
  domainName?: pulumi.Input<string>;
269
292
  /**
270
293
  * Configuration block used to set certificate options. Detailed below.
271
- * * Importing an existing certificate
272
294
  */
273
295
  options?: pulumi.Input<inputs.acm.CertificateOptions>;
274
296
  /**
@@ -289,4 +311,9 @@ export interface CertificateArgs {
289
311
  * Which method to use for validation. `DNS` or `EMAIL` are valid, `NONE` can be used for certificates that were imported into ACM and then into the provider.
290
312
  */
291
313
  validationMethod?: pulumi.Input<string>;
314
+ /**
315
+ * Configuration block used to specify information about the initial validation of each domain name. Detailed below.
316
+ * * Importing an existing certificate
317
+ */
318
+ validationOptions?: pulumi.Input<pulumi.Input<inputs.acm.CertificateValidationOption>[]>;
292
319
  }
@@ -36,6 +36,21 @@ const utilities = require("../utilities");
36
36
  * validationMethod: "DNS",
37
37
  * });
38
38
  * ```
39
+ * ### Custom Domain Validation Options
40
+ *
41
+ * ```typescript
42
+ * import * as pulumi from "@pulumi/pulumi";
43
+ * import * as aws from "@pulumi/aws";
44
+ *
45
+ * const cert = new aws.acm.Certificate("cert", {
46
+ * domainName: "testing.example.com",
47
+ * validationMethod: "EMAIL",
48
+ * validationOptions: [{
49
+ * domainName: "testing.example.com",
50
+ * validationDomain: "example.com",
51
+ * }],
52
+ * });
53
+ * ```
39
54
  * ### Existing Certificate Body Import
40
55
  *
41
56
  * ```typescript
@@ -116,6 +131,7 @@ class Certificate extends pulumi.CustomResource {
116
131
  resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
117
132
  resourceInputs["validationEmails"] = state ? state.validationEmails : undefined;
118
133
  resourceInputs["validationMethod"] = state ? state.validationMethod : undefined;
134
+ resourceInputs["validationOptions"] = state ? state.validationOptions : undefined;
119
135
  }
120
136
  else {
121
137
  const args = argsOrState;
@@ -128,6 +144,7 @@ class Certificate extends pulumi.CustomResource {
128
144
  resourceInputs["subjectAlternativeNames"] = args ? args.subjectAlternativeNames : undefined;
129
145
  resourceInputs["tags"] = args ? args.tags : undefined;
130
146
  resourceInputs["validationMethod"] = args ? args.validationMethod : undefined;
147
+ resourceInputs["validationOptions"] = args ? args.validationOptions : undefined;
131
148
  resourceInputs["arn"] = undefined /*out*/;
132
149
  resourceInputs["domainValidationOptions"] = undefined /*out*/;
133
150
  resourceInputs["status"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"certificate.js","sourceRoot":"","sources":["../../acm/certificate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"certificate.js","sourceRoot":"","sources":["../../acm/certificate.ts"],"names":[],"mappings":"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"}
@@ -70,6 +70,14 @@ export interface GetCertificateResult {
70
70
  * Amazon Resource Name (ARN) of the found certificate, suitable for referencing in other resources that support ACM certificates.
71
71
  */
72
72
  readonly arn: string;
73
+ /**
74
+ * The ACM-issued certificate.
75
+ */
76
+ readonly certificate: string;
77
+ /**
78
+ * Certificates forming the requested ACM-issued certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.
79
+ */
80
+ readonly certificateChain: string;
73
81
  readonly domain: string;
74
82
  /**
75
83
  * The provider-assigned unique ID for this managed resource.
@@ -1 +1 @@
1
- {"version":3,"file":"getCertificate.js","sourceRoot":"","sources":["../../acm/getCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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,uCAAuC,EAAE;QAClE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,wCAcC;AA6DD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
1
+ {"version":3,"file":"getCertificate.js","sourceRoot":"","sources":["../../acm/getCertificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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,uCAAuC,EAAE;QAClE,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,wCAcC;AAqED,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,oDAEC"}
@@ -0,0 +1,158 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Provides an Amazon AppIntegrations Event Integration resource.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as aws from "@pulumi/aws";
11
+ *
12
+ * const example = new aws.appconfig.EventIntegration("example", {
13
+ * description: "Example Description",
14
+ * eventFilter: {
15
+ * source: "aws.partner/examplepartner.com",
16
+ * },
17
+ * eventbridgeBus: "default",
18
+ * tags: {
19
+ * Name: "Example Event Integration",
20
+ * },
21
+ * });
22
+ * ```
23
+ *
24
+ * ## Import
25
+ *
26
+ * Amazon AppIntegrations Event Integrations can be imported using the `name` e.g.,
27
+ *
28
+ * ```sh
29
+ * $ pulumi import aws:appconfig/eventIntegration:EventIntegration example example-name
30
+ * ```
31
+ */
32
+ export declare class EventIntegration extends pulumi.CustomResource {
33
+ /**
34
+ * Get an existing EventIntegration resource's state with the given name, ID, and optional extra
35
+ * properties used to qualify the lookup.
36
+ *
37
+ * @param name The _unique_ name of the resulting resource.
38
+ * @param id The _unique_ provider ID of the resource to lookup.
39
+ * @param state Any extra arguments used during the lookup.
40
+ * @param opts Optional settings to control the behavior of the CustomResource.
41
+ */
42
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EventIntegrationState, opts?: pulumi.CustomResourceOptions): EventIntegration;
43
+ /**
44
+ * Returns true if the given object is an instance of EventIntegration. This is designed to work even
45
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
46
+ */
47
+ static isInstance(obj: any): obj is EventIntegration;
48
+ /**
49
+ * The Amazon Resource Name (ARN) of the Event Integration.
50
+ */
51
+ readonly arn: pulumi.Output<string>;
52
+ /**
53
+ * Specifies the description of the Event Integration.
54
+ */
55
+ readonly description: pulumi.Output<string | undefined>;
56
+ /**
57
+ * A block that defines the configuration information for the event filter. The Event Filter block is documented below.
58
+ */
59
+ readonly eventFilter: pulumi.Output<outputs.appconfig.EventIntegrationEventFilter>;
60
+ /**
61
+ * Specifies the EventBridge bus.
62
+ */
63
+ readonly eventbridgeBus: pulumi.Output<string>;
64
+ /**
65
+ * Specifies the name of the Event Integration.
66
+ */
67
+ readonly name: pulumi.Output<string>;
68
+ /**
69
+ * Tags to apply to the Event Integration. 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.
70
+ */
71
+ readonly tags: pulumi.Output<{
72
+ [key: string]: string;
73
+ } | undefined>;
74
+ /**
75
+ * 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).
76
+ */
77
+ readonly tagsAll: pulumi.Output<{
78
+ [key: string]: string;
79
+ }>;
80
+ /**
81
+ * Create a EventIntegration resource with the given unique name, arguments, and options.
82
+ *
83
+ * @param name The _unique_ name of the resource.
84
+ * @param args The arguments to use to populate this resource's properties.
85
+ * @param opts A bag of options that control this resource's behavior.
86
+ */
87
+ constructor(name: string, args: EventIntegrationArgs, opts?: pulumi.CustomResourceOptions);
88
+ }
89
+ /**
90
+ * Input properties used for looking up and filtering EventIntegration resources.
91
+ */
92
+ export interface EventIntegrationState {
93
+ /**
94
+ * The Amazon Resource Name (ARN) of the Event Integration.
95
+ */
96
+ arn?: pulumi.Input<string>;
97
+ /**
98
+ * Specifies the description of the Event Integration.
99
+ */
100
+ description?: pulumi.Input<string>;
101
+ /**
102
+ * A block that defines the configuration information for the event filter. The Event Filter block is documented below.
103
+ */
104
+ eventFilter?: pulumi.Input<inputs.appconfig.EventIntegrationEventFilter>;
105
+ /**
106
+ * Specifies the EventBridge bus.
107
+ */
108
+ eventbridgeBus?: pulumi.Input<string>;
109
+ /**
110
+ * Specifies the name of the Event Integration.
111
+ */
112
+ name?: pulumi.Input<string>;
113
+ /**
114
+ * Tags to apply to the Event Integration. 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.
115
+ */
116
+ tags?: pulumi.Input<{
117
+ [key: string]: pulumi.Input<string>;
118
+ }>;
119
+ /**
120
+ * 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).
121
+ */
122
+ tagsAll?: pulumi.Input<{
123
+ [key: string]: pulumi.Input<string>;
124
+ }>;
125
+ }
126
+ /**
127
+ * The set of arguments for constructing a EventIntegration resource.
128
+ */
129
+ export interface EventIntegrationArgs {
130
+ /**
131
+ * Specifies the description of the Event Integration.
132
+ */
133
+ description?: pulumi.Input<string>;
134
+ /**
135
+ * A block that defines the configuration information for the event filter. The Event Filter block is documented below.
136
+ */
137
+ eventFilter: pulumi.Input<inputs.appconfig.EventIntegrationEventFilter>;
138
+ /**
139
+ * Specifies the EventBridge bus.
140
+ */
141
+ eventbridgeBus: pulumi.Input<string>;
142
+ /**
143
+ * Specifies the name of the Event Integration.
144
+ */
145
+ name?: pulumi.Input<string>;
146
+ /**
147
+ * Tags to apply to the Event Integration. 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.
148
+ */
149
+ tags?: pulumi.Input<{
150
+ [key: string]: pulumi.Input<string>;
151
+ }>;
152
+ /**
153
+ * 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).
154
+ */
155
+ tagsAll?: pulumi.Input<{
156
+ [key: string]: pulumi.Input<string>;
157
+ }>;
158
+ }
@@ -0,0 +1,96 @@
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.EventIntegration = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides an Amazon AppIntegrations Event Integration resource.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as aws from "@pulumi/aws";
16
+ *
17
+ * const example = new aws.appconfig.EventIntegration("example", {
18
+ * description: "Example Description",
19
+ * eventFilter: {
20
+ * source: "aws.partner/examplepartner.com",
21
+ * },
22
+ * eventbridgeBus: "default",
23
+ * tags: {
24
+ * Name: "Example Event Integration",
25
+ * },
26
+ * });
27
+ * ```
28
+ *
29
+ * ## Import
30
+ *
31
+ * Amazon AppIntegrations Event Integrations can be imported using the `name` e.g.,
32
+ *
33
+ * ```sh
34
+ * $ pulumi import aws:appconfig/eventIntegration:EventIntegration example example-name
35
+ * ```
36
+ */
37
+ class EventIntegration extends pulumi.CustomResource {
38
+ constructor(name, argsOrState, opts) {
39
+ let resourceInputs = {};
40
+ opts = opts || {};
41
+ if (opts.id) {
42
+ const state = argsOrState;
43
+ resourceInputs["arn"] = state ? state.arn : undefined;
44
+ resourceInputs["description"] = state ? state.description : undefined;
45
+ resourceInputs["eventFilter"] = state ? state.eventFilter : undefined;
46
+ resourceInputs["eventbridgeBus"] = state ? state.eventbridgeBus : undefined;
47
+ resourceInputs["name"] = state ? state.name : undefined;
48
+ resourceInputs["tags"] = state ? state.tags : undefined;
49
+ resourceInputs["tagsAll"] = state ? state.tagsAll : undefined;
50
+ }
51
+ else {
52
+ const args = argsOrState;
53
+ if ((!args || args.eventFilter === undefined) && !opts.urn) {
54
+ throw new Error("Missing required property 'eventFilter'");
55
+ }
56
+ if ((!args || args.eventbridgeBus === undefined) && !opts.urn) {
57
+ throw new Error("Missing required property 'eventbridgeBus'");
58
+ }
59
+ resourceInputs["description"] = args ? args.description : undefined;
60
+ resourceInputs["eventFilter"] = args ? args.eventFilter : undefined;
61
+ resourceInputs["eventbridgeBus"] = args ? args.eventbridgeBus : undefined;
62
+ resourceInputs["name"] = args ? args.name : undefined;
63
+ resourceInputs["tags"] = args ? args.tags : undefined;
64
+ resourceInputs["tagsAll"] = args ? args.tagsAll : undefined;
65
+ resourceInputs["arn"] = undefined /*out*/;
66
+ }
67
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
68
+ super(EventIntegration.__pulumiType, name, resourceInputs, opts);
69
+ }
70
+ /**
71
+ * Get an existing EventIntegration resource's state with the given name, ID, and optional extra
72
+ * properties used to qualify the lookup.
73
+ *
74
+ * @param name The _unique_ name of the resulting resource.
75
+ * @param id The _unique_ provider ID of the resource to lookup.
76
+ * @param state Any extra arguments used during the lookup.
77
+ * @param opts Optional settings to control the behavior of the CustomResource.
78
+ */
79
+ static get(name, id, state, opts) {
80
+ return new EventIntegration(name, state, Object.assign(Object.assign({}, opts), { id: id }));
81
+ }
82
+ /**
83
+ * Returns true if the given object is an instance of EventIntegration. This is designed to work even
84
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
85
+ */
86
+ static isInstance(obj) {
87
+ if (obj === undefined || obj === null) {
88
+ return false;
89
+ }
90
+ return obj['__pulumiType'] === EventIntegration.__pulumiType;
91
+ }
92
+ }
93
+ exports.EventIntegration = EventIntegration;
94
+ /** @internal */
95
+ EventIntegration.__pulumiType = 'aws:appconfig/eventIntegration:EventIntegration';
96
+ //# sourceMappingURL=eventIntegration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eventIntegration.js","sourceRoot":"","sources":["../../appconfig/eventIntegration.ts"],"names":[],"mappings":"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"}
@@ -3,4 +3,5 @@ export * from "./configurationProfile";
3
3
  export * from "./deployment";
4
4
  export * from "./deploymentStrategy";
5
5
  export * from "./environment";
6
+ export * from "./eventIntegration";
6
7
  export * from "./hostedConfigurationVersion";
@@ -24,6 +24,7 @@ __exportStar(require("./configurationProfile"), exports);
24
24
  __exportStar(require("./deployment"), exports);
25
25
  __exportStar(require("./deploymentStrategy"), exports);
26
26
  __exportStar(require("./environment"), exports);
27
+ __exportStar(require("./eventIntegration"), exports);
27
28
  __exportStar(require("./hostedConfigurationVersion"), exports);
28
29
  // Import resources to register:
29
30
  const application_1 = require("./application");
@@ -31,6 +32,7 @@ const configurationProfile_1 = require("./configurationProfile");
31
32
  const deployment_1 = require("./deployment");
32
33
  const deploymentStrategy_1 = require("./deploymentStrategy");
33
34
  const environment_1 = require("./environment");
35
+ const eventIntegration_1 = require("./eventIntegration");
34
36
  const hostedConfigurationVersion_1 = require("./hostedConfigurationVersion");
35
37
  const _module = {
36
38
  version: utilities.getVersion(),
@@ -46,6 +48,8 @@ const _module = {
46
48
  return new deploymentStrategy_1.DeploymentStrategy(name, undefined, { urn });
47
49
  case "aws:appconfig/environment:Environment":
48
50
  return new environment_1.Environment(name, undefined, { urn });
51
+ case "aws:appconfig/eventIntegration:EventIntegration":
52
+ return new eventIntegration_1.EventIntegration(name, undefined, { urn });
49
53
  case "aws:appconfig/hostedConfigurationVersion:HostedConfigurationVersion":
50
54
  return new hostedConfigurationVersion_1.HostedConfigurationVersion(name, undefined, { urn });
51
55
  default:
@@ -58,5 +62,6 @@ pulumi.runtime.registerResourceModule("aws", "appconfig/configurationProfile", _
58
62
  pulumi.runtime.registerResourceModule("aws", "appconfig/deployment", _module);
59
63
  pulumi.runtime.registerResourceModule("aws", "appconfig/deploymentStrategy", _module);
60
64
  pulumi.runtime.registerResourceModule("aws", "appconfig/environment", _module);
65
+ pulumi.runtime.registerResourceModule("aws", "appconfig/eventIntegration", _module);
61
66
  pulumi.runtime.registerResourceModule("aws", "appconfig/hostedConfigurationVersion", _module);
62
67
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../appconfig/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,gDAA8B;AAC9B,yDAAuC;AACvC,+CAA6B;AAC7B,uDAAqC;AACrC,gDAA8B;AAC9B,+DAA6C;AAE7C,gCAAgC;AAChC,+CAA4C;AAC5C,iEAA8D;AAC9D,6CAA0C;AAC1C,6DAA0D;AAC1D,+CAA4C;AAC5C,6EAA0E;AAE1E,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,uCAAuC;gBACxC,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,yDAAyD;gBAC1D,OAAO,IAAI,2CAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,qCAAqC;gBACtC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,qDAAqD;gBACtD,OAAO,IAAI,uCAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,uCAAuC;gBACxC,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,qEAAqE;gBACtE,OAAO,IAAI,uDAA0B,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,gCAAgC,EAAE,OAAO,CAAC,CAAA;AACvF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AAC7E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,8BAA8B,EAAE,OAAO,CAAC,CAAA;AACrF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,sCAAsC,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../appconfig/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,gDAA8B;AAC9B,yDAAuC;AACvC,+CAA6B;AAC7B,uDAAqC;AACrC,gDAA8B;AAC9B,qDAAmC;AACnC,+DAA6C;AAE7C,gCAAgC;AAChC,+CAA4C;AAC5C,iEAA8D;AAC9D,6CAA0C;AAC1C,6DAA0D;AAC1D,+CAA4C;AAC5C,yDAAsD;AACtD,6EAA0E;AAE1E,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,uCAAuC;gBACxC,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,yDAAyD;gBAC1D,OAAO,IAAI,2CAAoB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClE,KAAK,qCAAqC;gBACtC,OAAO,IAAI,uBAAU,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxD,KAAK,qDAAqD;gBACtD,OAAO,IAAI,uCAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,uCAAuC;gBACxC,OAAO,IAAI,yBAAW,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACzD,KAAK,iDAAiD;gBAClD,OAAO,IAAI,mCAAgB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC9D,KAAK,qEAAqE;gBACtE,OAAO,IAAI,uDAA0B,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACxE;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,gCAAgC,EAAE,OAAO,CAAC,CAAA;AACvF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,CAAA;AAC7E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,8BAA8B,EAAE,OAAO,CAAC,CAAA;AACrF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,CAAA;AAC9E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,4BAA4B,EAAE,OAAO,CAAC,CAAA;AACnF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,sCAAsC,EAAE,OAAO,CAAC,CAAA"}
@@ -0,0 +1,133 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Provides an AppFlow connector profile resource.
5
+ *
6
+ * For information about AppFlow flows, see the [Amazon AppFlow API Reference](https://docs.aws.amazon.com/appflow/1.0/APIReference/Welcome.html).
7
+ * For specific information about creating an AppFlow connector profile, see the
8
+ * [CreateConnectorProfile](https://docs.aws.amazon.com/appflow/1.0/APIReference/API_CreateConnectorProfile.html) page in the Amazon AppFlow API Reference.
9
+ *
10
+ * ## Import
11
+ *
12
+ * AppFlow Connector Profile can be imported using the connector profile `arn`, e.g.
13
+ *
14
+ * ```sh
15
+ * $ pulumi import aws:appflow/connectorProfile:ConnectorProfile profile arn:aws:appflow:us-west-2:123456789012:connectorprofile/example-profile
16
+ * ```
17
+ *
18
+ * [1]https://docs.aws.amazon.com/appflow/1.0/APIReference/Welcome.html [2]https://docs.aws.amazon.com/appflow/1.0/APIReference/API_CreateConnectorProfile.html
19
+ */
20
+ export declare class ConnectorProfile extends pulumi.CustomResource {
21
+ /**
22
+ * Get an existing ConnectorProfile resource's state with the given name, ID, and optional extra
23
+ * properties used to qualify the lookup.
24
+ *
25
+ * @param name The _unique_ name of the resulting resource.
26
+ * @param id The _unique_ provider ID of the resource to lookup.
27
+ * @param state Any extra arguments used during the lookup.
28
+ * @param opts Optional settings to control the behavior of the CustomResource.
29
+ */
30
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ConnectorProfileState, opts?: pulumi.CustomResourceOptions): ConnectorProfile;
31
+ /**
32
+ * Returns true if the given object is an instance of ConnectorProfile. This is designed to work even
33
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
34
+ */
35
+ static isInstance(obj: any): obj is ConnectorProfile;
36
+ /**
37
+ * The Amazon Resource Name (ARN) of the connector profile.
38
+ */
39
+ readonly arn: pulumi.Output<string>;
40
+ /**
41
+ * Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: `Public`, `Private`.
42
+ */
43
+ readonly connectionMode: pulumi.Output<string>;
44
+ /**
45
+ * The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for `CustomConnector` connector type.
46
+ */
47
+ readonly connectorLabel: pulumi.Output<string | undefined>;
48
+ /**
49
+ * Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.
50
+ */
51
+ readonly connectorProfileConfig: pulumi.Output<outputs.appflow.ConnectorProfileConnectorProfileConfig>;
52
+ /**
53
+ * The type of connector. One of: `Amplitude`, `CustomConnector`, `CustomerProfiles`, `Datadog`, `Dynatrace`, `EventBridge`, `Googleanalytics`, `Honeycode`, `Infornexus`, `LookoutMetrics`, `Marketo`, `Redshift`, `S3`, `Salesforce`, `SAPOData`, `Servicenow`, `Singular`, `Slack`, `Snowflake`, `Trendmicro`, `Upsolver`, `Veeva`, `Zendesk`.
54
+ */
55
+ readonly connectorType: pulumi.Output<string>;
56
+ /**
57
+ * The Amazon Resource Name (ARN) of the connector profile credentials.
58
+ */
59
+ readonly credentialsArn: pulumi.Output<string>;
60
+ /**
61
+ * The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
62
+ */
63
+ readonly kmsArn: pulumi.Output<string>;
64
+ readonly name: pulumi.Output<string>;
65
+ /**
66
+ * Create a ConnectorProfile resource with the given unique name, arguments, and options.
67
+ *
68
+ * @param name The _unique_ name of the resource.
69
+ * @param args The arguments to use to populate this resource's properties.
70
+ * @param opts A bag of options that control this resource's behavior.
71
+ */
72
+ constructor(name: string, args: ConnectorProfileArgs, opts?: pulumi.CustomResourceOptions);
73
+ }
74
+ /**
75
+ * Input properties used for looking up and filtering ConnectorProfile resources.
76
+ */
77
+ export interface ConnectorProfileState {
78
+ /**
79
+ * The Amazon Resource Name (ARN) of the connector profile.
80
+ */
81
+ arn?: pulumi.Input<string>;
82
+ /**
83
+ * Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: `Public`, `Private`.
84
+ */
85
+ connectionMode?: pulumi.Input<string>;
86
+ /**
87
+ * The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for `CustomConnector` connector type.
88
+ */
89
+ connectorLabel?: pulumi.Input<string>;
90
+ /**
91
+ * Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.
92
+ */
93
+ connectorProfileConfig?: pulumi.Input<inputs.appflow.ConnectorProfileConnectorProfileConfig>;
94
+ /**
95
+ * The type of connector. One of: `Amplitude`, `CustomConnector`, `CustomerProfiles`, `Datadog`, `Dynatrace`, `EventBridge`, `Googleanalytics`, `Honeycode`, `Infornexus`, `LookoutMetrics`, `Marketo`, `Redshift`, `S3`, `Salesforce`, `SAPOData`, `Servicenow`, `Singular`, `Slack`, `Snowflake`, `Trendmicro`, `Upsolver`, `Veeva`, `Zendesk`.
96
+ */
97
+ connectorType?: pulumi.Input<string>;
98
+ /**
99
+ * The Amazon Resource Name (ARN) of the connector profile credentials.
100
+ */
101
+ credentialsArn?: pulumi.Input<string>;
102
+ /**
103
+ * The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
104
+ */
105
+ kmsArn?: pulumi.Input<string>;
106
+ name?: pulumi.Input<string>;
107
+ }
108
+ /**
109
+ * The set of arguments for constructing a ConnectorProfile resource.
110
+ */
111
+ export interface ConnectorProfileArgs {
112
+ /**
113
+ * Indicates the connection mode and specifies whether it is public or private. Private flows use AWS PrivateLink to route data over AWS infrastructure without exposing it to the public internet. One of: `Public`, `Private`.
114
+ */
115
+ connectionMode: pulumi.Input<string>;
116
+ /**
117
+ * The label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for `CustomConnector` connector type.
118
+ */
119
+ connectorLabel?: pulumi.Input<string>;
120
+ /**
121
+ * Defines the connector-specific configuration and credentials. See Connector Profile Config for more details.
122
+ */
123
+ connectorProfileConfig: pulumi.Input<inputs.appflow.ConnectorProfileConnectorProfileConfig>;
124
+ /**
125
+ * The type of connector. One of: `Amplitude`, `CustomConnector`, `CustomerProfiles`, `Datadog`, `Dynatrace`, `EventBridge`, `Googleanalytics`, `Honeycode`, `Infornexus`, `LookoutMetrics`, `Marketo`, `Redshift`, `S3`, `Salesforce`, `SAPOData`, `Servicenow`, `Singular`, `Slack`, `Snowflake`, `Trendmicro`, `Upsolver`, `Veeva`, `Zendesk`.
126
+ */
127
+ connectorType: pulumi.Input<string>;
128
+ /**
129
+ * The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
130
+ */
131
+ kmsArn?: pulumi.Input<string>;
132
+ name?: pulumi.Input<string>;
133
+ }