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
pulumi_aiven/kafka_connector.py
CHANGED
|
@@ -23,9 +23,9 @@ class KafkaConnectorArgs:
|
|
|
23
23
|
"""
|
|
24
24
|
The set of arguments for constructing a KafkaConnector resource.
|
|
25
25
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
|
|
26
|
-
:param pulumi.Input[str] connector_name: The kafka connector name.
|
|
27
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
28
|
-
:param pulumi.Input[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.
|
|
26
|
+
:param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
27
|
+
:param pulumi.Input[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.
|
|
28
|
+
:param pulumi.Input[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.
|
|
29
29
|
"""
|
|
30
30
|
pulumi.set(__self__, "config", config)
|
|
31
31
|
pulumi.set(__self__, "connector_name", connector_name)
|
|
@@ -48,7 +48,7 @@ class KafkaConnectorArgs:
|
|
|
48
48
|
@pulumi.getter(name="connectorName")
|
|
49
49
|
def connector_name(self) -> pulumi.Input[str]:
|
|
50
50
|
"""
|
|
51
|
-
The kafka connector name.
|
|
51
|
+
The kafka connector name. Changing this property forces recreation of the resource.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "connector_name")
|
|
54
54
|
|
|
@@ -60,7 +60,7 @@ class KafkaConnectorArgs:
|
|
|
60
60
|
@pulumi.getter
|
|
61
61
|
def project(self) -> pulumi.Input[str]:
|
|
62
62
|
"""
|
|
63
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
63
|
+
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.
|
|
64
64
|
"""
|
|
65
65
|
return pulumi.get(self, "project")
|
|
66
66
|
|
|
@@ -72,7 +72,7 @@ class KafkaConnectorArgs:
|
|
|
72
72
|
@pulumi.getter(name="serviceName")
|
|
73
73
|
def service_name(self) -> pulumi.Input[str]:
|
|
74
74
|
"""
|
|
75
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
75
|
+
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.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "service_name")
|
|
78
78
|
|
|
@@ -98,15 +98,15 @@ class _KafkaConnectorState:
|
|
|
98
98
|
"""
|
|
99
99
|
Input properties used for looking up and filtering KafkaConnector resources.
|
|
100
100
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
|
|
101
|
-
:param pulumi.Input[str] connector_name: The kafka connector name.
|
|
101
|
+
:param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
102
102
|
:param pulumi.Input[str] plugin_author: The Kafka connector author.
|
|
103
103
|
:param pulumi.Input[str] plugin_class: The Kafka connector Java class.
|
|
104
104
|
:param pulumi.Input[str] plugin_doc_url: The Kafka connector documentation URL.
|
|
105
105
|
:param pulumi.Input[str] plugin_title: The Kafka connector title.
|
|
106
106
|
:param pulumi.Input[str] plugin_type: The Kafka connector type.
|
|
107
107
|
:param pulumi.Input[str] plugin_version: The version of the kafka connector.
|
|
108
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
109
|
-
:param pulumi.Input[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.
|
|
108
|
+
:param pulumi.Input[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.
|
|
109
|
+
:param pulumi.Input[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.
|
|
110
110
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaConnectorTaskArgs']]] tasks: List of tasks of a connector.
|
|
111
111
|
"""
|
|
112
112
|
if config is not None:
|
|
@@ -148,7 +148,7 @@ class _KafkaConnectorState:
|
|
|
148
148
|
@pulumi.getter(name="connectorName")
|
|
149
149
|
def connector_name(self) -> Optional[pulumi.Input[str]]:
|
|
150
150
|
"""
|
|
151
|
-
The kafka connector name.
|
|
151
|
+
The kafka connector name. Changing this property forces recreation of the resource.
|
|
152
152
|
"""
|
|
153
153
|
return pulumi.get(self, "connector_name")
|
|
154
154
|
|
|
@@ -232,7 +232,7 @@ class _KafkaConnectorState:
|
|
|
232
232
|
@pulumi.getter
|
|
233
233
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
234
234
|
"""
|
|
235
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
235
|
+
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.
|
|
236
236
|
"""
|
|
237
237
|
return pulumi.get(self, "project")
|
|
238
238
|
|
|
@@ -244,7 +244,7 @@ class _KafkaConnectorState:
|
|
|
244
244
|
@pulumi.getter(name="serviceName")
|
|
245
245
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
246
246
|
"""
|
|
247
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
247
|
+
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.
|
|
248
248
|
"""
|
|
249
249
|
return pulumi.get(self, "service_name")
|
|
250
250
|
|
|
@@ -310,9 +310,9 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
310
310
|
:param str resource_name: The name of the resource.
|
|
311
311
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
312
312
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
|
|
313
|
-
:param pulumi.Input[str] connector_name: The kafka connector name.
|
|
314
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
315
|
-
:param pulumi.Input[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.
|
|
313
|
+
:param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
314
|
+
:param pulumi.Input[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.
|
|
315
|
+
:param pulumi.Input[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.
|
|
316
316
|
"""
|
|
317
317
|
...
|
|
318
318
|
@overload
|
|
@@ -428,15 +428,15 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
428
428
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
429
429
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
430
430
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] config: The Kafka Connector configuration parameters.
|
|
431
|
-
:param pulumi.Input[str] connector_name: The kafka connector name.
|
|
431
|
+
:param pulumi.Input[str] connector_name: The kafka connector name. Changing this property forces recreation of the resource.
|
|
432
432
|
:param pulumi.Input[str] plugin_author: The Kafka connector author.
|
|
433
433
|
:param pulumi.Input[str] plugin_class: The Kafka connector Java class.
|
|
434
434
|
:param pulumi.Input[str] plugin_doc_url: The Kafka connector documentation URL.
|
|
435
435
|
:param pulumi.Input[str] plugin_title: The Kafka connector title.
|
|
436
436
|
:param pulumi.Input[str] plugin_type: The Kafka connector type.
|
|
437
437
|
:param pulumi.Input[str] plugin_version: The version of the kafka connector.
|
|
438
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
439
|
-
:param pulumi.Input[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.
|
|
438
|
+
:param pulumi.Input[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.
|
|
439
|
+
:param pulumi.Input[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.
|
|
440
440
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaConnectorTaskArgs']]]] tasks: List of tasks of a connector.
|
|
441
441
|
"""
|
|
442
442
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -468,7 +468,7 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
468
468
|
@pulumi.getter(name="connectorName")
|
|
469
469
|
def connector_name(self) -> pulumi.Output[str]:
|
|
470
470
|
"""
|
|
471
|
-
The kafka connector name.
|
|
471
|
+
The kafka connector name. Changing this property forces recreation of the resource.
|
|
472
472
|
"""
|
|
473
473
|
return pulumi.get(self, "connector_name")
|
|
474
474
|
|
|
@@ -524,7 +524,7 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
524
524
|
@pulumi.getter
|
|
525
525
|
def project(self) -> pulumi.Output[str]:
|
|
526
526
|
"""
|
|
527
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
527
|
+
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.
|
|
528
528
|
"""
|
|
529
529
|
return pulumi.get(self, "project")
|
|
530
530
|
|
|
@@ -532,7 +532,7 @@ class KafkaConnector(pulumi.CustomResource):
|
|
|
532
532
|
@pulumi.getter(name="serviceName")
|
|
533
533
|
def service_name(self) -> pulumi.Output[str]:
|
|
534
534
|
"""
|
|
535
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
535
|
+
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.
|
|
536
536
|
"""
|
|
537
537
|
return pulumi.get(self, "service_name")
|
|
538
538
|
|
|
@@ -40,7 +40,7 @@ class KafkaMirrorMakerArgs:
|
|
|
40
40
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
41
41
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
42
42
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
43
|
-
reference.
|
|
43
|
+
reference. Changing this property forces recreation of the resource.
|
|
44
44
|
:param pulumi.Input[str] service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the
|
|
45
45
|
service so name should be picked based on intended service usage rather than current attributes.
|
|
46
46
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore,
|
|
@@ -123,7 +123,7 @@ class KafkaMirrorMakerArgs:
|
|
|
123
123
|
def project(self) -> pulumi.Input[str]:
|
|
124
124
|
"""
|
|
125
125
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
126
|
-
reference.
|
|
126
|
+
reference. Changing this property forces recreation of the resource.
|
|
127
127
|
"""
|
|
128
128
|
return pulumi.get(self, "project")
|
|
129
129
|
|
|
@@ -367,7 +367,7 @@ class _KafkaMirrorMakerState:
|
|
|
367
367
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
368
368
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
369
369
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
370
|
-
reference.
|
|
370
|
+
reference. Changing this property forces recreation of the resource.
|
|
371
371
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
372
372
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
373
373
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -629,7 +629,7 @@ class _KafkaMirrorMakerState:
|
|
|
629
629
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
630
630
|
"""
|
|
631
631
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
632
|
-
reference.
|
|
632
|
+
reference. Changing this property forces recreation of the resource.
|
|
633
633
|
"""
|
|
634
634
|
return pulumi.get(self, "project")
|
|
635
635
|
|
|
@@ -889,7 +889,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
889
889
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
890
890
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
891
891
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
892
|
-
reference.
|
|
892
|
+
reference. Changing this property forces recreation of the resource.
|
|
893
893
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
894
894
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
895
895
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1092,7 +1092,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
1092
1092
|
other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available
|
|
1093
1093
|
options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1094
1094
|
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1095
|
-
reference.
|
|
1095
|
+
reference. Changing this property forces recreation of the resource.
|
|
1096
1096
|
:param pulumi.Input[str] project_vpc_id: Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the
|
|
1097
1097
|
value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region
|
|
1098
1098
|
as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new
|
|
@@ -1276,7 +1276,7 @@ class KafkaMirrorMaker(pulumi.CustomResource):
|
|
|
1276
1276
|
def project(self) -> pulumi.Output[str]:
|
|
1277
1277
|
"""
|
|
1278
1278
|
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
1279
|
-
reference.
|
|
1279
|
+
reference. Changing this property forces recreation of the resource.
|
|
1280
1280
|
"""
|
|
1281
1281
|
return pulumi.get(self, "project")
|
|
1282
1282
|
|
pulumi_aiven/kafka_schema.py
CHANGED
|
@@ -22,10 +22,10 @@ class KafkaSchemaArgs:
|
|
|
22
22
|
schema_type: Optional[pulumi.Input[str]] = None):
|
|
23
23
|
"""
|
|
24
24
|
The set of arguments for constructing a KafkaSchema resource.
|
|
25
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
25
|
+
:param pulumi.Input[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.
|
|
26
26
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
27
|
-
:param pulumi.Input[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.
|
|
28
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
27
|
+
:param pulumi.Input[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.
|
|
28
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
29
29
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
30
30
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
31
31
|
"""
|
|
@@ -42,7 +42,7 @@ class KafkaSchemaArgs:
|
|
|
42
42
|
@pulumi.getter
|
|
43
43
|
def project(self) -> pulumi.Input[str]:
|
|
44
44
|
"""
|
|
45
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
45
|
+
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.
|
|
46
46
|
"""
|
|
47
47
|
return pulumi.get(self, "project")
|
|
48
48
|
|
|
@@ -66,7 +66,7 @@ class KafkaSchemaArgs:
|
|
|
66
66
|
@pulumi.getter(name="serviceName")
|
|
67
67
|
def service_name(self) -> pulumi.Input[str]:
|
|
68
68
|
"""
|
|
69
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
69
|
+
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.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "service_name")
|
|
72
72
|
|
|
@@ -78,7 +78,7 @@ class KafkaSchemaArgs:
|
|
|
78
78
|
@pulumi.getter(name="subjectName")
|
|
79
79
|
def subject_name(self) -> pulumi.Input[str]:
|
|
80
80
|
"""
|
|
81
|
-
The Kafka Schema Subject name.
|
|
81
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
82
82
|
"""
|
|
83
83
|
return pulumi.get(self, "subject_name")
|
|
84
84
|
|
|
@@ -124,11 +124,11 @@ class _KafkaSchemaState:
|
|
|
124
124
|
"""
|
|
125
125
|
Input properties used for looking up and filtering KafkaSchema resources.
|
|
126
126
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
127
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
127
|
+
:param pulumi.Input[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.
|
|
128
128
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
129
129
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
130
|
-
:param pulumi.Input[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.
|
|
131
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
130
|
+
:param pulumi.Input[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.
|
|
131
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
132
132
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
133
133
|
"""
|
|
134
134
|
if compatibility_level is not None:
|
|
@@ -162,7 +162,7 @@ class _KafkaSchemaState:
|
|
|
162
162
|
@pulumi.getter
|
|
163
163
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
164
164
|
"""
|
|
165
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
165
|
+
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.
|
|
166
166
|
"""
|
|
167
167
|
return pulumi.get(self, "project")
|
|
168
168
|
|
|
@@ -198,7 +198,7 @@ class _KafkaSchemaState:
|
|
|
198
198
|
@pulumi.getter(name="serviceName")
|
|
199
199
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
200
200
|
"""
|
|
201
|
-
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
|
+
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.
|
|
202
202
|
"""
|
|
203
203
|
return pulumi.get(self, "service_name")
|
|
204
204
|
|
|
@@ -210,7 +210,7 @@ class _KafkaSchemaState:
|
|
|
210
210
|
@pulumi.getter(name="subjectName")
|
|
211
211
|
def subject_name(self) -> Optional[pulumi.Input[str]]:
|
|
212
212
|
"""
|
|
213
|
-
The Kafka Schema Subject name.
|
|
213
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
214
214
|
"""
|
|
215
215
|
return pulumi.get(self, "subject_name")
|
|
216
216
|
|
|
@@ -259,17 +259,19 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
259
259
|
subject_name="kafka-schema1",
|
|
260
260
|
compatibility_level="FORWARD",
|
|
261
261
|
schema=\"\"\" {
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
262
|
+
"doc": "example",
|
|
263
|
+
"fields": [
|
|
264
|
+
{
|
|
265
|
+
"default": 5,
|
|
266
|
+
"doc": "my test number",
|
|
267
|
+
"name": "test",
|
|
268
|
+
"namespace": "test",
|
|
269
|
+
"type": "int"
|
|
270
|
+
}
|
|
271
|
+
],
|
|
272
|
+
"name": "example",
|
|
273
|
+
"namespace": "example",
|
|
274
|
+
"type": "record"
|
|
273
275
|
}
|
|
274
276
|
\"\"\")
|
|
275
277
|
```
|
|
@@ -284,11 +286,11 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
284
286
|
:param str resource_name: The name of the resource.
|
|
285
287
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
286
288
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
287
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
289
|
+
:param pulumi.Input[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.
|
|
288
290
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
289
291
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
290
|
-
:param pulumi.Input[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.
|
|
291
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
292
|
+
:param pulumi.Input[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.
|
|
293
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
292
294
|
"""
|
|
293
295
|
...
|
|
294
296
|
@overload
|
|
@@ -312,17 +314,19 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
312
314
|
subject_name="kafka-schema1",
|
|
313
315
|
compatibility_level="FORWARD",
|
|
314
316
|
schema=\"\"\" {
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
317
|
+
"doc": "example",
|
|
318
|
+
"fields": [
|
|
319
|
+
{
|
|
320
|
+
"default": 5,
|
|
321
|
+
"doc": "my test number",
|
|
322
|
+
"name": "test",
|
|
323
|
+
"namespace": "test",
|
|
324
|
+
"type": "int"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"name": "example",
|
|
328
|
+
"namespace": "example",
|
|
329
|
+
"type": "record"
|
|
326
330
|
}
|
|
327
331
|
\"\"\")
|
|
328
332
|
```
|
|
@@ -404,11 +408,11 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
404
408
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
405
409
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
406
410
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
407
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
411
|
+
:param pulumi.Input[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.
|
|
408
412
|
:param pulumi.Input[str] schema: Kafka Schema configuration. Should be a valid Avro, JSON, or Protobuf schema, depending on the schema type.
|
|
409
413
|
:param pulumi.Input[str] schema_type: Kafka Schema configuration type. Defaults to AVRO. Possible values are AVRO, JSON, and PROTOBUF.
|
|
410
|
-
:param pulumi.Input[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.
|
|
411
|
-
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name.
|
|
414
|
+
:param pulumi.Input[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.
|
|
415
|
+
:param pulumi.Input[str] subject_name: The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
412
416
|
:param pulumi.Input[int] version: Kafka Schema configuration version.
|
|
413
417
|
"""
|
|
414
418
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -436,7 +440,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
436
440
|
@pulumi.getter
|
|
437
441
|
def project(self) -> pulumi.Output[str]:
|
|
438
442
|
"""
|
|
439
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
443
|
+
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.
|
|
440
444
|
"""
|
|
441
445
|
return pulumi.get(self, "project")
|
|
442
446
|
|
|
@@ -460,7 +464,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
460
464
|
@pulumi.getter(name="serviceName")
|
|
461
465
|
def service_name(self) -> pulumi.Output[str]:
|
|
462
466
|
"""
|
|
463
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
467
|
+
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.
|
|
464
468
|
"""
|
|
465
469
|
return pulumi.get(self, "service_name")
|
|
466
470
|
|
|
@@ -468,7 +472,7 @@ class KafkaSchema(pulumi.CustomResource):
|
|
|
468
472
|
@pulumi.getter(name="subjectName")
|
|
469
473
|
def subject_name(self) -> pulumi.Output[str]:
|
|
470
474
|
"""
|
|
471
|
-
The Kafka Schema Subject name.
|
|
475
|
+
The Kafka Schema Subject name. Changing this property forces recreation of the resource.
|
|
472
476
|
"""
|
|
473
477
|
return pulumi.get(self, "subject_name")
|
|
474
478
|
|
|
@@ -19,8 +19,8 @@ class KafkaSchemaConfigurationArgs:
|
|
|
19
19
|
compatibility_level: Optional[pulumi.Input[str]] = None):
|
|
20
20
|
"""
|
|
21
21
|
The set of arguments for constructing a KafkaSchemaConfiguration resource.
|
|
22
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
23
|
-
:param pulumi.Input[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.
|
|
22
|
+
:param pulumi.Input[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.
|
|
23
|
+
:param pulumi.Input[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.
|
|
24
24
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
25
25
|
"""
|
|
26
26
|
pulumi.set(__self__, "project", project)
|
|
@@ -32,7 +32,7 @@ class KafkaSchemaConfigurationArgs:
|
|
|
32
32
|
@pulumi.getter
|
|
33
33
|
def project(self) -> pulumi.Input[str]:
|
|
34
34
|
"""
|
|
35
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
35
|
+
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.
|
|
36
36
|
"""
|
|
37
37
|
return pulumi.get(self, "project")
|
|
38
38
|
|
|
@@ -44,7 +44,7 @@ class KafkaSchemaConfigurationArgs:
|
|
|
44
44
|
@pulumi.getter(name="serviceName")
|
|
45
45
|
def service_name(self) -> pulumi.Input[str]:
|
|
46
46
|
"""
|
|
47
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
47
|
+
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.
|
|
48
48
|
"""
|
|
49
49
|
return pulumi.get(self, "service_name")
|
|
50
50
|
|
|
@@ -74,8 +74,8 @@ class _KafkaSchemaConfigurationState:
|
|
|
74
74
|
"""
|
|
75
75
|
Input properties used for looking up and filtering KafkaSchemaConfiguration resources.
|
|
76
76
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
77
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
78
|
-
:param pulumi.Input[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.
|
|
77
|
+
:param pulumi.Input[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.
|
|
78
|
+
:param pulumi.Input[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.
|
|
79
79
|
"""
|
|
80
80
|
if compatibility_level is not None:
|
|
81
81
|
pulumi.set(__self__, "compatibility_level", compatibility_level)
|
|
@@ -100,7 +100,7 @@ class _KafkaSchemaConfigurationState:
|
|
|
100
100
|
@pulumi.getter
|
|
101
101
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
102
102
|
"""
|
|
103
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
103
|
+
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.
|
|
104
104
|
"""
|
|
105
105
|
return pulumi.get(self, "project")
|
|
106
106
|
|
|
@@ -112,7 +112,7 @@ class _KafkaSchemaConfigurationState:
|
|
|
112
112
|
@pulumi.getter(name="serviceName")
|
|
113
113
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
114
114
|
"""
|
|
115
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
115
|
+
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.
|
|
116
116
|
"""
|
|
117
117
|
return pulumi.get(self, "service_name")
|
|
118
118
|
|
|
@@ -156,8 +156,8 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
156
156
|
:param str resource_name: The name of the resource.
|
|
157
157
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
158
158
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
159
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
160
|
-
:param pulumi.Input[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.
|
|
159
|
+
:param pulumi.Input[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.
|
|
160
|
+
:param pulumi.Input[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.
|
|
161
161
|
"""
|
|
162
162
|
...
|
|
163
163
|
@overload
|
|
@@ -243,8 +243,8 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
243
243
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
244
244
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
245
245
|
:param pulumi.Input[str] compatibility_level: Kafka Schemas compatibility level. The possible values are `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE` and `NONE`.
|
|
246
|
-
:param pulumi.Input[str] project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
247
|
-
:param pulumi.Input[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.
|
|
246
|
+
:param pulumi.Input[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.
|
|
247
|
+
:param pulumi.Input[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.
|
|
248
248
|
"""
|
|
249
249
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
250
250
|
|
|
@@ -267,7 +267,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
267
267
|
@pulumi.getter
|
|
268
268
|
def project(self) -> pulumi.Output[str]:
|
|
269
269
|
"""
|
|
270
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
270
|
+
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
271
|
"""
|
|
272
272
|
return pulumi.get(self, "project")
|
|
273
273
|
|
|
@@ -275,7 +275,7 @@ class KafkaSchemaConfiguration(pulumi.CustomResource):
|
|
|
275
275
|
@pulumi.getter(name="serviceName")
|
|
276
276
|
def service_name(self) -> pulumi.Output[str]:
|
|
277
277
|
"""
|
|
278
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
278
|
+
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.
|
|
279
279
|
"""
|
|
280
280
|
return pulumi.get(self, "service_name")
|
|
281
281
|
|