pulumi-aiven 6.29.0a1733375305__py3-none-any.whl → 6.30.0__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.
- pulumi_aiven/__init__.py +39 -0
- pulumi_aiven/_inputs.py +3474 -103
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/alloydbomni.py +1335 -0
- pulumi_aiven/alloydbomni_database.py +347 -0
- pulumi_aiven/alloydbomni_user.py +433 -0
- pulumi_aiven/billing_group.py +7 -7
- pulumi_aiven/clickhouse.py +8 -8
- pulumi_aiven/get_account.py +2 -2
- pulumi_aiven/get_account_authentication.py +2 -2
- pulumi_aiven/get_account_team.py +2 -2
- pulumi_aiven/get_account_team_member.py +2 -2
- pulumi_aiven/get_account_team_project.py +3 -3
- pulumi_aiven/get_alloydbomni.py +499 -0
- pulumi_aiven/get_alloydbomni_database.py +168 -0
- pulumi_aiven/get_alloydbomni_user.py +210 -0
- pulumi_aiven/get_aws_privatelink.py +2 -2
- pulumi_aiven/get_aws_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_azure_privatelink.py +2 -2
- pulumi_aiven/get_azure_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_billing_group.py +3 -3
- pulumi_aiven/get_cassanda.py +2 -2
- pulumi_aiven/get_cassandra.py +2 -2
- pulumi_aiven/get_cassandra_user.py +2 -2
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +2 -2
- pulumi_aiven/get_clickhouse_user.py +2 -2
- pulumi_aiven/get_connection_pool.py +2 -2
- pulumi_aiven/get_dragonfly.py +2 -2
- pulumi_aiven/get_external_identity.py +5 -5
- pulumi_aiven/get_flink.py +2 -2
- pulumi_aiven/get_flink_application.py +2 -2
- pulumi_aiven/get_flink_application_version.py +2 -2
- pulumi_aiven/get_gcp_privatelink.py +2 -2
- pulumi_aiven/get_gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_grafana.py +2 -2
- pulumi_aiven/get_influx_db.py +2 -2
- pulumi_aiven/get_influxdb_database.py +2 -2
- pulumi_aiven/get_influxdb_user.py +2 -2
- pulumi_aiven/get_kafka.py +2 -2
- pulumi_aiven/get_kafka_acl.py +2 -2
- pulumi_aiven/get_kafka_connect.py +2 -2
- pulumi_aiven/get_kafka_connector.py +2 -2
- pulumi_aiven/get_kafka_mirror_maker.py +2 -2
- pulumi_aiven/get_kafka_schema.py +2 -2
- pulumi_aiven/get_kafka_schema_configuration.py +2 -2
- pulumi_aiven/get_kafka_schema_registry_acl.py +2 -2
- pulumi_aiven/get_kafka_topic.py +2 -2
- pulumi_aiven/get_kafka_user.py +2 -2
- pulumi_aiven/get_m3_aggregator.py +2 -2
- pulumi_aiven/get_m3_db.py +2 -2
- pulumi_aiven/get_m3db_user.py +2 -2
- pulumi_aiven/get_mirror_maker_replication_flow.py +17 -3
- pulumi_aiven/get_my_sql.py +2 -2
- pulumi_aiven/get_mysql_database.py +2 -2
- pulumi_aiven/get_mysql_user.py +2 -2
- pulumi_aiven/get_open_search.py +2 -2
- pulumi_aiven/get_open_search_acl_config.py +2 -2
- pulumi_aiven/get_open_search_acl_rule.py +2 -2
- pulumi_aiven/get_opensearch_security_plugin_config.py +2 -2
- pulumi_aiven/get_opensearch_user.py +2 -2
- pulumi_aiven/get_organization.py +2 -2
- pulumi_aiven/get_organization_application_user.py +2 -2
- pulumi_aiven/get_organization_user.py +2 -2
- pulumi_aiven/get_organization_user_group.py +2 -2
- pulumi_aiven/get_organization_user_list.py +2 -2
- pulumi_aiven/get_organizational_unit.py +2 -2
- pulumi_aiven/get_pg.py +2 -2
- pulumi_aiven/get_pg_database.py +2 -2
- pulumi_aiven/get_pg_user.py +2 -2
- pulumi_aiven/get_project.py +2 -2
- pulumi_aiven/get_project_user.py +3 -3
- pulumi_aiven/get_project_vpc.py +2 -2
- pulumi_aiven/get_redis.py +2 -2
- pulumi_aiven/get_redis_user.py +2 -2
- pulumi_aiven/get_service_component.py +2 -2
- pulumi_aiven/get_service_integration.py +34 -6
- pulumi_aiven/get_service_integration_endpoint.py +2 -2
- pulumi_aiven/get_thanos.py +2 -2
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +2 -2
- pulumi_aiven/get_valkey.py +2 -2
- pulumi_aiven/get_valkey_user.py +11 -11
- pulumi_aiven/kafka_acl.py +6 -4
- pulumi_aiven/kafka_native_acl.py +588 -0
- pulumi_aiven/mirror_maker_replication_flow.py +47 -0
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/organization_permission.py +56 -6
- pulumi_aiven/outputs.py +20369 -15964
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/service_integration.py +98 -4
- pulumi_aiven/valkey.py +2 -2
- pulumi_aiven/valkey_user.py +142 -48
- {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/METADATA +3 -3
- pulumi_aiven-6.30.0.dist-info/RECORD +169 -0
- pulumi_aiven-6.29.0a1733375305.dist-info/RECORD +0 -162
- {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.29.0a1733375305.dist-info → pulumi_aiven-6.30.0.dist-info}/top_level.txt +0 -0
|
@@ -131,7 +131,7 @@ def get_open_search_acl_config(project: Optional[str] = None,
|
|
|
131
131
|
service_name=pulumi.get(__ret__, 'service_name'))
|
|
132
132
|
def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = None,
|
|
133
133
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOpenSearchAclConfigResult]:
|
|
134
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpenSearchAclConfigResult]:
|
|
135
135
|
"""
|
|
136
136
|
The OpenSearch ACL Config data source provides information about an existing Aiven OpenSearch ACL Config.
|
|
137
137
|
|
|
@@ -152,7 +152,7 @@ def get_open_search_acl_config_output(project: Optional[pulumi.Input[str]] = Non
|
|
|
152
152
|
__args__ = dict()
|
|
153
153
|
__args__['project'] = project
|
|
154
154
|
__args__['serviceName'] = service_name
|
|
155
|
-
opts = pulumi.
|
|
155
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
156
156
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOpenSearchAclConfig:getOpenSearchAclConfig', __args__, opts=opts, typ=GetOpenSearchAclConfigResult)
|
|
157
157
|
return __ret__.apply(lambda __response__: GetOpenSearchAclConfigResult(
|
|
158
158
|
enabled=pulumi.get(__response__, 'enabled'),
|
|
@@ -158,7 +158,7 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
|
|
|
158
158
|
project: Optional[pulumi.Input[str]] = None,
|
|
159
159
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
160
160
|
username: Optional[pulumi.Input[str]] = None,
|
|
161
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOpenSearchAclRuleResult]:
|
|
161
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpenSearchAclRuleResult]:
|
|
162
162
|
"""
|
|
163
163
|
The OpenSearch ACL Rule data source provides information about an existing Aiven OpenSearch ACL Rule.
|
|
164
164
|
|
|
@@ -187,7 +187,7 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
|
|
|
187
187
|
__args__['project'] = project
|
|
188
188
|
__args__['serviceName'] = service_name
|
|
189
189
|
__args__['username'] = username
|
|
190
|
-
opts = pulumi.
|
|
190
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
191
191
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOpenSearchAclRule:getOpenSearchAclRule', __args__, opts=opts, typ=GetOpenSearchAclRuleResult)
|
|
192
192
|
return __ret__.apply(lambda __response__: GetOpenSearchAclRuleResult(
|
|
193
193
|
id=pulumi.get(__response__, 'id'),
|
|
@@ -157,7 +157,7 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
|
|
|
157
157
|
service_name=pulumi.get(__ret__, 'service_name'))
|
|
158
158
|
def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[str]] = None,
|
|
159
159
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
160
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOpensearchSecurityPluginConfigResult]:
|
|
160
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpensearchSecurityPluginConfigResult]:
|
|
161
161
|
"""
|
|
162
162
|
The OpenSearch Security Plugin Config data source provides information about an existing Aiven OpenSearch Security Plugin Config.
|
|
163
163
|
|
|
@@ -178,7 +178,7 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
|
|
|
178
178
|
__args__ = dict()
|
|
179
179
|
__args__['project'] = project
|
|
180
180
|
__args__['serviceName'] = service_name
|
|
181
|
-
opts = pulumi.
|
|
181
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
182
182
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOpensearchSecurityPluginConfig:getOpensearchSecurityPluginConfig', __args__, opts=opts, typ=GetOpensearchSecurityPluginConfigResult)
|
|
183
183
|
return __ret__.apply(lambda __response__: GetOpensearchSecurityPluginConfigResult(
|
|
184
184
|
admin_enabled=pulumi.get(__response__, 'admin_enabled'),
|
|
@@ -149,7 +149,7 @@ def get_opensearch_user(project: Optional[str] = None,
|
|
|
149
149
|
def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
150
150
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
151
151
|
username: Optional[pulumi.Input[str]] = None,
|
|
152
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOpensearchUserResult]:
|
|
152
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOpensearchUserResult]:
|
|
153
153
|
"""
|
|
154
154
|
The OpenSearch User data source provides information about the existing Aiven OpenSearch User.
|
|
155
155
|
|
|
@@ -173,7 +173,7 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
173
173
|
__args__['project'] = project
|
|
174
174
|
__args__['serviceName'] = service_name
|
|
175
175
|
__args__['username'] = username
|
|
176
|
-
opts = pulumi.
|
|
176
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
177
177
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOpensearchUser:getOpensearchUser', __args__, opts=opts, typ=GetOpensearchUserResult)
|
|
178
178
|
return __ret__.apply(lambda __response__: GetOpensearchUserResult(
|
|
179
179
|
id=pulumi.get(__response__, 'id'),
|
pulumi_aiven/get_organization.py
CHANGED
|
@@ -130,7 +130,7 @@ def get_organization(id: Optional[str] = None,
|
|
|
130
130
|
update_time=pulumi.get(__ret__, 'update_time'))
|
|
131
131
|
def get_organization_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
132
132
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
133
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationResult]:
|
|
133
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationResult]:
|
|
134
134
|
"""
|
|
135
135
|
Gets information about an organization.
|
|
136
136
|
|
|
@@ -150,7 +150,7 @@ def get_organization_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
150
150
|
__args__ = dict()
|
|
151
151
|
__args__['id'] = id
|
|
152
152
|
__args__['name'] = name
|
|
153
|
-
opts = pulumi.
|
|
153
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
154
154
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOrganization:getOrganization', __args__, opts=opts, typ=GetOrganizationResult)
|
|
155
155
|
return __ret__.apply(lambda __response__: GetOrganizationResult(
|
|
156
156
|
create_time=pulumi.get(__response__, 'create_time'),
|
|
@@ -144,7 +144,7 @@ def get_organization_application_user(organization_id: Optional[str] = None,
|
|
|
144
144
|
user_id=pulumi.get(__ret__, 'user_id'))
|
|
145
145
|
def get_organization_application_user_output(organization_id: Optional[pulumi.Input[str]] = None,
|
|
146
146
|
user_id: Optional[pulumi.Input[str]] = None,
|
|
147
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationApplicationUserResult]:
|
|
147
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationApplicationUserResult]:
|
|
148
148
|
"""
|
|
149
149
|
Gets information about an application user.
|
|
150
150
|
|
|
@@ -165,7 +165,7 @@ def get_organization_application_user_output(organization_id: Optional[pulumi.In
|
|
|
165
165
|
__args__ = dict()
|
|
166
166
|
__args__['organizationId'] = organization_id
|
|
167
167
|
__args__['userId'] = user_id
|
|
168
|
-
opts = pulumi.
|
|
168
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
169
169
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOrganizationApplicationUser:getOrganizationApplicationUser', __args__, opts=opts, typ=GetOrganizationApplicationUserResult)
|
|
170
170
|
return __ret__.apply(lambda __response__: GetOrganizationApplicationUserResult(
|
|
171
171
|
email=pulumi.get(__response__, 'email'),
|
|
@@ -125,7 +125,7 @@ def get_organization_user(organization_id: Optional[str] = None,
|
|
|
125
125
|
def get_organization_user_output(organization_id: Optional[pulumi.Input[str]] = None,
|
|
126
126
|
user_email: Optional[pulumi.Input[Optional[str]]] = None,
|
|
127
127
|
user_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
128
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationUserResult]:
|
|
128
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationUserResult]:
|
|
129
129
|
"""
|
|
130
130
|
The Organization User data source provides information about the existing Aiven Organization User.
|
|
131
131
|
|
|
@@ -138,7 +138,7 @@ def get_organization_user_output(organization_id: Optional[pulumi.Input[str]] =
|
|
|
138
138
|
__args__['organizationId'] = organization_id
|
|
139
139
|
__args__['userEmail'] = user_email
|
|
140
140
|
__args__['userId'] = user_id
|
|
141
|
-
opts = pulumi.
|
|
141
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
142
142
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOrganizationUser:getOrganizationUser', __args__, opts=opts, typ=GetOrganizationUserResult)
|
|
143
143
|
return __ret__.apply(lambda __response__: GetOrganizationUserResult(
|
|
144
144
|
create_time=pulumi.get(__response__, 'create_time'),
|
|
@@ -157,7 +157,7 @@ def get_organization_user_group(name: Optional[str] = None,
|
|
|
157
157
|
update_time=pulumi.get(__ret__, 'update_time'))
|
|
158
158
|
def get_organization_user_group_output(name: Optional[pulumi.Input[str]] = None,
|
|
159
159
|
organization_id: Optional[pulumi.Input[str]] = None,
|
|
160
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationUserGroupResult]:
|
|
160
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationUserGroupResult]:
|
|
161
161
|
"""
|
|
162
162
|
Gets information about an existing user group in an organization.
|
|
163
163
|
|
|
@@ -178,7 +178,7 @@ def get_organization_user_group_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
178
178
|
__args__ = dict()
|
|
179
179
|
__args__['name'] = name
|
|
180
180
|
__args__['organizationId'] = organization_id
|
|
181
|
-
opts = pulumi.
|
|
181
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
182
182
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOrganizationUserGroup:getOrganizationUserGroup', __args__, opts=opts, typ=GetOrganizationUserGroupResult)
|
|
183
183
|
return __ret__.apply(lambda __response__: GetOrganizationUserGroupResult(
|
|
184
184
|
create_time=pulumi.get(__response__, 'create_time'),
|
|
@@ -99,7 +99,7 @@ def get_organization_user_list(id: Optional[str] = None,
|
|
|
99
99
|
users=pulumi.get(__ret__, 'users'))
|
|
100
100
|
def get_organization_user_list_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
101
101
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
102
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationUserListResult]:
|
|
102
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationUserListResult]:
|
|
103
103
|
"""
|
|
104
104
|
List of users of the organization.
|
|
105
105
|
|
|
@@ -113,7 +113,7 @@ def get_organization_user_list_output(id: Optional[pulumi.Input[Optional[str]]]
|
|
|
113
113
|
__args__ = dict()
|
|
114
114
|
__args__['id'] = id
|
|
115
115
|
__args__['name'] = name
|
|
116
|
-
opts = pulumi.
|
|
116
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
117
117
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOrganizationUserList:getOrganizationUserList', __args__, opts=opts, typ=GetOrganizationUserListResult)
|
|
118
118
|
return __ret__.apply(lambda __response__: GetOrganizationUserListResult(
|
|
119
119
|
id=pulumi.get(__response__, 'id'),
|
|
@@ -130,7 +130,7 @@ def get_organizational_unit(name: Optional[str] = None,
|
|
|
130
130
|
tenant_id=pulumi.get(__ret__, 'tenant_id'),
|
|
131
131
|
update_time=pulumi.get(__ret__, 'update_time'))
|
|
132
132
|
def get_organizational_unit_output(name: Optional[pulumi.Input[str]] = None,
|
|
133
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationalUnitResult]:
|
|
133
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationalUnitResult]:
|
|
134
134
|
"""
|
|
135
135
|
Gets information about an organizational unit.
|
|
136
136
|
|
|
@@ -139,7 +139,7 @@ def get_organizational_unit_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
139
139
|
"""
|
|
140
140
|
__args__ = dict()
|
|
141
141
|
__args__['name'] = name
|
|
142
|
-
opts = pulumi.
|
|
142
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
143
143
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getOrganizationalUnit:getOrganizationalUnit', __args__, opts=opts, typ=GetOrganizationalUnitResult)
|
|
144
144
|
return __ret__.apply(lambda __response__: GetOrganizationalUnitResult(
|
|
145
145
|
create_time=pulumi.get(__response__, 'create_time'),
|
pulumi_aiven/get_pg.py
CHANGED
|
@@ -444,7 +444,7 @@ def get_pg(project: Optional[str] = None,
|
|
|
444
444
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
445
445
|
def get_pg_output(project: Optional[pulumi.Input[str]] = None,
|
|
446
446
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
447
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPgResult]:
|
|
447
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPgResult]:
|
|
448
448
|
"""
|
|
449
449
|
Gets information about an Aiven for PostgreSQL® service.
|
|
450
450
|
|
|
@@ -465,7 +465,7 @@ def get_pg_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
465
465
|
__args__ = dict()
|
|
466
466
|
__args__['project'] = project
|
|
467
467
|
__args__['serviceName'] = service_name
|
|
468
|
-
opts = pulumi.
|
|
468
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
469
469
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getPg:getPg', __args__, opts=opts, typ=GetPgResult)
|
|
470
470
|
return __ret__.apply(lambda __response__: GetPgResult(
|
|
471
471
|
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
pulumi_aiven/get_pg_database.py
CHANGED
|
@@ -159,7 +159,7 @@ def get_pg_database(database_name: Optional[str] = None,
|
|
|
159
159
|
def get_pg_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
160
160
|
project: Optional[pulumi.Input[str]] = None,
|
|
161
161
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
162
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPgDatabaseResult]:
|
|
162
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPgDatabaseResult]:
|
|
163
163
|
"""
|
|
164
164
|
Gets information about a database in an Aiven for PostgreSQL® service.
|
|
165
165
|
|
|
@@ -183,7 +183,7 @@ def get_pg_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
183
183
|
__args__['databaseName'] = database_name
|
|
184
184
|
__args__['project'] = project
|
|
185
185
|
__args__['serviceName'] = service_name
|
|
186
|
-
opts = pulumi.
|
|
186
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
187
187
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getPgDatabase:getPgDatabase', __args__, opts=opts, typ=GetPgDatabaseResult)
|
|
188
188
|
return __ret__.apply(lambda __response__: GetPgDatabaseResult(
|
|
189
189
|
database_name=pulumi.get(__response__, 'database_name'),
|
pulumi_aiven/get_pg_user.py
CHANGED
|
@@ -188,7 +188,7 @@ def get_pg_user(project: Optional[str] = None,
|
|
|
188
188
|
def get_pg_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
189
189
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
190
190
|
username: Optional[pulumi.Input[str]] = None,
|
|
191
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetPgUserResult]:
|
|
191
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPgUserResult]:
|
|
192
192
|
"""
|
|
193
193
|
Gets information about an Aiven for PostgreSQL® service user.
|
|
194
194
|
|
|
@@ -212,7 +212,7 @@ def get_pg_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
212
212
|
__args__['project'] = project
|
|
213
213
|
__args__['serviceName'] = service_name
|
|
214
214
|
__args__['username'] = username
|
|
215
|
-
opts = pulumi.
|
|
215
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
216
216
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getPgUser:getPgUser', __args__, opts=opts, typ=GetPgUserResult)
|
|
217
217
|
return __ret__.apply(lambda __response__: GetPgUserResult(
|
|
218
218
|
access_cert=pulumi.get(__response__, 'access_cert'),
|
pulumi_aiven/get_project.py
CHANGED
|
@@ -257,7 +257,7 @@ def get_project(project: Optional[str] = None,
|
|
|
257
257
|
technical_emails=pulumi.get(__ret__, 'technical_emails'),
|
|
258
258
|
use_source_project_billing_group=pulumi.get(__ret__, 'use_source_project_billing_group'))
|
|
259
259
|
def get_project_output(project: Optional[pulumi.Input[str]] = None,
|
|
260
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectResult]:
|
|
260
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProjectResult]:
|
|
261
261
|
"""
|
|
262
262
|
Gets information about an Aiven project.
|
|
263
263
|
|
|
@@ -275,7 +275,7 @@ def get_project_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
275
275
|
"""
|
|
276
276
|
__args__ = dict()
|
|
277
277
|
__args__['project'] = project
|
|
278
|
-
opts = pulumi.
|
|
278
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
279
279
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getProject:getProject', __args__, opts=opts, typ=GetProjectResult)
|
|
280
280
|
return __ret__.apply(lambda __response__: GetProjectResult(
|
|
281
281
|
account_id=pulumi.get(__response__, 'account_id'),
|
pulumi_aiven/get_project_user.py
CHANGED
|
@@ -71,7 +71,7 @@ class GetProjectUserResult:
|
|
|
71
71
|
@pulumi.getter(name="memberType")
|
|
72
72
|
def member_type(self) -> str:
|
|
73
73
|
"""
|
|
74
|
-
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:
|
|
74
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `organization:app_users:write`, `organization:audit_logs:read`, `organization:domains:write`, `organization:groups:write`, `organization:idps:write`, `organization:users:write`, `project:audit_logs:read`, `project:integrations:read`, `project:integrations:write`, `project:networking:read`, `project:networking:write`, `project:permissions:read`, `project:services:read`, `project:services:write`, `read_only`, `role:organization:admin`, `role:services:maintenance`, `role:services:recover`, `service:configuration:write`, `service:data:write`, `service:logs:read`, `service:secrets:read` and `service:users:write`.
|
|
75
75
|
"""
|
|
76
76
|
return pulumi.get(self, "member_type")
|
|
77
77
|
|
|
@@ -131,7 +131,7 @@ def get_project_user(email: Optional[str] = None,
|
|
|
131
131
|
project=pulumi.get(__ret__, 'project'))
|
|
132
132
|
def get_project_user_output(email: Optional[pulumi.Input[str]] = None,
|
|
133
133
|
project: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectUserResult]:
|
|
134
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProjectUserResult]:
|
|
135
135
|
"""
|
|
136
136
|
The Project User data source provides information about the existing Aiven Project User.
|
|
137
137
|
|
|
@@ -152,7 +152,7 @@ def get_project_user_output(email: Optional[pulumi.Input[str]] = None,
|
|
|
152
152
|
__args__ = dict()
|
|
153
153
|
__args__['email'] = email
|
|
154
154
|
__args__['project'] = project
|
|
155
|
-
opts = pulumi.
|
|
155
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
156
156
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getProjectUser:getProjectUser', __args__, opts=opts, typ=GetProjectUserResult)
|
|
157
157
|
return __ret__.apply(lambda __response__: GetProjectUserResult(
|
|
158
158
|
accepted=pulumi.get(__response__, 'accepted'),
|
pulumi_aiven/get_project_vpc.py
CHANGED
|
@@ -148,7 +148,7 @@ def get_project_vpc(cloud_name: Optional[str] = None,
|
|
|
148
148
|
def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
149
149
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
|
150
150
|
vpc_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
151
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectVpcResult]:
|
|
151
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProjectVpcResult]:
|
|
152
152
|
"""
|
|
153
153
|
Gets information about the VPC for an Aiven project.
|
|
154
154
|
|
|
@@ -171,7 +171,7 @@ def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
171
171
|
__args__['cloudName'] = cloud_name
|
|
172
172
|
__args__['project'] = project
|
|
173
173
|
__args__['vpcId'] = vpc_id
|
|
174
|
-
opts = pulumi.
|
|
174
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
175
175
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getProjectVpc:getProjectVpc', __args__, opts=opts, typ=GetProjectVpcResult)
|
|
176
176
|
return __ret__.apply(lambda __response__: GetProjectVpcResult(
|
|
177
177
|
cloud_name=pulumi.get(__response__, 'cloud_name'),
|
pulumi_aiven/get_redis.py
CHANGED
|
@@ -444,7 +444,7 @@ def get_redis(project: Optional[str] = None,
|
|
|
444
444
|
termination_protection=pulumi.get(__ret__, 'termination_protection'))
|
|
445
445
|
def get_redis_output(project: Optional[pulumi.Input[str]] = None,
|
|
446
446
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
447
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRedisResult]:
|
|
447
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRedisResult]:
|
|
448
448
|
"""
|
|
449
449
|
The Redis data source provides information about the existing Aiven Redis service.
|
|
450
450
|
|
|
@@ -465,7 +465,7 @@ def get_redis_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
465
465
|
__args__ = dict()
|
|
466
466
|
__args__['project'] = project
|
|
467
467
|
__args__['serviceName'] = service_name
|
|
468
|
-
opts = pulumi.
|
|
468
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
469
469
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getRedis:getRedis', __args__, opts=opts, typ=GetRedisResult)
|
|
470
470
|
return __ret__.apply(lambda __response__: GetRedisResult(
|
|
471
471
|
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
pulumi_aiven/get_redis_user.py
CHANGED
|
@@ -201,7 +201,7 @@ def get_redis_user(project: Optional[str] = None,
|
|
|
201
201
|
def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
202
202
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
203
203
|
username: Optional[pulumi.Input[str]] = None,
|
|
204
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRedisUserResult]:
|
|
204
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRedisUserResult]:
|
|
205
205
|
"""
|
|
206
206
|
The Redis User data source provides information about the existing Aiven Redis User.
|
|
207
207
|
|
|
@@ -225,7 +225,7 @@ def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
225
225
|
__args__['project'] = project
|
|
226
226
|
__args__['serviceName'] = service_name
|
|
227
227
|
__args__['username'] = username
|
|
228
|
-
opts = pulumi.
|
|
228
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
229
229
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getRedisUser:getRedisUser', __args__, opts=opts, typ=GetRedisUserResult)
|
|
230
230
|
return __ret__.apply(lambda __response__: GetRedisUserResult(
|
|
231
231
|
id=pulumi.get(__response__, 'id'),
|
|
@@ -221,7 +221,7 @@ def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
|
|
|
221
221
|
service_name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
222
222
|
ssl: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
223
223
|
usage: Optional[pulumi.Input[Optional[str]]] = None,
|
|
224
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceComponentResult]:
|
|
224
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceComponentResult]:
|
|
225
225
|
"""
|
|
226
226
|
The Service Component data source provides information about the existing Aiven service Component.
|
|
227
227
|
|
|
@@ -257,7 +257,7 @@ def get_service_component_output(component: Optional[pulumi.Input[str]] = None,
|
|
|
257
257
|
__args__['serviceName'] = service_name
|
|
258
258
|
__args__['ssl'] = ssl
|
|
259
259
|
__args__['usage'] = usage
|
|
260
|
-
opts = pulumi.
|
|
260
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
261
261
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getServiceComponent:getServiceComponent', __args__, opts=opts, typ=GetServiceComponentResult)
|
|
262
262
|
return __ret__.apply(lambda __response__: GetServiceComponentResult(
|
|
263
263
|
component=pulumi.get(__response__, 'component'),
|
|
@@ -27,7 +27,7 @@ class GetServiceIntegrationResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getServiceIntegration.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, external_aws_cloudwatch_logs_user_configs=None, external_aws_cloudwatch_metrics_user_configs=None, external_elasticsearch_logs_user_configs=None, external_opensearch_logs_user_configs=None, flink_external_postgresql_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, prometheus_user_configs=None, source_endpoint_id=None, source_service_name=None):
|
|
30
|
+
def __init__(__self__, clickhouse_kafka_user_configs=None, clickhouse_postgresql_user_configs=None, datadog_user_configs=None, destination_endpoint_id=None, destination_service_name=None, destination_service_project=None, external_aws_cloudwatch_logs_user_configs=None, external_aws_cloudwatch_metrics_user_configs=None, external_elasticsearch_logs_user_configs=None, external_opensearch_logs_user_configs=None, flink_external_postgresql_user_configs=None, id=None, integration_id=None, integration_type=None, kafka_connect_user_configs=None, kafka_logs_user_configs=None, kafka_mirrormaker_user_configs=None, logs_user_configs=None, metrics_user_configs=None, project=None, prometheus_user_configs=None, source_endpoint_id=None, source_service_name=None, source_service_project=None):
|
|
31
31
|
if clickhouse_kafka_user_configs and not isinstance(clickhouse_kafka_user_configs, list):
|
|
32
32
|
raise TypeError("Expected argument 'clickhouse_kafka_user_configs' to be a list")
|
|
33
33
|
pulumi.set(__self__, "clickhouse_kafka_user_configs", clickhouse_kafka_user_configs)
|
|
@@ -43,6 +43,9 @@ class GetServiceIntegrationResult:
|
|
|
43
43
|
if destination_service_name and not isinstance(destination_service_name, str):
|
|
44
44
|
raise TypeError("Expected argument 'destination_service_name' to be a str")
|
|
45
45
|
pulumi.set(__self__, "destination_service_name", destination_service_name)
|
|
46
|
+
if destination_service_project and not isinstance(destination_service_project, str):
|
|
47
|
+
raise TypeError("Expected argument 'destination_service_project' to be a str")
|
|
48
|
+
pulumi.set(__self__, "destination_service_project", destination_service_project)
|
|
46
49
|
if external_aws_cloudwatch_logs_user_configs and not isinstance(external_aws_cloudwatch_logs_user_configs, list):
|
|
47
50
|
raise TypeError("Expected argument 'external_aws_cloudwatch_logs_user_configs' to be a list")
|
|
48
51
|
pulumi.set(__self__, "external_aws_cloudwatch_logs_user_configs", external_aws_cloudwatch_logs_user_configs)
|
|
@@ -94,6 +97,9 @@ class GetServiceIntegrationResult:
|
|
|
94
97
|
if source_service_name and not isinstance(source_service_name, str):
|
|
95
98
|
raise TypeError("Expected argument 'source_service_name' to be a str")
|
|
96
99
|
pulumi.set(__self__, "source_service_name", source_service_name)
|
|
100
|
+
if source_service_project and not isinstance(source_service_project, str):
|
|
101
|
+
raise TypeError("Expected argument 'source_service_project' to be a str")
|
|
102
|
+
pulumi.set(__self__, "source_service_project", source_service_project)
|
|
97
103
|
|
|
98
104
|
@property
|
|
99
105
|
@pulumi.getter(name="clickhouseKafkaUserConfigs")
|
|
@@ -135,6 +141,14 @@ class GetServiceIntegrationResult:
|
|
|
135
141
|
"""
|
|
136
142
|
return pulumi.get(self, "destination_service_name")
|
|
137
143
|
|
|
144
|
+
@property
|
|
145
|
+
@pulumi.getter(name="destinationServiceProject")
|
|
146
|
+
def destination_service_project(self) -> str:
|
|
147
|
+
"""
|
|
148
|
+
Destination service project name
|
|
149
|
+
"""
|
|
150
|
+
return pulumi.get(self, "destination_service_project")
|
|
151
|
+
|
|
138
152
|
@property
|
|
139
153
|
@pulumi.getter(name="externalAwsCloudwatchLogsUserConfigs")
|
|
140
154
|
def external_aws_cloudwatch_logs_user_configs(self) -> Sequence['outputs.GetServiceIntegrationExternalAwsCloudwatchLogsUserConfigResult']:
|
|
@@ -271,6 +285,14 @@ class GetServiceIntegrationResult:
|
|
|
271
285
|
"""
|
|
272
286
|
return pulumi.get(self, "source_service_name")
|
|
273
287
|
|
|
288
|
+
@property
|
|
289
|
+
@pulumi.getter(name="sourceServiceProject")
|
|
290
|
+
def source_service_project(self) -> str:
|
|
291
|
+
"""
|
|
292
|
+
Source service project name
|
|
293
|
+
"""
|
|
294
|
+
return pulumi.get(self, "source_service_project")
|
|
295
|
+
|
|
274
296
|
|
|
275
297
|
class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
276
298
|
# pylint: disable=using-constant-test
|
|
@@ -283,6 +305,7 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
283
305
|
datadog_user_configs=self.datadog_user_configs,
|
|
284
306
|
destination_endpoint_id=self.destination_endpoint_id,
|
|
285
307
|
destination_service_name=self.destination_service_name,
|
|
308
|
+
destination_service_project=self.destination_service_project,
|
|
286
309
|
external_aws_cloudwatch_logs_user_configs=self.external_aws_cloudwatch_logs_user_configs,
|
|
287
310
|
external_aws_cloudwatch_metrics_user_configs=self.external_aws_cloudwatch_metrics_user_configs,
|
|
288
311
|
external_elasticsearch_logs_user_configs=self.external_elasticsearch_logs_user_configs,
|
|
@@ -299,7 +322,8 @@ class AwaitableGetServiceIntegrationResult(GetServiceIntegrationResult):
|
|
|
299
322
|
project=self.project,
|
|
300
323
|
prometheus_user_configs=self.prometheus_user_configs,
|
|
301
324
|
source_endpoint_id=self.source_endpoint_id,
|
|
302
|
-
source_service_name=self.source_service_name
|
|
325
|
+
source_service_name=self.source_service_name,
|
|
326
|
+
source_service_project=self.source_service_project)
|
|
303
327
|
|
|
304
328
|
|
|
305
329
|
def get_service_integration(destination_service_name: Optional[str] = None,
|
|
@@ -342,6 +366,7 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
342
366
|
datadog_user_configs=pulumi.get(__ret__, 'datadog_user_configs'),
|
|
343
367
|
destination_endpoint_id=pulumi.get(__ret__, 'destination_endpoint_id'),
|
|
344
368
|
destination_service_name=pulumi.get(__ret__, 'destination_service_name'),
|
|
369
|
+
destination_service_project=pulumi.get(__ret__, 'destination_service_project'),
|
|
345
370
|
external_aws_cloudwatch_logs_user_configs=pulumi.get(__ret__, 'external_aws_cloudwatch_logs_user_configs'),
|
|
346
371
|
external_aws_cloudwatch_metrics_user_configs=pulumi.get(__ret__, 'external_aws_cloudwatch_metrics_user_configs'),
|
|
347
372
|
external_elasticsearch_logs_user_configs=pulumi.get(__ret__, 'external_elasticsearch_logs_user_configs'),
|
|
@@ -358,12 +383,13 @@ def get_service_integration(destination_service_name: Optional[str] = None,
|
|
|
358
383
|
project=pulumi.get(__ret__, 'project'),
|
|
359
384
|
prometheus_user_configs=pulumi.get(__ret__, 'prometheus_user_configs'),
|
|
360
385
|
source_endpoint_id=pulumi.get(__ret__, 'source_endpoint_id'),
|
|
361
|
-
source_service_name=pulumi.get(__ret__, 'source_service_name')
|
|
386
|
+
source_service_name=pulumi.get(__ret__, 'source_service_name'),
|
|
387
|
+
source_service_project=pulumi.get(__ret__, 'source_service_project'))
|
|
362
388
|
def get_service_integration_output(destination_service_name: Optional[pulumi.Input[str]] = None,
|
|
363
389
|
integration_type: Optional[pulumi.Input[str]] = None,
|
|
364
390
|
project: Optional[pulumi.Input[str]] = None,
|
|
365
391
|
source_service_name: Optional[pulumi.Input[str]] = None,
|
|
366
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceIntegrationResult]:
|
|
392
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceIntegrationResult]:
|
|
367
393
|
"""
|
|
368
394
|
Gets information about an Aiven service integration.
|
|
369
395
|
|
|
@@ -390,7 +416,7 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
390
416
|
__args__['integrationType'] = integration_type
|
|
391
417
|
__args__['project'] = project
|
|
392
418
|
__args__['sourceServiceName'] = source_service_name
|
|
393
|
-
opts = pulumi.
|
|
419
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
394
420
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getServiceIntegration:getServiceIntegration', __args__, opts=opts, typ=GetServiceIntegrationResult)
|
|
395
421
|
return __ret__.apply(lambda __response__: GetServiceIntegrationResult(
|
|
396
422
|
clickhouse_kafka_user_configs=pulumi.get(__response__, 'clickhouse_kafka_user_configs'),
|
|
@@ -398,6 +424,7 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
398
424
|
datadog_user_configs=pulumi.get(__response__, 'datadog_user_configs'),
|
|
399
425
|
destination_endpoint_id=pulumi.get(__response__, 'destination_endpoint_id'),
|
|
400
426
|
destination_service_name=pulumi.get(__response__, 'destination_service_name'),
|
|
427
|
+
destination_service_project=pulumi.get(__response__, 'destination_service_project'),
|
|
401
428
|
external_aws_cloudwatch_logs_user_configs=pulumi.get(__response__, 'external_aws_cloudwatch_logs_user_configs'),
|
|
402
429
|
external_aws_cloudwatch_metrics_user_configs=pulumi.get(__response__, 'external_aws_cloudwatch_metrics_user_configs'),
|
|
403
430
|
external_elasticsearch_logs_user_configs=pulumi.get(__response__, 'external_elasticsearch_logs_user_configs'),
|
|
@@ -414,4 +441,5 @@ def get_service_integration_output(destination_service_name: Optional[pulumi.Inp
|
|
|
414
441
|
project=pulumi.get(__response__, 'project'),
|
|
415
442
|
prometheus_user_configs=pulumi.get(__response__, 'prometheus_user_configs'),
|
|
416
443
|
source_endpoint_id=pulumi.get(__response__, 'source_endpoint_id'),
|
|
417
|
-
source_service_name=pulumi.get(__response__, 'source_service_name')
|
|
444
|
+
source_service_name=pulumi.get(__response__, 'source_service_name'),
|
|
445
|
+
source_service_project=pulumi.get(__response__, 'source_service_project')))
|
|
@@ -366,7 +366,7 @@ def get_service_integration_endpoint(endpoint_name: Optional[str] = None,
|
|
|
366
366
|
rsyslog_user_configs=pulumi.get(__ret__, 'rsyslog_user_configs'))
|
|
367
367
|
def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
368
368
|
project: Optional[pulumi.Input[str]] = None,
|
|
369
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetServiceIntegrationEndpointResult]:
|
|
369
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceIntegrationEndpointResult]:
|
|
370
370
|
"""
|
|
371
371
|
Gets information about an integration endpoint.
|
|
372
372
|
|
|
@@ -387,7 +387,7 @@ def get_service_integration_endpoint_output(endpoint_name: Optional[pulumi.Input
|
|
|
387
387
|
__args__ = dict()
|
|
388
388
|
__args__['endpointName'] = endpoint_name
|
|
389
389
|
__args__['project'] = project
|
|
390
|
-
opts = pulumi.
|
|
390
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
391
391
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getServiceIntegrationEndpoint:getServiceIntegrationEndpoint', __args__, opts=opts, typ=GetServiceIntegrationEndpointResult)
|
|
392
392
|
return __ret__.apply(lambda __response__: GetServiceIntegrationEndpointResult(
|
|
393
393
|
autoscaler_user_configs=pulumi.get(__response__, 'autoscaler_user_configs'),
|
pulumi_aiven/get_thanos.py
CHANGED
|
@@ -444,7 +444,7 @@ def get_thanos(project: Optional[str] = None,
|
|
|
444
444
|
thanos_user_configs=pulumi.get(__ret__, 'thanos_user_configs'))
|
|
445
445
|
def get_thanos_output(project: Optional[pulumi.Input[str]] = None,
|
|
446
446
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
447
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetThanosResult]:
|
|
447
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetThanosResult]:
|
|
448
448
|
"""
|
|
449
449
|
Gets information about an Aiven for Thanos® service.
|
|
450
450
|
|
|
@@ -465,7 +465,7 @@ def get_thanos_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
465
465
|
__args__ = dict()
|
|
466
466
|
__args__['project'] = project
|
|
467
467
|
__args__['serviceName'] = service_name
|
|
468
|
-
opts = pulumi.
|
|
468
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
469
469
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getThanos:getThanos', __args__, opts=opts, typ=GetThanosResult)
|
|
470
470
|
return __ret__.apply(lambda __response__: GetThanosResult(
|
|
471
471
|
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|
|
@@ -188,7 +188,7 @@ def get_transit_gateway_vpc_attachment(peer_cloud_account: Optional[str] = None,
|
|
|
188
188
|
def get_transit_gateway_vpc_attachment_output(peer_cloud_account: Optional[pulumi.Input[str]] = None,
|
|
189
189
|
peer_vpc: Optional[pulumi.Input[str]] = None,
|
|
190
190
|
vpc_id: Optional[pulumi.Input[str]] = None,
|
|
191
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransitGatewayVpcAttachmentResult]:
|
|
191
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransitGatewayVpcAttachmentResult]:
|
|
192
192
|
"""
|
|
193
193
|
The Transit Gateway VPC Attachment resource allows the creation and management Transit Gateway VPC Attachment VPC peering connection between Aiven and AWS.
|
|
194
194
|
|
|
@@ -212,7 +212,7 @@ def get_transit_gateway_vpc_attachment_output(peer_cloud_account: Optional[pulum
|
|
|
212
212
|
__args__['peerCloudAccount'] = peer_cloud_account
|
|
213
213
|
__args__['peerVpc'] = peer_vpc
|
|
214
214
|
__args__['vpcId'] = vpc_id
|
|
215
|
-
opts = pulumi.
|
|
215
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
216
216
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getTransitGatewayVpcAttachment:getTransitGatewayVpcAttachment', __args__, opts=opts, typ=GetTransitGatewayVpcAttachmentResult)
|
|
217
217
|
return __ret__.apply(lambda __response__: GetTransitGatewayVpcAttachmentResult(
|
|
218
218
|
id=pulumi.get(__response__, 'id'),
|
pulumi_aiven/get_valkey.py
CHANGED
|
@@ -444,7 +444,7 @@ def get_valkey(project: Optional[str] = None,
|
|
|
444
444
|
valkeys=pulumi.get(__ret__, 'valkeys'))
|
|
445
445
|
def get_valkey_output(project: Optional[pulumi.Input[str]] = None,
|
|
446
446
|
service_name: Optional[pulumi.Input[str]] = None,
|
|
447
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetValkeyResult]:
|
|
447
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetValkeyResult]:
|
|
448
448
|
"""
|
|
449
449
|
Gets information about an Aiven for Valkey service.
|
|
450
450
|
|
|
@@ -465,7 +465,7 @@ def get_valkey_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
465
465
|
__args__ = dict()
|
|
466
466
|
__args__['project'] = project
|
|
467
467
|
__args__['serviceName'] = service_name
|
|
468
|
-
opts = pulumi.
|
|
468
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
469
469
|
__ret__ = pulumi.runtime.invoke_output('aiven:index/getValkey:getValkey', __args__, opts=opts, typ=GetValkeyResult)
|
|
470
470
|
return __ret__.apply(lambda __response__: GetValkeyResult(
|
|
471
471
|
additional_disk_space=pulumi.get(__response__, 'additional_disk_space'),
|