pulumi-aiven 6.37.0a1743570488__py3-none-any.whl → 6.37.0a1744255932__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-aiven might be problematic. Click here for more details.

Files changed (187) hide show
  1. pulumi_aiven/__init__.py +22 -0
  2. pulumi_aiven/_inputs.py +8877 -8288
  3. pulumi_aiven/account.py +71 -70
  4. pulumi_aiven/account_authentication.py +204 -203
  5. pulumi_aiven/account_team.py +50 -49
  6. pulumi_aiven/account_team_member.py +64 -63
  7. pulumi_aiven/account_team_project.py +57 -56
  8. pulumi_aiven/alloydbomni.py +247 -254
  9. pulumi_aiven/alloydbomni_database.py +71 -70
  10. pulumi_aiven/alloydbomni_user.py +92 -91
  11. pulumi_aiven/aws_org_vpc_peering_connection.py +92 -91
  12. pulumi_aiven/aws_privatelink.py +57 -56
  13. pulumi_aiven/aws_vpc_peering_connection.py +78 -77
  14. pulumi_aiven/azure_org_vpc_peering_connection.py +113 -112
  15. pulumi_aiven/azure_privatelink.py +71 -70
  16. pulumi_aiven/azure_privatelink_connection_approval.py +57 -56
  17. pulumi_aiven/azure_vpc_peering_connection.py +106 -105
  18. pulumi_aiven/billing_group.py +211 -210
  19. pulumi_aiven/cassandra.py +233 -240
  20. pulumi_aiven/cassandra_user.py +78 -77
  21. pulumi_aiven/clickhouse.py +233 -240
  22. pulumi_aiven/clickhouse_database.py +53 -52
  23. pulumi_aiven/clickhouse_grant.py +57 -56
  24. pulumi_aiven/clickhouse_role.py +43 -42
  25. pulumi_aiven/clickhouse_user.py +64 -63
  26. pulumi_aiven/config/__init__.py +1 -0
  27. pulumi_aiven/config/__init__.pyi +1 -0
  28. pulumi_aiven/config/vars.py +1 -0
  29. pulumi_aiven/connection_pool.py +106 -105
  30. pulumi_aiven/dragonfly.py +233 -240
  31. pulumi_aiven/flink.py +233 -240
  32. pulumi_aiven/flink_application.py +78 -77
  33. pulumi_aiven/flink_application_deployment.py +113 -112
  34. pulumi_aiven/flink_application_version.py +85 -84
  35. pulumi_aiven/flink_jar_application.py +78 -77
  36. pulumi_aiven/flink_jar_application_deployment.py +176 -175
  37. pulumi_aiven/flink_jar_application_version.py +92 -91
  38. pulumi_aiven/gcp_org_vpc_peering_connection.py +71 -70
  39. pulumi_aiven/gcp_privatelink.py +50 -49
  40. pulumi_aiven/gcp_privatelink_connection_approval.py +64 -63
  41. pulumi_aiven/gcp_vpc_peering_connection.py +64 -63
  42. pulumi_aiven/get_account.py +14 -13
  43. pulumi_aiven/get_account_authentication.py +27 -26
  44. pulumi_aiven/get_account_team.py +15 -14
  45. pulumi_aiven/get_account_team_member.py +20 -19
  46. pulumi_aiven/get_account_team_project.py +18 -17
  47. pulumi_aiven/get_alloydbomni.py +34 -36
  48. pulumi_aiven/get_alloydbomni_database.py +19 -18
  49. pulumi_aiven/get_alloydbomni_user.py +22 -21
  50. pulumi_aiven/get_aws_org_vpc_peering_connection.py +30 -29
  51. pulumi_aiven/get_aws_privatelink.py +15 -14
  52. pulumi_aiven/get_aws_vpc_peering_connection.py +25 -24
  53. pulumi_aiven/get_azure_org_vpc_peering_connection.py +31 -30
  54. pulumi_aiven/get_azure_privatelink.py +17 -16
  55. pulumi_aiven/get_azure_vpc_peering_connection.py +35 -34
  56. pulumi_aiven/get_billing_group.py +22 -21
  57. pulumi_aiven/get_cassanda.py +33 -35
  58. pulumi_aiven/get_cassandra.py +33 -35
  59. pulumi_aiven/get_cassandra_user.py +21 -20
  60. pulumi_aiven/get_clickhouse.py +33 -35
  61. pulumi_aiven/get_clickhouse_database.py +18 -17
  62. pulumi_aiven/get_clickhouse_user.py +20 -19
  63. pulumi_aiven/get_connection_pool.py +22 -21
  64. pulumi_aiven/get_dragonfly.py +33 -35
  65. pulumi_aiven/get_external_identity.py +22 -21
  66. pulumi_aiven/get_flink.py +33 -35
  67. pulumi_aiven/get_flink_application.py +22 -21
  68. pulumi_aiven/get_flink_application_version.py +26 -25
  69. pulumi_aiven/get_gcp_org_vpc_peering_connection.py +24 -23
  70. pulumi_aiven/get_gcp_privatelink.py +15 -14
  71. pulumi_aiven/get_gcp_vpc_peering_connection.py +20 -19
  72. pulumi_aiven/get_grafana.py +33 -35
  73. pulumi_aiven/get_influx_db.py +28 -27
  74. pulumi_aiven/get_influxdb_database.py +12 -11
  75. pulumi_aiven/get_influxdb_user.py +15 -14
  76. pulumi_aiven/get_kafka.py +35 -37
  77. pulumi_aiven/get_kafka_acl.py +28 -27
  78. pulumi_aiven/get_kafka_connect.py +33 -35
  79. pulumi_aiven/get_kafka_connector.py +24 -23
  80. pulumi_aiven/get_kafka_mirror_maker.py +33 -35
  81. pulumi_aiven/get_kafka_schema.py +21 -20
  82. pulumi_aiven/get_kafka_schema_configuration.py +17 -16
  83. pulumi_aiven/get_kafka_schema_registry_acl.py +28 -27
  84. pulumi_aiven/get_kafka_topic.py +22 -21
  85. pulumi_aiven/get_kafka_user.py +21 -20
  86. pulumi_aiven/get_m3_aggregator.py +33 -35
  87. pulumi_aiven/get_m3_db.py +33 -35
  88. pulumi_aiven/get_m3db_user.py +19 -18
  89. pulumi_aiven/get_mirror_maker_replication_flow.py +34 -33
  90. pulumi_aiven/get_my_sql.py +33 -35
  91. pulumi_aiven/get_mysql_database.py +18 -17
  92. pulumi_aiven/get_mysql_user.py +22 -21
  93. pulumi_aiven/get_open_search.py +33 -35
  94. pulumi_aiven/get_open_search_acl_config.py +14 -13
  95. pulumi_aiven/get_open_search_acl_rule.py +27 -26
  96. pulumi_aiven/get_opensearch_security_plugin_config.py +16 -15
  97. pulumi_aiven/get_opensearch_user.py +19 -18
  98. pulumi_aiven/get_organization.py +14 -13
  99. pulumi_aiven/get_organization_address.py +227 -0
  100. pulumi_aiven/get_organization_application_user.py +15 -34
  101. pulumi_aiven/get_organization_billing_group.py +241 -0
  102. pulumi_aiven/get_organization_billing_group_list.py +110 -0
  103. pulumi_aiven/get_organization_project.py +30 -15
  104. pulumi_aiven/get_organization_user.py +18 -17
  105. pulumi_aiven/get_organization_user_group.py +16 -15
  106. pulumi_aiven/get_organization_user_list.py +32 -19
  107. pulumi_aiven/get_organization_vpc.py +17 -16
  108. pulumi_aiven/get_organizational_unit.py +11 -10
  109. pulumi_aiven/get_pg.py +33 -35
  110. pulumi_aiven/get_pg_database.py +20 -19
  111. pulumi_aiven/get_pg_user.py +22 -21
  112. pulumi_aiven/get_project.py +19 -18
  113. pulumi_aiven/get_project_user.py +14 -13
  114. pulumi_aiven/get_project_vpc.py +19 -18
  115. pulumi_aiven/get_redis.py +33 -35
  116. pulumi_aiven/get_redis_user.py +23 -22
  117. pulumi_aiven/get_service_component.py +54 -39
  118. pulumi_aiven/get_service_integration.py +29 -28
  119. pulumi_aiven/get_service_integration_endpoint.py +14 -13
  120. pulumi_aiven/get_thanos.py +33 -35
  121. pulumi_aiven/get_transit_gateway_vpc_attachment.py +22 -21
  122. pulumi_aiven/get_valkey.py +33 -35
  123. pulumi_aiven/get_valkey_user.py +23 -22
  124. pulumi_aiven/grafana.py +233 -240
  125. pulumi_aiven/influx_db.py +251 -244
  126. pulumi_aiven/influxdb_database.py +53 -52
  127. pulumi_aiven/influxdb_user.py +78 -77
  128. pulumi_aiven/kafka.py +261 -268
  129. pulumi_aiven/kafka_acl.py +78 -77
  130. pulumi_aiven/kafka_connect.py +233 -240
  131. pulumi_aiven/kafka_connector.py +99 -98
  132. pulumi_aiven/kafka_mirror_maker.py +233 -240
  133. pulumi_aiven/kafka_native_acl.py +127 -126
  134. pulumi_aiven/kafka_quota.py +99 -98
  135. pulumi_aiven/kafka_schema.py +92 -91
  136. pulumi_aiven/kafka_schema_configuration.py +43 -42
  137. pulumi_aiven/kafka_schema_registry_acl.py +78 -77
  138. pulumi_aiven/kafka_topic.py +109 -108
  139. pulumi_aiven/kafka_user.py +78 -77
  140. pulumi_aiven/m3_aggregator.py +233 -240
  141. pulumi_aiven/m3_db.py +233 -240
  142. pulumi_aiven/m3db_user.py +64 -63
  143. pulumi_aiven/mirror_maker_replication_flow.py +225 -224
  144. pulumi_aiven/my_sql.py +233 -240
  145. pulumi_aiven/mysql_database.py +53 -52
  146. pulumi_aiven/mysql_user.py +92 -91
  147. pulumi_aiven/open_search.py +233 -240
  148. pulumi_aiven/open_search_acl_config.py +57 -56
  149. pulumi_aiven/open_search_acl_rule.py +75 -74
  150. pulumi_aiven/opensearch_security_plugin_config.py +64 -63
  151. pulumi_aiven/opensearch_user.py +64 -63
  152. pulumi_aiven/organization.py +38 -37
  153. pulumi_aiven/organization_address.py +557 -0
  154. pulumi_aiven/organization_application_user.py +61 -60
  155. pulumi_aiven/organization_application_user_token.py +169 -168
  156. pulumi_aiven/organization_billing_group.py +645 -0
  157. pulumi_aiven/organization_group_project.py +43 -42
  158. pulumi_aiven/organization_permission.py +45 -44
  159. pulumi_aiven/organization_project.py +114 -82
  160. pulumi_aiven/organization_user.py +57 -56
  161. pulumi_aiven/organization_user_group.py +64 -63
  162. pulumi_aiven/organization_user_group_member.py +50 -81
  163. pulumi_aiven/organization_vpc.py +71 -70
  164. pulumi_aiven/organizational_unit.py +50 -49
  165. pulumi_aiven/outputs.py +10770 -10004
  166. pulumi_aiven/pg.py +233 -240
  167. pulumi_aiven/pg_database.py +81 -80
  168. pulumi_aiven/pg_user.py +92 -91
  169. pulumi_aiven/project.py +155 -154
  170. pulumi_aiven/project_user.py +50 -49
  171. pulumi_aiven/project_vpc.py +50 -49
  172. pulumi_aiven/provider.py +9 -8
  173. pulumi_aiven/pulumi-plugin.json +1 -1
  174. pulumi_aiven/redis.py +233 -240
  175. pulumi_aiven/redis_user.py +120 -119
  176. pulumi_aiven/service_integration.py +124 -123
  177. pulumi_aiven/service_integration_endpoint.py +50 -49
  178. pulumi_aiven/static_ip.py +57 -56
  179. pulumi_aiven/thanos.py +233 -240
  180. pulumi_aiven/transit_gateway_vpc_attachment.py +92 -91
  181. pulumi_aiven/valkey.py +233 -240
  182. pulumi_aiven/valkey_user.py +120 -119
  183. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/METADATA +1 -1
  184. pulumi_aiven-6.37.0a1744255932.dist-info/RECORD +188 -0
  185. pulumi_aiven-6.37.0a1743570488.dist-info/RECORD +0 -183
  186. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/WHEEL +0 -0
  187. {pulumi_aiven-6.37.0a1743570488.dist-info → pulumi_aiven-6.37.0a1744255932.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -60,7 +61,7 @@ class GetRedisUserResult:
60
61
 
61
62
  @property
62
63
  @pulumi.getter
63
- def id(self) -> str:
64
+ def id(self) -> builtins.str:
64
65
  """
65
66
  The provider-assigned unique ID for this managed resource.
66
67
  """
@@ -68,7 +69,7 @@ class GetRedisUserResult:
68
69
 
69
70
  @property
70
71
  @pulumi.getter
71
- def password(self) -> str:
72
+ def password(self) -> builtins.str:
72
73
  """
73
74
  The password of the Redis User.
74
75
  """
@@ -76,7 +77,7 @@ class GetRedisUserResult:
76
77
 
77
78
  @property
78
79
  @pulumi.getter
79
- def project(self) -> str:
80
+ def project(self) -> builtins.str:
80
81
  """
81
82
  The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
82
83
  """
@@ -84,7 +85,7 @@ class GetRedisUserResult:
84
85
 
85
86
  @property
86
87
  @pulumi.getter(name="redisAclCategories")
87
- def redis_acl_categories(self) -> Sequence[str]:
88
+ def redis_acl_categories(self) -> Sequence[builtins.str]:
88
89
  """
89
90
  Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
90
91
  """
@@ -92,7 +93,7 @@ class GetRedisUserResult:
92
93
 
93
94
  @property
94
95
  @pulumi.getter(name="redisAclChannels")
95
- def redis_acl_channels(self) -> Sequence[str]:
96
+ def redis_acl_channels(self) -> Sequence[builtins.str]:
96
97
  """
97
98
  Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
98
99
  """
@@ -100,7 +101,7 @@ class GetRedisUserResult:
100
101
 
101
102
  @property
102
103
  @pulumi.getter(name="redisAclCommands")
103
- def redis_acl_commands(self) -> Sequence[str]:
104
+ def redis_acl_commands(self) -> Sequence[builtins.str]:
104
105
  """
105
106
  Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
106
107
  """
@@ -108,7 +109,7 @@ class GetRedisUserResult:
108
109
 
109
110
  @property
110
111
  @pulumi.getter(name="redisAclKeys")
111
- def redis_acl_keys(self) -> Sequence[str]:
112
+ def redis_acl_keys(self) -> Sequence[builtins.str]:
112
113
  """
113
114
  Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
114
115
  """
@@ -116,7 +117,7 @@ class GetRedisUserResult:
116
117
 
117
118
  @property
118
119
  @pulumi.getter(name="serviceName")
119
- def service_name(self) -> str:
120
+ def service_name(self) -> builtins.str:
120
121
  """
121
122
  The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
122
123
  """
@@ -124,7 +125,7 @@ class GetRedisUserResult:
124
125
 
125
126
  @property
126
127
  @pulumi.getter
127
- def type(self) -> str:
128
+ def type(self) -> builtins.str:
128
129
  """
129
130
  Type of the user account. Tells whether the user is the primary account or a regular account.
130
131
  """
@@ -132,7 +133,7 @@ class GetRedisUserResult:
132
133
 
133
134
  @property
134
135
  @pulumi.getter
135
- def username(self) -> str:
136
+ def username(self) -> builtins.str:
136
137
  """
137
138
  The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
138
139
  """
@@ -157,9 +158,9 @@ class AwaitableGetRedisUserResult(GetRedisUserResult):
157
158
  username=self.username)
158
159
 
159
160
 
160
- def get_redis_user(project: Optional[str] = None,
161
- service_name: Optional[str] = None,
162
- username: Optional[str] = None,
161
+ def get_redis_user(project: Optional[builtins.str] = None,
162
+ service_name: Optional[builtins.str] = None,
163
+ username: Optional[builtins.str] = None,
163
164
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRedisUserResult:
164
165
  """
165
166
  The Redis User data source provides information about the existing Aiven Redis User.
@@ -184,9 +185,9 @@ def get_redis_user(project: Optional[str] = None,
184
185
  ```
185
186
 
186
187
 
187
- :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
188
- :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
189
- :param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
188
+ :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
189
+ :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
190
+ :param builtins.str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
190
191
  """
191
192
  __args__ = dict()
192
193
  __args__['project'] = project
@@ -206,9 +207,9 @@ def get_redis_user(project: Optional[str] = None,
206
207
  service_name=pulumi.get(__ret__, 'service_name'),
207
208
  type=pulumi.get(__ret__, 'type'),
208
209
  username=pulumi.get(__ret__, 'username'))
209
- def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
210
- service_name: Optional[pulumi.Input[str]] = None,
211
- username: Optional[pulumi.Input[str]] = None,
210
+ def get_redis_user_output(project: Optional[pulumi.Input[builtins.str]] = None,
211
+ service_name: Optional[pulumi.Input[builtins.str]] = None,
212
+ username: Optional[pulumi.Input[builtins.str]] = None,
212
213
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRedisUserResult]:
213
214
  """
214
215
  The Redis User data source provides information about the existing Aiven Redis User.
@@ -233,9 +234,9 @@ def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
233
234
  ```
234
235
 
235
236
 
236
- :param str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
237
- :param str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
238
- :param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
237
+ :param builtins.str project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
238
+ :param builtins.str service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
239
+ :param builtins.str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
239
240
  """
240
241
  __args__ = dict()
241
242
  __args__['project'] = project
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -26,7 +27,7 @@ class GetServiceComponentResult:
26
27
  """
27
28
  A collection of values returned by getServiceComponent.
28
29
  """
29
- def __init__(__self__, component=None, host=None, id=None, kafka_authentication_method=None, port=None, project=None, route=None, service_name=None, ssl=None, usage=None):
30
+ def __init__(__self__, component=None, host=None, id=None, kafka_authentication_method=None, kafka_ssl_ca=None, port=None, project=None, route=None, service_name=None, ssl=None, usage=None):
30
31
  if component and not isinstance(component, str):
31
32
  raise TypeError("Expected argument 'component' to be a str")
32
33
  pulumi.set(__self__, "component", component)
@@ -39,6 +40,9 @@ class GetServiceComponentResult:
39
40
  if kafka_authentication_method and not isinstance(kafka_authentication_method, str):
40
41
  raise TypeError("Expected argument 'kafka_authentication_method' to be a str")
41
42
  pulumi.set(__self__, "kafka_authentication_method", kafka_authentication_method)
43
+ if kafka_ssl_ca and not isinstance(kafka_ssl_ca, str):
44
+ raise TypeError("Expected argument 'kafka_ssl_ca' to be a str")
45
+ pulumi.set(__self__, "kafka_ssl_ca", kafka_ssl_ca)
42
46
  if port and not isinstance(port, int):
43
47
  raise TypeError("Expected argument 'port' to be a int")
44
48
  pulumi.set(__self__, "port", port)
@@ -60,7 +64,7 @@ class GetServiceComponentResult:
60
64
 
61
65
  @property
62
66
  @pulumi.getter
63
- def component(self) -> str:
67
+ def component(self) -> builtins.str:
64
68
  """
65
69
  Service component name
66
70
  """
@@ -68,7 +72,7 @@ class GetServiceComponentResult:
68
72
 
69
73
  @property
70
74
  @pulumi.getter
71
- def host(self) -> str:
75
+ def host(self) -> builtins.str:
72
76
  """
73
77
  DNS name for connecting to the service component
74
78
  """
@@ -76,7 +80,7 @@ class GetServiceComponentResult:
76
80
 
77
81
  @property
78
82
  @pulumi.getter
79
- def id(self) -> str:
83
+ def id(self) -> builtins.str:
80
84
  """
81
85
  The provider-assigned unique ID for this managed resource.
82
86
  """
@@ -84,15 +88,23 @@ class GetServiceComponentResult:
84
88
 
85
89
  @property
86
90
  @pulumi.getter(name="kafkaAuthenticationMethod")
87
- def kafka_authentication_method(self) -> Optional[str]:
91
+ def kafka_authentication_method(self) -> Optional[builtins.str]:
88
92
  """
89
93
  Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
90
94
  """
91
95
  return pulumi.get(self, "kafka_authentication_method")
92
96
 
97
+ @property
98
+ @pulumi.getter(name="kafkaSslCa")
99
+ def kafka_ssl_ca(self) -> builtins.str:
100
+ """
101
+ Kafka certificate used. The possible values are `letsencrypt` and `project_ca`.
102
+ """
103
+ return pulumi.get(self, "kafka_ssl_ca")
104
+
93
105
  @property
94
106
  @pulumi.getter
95
- def port(self) -> int:
107
+ def port(self) -> builtins.int:
96
108
  """
97
109
  Port number for connecting to the service component
98
110
  """
@@ -100,7 +112,7 @@ class GetServiceComponentResult:
100
112
 
101
113
  @property
102
114
  @pulumi.getter
103
- def project(self) -> str:
115
+ def project(self) -> builtins.str:
104
116
  """
105
117
  Project name
106
118
  """
@@ -108,7 +120,7 @@ class GetServiceComponentResult:
108
120
 
109
121
  @property
110
122
  @pulumi.getter
111
- def route(self) -> Optional[str]:
123
+ def route(self) -> Optional[builtins.str]:
112
124
  """
113
125
  Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
114
126
  """
@@ -116,7 +128,7 @@ class GetServiceComponentResult:
116
128
 
117
129
  @property
118
130
  @pulumi.getter(name="serviceName")
119
- def service_name(self) -> Optional[str]:
131
+ def service_name(self) -> Optional[builtins.str]:
120
132
  """
121
133
  Service name
122
134
  """
@@ -124,7 +136,7 @@ class GetServiceComponentResult:
124
136
 
125
137
  @property
126
138
  @pulumi.getter
127
- def ssl(self) -> Optional[bool]:
139
+ def ssl(self) -> Optional[builtins.bool]:
128
140
  """
129
141
  Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
130
142
  """
@@ -132,7 +144,7 @@ class GetServiceComponentResult:
132
144
 
133
145
  @property
134
146
  @pulumi.getter
135
- def usage(self) -> Optional[str]:
147
+ def usage(self) -> Optional[builtins.str]:
136
148
  """
137
149
  DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
138
150
  """
@@ -149,6 +161,7 @@ class AwaitableGetServiceComponentResult(GetServiceComponentResult):
149
161
  host=self.host,
150
162
  id=self.id,
151
163
  kafka_authentication_method=self.kafka_authentication_method,
164
+ kafka_ssl_ca=self.kafka_ssl_ca,
152
165
  port=self.port,
153
166
  project=self.project,
154
167
  route=self.route,
@@ -157,13 +170,13 @@ class AwaitableGetServiceComponentResult(GetServiceComponentResult):
157
170
  usage=self.usage)
158
171
 
159
172
 
160
- def get_service_component(component: Optional[str] = None,
161
- kafka_authentication_method: Optional[str] = None,
162
- project: Optional[str] = None,
163
- route: Optional[str] = None,
164
- service_name: Optional[str] = None,
165
- ssl: Optional[bool] = None,
166
- usage: Optional[str] = None,
173
+ def get_service_component(component: Optional[builtins.str] = None,
174
+ kafka_authentication_method: Optional[builtins.str] = None,
175
+ project: Optional[builtins.str] = None,
176
+ route: Optional[builtins.str] = None,
177
+ service_name: Optional[builtins.str] = None,
178
+ ssl: Optional[builtins.bool] = None,
179
+ usage: Optional[builtins.str] = None,
167
180
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceComponentResult:
168
181
  """
169
182
  The Service Component data source provides information about the existing Aiven service Component.
@@ -184,13 +197,13 @@ def get_service_component(component: Optional[str] = None,
184
197
  ```
185
198
 
186
199
 
187
- :param str component: Service component name
188
- :param str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
189
- :param str project: Project name
190
- :param str route: Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
191
- :param str service_name: Service name
192
- :param bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
193
- :param str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
200
+ :param builtins.str component: Service component name
201
+ :param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
202
+ :param builtins.str project: Project name
203
+ :param builtins.str route: Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
204
+ :param builtins.str service_name: Service name
205
+ :param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
206
+ :param builtins.str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
194
207
  """
195
208
  __args__ = dict()
196
209
  __args__['component'] = component
@@ -208,19 +221,20 @@ def get_service_component(component: Optional[str] = None,
208
221
  host=pulumi.get(__ret__, 'host'),
209
222
  id=pulumi.get(__ret__, 'id'),
210
223
  kafka_authentication_method=pulumi.get(__ret__, 'kafka_authentication_method'),
224
+ kafka_ssl_ca=pulumi.get(__ret__, 'kafka_ssl_ca'),
211
225
  port=pulumi.get(__ret__, 'port'),
212
226
  project=pulumi.get(__ret__, 'project'),
213
227
  route=pulumi.get(__ret__, 'route'),
214
228
  service_name=pulumi.get(__ret__, 'service_name'),
215
229
  ssl=pulumi.get(__ret__, 'ssl'),
216
230
  usage=pulumi.get(__ret__, 'usage'))
217
- def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
218
- kafka_authentication_method: Optional[pulumi.Input[Optional[str]]] = None,
219
- project: Optional[pulumi.Input[str]] = None,
220
- route: Optional[pulumi.Input[Optional[str]]] = None,
221
- service_name: Optional[pulumi.Input[Optional[str]]] = None,
222
- ssl: Optional[pulumi.Input[Optional[bool]]] = None,
223
- usage: Optional[pulumi.Input[Optional[str]]] = None,
231
+ def get_service_component_output(component: Optional[pulumi.Input[builtins.str]] = None,
232
+ kafka_authentication_method: Optional[pulumi.Input[Optional[builtins.str]]] = None,
233
+ project: Optional[pulumi.Input[builtins.str]] = None,
234
+ route: Optional[pulumi.Input[Optional[builtins.str]]] = None,
235
+ service_name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
236
+ ssl: Optional[pulumi.Input[Optional[builtins.bool]]] = None,
237
+ usage: Optional[pulumi.Input[Optional[builtins.str]]] = None,
224
238
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceComponentResult]:
225
239
  """
226
240
  The Service Component data source provides information about the existing Aiven service Component.
@@ -241,13 +255,13 @@ def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
241
255
  ```
242
256
 
243
257
 
244
- :param str component: Service component name
245
- :param str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
246
- :param str project: Project name
247
- :param str route: Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
248
- :param str service_name: Service name
249
- :param bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
250
- :param str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
258
+ :param builtins.str component: Service component name
259
+ :param builtins.str kafka_authentication_method: Kafka authentication method. This is a value specific to the 'kafka' service component. The possible values are `certificate` and `sasl`.
260
+ :param builtins.str project: Project name
261
+ :param builtins.str route: Network access route. The possible values are `dynamic`, `private`, `privatelink` and `public`.
262
+ :param builtins.str service_name: Service name
263
+ :param builtins.bool ssl: Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components that may disable encryption
264
+ :param builtins.str usage: DNS usage name. The possible values are `disaster_recovery`, `primary` and `replica`.
251
265
  """
252
266
  __args__ = dict()
253
267
  __args__['component'] = component
@@ -264,6 +278,7 @@ def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
264
278
  host=pulumi.get(__response__, 'host'),
265
279
  id=pulumi.get(__response__, 'id'),
266
280
  kafka_authentication_method=pulumi.get(__response__, 'kafka_authentication_method'),
281
+ kafka_ssl_ca=pulumi.get(__response__, 'kafka_ssl_ca'),
267
282
  port=pulumi.get(__response__, 'port'),
268
283
  project=pulumi.get(__response__, 'project'),
269
284
  route=pulumi.get(__response__, 'route'),
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -127,7 +128,7 @@ class GetServiceIntegrationResult:
127
128
 
128
129
  @property
129
130
  @pulumi.getter(name="destinationEndpointId")
130
- def destination_endpoint_id(self) -> str:
131
+ def destination_endpoint_id(self) -> builtins.str:
131
132
  """
132
133
  Destination endpoint for the integration.
133
134
  """
@@ -135,7 +136,7 @@ class GetServiceIntegrationResult:
135
136
 
136
137
  @property
137
138
  @pulumi.getter(name="destinationServiceName")
138
- def destination_service_name(self) -> str:
139
+ def destination_service_name(self) -> builtins.str:
139
140
  """
140
141
  Destination service for the integration.
141
142
  """
@@ -143,7 +144,7 @@ class GetServiceIntegrationResult:
143
144
 
144
145
  @property
145
146
  @pulumi.getter(name="destinationServiceProject")
146
- def destination_service_project(self) -> str:
147
+ def destination_service_project(self) -> builtins.str:
147
148
  """
148
149
  Destination service project name
149
150
  """
@@ -191,7 +192,7 @@ class GetServiceIntegrationResult:
191
192
 
192
193
  @property
193
194
  @pulumi.getter
194
- def id(self) -> str:
195
+ def id(self) -> builtins.str:
195
196
  """
196
197
  The provider-assigned unique ID for this managed resource.
197
198
  """
@@ -199,7 +200,7 @@ class GetServiceIntegrationResult:
199
200
 
200
201
  @property
201
202
  @pulumi.getter(name="integrationId")
202
- def integration_id(self) -> str:
203
+ def integration_id(self) -> builtins.str:
203
204
  """
204
205
  The ID of the Aiven service integration.
205
206
  """
@@ -207,7 +208,7 @@ class GetServiceIntegrationResult:
207
208
 
208
209
  @property
209
210
  @pulumi.getter(name="integrationType")
210
- def integration_type(self) -> str:
211
+ def integration_type(self) -> builtins.str:
211
212
  """
212
213
  Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
213
214
  """
@@ -255,7 +256,7 @@ class GetServiceIntegrationResult:
255
256
 
256
257
  @property
257
258
  @pulumi.getter
258
- def project(self) -> str:
259
+ def project(self) -> builtins.str:
259
260
  """
260
261
  Project the integration belongs to.
261
262
  """
@@ -271,7 +272,7 @@ class GetServiceIntegrationResult:
271
272
 
272
273
  @property
273
274
  @pulumi.getter(name="sourceEndpointId")
274
- def source_endpoint_id(self) -> str:
275
+ def source_endpoint_id(self) -> builtins.str:
275
276
  """
276
277
  Source endpoint for the integration.
277
278
  """
@@ -279,7 +280,7 @@ class GetServiceIntegrationResult:
279
280
 
280
281
  @property
281
282
  @pulumi.getter(name="sourceServiceName")
282
- def source_service_name(self) -> str:
283
+ def source_service_name(self) -> builtins.str:
283
284
  """
284
285
  Source service for the integration (if any)
285
286
  """
@@ -287,7 +288,7 @@ class GetServiceIntegrationResult:
287
288
 
288
289
  @property
289
290
  @pulumi.getter(name="sourceServiceProject")
290
- def source_service_project(self) -> str:
291
+ def source_service_project(self) -> builtins.str:
291
292
  """
292
293
  Source service project name
293
294
  """
@@ -326,10 +327,10 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
326
327
  source_service_project=self.source_service_project)
327
328
 
328
329
 
329
- def get_service_integration(destination_service_name: Optional[str] = None,
330
- integration_type: Optional[str] = None,
331
- project: Optional[str] = None,
332
- source_service_name: Optional[str] = None,
330
+ def get_service_integration(destination_service_name: Optional[builtins.str] = None,
331
+ integration_type: Optional[builtins.str] = None,
332
+ project: Optional[builtins.str] = None,
333
+ source_service_name: Optional[builtins.str] = None,
333
334
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIntegrationResult:
334
335
  """
335
336
  Gets information about an Aiven service integration.
@@ -341,16 +342,16 @@ def get_service_integration(destination_service_name: Optional[str] = None,
341
342
  import pulumi_aiven as aiven
342
343
 
343
344
  example_integration = aiven.get_service_integration(project=example_project["project"],
344
- destination_service_name=example_m3db["serviceName"],
345
+ destination_service_name=example_thanos["serviceName"],
345
346
  integration_type="metrics",
346
347
  source_service_name=example_kafka["serviceName"])
347
348
  ```
348
349
 
349
350
 
350
- :param str destination_service_name: Destination service for the integration.
351
- :param str integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
352
- :param str project: Project the integration belongs to.
353
- :param str source_service_name: Source service for the integration (if any)
351
+ :param builtins.str destination_service_name: Destination service for the integration.
352
+ :param builtins.str integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
353
+ :param builtins.str project: Project the integration belongs to.
354
+ :param builtins.str source_service_name: Source service for the integration (if any)
354
355
  """
355
356
  __args__ = dict()
356
357
  __args__['destinationServiceName'] = destination_service_name
@@ -385,10 +386,10 @@ def get_service_integration(destination_service_name: Optional[str] = None,
385
386
  source_endpoint_id=pulumi.get(__ret__, 'source_endpoint_id'),
386
387
  source_service_name=pulumi.get(__ret__, 'source_service_name'),
387
388
  source_service_project=pulumi.get(__ret__, 'source_service_project'))
388
- def get_service_integration_output(destination_service_name: Optional[pulumi.Input[str]] = None,
389
- integration_type: Optional[pulumi.Input[str]] = None,
390
- project: Optional[pulumi.Input[str]] = None,
391
- source_service_name: Optional[pulumi.Input[str]] = None,
389
+ def get_service_integration_output(destination_service_name: Optional[pulumi.Input[builtins.str]] = None,
390
+ integration_type: Optional[pulumi.Input[builtins.str]] = None,
391
+ project: Optional[pulumi.Input[builtins.str]] = None,
392
+ source_service_name: Optional[pulumi.Input[builtins.str]] = None,
392
393
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceIntegrationResult]:
393
394
  """
394
395
  Gets information about an Aiven service integration.
@@ -400,16 +401,16 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
400
401
  import pulumi_aiven as aiven
401
402
 
402
403
  example_integration = aiven.get_service_integration(project=example_project["project"],
403
- destination_service_name=example_m3db["serviceName"],
404
+ destination_service_name=example_thanos["serviceName"],
404
405
  integration_type="metrics",
405
406
  source_service_name=example_kafka["serviceName"])
406
407
  ```
407
408
 
408
409
 
409
- :param str destination_service_name: Destination service for the integration.
410
- :param str integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
411
- :param str project: Project the integration belongs to.
412
- :param str source_service_name: Source service for the integration (if any)
410
+ :param builtins.str destination_service_name: Destination service for the integration.
411
+ :param builtins.str integration_type: Type of the service integration. The possible values are `alertmanager`, `autoscaler`, `caching`, `cassandra_cross_service_cluster`, `clickhouse_credentials`, `clickhouse_kafka`, `clickhouse_postgresql`, `dashboard`, `datadog`, `datasource`, `disaster_recovery`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_elasticsearch_logs`, `external_google_cloud_logging`, `external_opensearch_logs`, `flink`, `flink_external_bigquery`, `flink_external_kafka`, `flink_external_postgresql`, `internal_connectivity`, `jolokia`, `kafka_connect`, `kafka_connect_postgresql`, `kafka_logs`, `kafka_mirrormaker`, `logs`, `m3aggregator`, `m3coordinator`, `metrics`, `opensearch_cross_cluster_replication`, `opensearch_cross_cluster_search`, `prometheus`, `read_replica`, `rsyslog`, `schema_registry_proxy`, `stresstester`, `thanos_distributed_query`, `thanos_migrate`, `thanoscompactor`, `thanosquery`, `thanosruler`, `thanosstore`, `vector` and `vmalert`.
412
+ :param builtins.str project: Project the integration belongs to.
413
+ :param builtins.str source_service_name: Source service for the integration (if any)
413
414
  """
414
415
  __args__ = dict()
415
416
  __args__['destinationServiceName'] = destination_service_name
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -119,7 +120,7 @@ class GetServiceIntegrationEndpointResult:
119
120
 
120
121
  @property
121
122
  @pulumi.getter(name="endpointConfig")
122
- def endpoint_config(self) -> Mapping[str, str]:
123
+ def endpoint_config(self) -> Mapping[str, builtins.str]:
123
124
  """
124
125
  Backend configuration for the endpoint.
125
126
  """
@@ -127,7 +128,7 @@ class GetServiceIntegrationEndpointResult:
127
128
 
128
129
  @property
129
130
  @pulumi.getter(name="endpointName")
130
- def endpoint_name(self) -> str:
131
+ def endpoint_name(self) -> builtins.str:
131
132
  """
132
133
  Name of the service integration endpoint.
133
134
  """
@@ -135,7 +136,7 @@ class GetServiceIntegrationEndpointResult:
135
136
 
136
137
  @property
137
138
  @pulumi.getter(name="endpointType")
138
- def endpoint_type(self) -> str:
139
+ def endpoint_type(self) -> builtins.str:
139
140
  """
140
141
  The type of service integration endpoint. The possible values are `autoscaler`, `datadog`, `external_aws_cloudwatch_logs`, `external_aws_cloudwatch_metrics`, `external_aws_s3`, `external_azure_blob_storage`, `external_clickhouse`, `external_elasticsearch_logs`, `external_google_cloud_bigquery`, `external_google_cloud_logging`, `external_kafka`, `external_mysql`, `external_opensearch_logs`, `external_postgresql`, `external_prometheus`, `external_redis`, `external_schema_registry`, `external_sumologic_logs`, `jolokia`, `prometheus` and `rsyslog`.
141
142
  """
@@ -255,7 +256,7 @@ class GetServiceIntegrationEndpointResult:
255
256
 
256
257
  @property
257
258
  @pulumi.getter
258
- def id(self) -> str:
259
+ def id(self) -> builtins.str:
259
260
  """
260
261
  The provider-assigned unique ID for this managed resource.
261
262
  """
@@ -271,7 +272,7 @@ class GetServiceIntegrationEndpointResult:
271
272
 
272
273
  @property
273
274
  @pulumi.getter
274
- def project(self) -> str:
275
+ def project(self) -> builtins.str:
275
276
  """
276
277
  Project the service integration endpoint is in.
277
278
  """
@@ -326,8 +327,8 @@ class AwaitableGetServiceIntegrationEndpointResult(GetServiceIntegrationEndpoint
326
327
  rsyslog_user_configs=self.rsyslog_user_configs)
327
328
 
328
329
 
329
- def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
330
- project: Optional[str] = None,
330
+ def get_service_integration_endpoint(endpoint_name: Optional[builtins.str] = None,
331
+ project: Optional[builtins.str] = None,
331
332
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceIntegrationEndpointResult:
332
333
  """
333
334
  Gets information about an integration endpoint.
@@ -343,8 +344,8 @@ def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
343
344
  ```
344
345
 
345
346
 
346
- :param str endpoint_name: Name of the service integration endpoint.
347
- :param str project: Project the service integration endpoint is in.
347
+ :param builtins.str endpoint_name: Name of the service integration endpoint.
348
+ :param builtins.str project: Project the service integration endpoint is in.
348
349
  """
349
350
  __args__ = dict()
350
351
  __args__['endpointName'] = endpoint_name
@@ -377,8 +378,8 @@ def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
377
378
  project=pulumi.get(__ret__, 'project'),
378
379
  prometheus_user_configs=pulumi.get(__ret__, 'prometheus_user_configs'),
379
380
  rsyslog_user_configs=pulumi.get(__ret__, 'rsyslog_user_configs'))
380
- def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None,
381
- project: Optional[pulumi.Input[str]] = None,
381
+ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
382
+ project: Optional[pulumi.Input[builtins.str]] = None,
382
383
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceIntegrationEndpointResult]:
383
384
  """
384
385
  Gets information about an integration endpoint.
@@ -394,8 +395,8 @@ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input
394
395
  ```
395
396
 
396
397
 
397
- :param str endpoint_name: Name of the service integration endpoint.
398
- :param str project: Project the service integration endpoint is in.
398
+ :param builtins.str endpoint_name: Name of the service integration endpoint.
399
+ :param builtins.str project: Project the service integration endpoint is in.
399
400
  """
400
401
  __args__ = dict()
401
402
  __args__['endpointName'] = endpoint_name