pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.13.0a1711361534__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 +28 -0
- pulumi_aiven/_inputs.py +2479 -932
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
|
@@ -107,7 +107,7 @@ class GetFlinkApplicationVersionResult:
|
|
|
107
107
|
@pulumi.getter
|
|
108
108
|
def project(self) -> str:
|
|
109
109
|
"""
|
|
110
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
110
|
+
Identifies 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.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "project")
|
|
113
113
|
|
|
@@ -115,7 +115,7 @@ class GetFlinkApplicationVersionResult:
|
|
|
115
115
|
@pulumi.getter(name="serviceName")
|
|
116
116
|
def service_name(self) -> str:
|
|
117
117
|
"""
|
|
118
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
118
|
+
Specifies 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.
|
|
119
119
|
"""
|
|
120
120
|
return pulumi.get(self, "service_name")
|
|
121
121
|
|
|
@@ -214,8 +214,8 @@ def get_flink_application_version(application_id: Optional[str] = None,
|
|
|
214
214
|
|
|
215
215
|
:param str application_id: Application ID
|
|
216
216
|
:param str application_version_id: Application version ID
|
|
217
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
218
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
217
|
+
:param str project: Identifies 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.
|
|
218
|
+
:param str service_name: Specifies 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.
|
|
219
219
|
"""
|
|
220
220
|
__args__ = dict()
|
|
221
221
|
__args__['applicationId'] = application_id
|
|
@@ -267,7 +267,7 @@ def get_flink_application_version_output(application_id: Optional[pulumi.Input[s
|
|
|
267
267
|
|
|
268
268
|
:param str application_id: Application ID
|
|
269
269
|
:param str application_version_id: Application version ID
|
|
270
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
271
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
270
|
+
:param str project: Identifies 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.
|
|
271
|
+
:param str service_name: Specifies 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.
|
|
272
272
|
"""
|
|
273
273
|
...
|
|
@@ -48,7 +48,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
48
48
|
@pulumi.getter(name="gcpProjectId")
|
|
49
49
|
def gcp_project_id(self) -> str:
|
|
50
50
|
"""
|
|
51
|
-
|
|
51
|
+
Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "gcp_project_id")
|
|
54
54
|
|
|
@@ -64,7 +64,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
64
64
|
@pulumi.getter(name="peerVpc")
|
|
65
65
|
def peer_vpc(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
|
|
67
|
+
Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "peer_vpc")
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
72
72
|
@pulumi.getter(name="selfLink")
|
|
73
73
|
def self_link(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
Computed
|
|
75
|
+
Computed Google Cloud network peering link.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "self_link")
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
80
80
|
@pulumi.getter
|
|
81
81
|
def state(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
State of the peering connection
|
|
83
|
+
State of the peering connection.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "state")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
88
88
|
@pulumi.getter(name="stateInfo")
|
|
89
89
|
def state_info(self) -> Mapping[str, Any]:
|
|
90
90
|
"""
|
|
91
|
-
State-specific help or error information
|
|
91
|
+
State-specific help or error information.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "state_info")
|
|
94
94
|
|
|
@@ -96,7 +96,7 @@ class GetGcpVpcPeeringConnectionResult:
|
|
|
96
96
|
@pulumi.getter(name="vpcId")
|
|
97
97
|
def vpc_id(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
The VPC the peering connection belongs to.
|
|
99
|
+
The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "vpc_id")
|
|
102
102
|
|
|
@@ -130,16 +130,16 @@ def get_gcp_vpc_peering_connection(gcp_project_id: Optional[str] = None,
|
|
|
130
130
|
import pulumi
|
|
131
131
|
import pulumi_aiven as aiven
|
|
132
132
|
|
|
133
|
-
|
|
134
|
-
gcp_project_id="
|
|
135
|
-
peer_vpc="
|
|
133
|
+
main = aiven.get_gcp_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
|
|
134
|
+
gcp_project_id="example-project",
|
|
135
|
+
peer_vpc="example-network")
|
|
136
136
|
```
|
|
137
137
|
<!--End PulumiCodeChooser -->
|
|
138
138
|
|
|
139
139
|
|
|
140
|
-
:param str gcp_project_id:
|
|
141
|
-
:param str peer_vpc:
|
|
142
|
-
:param str vpc_id: The VPC the peering connection belongs to.
|
|
140
|
+
:param str gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
141
|
+
:param str peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
142
|
+
:param str vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
143
143
|
"""
|
|
144
144
|
__args__ = dict()
|
|
145
145
|
__args__['gcpProjectId'] = gcp_project_id
|
|
@@ -173,15 +173,15 @@ def get_gcp_vpc_peering_connection_output(gcp_project_id: Optional[pulumi.Input[
|
|
|
173
173
|
import pulumi
|
|
174
174
|
import pulumi_aiven as aiven
|
|
175
175
|
|
|
176
|
-
|
|
177
|
-
gcp_project_id="
|
|
178
|
-
peer_vpc="
|
|
176
|
+
main = aiven.get_gcp_vpc_peering_connection(vpc_id=data["aiven_project_vpc"]["vpc"]["id"],
|
|
177
|
+
gcp_project_id="example-project",
|
|
178
|
+
peer_vpc="example-network")
|
|
179
179
|
```
|
|
180
180
|
<!--End PulumiCodeChooser -->
|
|
181
181
|
|
|
182
182
|
|
|
183
|
-
:param str gcp_project_id:
|
|
184
|
-
:param str peer_vpc:
|
|
185
|
-
:param str vpc_id: The VPC the peering connection belongs to.
|
|
183
|
+
:param str gcp_project_id: Google Cloud project ID. Changing this property forces recreation of the resource.
|
|
184
|
+
:param str peer_vpc: Google Cloud VPC network name. Changing this property forces recreation of the resource.
|
|
185
|
+
:param str vpc_id: The VPC the peering connection belongs to. Changing this property forces recreation of the resource.
|
|
186
186
|
"""
|
|
187
187
|
...
|
pulumi_aiven/get_grafana.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetGrafanaResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
Identifies 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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -400,7 +400,7 @@ def get_grafana(project: Optional[str] = None,
|
|
|
400
400
|
<!--End PulumiCodeChooser -->
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param str project: Identifies 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.
|
|
404
404
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
405
405
|
"""
|
|
406
406
|
__args__ = dict()
|
|
@@ -461,7 +461,7 @@ def get_grafana_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
461
461
|
<!--End PulumiCodeChooser -->
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param str project: Identifies 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.
|
|
465
465
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
466
466
|
"""
|
|
467
467
|
...
|
pulumi_aiven/get_kafka.py
CHANGED
|
@@ -249,7 +249,7 @@ class GetKafkaResult:
|
|
|
249
249
|
@pulumi.getter
|
|
250
250
|
def project(self) -> str:
|
|
251
251
|
"""
|
|
252
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
252
|
+
Identifies 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.
|
|
253
253
|
"""
|
|
254
254
|
return pulumi.get(self, "project")
|
|
255
255
|
|
|
@@ -424,7 +424,7 @@ def get_kafka(project: Optional[str] = None,
|
|
|
424
424
|
<!--End PulumiCodeChooser -->
|
|
425
425
|
|
|
426
426
|
|
|
427
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
427
|
+
:param str project: Identifies 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.
|
|
428
428
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
429
429
|
"""
|
|
430
430
|
__args__ = dict()
|
|
@@ -487,7 +487,7 @@ def get_kafka_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
487
487
|
<!--End PulumiCodeChooser -->
|
|
488
488
|
|
|
489
489
|
|
|
490
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
490
|
+
:param str project: Identifies 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.
|
|
491
491
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
492
492
|
"""
|
|
493
493
|
...
|
pulumi_aiven/get_kafka_acl.py
CHANGED
|
@@ -64,7 +64,7 @@ class GetKafkaAclResult:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def permission(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
67
|
+
Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "permission")
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ class GetKafkaAclResult:
|
|
|
72
72
|
@pulumi.getter
|
|
73
73
|
def project(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
75
|
+
Identifies 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.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "project")
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ class GetKafkaAclResult:
|
|
|
80
80
|
@pulumi.getter(name="serviceName")
|
|
81
81
|
def service_name(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
83
|
+
Specifies 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.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "service_name")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetKafkaAclResult:
|
|
|
88
88
|
@pulumi.getter
|
|
89
89
|
def topic(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
Topic name pattern for the ACL entry.
|
|
91
|
+
Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "topic")
|
|
94
94
|
|
|
@@ -96,7 +96,7 @@ class GetKafkaAclResult:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def username(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
Username pattern for the ACL entry.
|
|
99
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "username")
|
|
102
102
|
|
|
@@ -141,11 +141,11 @@ def get_kafka_acl(permission: Optional[str] = None,
|
|
|
141
141
|
<!--End PulumiCodeChooser -->
|
|
142
142
|
|
|
143
143
|
|
|
144
|
-
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
145
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
146
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
147
|
-
:param str topic: Topic name pattern for the ACL entry.
|
|
148
|
-
:param str username: Username pattern for the ACL entry.
|
|
144
|
+
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
145
|
+
:param str project: Identifies 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.
|
|
146
|
+
:param str service_name: Specifies 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.
|
|
147
|
+
:param str topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
148
|
+
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
149
149
|
"""
|
|
150
150
|
__args__ = dict()
|
|
151
151
|
__args__['permission'] = permission
|
|
@@ -192,10 +192,10 @@ def get_kafka_acl_output(permission: Optional[pulumi.Input[str]] = None,
|
|
|
192
192
|
<!--End PulumiCodeChooser -->
|
|
193
193
|
|
|
194
194
|
|
|
195
|
-
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`.
|
|
196
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
197
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
198
|
-
:param str topic: Topic name pattern for the ACL entry.
|
|
199
|
-
:param str username: Username pattern for the ACL entry.
|
|
195
|
+
:param str permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
196
|
+
:param str project: Identifies 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.
|
|
197
|
+
:param str service_name: Specifies 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.
|
|
198
|
+
:param str topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
199
|
+
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
200
200
|
"""
|
|
201
201
|
...
|
|
@@ -227,7 +227,7 @@ class GetKafkaConnectResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
Identifies 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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -400,7 +400,7 @@ def get_kafka_connect(project: Optional[str] = None,
|
|
|
400
400
|
<!--End PulumiCodeChooser -->
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param str project: Identifies 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.
|
|
404
404
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
405
405
|
"""
|
|
406
406
|
__args__ = dict()
|
|
@@ -461,7 +461,7 @@ def get_kafka_connect_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
461
461
|
<!--End PulumiCodeChooser -->
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param str project: Identifies 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.
|
|
465
465
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
466
466
|
"""
|
|
467
467
|
...
|
|
@@ -72,7 +72,7 @@ class GetKafkaConnectorResult:
|
|
|
72
72
|
@pulumi.getter(name="connectorName")
|
|
73
73
|
def connector_name(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
The kafka connector name.
|
|
75
|
+
The kafka connector name. Changing this property forces recreation of the resource.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "connector_name")
|
|
78
78
|
|
|
@@ -136,7 +136,7 @@ class GetKafkaConnectorResult:
|
|
|
136
136
|
@pulumi.getter
|
|
137
137
|
def project(self) -> str:
|
|
138
138
|
"""
|
|
139
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
139
|
+
Identifies 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.
|
|
140
140
|
"""
|
|
141
141
|
return pulumi.get(self, "project")
|
|
142
142
|
|
|
@@ -144,7 +144,7 @@ class GetKafkaConnectorResult:
|
|
|
144
144
|
@pulumi.getter(name="serviceName")
|
|
145
145
|
def service_name(self) -> str:
|
|
146
146
|
"""
|
|
147
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
147
|
+
Specifies 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.
|
|
148
148
|
"""
|
|
149
149
|
return pulumi.get(self, "service_name")
|
|
150
150
|
|
|
@@ -198,9 +198,9 @@ def get_kafka_connector(connector_name: Optional[str] = None,
|
|
|
198
198
|
<!--End PulumiCodeChooser -->
|
|
199
199
|
|
|
200
200
|
|
|
201
|
-
:param str connector_name: The kafka connector name.
|
|
202
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
203
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
201
|
+
:param str connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
202
|
+
:param str project: Identifies 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.
|
|
203
|
+
:param str service_name: Specifies 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.
|
|
204
204
|
"""
|
|
205
205
|
__args__ = dict()
|
|
206
206
|
__args__['connectorName'] = connector_name
|
|
@@ -246,8 +246,8 @@ def get_kafka_connector_output(connector_name: Optional[pulumi.Input[str]] = Non
|
|
|
246
246
|
<!--End PulumiCodeChooser -->
|
|
247
247
|
|
|
248
248
|
|
|
249
|
-
:param str connector_name: The kafka connector name.
|
|
250
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
251
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
249
|
+
:param str connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
250
|
+
:param str project: Identifies 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.
|
|
251
|
+
:param str service_name: Specifies 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.
|
|
252
252
|
"""
|
|
253
253
|
...
|
|
@@ -227,7 +227,7 @@ class GetKafkaMirrorMakerResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
Identifies 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.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -400,7 +400,7 @@ def get_kafka_mirror_maker(project: Optional[str] = None,
|
|
|
400
400
|
<!--End PulumiCodeChooser -->
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param str project: Identifies 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.
|
|
404
404
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
405
405
|
"""
|
|
406
406
|
__args__ = dict()
|
|
@@ -461,7 +461,7 @@ def get_kafka_mirror_maker_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
461
461
|
<!--End PulumiCodeChooser -->
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param str project: Identifies 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.
|
|
465
465
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
466
466
|
"""
|
|
467
467
|
...
|
pulumi_aiven/get_kafka_schema.py
CHANGED
|
@@ -67,7 +67,7 @@ class GetKafkaSchemaResult:
|
|
|
67
67
|
@pulumi.getter
|
|
68
68
|
def project(self) -> str:
|
|
69
69
|
"""
|
|
70
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
70
|
+
Identifies 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.
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "project")
|
|
73
73
|
|
|
@@ -91,7 +91,7 @@ class GetKafkaSchemaResult:
|
|
|
91
91
|
@pulumi.getter(name="serviceName")
|
|
92
92
|
def service_name(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
94
|
+
Specifies 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.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "service_name")
|
|
97
97
|
|
|
@@ -99,7 +99,7 @@ class GetKafkaSchemaResult:
|
|
|
99
99
|
@pulumi.getter(name="subjectName")
|
|
100
100
|
def subject_name(self) -> str:
|
|
101
101
|
"""
|
|
102
|
-
The Kafka Schema Subject name.
|
|
102
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "subject_name")
|
|
105
105
|
|
|
@@ -148,9 +148,9 @@ def get_kafka_schema(project: Optional[str] = None,
|
|
|
148
148
|
<!--End PulumiCodeChooser -->
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
152
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
153
|
-
:param str subject_name: The Kafka Schema Subject name.
|
|
151
|
+
:param str project: Identifies 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.
|
|
152
|
+
:param str service_name: Specifies 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.
|
|
153
|
+
:param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
154
154
|
"""
|
|
155
155
|
__args__ = dict()
|
|
156
156
|
__args__['project'] = project
|
|
@@ -191,8 +191,8 @@ def get_kafka_schema_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
191
191
|
<!--End PulumiCodeChooser -->
|
|
192
192
|
|
|
193
193
|
|
|
194
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
195
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
196
|
-
:param str subject_name: The Kafka Schema Subject name.
|
|
194
|
+
:param str project: Identifies 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.
|
|
195
|
+
:param str service_name: Specifies 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.
|
|
196
|
+
:param str subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
197
197
|
"""
|
|
198
198
|
...
|
|
@@ -67,7 +67,7 @@ class GetKafkaSchemaConfigurationResult:
|
|
|
67
67
|
@pulumi.getter
|
|
68
68
|
def project(self) -> str:
|
|
69
69
|
"""
|
|
70
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
70
|
+
Identifies 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.
|
|
71
71
|
"""
|
|
72
72
|
return pulumi.get(self, "project")
|
|
73
73
|
|
|
@@ -91,7 +91,7 @@ class GetKafkaSchemaConfigurationResult:
|
|
|
91
91
|
@pulumi.getter(name="serviceName")
|
|
92
92
|
def service_name(self) -> str:
|
|
93
93
|
"""
|
|
94
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
94
|
+
Specifies 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.
|
|
95
95
|
"""
|
|
96
96
|
return pulumi.get(self, "service_name")
|
|
97
97
|
|
|
@@ -99,7 +99,7 @@ class GetKafkaSchemaConfigurationResult:
|
|
|
99
99
|
@pulumi.getter(name="subjectName")
|
|
100
100
|
def subject_name(self) -> str:
|
|
101
101
|
"""
|
|
102
|
-
The Kafka Schema Subject name.
|
|
102
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
103
103
|
"""
|
|
104
104
|
return pulumi.get(self, "subject_name")
|
|
105
105
|
|
|
@@ -149,8 +149,8 @@ def get_kafka_schema_configuration(project: Optional[str] = None,
|
|
|
149
149
|
<!--End PulumiCodeChooser -->
|
|
150
150
|
|
|
151
151
|
|
|
152
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
153
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
152
|
+
:param str project: Identifies 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.
|
|
153
|
+
:param str service_name: Specifies 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.
|
|
154
154
|
"""
|
|
155
155
|
__args__ = dict()
|
|
156
156
|
__args__['project'] = project
|
|
@@ -191,7 +191,7 @@ def get_kafka_schema_configuration_output(project: Optional[pulumi.Input[str]] =
|
|
|
191
191
|
<!--End PulumiCodeChooser -->
|
|
192
192
|
|
|
193
193
|
|
|
194
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
195
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
194
|
+
:param str project: Identifies 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.
|
|
195
|
+
:param str service_name: Specifies 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.
|
|
196
196
|
"""
|
|
197
197
|
...
|
|
@@ -64,7 +64,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
64
64
|
@pulumi.getter
|
|
65
65
|
def permission(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
67
|
+
Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "permission")
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
72
72
|
@pulumi.getter
|
|
73
73
|
def project(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
75
|
+
Identifies 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.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "project")
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
80
80
|
@pulumi.getter
|
|
81
81
|
def resource(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
Resource name pattern for the Schema Registry ACL entry.
|
|
83
|
+
Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "resource")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
88
88
|
@pulumi.getter(name="serviceName")
|
|
89
89
|
def service_name(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
91
|
+
Specifies 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.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "service_name")
|
|
94
94
|
|
|
@@ -96,7 +96,7 @@ class GetKafkaSchemaRegistryAclResult:
|
|
|
96
96
|
@pulumi.getter
|
|
97
97
|
def username(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
Username pattern for the ACL entry.
|
|
99
|
+
Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "username")
|
|
102
102
|
|
|
@@ -126,11 +126,11 @@ def get_kafka_schema_registry_acl(permission: Optional[str] = None,
|
|
|
126
126
|
The Data Source Kafka Schema Registry ACL data source provides information about the existing Aiven Kafka Schema Registry ACL for a Kafka service.
|
|
127
127
|
|
|
128
128
|
|
|
129
|
-
:param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
130
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
131
|
-
:param str resource: Resource name pattern for the Schema Registry ACL entry.
|
|
132
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
133
|
-
:param str username: Username pattern for the ACL entry.
|
|
129
|
+
:param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
130
|
+
:param str project: Identifies 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.
|
|
131
|
+
:param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
132
|
+
:param str service_name: Specifies 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.
|
|
133
|
+
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
134
134
|
"""
|
|
135
135
|
__args__ = dict()
|
|
136
136
|
__args__['permission'] = permission
|
|
@@ -162,10 +162,10 @@ def get_kafka_schema_registry_acl_output(permission: Optional[pulumi.Input[str]]
|
|
|
162
162
|
The Data Source Kafka Schema Registry ACL data source provides information about the existing Aiven Kafka Schema Registry ACL for a Kafka service.
|
|
163
163
|
|
|
164
164
|
|
|
165
|
-
:param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`.
|
|
166
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
167
|
-
:param str resource: Resource name pattern for the Schema Registry ACL entry.
|
|
168
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
169
|
-
:param str username: Username pattern for the ACL entry.
|
|
165
|
+
:param str permission: Kafka Schema Registry permission to grant. The possible values are `schema_registry_read` and `schema_registry_write`. Changing this property forces recreation of the resource.
|
|
166
|
+
:param str project: Identifies 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.
|
|
167
|
+
:param str resource: Resource name pattern for the Schema Registry ACL entry. Changing this property forces recreation of the resource.
|
|
168
|
+
:param str service_name: Specifies 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.
|
|
169
|
+
:param str username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
170
170
|
"""
|
|
171
171
|
...
|
pulumi_aiven/get_kafka_topic.py
CHANGED
|
@@ -79,7 +79,7 @@ class GetKafkaTopicResult:
|
|
|
79
79
|
@pulumi.getter
|
|
80
80
|
def project(self) -> str:
|
|
81
81
|
"""
|
|
82
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
82
|
+
Identifies 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.
|
|
83
83
|
"""
|
|
84
84
|
return pulumi.get(self, "project")
|
|
85
85
|
|
|
@@ -95,7 +95,7 @@ class GetKafkaTopicResult:
|
|
|
95
95
|
@pulumi.getter(name="serviceName")
|
|
96
96
|
def service_name(self) -> str:
|
|
97
97
|
"""
|
|
98
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
98
|
+
Specifies 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.
|
|
99
99
|
"""
|
|
100
100
|
return pulumi.get(self, "service_name")
|
|
101
101
|
|
|
@@ -116,7 +116,7 @@ class GetKafkaTopicResult:
|
|
|
116
116
|
@pulumi.getter(name="topicName")
|
|
117
117
|
def topic_name(self) -> str:
|
|
118
118
|
"""
|
|
119
|
-
The name of the topic.
|
|
119
|
+
The name of the topic. Changing this property forces recreation of the resource.
|
|
120
120
|
"""
|
|
121
121
|
return pulumi.get(self, "topic_name")
|
|
122
122
|
|
|
@@ -159,9 +159,9 @@ def get_kafka_topic(project: Optional[str] = None,
|
|
|
159
159
|
<!--End PulumiCodeChooser -->
|
|
160
160
|
|
|
161
161
|
|
|
162
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
163
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
164
|
-
:param str topic_name: The name of the topic.
|
|
162
|
+
:param str project: Identifies 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.
|
|
163
|
+
:param str service_name: Specifies 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.
|
|
164
|
+
:param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
165
165
|
"""
|
|
166
166
|
__args__ = dict()
|
|
167
167
|
__args__['project'] = project
|
|
@@ -204,8 +204,8 @@ def get_kafka_topic_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
204
204
|
<!--End PulumiCodeChooser -->
|
|
205
205
|
|
|
206
206
|
|
|
207
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
208
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
209
|
-
:param str topic_name: The name of the topic.
|
|
207
|
+
:param str project: Identifies 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.
|
|
208
|
+
:param str service_name: Specifies 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.
|
|
209
|
+
:param str topic_name: The name of the topic. Changing this property forces recreation of the resource.
|
|
210
210
|
"""
|
|
211
211
|
...
|