@ryan-pip/pulumi-fivetran 0.2.1 → 0.2.4

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 (114) hide show
  1. package/connector.d.ts +36 -3
  2. package/connector.js +4 -0
  3. package/connector.js.map +1 -1
  4. package/connectorSchemaConfig.d.ts +2 -2
  5. package/connectorSchemaConfig.js +0 -3
  6. package/connectorSchemaConfig.js.map +1 -1
  7. package/dbtGitProjectConfig.d.ts +14 -0
  8. package/dbtGitProjectConfig.js +14 -0
  9. package/dbtGitProjectConfig.js.map +1 -1
  10. package/dbtProject.d.ts +17 -0
  11. package/dbtProject.js +17 -0
  12. package/dbtProject.js.map +1 -1
  13. package/destination.d.ts +36 -3
  14. package/destination.js +4 -0
  15. package/destination.js.map +1 -1
  16. package/getConnector.d.ts +2 -0
  17. package/getConnector.js +7 -1
  18. package/getConnector.js.map +1 -1
  19. package/getConnectorCertificates.js +5 -1
  20. package/getConnectorCertificates.js.map +1 -1
  21. package/getConnectorFingerprints.js +5 -1
  22. package/getConnectorFingerprints.js.map +1 -1
  23. package/getConnectorsMetadata.js +5 -1
  24. package/getConnectorsMetadata.js.map +1 -1
  25. package/getDbtModels.js +5 -1
  26. package/getDbtModels.js.map +1 -1
  27. package/getDbtProject.js +5 -1
  28. package/getDbtProject.js.map +1 -1
  29. package/getDbtProjects.js +2 -1
  30. package/getDbtProjects.js.map +1 -1
  31. package/getDbtTransformation.js +5 -1
  32. package/getDbtTransformation.js.map +1 -1
  33. package/getDestination.d.ts +2 -0
  34. package/getDestination.js +5 -1
  35. package/getDestination.js.map +1 -1
  36. package/getDestinationCertificates.js +5 -1
  37. package/getDestinationCertificates.js.map +1 -1
  38. package/getDestinationFingerprints.js +5 -1
  39. package/getDestinationFingerprints.js.map +1 -1
  40. package/getExternalLogging.js +6 -1
  41. package/getExternalLogging.js.map +1 -1
  42. package/getGroup.js +4 -1
  43. package/getGroup.js.map +1 -1
  44. package/getGroupConnectors.js +6 -1
  45. package/getGroupConnectors.js.map +1 -1
  46. package/getGroupServiceAccount.js +4 -1
  47. package/getGroupServiceAccount.js.map +1 -1
  48. package/getGroupSshKey.js +4 -1
  49. package/getGroupSshKey.js.map +1 -1
  50. package/getGroupUsers.js +5 -1
  51. package/getGroupUsers.js.map +1 -1
  52. package/getGroups.js +5 -1
  53. package/getGroups.js.map +1 -1
  54. package/getHybridDeploymentAgent.d.ts +48 -0
  55. package/getHybridDeploymentAgent.js +28 -0
  56. package/getHybridDeploymentAgent.js.map +1 -0
  57. package/getHybridDeploymentAgents.d.ts +38 -0
  58. package/getHybridDeploymentAgents.js +42 -0
  59. package/getHybridDeploymentAgents.js.map +1 -0
  60. package/getLocalProcessingAgent.d.ts +4 -0
  61. package/getLocalProcessingAgent.js +8 -1
  62. package/getLocalProcessingAgent.js.map +1 -1
  63. package/getLocalProcessingAgents.d.ts +4 -0
  64. package/getLocalProcessingAgents.js +6 -1
  65. package/getLocalProcessingAgents.js.map +1 -1
  66. package/getPrivateLink.d.ts +96 -0
  67. package/getPrivateLink.js +50 -0
  68. package/getPrivateLink.js.map +1 -0
  69. package/getPrivateLinks.d.ts +27 -0
  70. package/getPrivateLinks.js +24 -0
  71. package/getPrivateLinks.js.map +1 -0
  72. package/getProxyAgent.js +4 -1
  73. package/getProxyAgent.js.map +1 -1
  74. package/getProxyAgents.js +5 -1
  75. package/getProxyAgents.js.map +1 -1
  76. package/getRoles.js +5 -1
  77. package/getRoles.js.map +1 -1
  78. package/getTeam.js +4 -1
  79. package/getTeam.js.map +1 -1
  80. package/getTeamConnectorMemberships.js +5 -1
  81. package/getTeamConnectorMemberships.js.map +1 -1
  82. package/getTeamGroupMemberships.js +5 -1
  83. package/getTeamGroupMemberships.js.map +1 -1
  84. package/getTeamUserMemberships.js +5 -1
  85. package/getTeamUserMemberships.js.map +1 -1
  86. package/getTeams.js +6 -1
  87. package/getTeams.js.map +1 -1
  88. package/getUser.js +4 -1
  89. package/getUser.js.map +1 -1
  90. package/getUserConnectorMemberships.js +5 -1
  91. package/getUserConnectorMemberships.js.map +1 -1
  92. package/getUserGroupMemberships.js +5 -1
  93. package/getUserGroupMemberships.js.map +1 -1
  94. package/getUsers.js +6 -1
  95. package/getUsers.js.map +1 -1
  96. package/getWebhook.js +4 -1
  97. package/getWebhook.js.map +1 -1
  98. package/getWebhooks.js +2 -1
  99. package/getWebhooks.js.map +1 -1
  100. package/hybridDeploymentAgent.d.ts +142 -0
  101. package/hybridDeploymentAgent.js +92 -0
  102. package/hybridDeploymentAgent.js.map +1 -0
  103. package/index.d.ts +18 -0
  104. package/index.js +25 -2
  105. package/index.js.map +1 -1
  106. package/localProcessingAgent.d.ts +2 -0
  107. package/localProcessingAgent.js +2 -0
  108. package/localProcessingAgent.js.map +1 -1
  109. package/package.json +1 -1
  110. package/privateLink.d.ts +136 -0
  111. package/privateLink.js +77 -0
  112. package/privateLink.js.map +1 -0
  113. package/types/input.d.ts +76 -0
  114. package/types/output.d.ts +56 -0
package/types/input.d.ts CHANGED
@@ -19507,6 +19507,82 @@ export interface GetGroupsGroupArgs {
19507
19507
  */
19508
19508
  name?: pulumi.Input<string>;
19509
19509
  }
19510
+ export interface GetPrivateLinksItem {
19511
+ /**
19512
+ * The cloud provider name.
19513
+ */
19514
+ cloudProvider?: string;
19515
+ /**
19516
+ * The date and time the membership was created.
19517
+ */
19518
+ createdAt?: string;
19519
+ /**
19520
+ * The unique identifier for the User within the Fivetran system.
19521
+ */
19522
+ createdBy?: string;
19523
+ /**
19524
+ * The unique identifier for the private link within the Fivetran system.
19525
+ */
19526
+ id?: string;
19527
+ /**
19528
+ * The private link name within the account. The name must start with a letter or underscore and can only contain letters, numbers, or underscores. Maximum size of name is 23 characters.
19529
+ */
19530
+ name?: string;
19531
+ /**
19532
+ * Data processing location. This is where Fivetran will operate and run computation on data.
19533
+ */
19534
+ region?: string;
19535
+ /**
19536
+ * Service type.
19537
+ */
19538
+ service?: string;
19539
+ /**
19540
+ * The state of the private link.
19541
+ */
19542
+ state?: string;
19543
+ /**
19544
+ * The state of the private link.
19545
+ */
19546
+ stateSummary?: string;
19547
+ }
19548
+ export interface GetPrivateLinksItemArgs {
19549
+ /**
19550
+ * The cloud provider name.
19551
+ */
19552
+ cloudProvider?: pulumi.Input<string>;
19553
+ /**
19554
+ * The date and time the membership was created.
19555
+ */
19556
+ createdAt?: pulumi.Input<string>;
19557
+ /**
19558
+ * The unique identifier for the User within the Fivetran system.
19559
+ */
19560
+ createdBy?: pulumi.Input<string>;
19561
+ /**
19562
+ * The unique identifier for the private link within the Fivetran system.
19563
+ */
19564
+ id?: pulumi.Input<string>;
19565
+ /**
19566
+ * The private link name within the account. The name must start with a letter or underscore and can only contain letters, numbers, or underscores. Maximum size of name is 23 characters.
19567
+ */
19568
+ name?: pulumi.Input<string>;
19569
+ /**
19570
+ * Data processing location. This is where Fivetran will operate and run computation on data.
19571
+ */
19572
+ region?: pulumi.Input<string>;
19573
+ /**
19574
+ * Service type.
19575
+ */
19576
+ service?: pulumi.Input<string>;
19577
+ /**
19578
+ * The state of the private link.
19579
+ */
19580
+ state?: pulumi.Input<string>;
19581
+ /**
19582
+ * The state of the private link.
19583
+ */
19584
+ stateSummary?: pulumi.Input<string>;
19585
+ }
19510
19586
  export interface GetProxyAgentsItem {
19511
19587
  /**
19512
19588
  * The actor who created the proxy agent.
package/types/output.d.ts CHANGED
@@ -13089,6 +13089,24 @@ export interface GetGroupsGroup {
13089
13089
  */
13090
13090
  name: string;
13091
13091
  }
13092
+ export interface GetHybridDeploymentAgentsItem {
13093
+ /**
13094
+ * The unique name for the hybrid deployment agent.
13095
+ */
13096
+ displayName: string;
13097
+ /**
13098
+ * The unique identifier for the Group within the Fivetran system.
13099
+ */
13100
+ groupId: string;
13101
+ /**
13102
+ * The unique identifier for the hybrid deployment agent within your account.
13103
+ */
13104
+ id: string;
13105
+ /**
13106
+ * The timestamp of the time the hybrid deployment agent was created in your account.
13107
+ */
13108
+ registeredAt: string;
13109
+ }
13092
13110
  export interface GetLocalProcessingAgentUsage {
13093
13111
  /**
13094
13112
  * The unique identifier of the connection associated with the agent.
@@ -13136,6 +13154,44 @@ export interface GetLocalProcessingAgentsItemUsage {
13136
13154
  */
13137
13155
  service: string;
13138
13156
  }
13157
+ export interface GetPrivateLinksItem {
13158
+ /**
13159
+ * The cloud provider name.
13160
+ */
13161
+ cloudProvider: string;
13162
+ /**
13163
+ * The date and time the membership was created.
13164
+ */
13165
+ createdAt: string;
13166
+ /**
13167
+ * The unique identifier for the User within the Fivetran system.
13168
+ */
13169
+ createdBy: string;
13170
+ /**
13171
+ * The unique identifier for the private link within the Fivetran system.
13172
+ */
13173
+ id: string;
13174
+ /**
13175
+ * The private link name within the account. The name must start with a letter or underscore and can only contain letters, numbers, or underscores. Maximum size of name is 23 characters.
13176
+ */
13177
+ name: string;
13178
+ /**
13179
+ * Data processing location. This is where Fivetran will operate and run computation on data.
13180
+ */
13181
+ region: string;
13182
+ /**
13183
+ * Service type.
13184
+ */
13185
+ service: string;
13186
+ /**
13187
+ * The state of the private link.
13188
+ */
13189
+ state: string;
13190
+ /**
13191
+ * The state of the private link.
13192
+ */
13193
+ stateSummary: string;
13194
+ }
13139
13195
  export interface GetProxyAgentsItem {
13140
13196
  /**
13141
13197
  * The actor who created the proxy agent.