pulumi-aiven 6.14.0a1714562227__py3-none-any.whl → 6.15.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +19 -0
- pulumi_aiven/_inputs.py +232 -150
- pulumi_aiven/account_authentication.py +2 -2
- pulumi_aiven/account_team_member.py +2 -2
- pulumi_aiven/aws_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink.py +14 -14
- pulumi_aiven/azure_privatelink_connection_approval.py +14 -14
- pulumi_aiven/billing_group.py +18 -16
- pulumi_aiven/cassandra.py +16 -44
- pulumi_aiven/cassandra_user.py +16 -16
- pulumi_aiven/clickhouse.py +16 -44
- pulumi_aiven/clickhouse_database.py +16 -43
- pulumi_aiven/clickhouse_grant.py +14 -14
- pulumi_aiven/clickhouse_role.py +18 -18
- pulumi_aiven/clickhouse_user.py +14 -14
- pulumi_aiven/connection_pool.py +16 -16
- pulumi_aiven/dragonfly.py +124 -263
- pulumi_aiven/flink.py +16 -16
- pulumi_aiven/flink_application.py +16 -16
- pulumi_aiven/flink_application_deployment.py +21 -21
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +21 -21
- pulumi_aiven/gcp_privatelink_connection_approval.py +21 -21
- pulumi_aiven/gcp_vpc_peering_connection.py +2 -2
- pulumi_aiven/get_aws_privatelink.py +6 -6
- pulumi_aiven/get_azure_privatelink.py +6 -6
- pulumi_aiven/get_billing_group.py +2 -2
- pulumi_aiven/get_cassanda.py +5 -18
- pulumi_aiven/get_cassandra.py +5 -18
- pulumi_aiven/get_cassandra_user.py +6 -6
- pulumi_aiven/get_clickhouse.py +5 -18
- pulumi_aiven/get_clickhouse_database.py +6 -6
- pulumi_aiven/get_clickhouse_user.py +6 -6
- pulumi_aiven/get_connection_pool.py +6 -6
- pulumi_aiven/get_dragonfly.py +27 -20
- pulumi_aiven/get_flink.py +4 -4
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_grafana.py +5 -18
- pulumi_aiven/get_kafka.py +13 -13
- pulumi_aiven/get_kafka_acl.py +6 -6
- pulumi_aiven/get_kafka_connect.py +5 -18
- pulumi_aiven/get_kafka_connector.py +6 -6
- pulumi_aiven/get_kafka_mirror_maker.py +5 -18
- pulumi_aiven/get_kafka_schema.py +6 -6
- pulumi_aiven/get_kafka_schema_configuration.py +6 -6
- pulumi_aiven/get_kafka_schema_registry_acl.py +6 -6
- pulumi_aiven/get_kafka_topic.py +16 -16
- pulumi_aiven/get_kafka_user.py +6 -6
- pulumi_aiven/get_m3_aggregator.py +5 -18
- pulumi_aiven/get_m3_db.py +5 -18
- pulumi_aiven/get_m3db_user.py +6 -6
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +5 -18
- pulumi_aiven/get_mysql_database.py +6 -6
- pulumi_aiven/get_mysql_user.py +6 -6
- pulumi_aiven/get_open_search.py +4 -4
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +6 -6
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +6 -6
- pulumi_aiven/get_organization_application_user.py +156 -0
- pulumi_aiven/get_pg.py +4 -4
- pulumi_aiven/get_pg_database.py +6 -6
- pulumi_aiven/get_pg_user.py +6 -6
- pulumi_aiven/get_project.py +17 -17
- pulumi_aiven/get_project_user.py +7 -7
- pulumi_aiven/get_redis.py +5 -18
- pulumi_aiven/get_redis_user.py +6 -6
- pulumi_aiven/get_service_integration.py +19 -29
- pulumi_aiven/grafana.py +78 -261
- pulumi_aiven/influx_db.py +21 -21
- pulumi_aiven/influxdb_database.py +21 -41
- pulumi_aiven/influxdb_user.py +21 -21
- pulumi_aiven/kafka.py +43 -43
- pulumi_aiven/kafka_acl.py +16 -16
- pulumi_aiven/kafka_connect.py +78 -261
- pulumi_aiven/kafka_connector.py +14 -14
- pulumi_aiven/kafka_mirror_maker.py +78 -261
- pulumi_aiven/kafka_schema.py +14 -14
- pulumi_aiven/kafka_schema_configuration.py +16 -16
- pulumi_aiven/kafka_schema_registry_acl.py +54 -14
- pulumi_aiven/kafka_topic.py +40 -60
- pulumi_aiven/kafka_user.py +16 -16
- pulumi_aiven/m3_aggregator.py +78 -261
- pulumi_aiven/m3_db.py +78 -261
- pulumi_aiven/m3db_user.py +14 -14
- pulumi_aiven/mirror_maker_replication_flow.py +14 -14
- pulumi_aiven/my_sql.py +78 -261
- pulumi_aiven/mysql_database.py +16 -36
- pulumi_aiven/mysql_user.py +16 -16
- pulumi_aiven/open_search.py +14 -14
- pulumi_aiven/open_search_acl_config.py +16 -20
- pulumi_aiven/open_search_acl_rule.py +16 -16
- pulumi_aiven/opensearch_security_plugin_config.py +16 -16
- pulumi_aiven/opensearch_user.py +16 -16
- pulumi_aiven/organization_application_user.py +323 -0
- pulumi_aiven/organization_application_user_token.py +742 -0
- pulumi_aiven/organization_group_project.py +20 -6
- pulumi_aiven/organization_user.py +2 -20
- pulumi_aiven/outputs.py +259 -266
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +16 -36
- pulumi_aiven/pg_user.py +16 -16
- pulumi_aiven/project.py +71 -71
- pulumi_aiven/project_user.py +22 -22
- pulumi_aiven/project_vpc.py +7 -7
- pulumi_aiven/redis.py +78 -261
- pulumi_aiven/redis_user.py +16 -16
- pulumi_aiven/service_integration.py +54 -54
- pulumi_aiven/static_ip.py +7 -7
- pulumi_aiven/transit_gateway_vpc_attachment.py +2 -2
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.15.0.dist-info/RECORD +153 -0
- pulumi_aiven-6.14.0a1714562227.dist-info/RECORD +0 -150
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.14.0a1714562227.dist-info → pulumi_aiven-6.15.0.dist-info}/top_level.txt +0 -0
pulumi_aiven/kafka.py
CHANGED
|
@@ -36,21 +36,21 @@ class KafkaArgs:
|
|
|
36
36
|
"""
|
|
37
37
|
The set of arguments for constructing a Kafka resource.
|
|
38
38
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
39
|
-
:param pulumi.Input[str] project:
|
|
39
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
40
40
|
: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 service so name should be picked based on intended service usage rather than current attributes.
|
|
41
41
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
42
42
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
43
|
-
:param pulumi.Input[bool] default_acl: Create default wildcard Kafka ACL
|
|
43
|
+
:param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
|
|
44
44
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
45
45
|
:param pulumi.Input['KafkaKafkaUserConfigArgs'] kafka_user_config: Kafka user configurable settings
|
|
46
|
-
:param pulumi.Input[bool] karapace: Switch the service to use Karapace for schema registry and REST proxy
|
|
46
|
+
:param pulumi.Input[bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
47
47
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
48
48
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
49
49
|
: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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
50
50
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
51
51
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
52
52
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
53
|
-
:param pulumi.Input[Sequence[pulumi.Input['KafkaTechEmailArgs']]] tech_emails:
|
|
53
|
+
:param pulumi.Input[Sequence[pulumi.Input['KafkaTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
54
54
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
55
55
|
"""
|
|
56
56
|
pulumi.set(__self__, "plan", plan)
|
|
@@ -107,7 +107,7 @@ class KafkaArgs:
|
|
|
107
107
|
@pulumi.getter
|
|
108
108
|
def project(self) -> pulumi.Input[str]:
|
|
109
109
|
"""
|
|
110
|
-
|
|
110
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
111
111
|
"""
|
|
112
112
|
return pulumi.get(self, "project")
|
|
113
113
|
|
|
@@ -155,7 +155,7 @@ class KafkaArgs:
|
|
|
155
155
|
@pulumi.getter(name="defaultAcl")
|
|
156
156
|
def default_acl(self) -> Optional[pulumi.Input[bool]]:
|
|
157
157
|
"""
|
|
158
|
-
Create default wildcard Kafka ACL
|
|
158
|
+
Create a default wildcard Kafka ACL.
|
|
159
159
|
"""
|
|
160
160
|
return pulumi.get(self, "default_acl")
|
|
161
161
|
|
|
@@ -194,7 +194,7 @@ class KafkaArgs:
|
|
|
194
194
|
@pulumi.getter
|
|
195
195
|
def karapace(self) -> Optional[pulumi.Input[bool]]:
|
|
196
196
|
"""
|
|
197
|
-
Switch the service to use Karapace for schema registry and REST proxy
|
|
197
|
+
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
198
198
|
"""
|
|
199
199
|
warnings.warn("""Usage of this field is discouraged.""", DeprecationWarning)
|
|
200
200
|
pulumi.log.warn("""karapace is deprecated: Usage of this field is discouraged.""")
|
|
@@ -281,7 +281,7 @@ class KafkaArgs:
|
|
|
281
281
|
@pulumi.getter(name="techEmails")
|
|
282
282
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaTechEmailArgs']]]]:
|
|
283
283
|
"""
|
|
284
|
-
|
|
284
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
285
285
|
"""
|
|
286
286
|
return pulumi.get(self, "tech_emails")
|
|
287
287
|
|
|
@@ -340,19 +340,19 @@ class _KafkaState:
|
|
|
340
340
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
341
341
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
342
342
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaComponentArgs']]] components: Service component information objects
|
|
343
|
-
:param pulumi.Input[bool] default_acl: Create default wildcard Kafka ACL
|
|
343
|
+
:param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
|
|
344
344
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
345
345
|
:param pulumi.Input[str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
346
346
|
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
347
347
|
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
348
348
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
349
349
|
:param pulumi.Input['KafkaKafkaUserConfigArgs'] kafka_user_config: Kafka user configurable settings
|
|
350
|
-
:param pulumi.Input[Sequence[pulumi.Input['KafkaKafkaArgs']]] kafkas: Kafka server
|
|
351
|
-
:param pulumi.Input[bool] karapace: Switch the service to use Karapace for schema registry and REST proxy
|
|
350
|
+
:param pulumi.Input[Sequence[pulumi.Input['KafkaKafkaArgs']]] kafkas: Kafka server connection details.
|
|
351
|
+
:param pulumi.Input[bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
352
352
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
353
353
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
354
354
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
355
|
-
:param pulumi.Input[str] project:
|
|
355
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
356
356
|
: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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
357
357
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
358
358
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaServiceIntegrationArgs']]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -365,7 +365,7 @@ class _KafkaState:
|
|
|
365
365
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
366
366
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
367
367
|
:param pulumi.Input[Sequence[pulumi.Input['KafkaTagArgs']]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
368
|
-
:param pulumi.Input[Sequence[pulumi.Input['KafkaTechEmailArgs']]] tech_emails:
|
|
368
|
+
:param pulumi.Input[Sequence[pulumi.Input['KafkaTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
369
369
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
370
370
|
"""
|
|
371
371
|
if additional_disk_space is not None:
|
|
@@ -475,7 +475,7 @@ class _KafkaState:
|
|
|
475
475
|
@pulumi.getter(name="defaultAcl")
|
|
476
476
|
def default_acl(self) -> Optional[pulumi.Input[bool]]:
|
|
477
477
|
"""
|
|
478
|
-
Create default wildcard Kafka ACL
|
|
478
|
+
Create a default wildcard Kafka ACL.
|
|
479
479
|
"""
|
|
480
480
|
return pulumi.get(self, "default_acl")
|
|
481
481
|
|
|
@@ -562,7 +562,7 @@ class _KafkaState:
|
|
|
562
562
|
@pulumi.getter
|
|
563
563
|
def kafkas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaKafkaArgs']]]]:
|
|
564
564
|
"""
|
|
565
|
-
Kafka server
|
|
565
|
+
Kafka server connection details.
|
|
566
566
|
"""
|
|
567
567
|
return pulumi.get(self, "kafkas")
|
|
568
568
|
|
|
@@ -574,7 +574,7 @@ class _KafkaState:
|
|
|
574
574
|
@pulumi.getter
|
|
575
575
|
def karapace(self) -> Optional[pulumi.Input[bool]]:
|
|
576
576
|
"""
|
|
577
|
-
Switch the service to use Karapace for schema registry and REST proxy
|
|
577
|
+
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
578
578
|
"""
|
|
579
579
|
warnings.warn("""Usage of this field is discouraged.""", DeprecationWarning)
|
|
580
580
|
pulumi.log.warn("""karapace is deprecated: Usage of this field is discouraged.""")
|
|
@@ -625,7 +625,7 @@ class _KafkaState:
|
|
|
625
625
|
@pulumi.getter
|
|
626
626
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
627
627
|
"""
|
|
628
|
-
|
|
628
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
629
629
|
"""
|
|
630
630
|
return pulumi.get(self, "project")
|
|
631
631
|
|
|
@@ -781,7 +781,7 @@ class _KafkaState:
|
|
|
781
781
|
@pulumi.getter(name="techEmails")
|
|
782
782
|
def tech_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KafkaTechEmailArgs']]]]:
|
|
783
783
|
"""
|
|
784
|
-
|
|
784
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
785
785
|
"""
|
|
786
786
|
return pulumi.get(self, "tech_emails")
|
|
787
787
|
|
|
@@ -826,7 +826,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
826
826
|
termination_protection: Optional[pulumi.Input[bool]] = None,
|
|
827
827
|
__props__=None):
|
|
828
828
|
"""
|
|
829
|
-
|
|
829
|
+
Creates and manages an [Aiven for Apache Kafka®](https://aiven.io/docs/products/kafka) service.
|
|
830
830
|
|
|
831
831
|
## Example Usage
|
|
832
832
|
|
|
@@ -834,11 +834,11 @@ class Kafka(pulumi.CustomResource):
|
|
|
834
834
|
import pulumi
|
|
835
835
|
import pulumi_aiven as aiven
|
|
836
836
|
|
|
837
|
-
|
|
838
|
-
project=
|
|
837
|
+
example_kafka = aiven.Kafka("example_kafka",
|
|
838
|
+
project=example_project["project"],
|
|
839
839
|
cloud_name="google-europe-west1",
|
|
840
840
|
plan="business-4",
|
|
841
|
-
service_name="
|
|
841
|
+
service_name="example-kafka",
|
|
842
842
|
maintenance_window_dow="monday",
|
|
843
843
|
maintenance_window_time="10:00:00",
|
|
844
844
|
kafka_user_config=aiven.KafkaKafkaUserConfigArgs(
|
|
@@ -860,27 +860,27 @@ class Kafka(pulumi.CustomResource):
|
|
|
860
860
|
## Import
|
|
861
861
|
|
|
862
862
|
```sh
|
|
863
|
-
$ pulumi import aiven:index/kafka:Kafka
|
|
863
|
+
$ pulumi import aiven:index/kafka:Kafka example_kafka PROJECT/SERVICE_NAME
|
|
864
864
|
```
|
|
865
865
|
|
|
866
866
|
:param str resource_name: The name of the resource.
|
|
867
867
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
868
868
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
869
869
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
870
|
-
:param pulumi.Input[bool] default_acl: Create default wildcard Kafka ACL
|
|
870
|
+
:param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
|
|
871
871
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
872
872
|
:param pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']] kafka_user_config: Kafka user configurable settings
|
|
873
|
-
:param pulumi.Input[bool] karapace: Switch the service to use Karapace for schema registry and REST proxy
|
|
873
|
+
:param pulumi.Input[bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
874
874
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
875
875
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
876
876
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
877
|
-
:param pulumi.Input[str] project:
|
|
877
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
878
878
|
: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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
879
879
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
880
880
|
: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 service so name should be picked based on intended service usage rather than current attributes.
|
|
881
881
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
882
882
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
883
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]] tech_emails:
|
|
883
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
884
884
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
885
885
|
"""
|
|
886
886
|
...
|
|
@@ -890,7 +890,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
890
890
|
args: KafkaArgs,
|
|
891
891
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
892
892
|
"""
|
|
893
|
-
|
|
893
|
+
Creates and manages an [Aiven for Apache Kafka®](https://aiven.io/docs/products/kafka) service.
|
|
894
894
|
|
|
895
895
|
## Example Usage
|
|
896
896
|
|
|
@@ -898,11 +898,11 @@ class Kafka(pulumi.CustomResource):
|
|
|
898
898
|
import pulumi
|
|
899
899
|
import pulumi_aiven as aiven
|
|
900
900
|
|
|
901
|
-
|
|
902
|
-
project=
|
|
901
|
+
example_kafka = aiven.Kafka("example_kafka",
|
|
902
|
+
project=example_project["project"],
|
|
903
903
|
cloud_name="google-europe-west1",
|
|
904
904
|
plan="business-4",
|
|
905
|
-
service_name="
|
|
905
|
+
service_name="example-kafka",
|
|
906
906
|
maintenance_window_dow="monday",
|
|
907
907
|
maintenance_window_time="10:00:00",
|
|
908
908
|
kafka_user_config=aiven.KafkaKafkaUserConfigArgs(
|
|
@@ -924,7 +924,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
924
924
|
## Import
|
|
925
925
|
|
|
926
926
|
```sh
|
|
927
|
-
$ pulumi import aiven:index/kafka:Kafka
|
|
927
|
+
$ pulumi import aiven:index/kafka:Kafka example_kafka PROJECT/SERVICE_NAME
|
|
928
928
|
```
|
|
929
929
|
|
|
930
930
|
:param str resource_name: The name of the resource.
|
|
@@ -1004,7 +1004,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1004
1004
|
__props__.__dict__["service_uri"] = None
|
|
1005
1005
|
__props__.__dict__["service_username"] = None
|
|
1006
1006
|
__props__.__dict__["state"] = None
|
|
1007
|
-
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["servicePassword", "serviceUri"])
|
|
1007
|
+
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["kafkas", "servicePassword", "serviceUri"])
|
|
1008
1008
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
|
1009
1009
|
super(Kafka, __self__).__init__(
|
|
1010
1010
|
'aiven:index/kafka:Kafka',
|
|
@@ -1056,19 +1056,19 @@ class Kafka(pulumi.CustomResource):
|
|
|
1056
1056
|
:param pulumi.Input[str] additional_disk_space: Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1057
1057
|
:param pulumi.Input[str] cloud_name: Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (`aws`, `azure`, `do` `google`, `upcloud`, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like [here for Google](https://cloud.google.com/compute/docs/regions-zones/) and [here for AWS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
|
|
1058
1058
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaComponentArgs']]]] components: Service component information objects
|
|
1059
|
-
:param pulumi.Input[bool] default_acl: Create default wildcard Kafka ACL
|
|
1059
|
+
:param pulumi.Input[bool] default_acl: Create a default wildcard Kafka ACL.
|
|
1060
1060
|
:param pulumi.Input[str] disk_space: Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
|
|
1061
1061
|
:param pulumi.Input[str] disk_space_cap: The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
|
|
1062
1062
|
:param pulumi.Input[str] disk_space_default: The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for `disk_space`
|
|
1063
1063
|
:param pulumi.Input[str] disk_space_step: The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. `disk_space` needs to increment from `disk_space_default` by increments of this size.
|
|
1064
1064
|
:param pulumi.Input[str] disk_space_used: Disk space that service is currently using
|
|
1065
1065
|
:param pulumi.Input[pulumi.InputType['KafkaKafkaUserConfigArgs']] kafka_user_config: Kafka user configurable settings
|
|
1066
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]] kafkas: Kafka server
|
|
1067
|
-
:param pulumi.Input[bool] karapace: Switch the service to use Karapace for schema registry and REST proxy
|
|
1066
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaKafkaArgs']]]] kafkas: Kafka server connection details.
|
|
1067
|
+
:param pulumi.Input[bool] karapace: Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
1068
1068
|
:param pulumi.Input[str] maintenance_window_dow: Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
|
|
1069
1069
|
:param pulumi.Input[str] maintenance_window_time: Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
|
|
1070
1070
|
:param pulumi.Input[str] plan: Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are `hobbyist`, `startup-x`, `business-x` and `premium-x` where `x` is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the [Aiven pricing page](https://aiven.io/pricing).
|
|
1071
|
-
:param pulumi.Input[str] project:
|
|
1071
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
1072
1072
|
: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 value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
|
|
1073
1073
|
:param pulumi.Input[str] service_host: The hostname of the service.
|
|
1074
1074
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaServiceIntegrationArgs']]]] service_integrations: Service integrations to specify when creating a service. Not applied after initial service creation
|
|
@@ -1081,7 +1081,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1081
1081
|
:param pulumi.Input[str] state: Service state. One of `POWEROFF`, `REBALANCING`, `REBUILDING` or `RUNNING`
|
|
1082
1082
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] static_ips: Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
|
|
1083
1083
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTagArgs']]]] tags: Tags are key-value pairs that allow you to categorize services.
|
|
1084
|
-
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]] tech_emails:
|
|
1084
|
+
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['KafkaTechEmailArgs']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
1085
1085
|
:param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
|
|
1086
1086
|
"""
|
|
1087
1087
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -1148,7 +1148,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1148
1148
|
@pulumi.getter(name="defaultAcl")
|
|
1149
1149
|
def default_acl(self) -> pulumi.Output[Optional[bool]]:
|
|
1150
1150
|
"""
|
|
1151
|
-
Create default wildcard Kafka ACL
|
|
1151
|
+
Create a default wildcard Kafka ACL.
|
|
1152
1152
|
"""
|
|
1153
1153
|
return pulumi.get(self, "default_acl")
|
|
1154
1154
|
|
|
@@ -1207,7 +1207,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1207
1207
|
@pulumi.getter
|
|
1208
1208
|
def kafkas(self) -> pulumi.Output[Sequence['outputs.KafkaKafka']]:
|
|
1209
1209
|
"""
|
|
1210
|
-
Kafka server
|
|
1210
|
+
Kafka server connection details.
|
|
1211
1211
|
"""
|
|
1212
1212
|
return pulumi.get(self, "kafkas")
|
|
1213
1213
|
|
|
@@ -1215,7 +1215,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1215
1215
|
@pulumi.getter
|
|
1216
1216
|
def karapace(self) -> pulumi.Output[Optional[bool]]:
|
|
1217
1217
|
"""
|
|
1218
|
-
Switch the service to use Karapace for schema registry and REST proxy
|
|
1218
|
+
Switch the service to use [Karapace](https://aiven.io/docs/products/kafka/karapace) for schema registry and REST proxy.
|
|
1219
1219
|
"""
|
|
1220
1220
|
warnings.warn("""Usage of this field is discouraged.""", DeprecationWarning)
|
|
1221
1221
|
pulumi.log.warn("""karapace is deprecated: Usage of this field is discouraged.""")
|
|
@@ -1250,7 +1250,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1250
1250
|
@pulumi.getter
|
|
1251
1251
|
def project(self) -> pulumi.Output[str]:
|
|
1252
1252
|
"""
|
|
1253
|
-
|
|
1253
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
1254
1254
|
"""
|
|
1255
1255
|
return pulumi.get(self, "project")
|
|
1256
1256
|
|
|
@@ -1354,7 +1354,7 @@ class Kafka(pulumi.CustomResource):
|
|
|
1354
1354
|
@pulumi.getter(name="techEmails")
|
|
1355
1355
|
def tech_emails(self) -> pulumi.Output[Optional[Sequence['outputs.KafkaTechEmail']]]:
|
|
1356
1356
|
"""
|
|
1357
|
-
|
|
1357
|
+
The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
|
|
1358
1358
|
"""
|
|
1359
1359
|
return pulumi.get(self, "tech_emails")
|
|
1360
1360
|
|
pulumi_aiven/kafka_acl.py
CHANGED
|
@@ -22,8 +22,8 @@ class KafkaAclArgs:
|
|
|
22
22
|
"""
|
|
23
23
|
The set of arguments for constructing a KafkaAcl resource.
|
|
24
24
|
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
25
|
-
:param pulumi.Input[str] project:
|
|
26
|
-
:param pulumi.Input[str] service_name:
|
|
25
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
26
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
27
27
|
:param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
28
28
|
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
29
29
|
"""
|
|
@@ -49,7 +49,7 @@ class KafkaAclArgs:
|
|
|
49
49
|
@pulumi.getter
|
|
50
50
|
def project(self) -> pulumi.Input[str]:
|
|
51
51
|
"""
|
|
52
|
-
|
|
52
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
53
53
|
"""
|
|
54
54
|
return pulumi.get(self, "project")
|
|
55
55
|
|
|
@@ -61,7 +61,7 @@ class KafkaAclArgs:
|
|
|
61
61
|
@pulumi.getter(name="serviceName")
|
|
62
62
|
def service_name(self) -> pulumi.Input[str]:
|
|
63
63
|
"""
|
|
64
|
-
|
|
64
|
+
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.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "service_name")
|
|
67
67
|
|
|
@@ -107,8 +107,8 @@ class _KafkaAclState:
|
|
|
107
107
|
Input properties used for looking up and filtering KafkaAcl resources.
|
|
108
108
|
:param pulumi.Input[str] acl_id: Kafka ACL ID
|
|
109
109
|
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
110
|
-
:param pulumi.Input[str] project:
|
|
111
|
-
:param pulumi.Input[str] service_name:
|
|
110
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
111
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
112
112
|
:param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
113
113
|
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
114
114
|
"""
|
|
@@ -153,7 +153,7 @@ class _KafkaAclState:
|
|
|
153
153
|
@pulumi.getter
|
|
154
154
|
def project(self) -> Optional[pulumi.Input[str]]:
|
|
155
155
|
"""
|
|
156
|
-
|
|
156
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
157
157
|
"""
|
|
158
158
|
return pulumi.get(self, "project")
|
|
159
159
|
|
|
@@ -165,7 +165,7 @@ class _KafkaAclState:
|
|
|
165
165
|
@pulumi.getter(name="serviceName")
|
|
166
166
|
def service_name(self) -> Optional[pulumi.Input[str]]:
|
|
167
167
|
"""
|
|
168
|
-
|
|
168
|
+
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
169
|
"""
|
|
170
170
|
return pulumi.get(self, "service_name")
|
|
171
171
|
|
|
@@ -229,14 +229,14 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
229
229
|
## Import
|
|
230
230
|
|
|
231
231
|
```sh
|
|
232
|
-
$ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl
|
|
232
|
+
$ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl PROJECT/SERVICE_NAME/ID
|
|
233
233
|
```
|
|
234
234
|
|
|
235
235
|
:param str resource_name: The name of the resource.
|
|
236
236
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
237
237
|
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
238
|
-
:param pulumi.Input[str] project:
|
|
239
|
-
:param pulumi.Input[str] service_name:
|
|
238
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
239
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
240
240
|
:param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
241
241
|
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
242
242
|
"""
|
|
@@ -266,7 +266,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
266
266
|
## Import
|
|
267
267
|
|
|
268
268
|
```sh
|
|
269
|
-
$ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl
|
|
269
|
+
$ pulumi import aiven:index/kafkaAcl:KafkaAcl mytestacl PROJECT/SERVICE_NAME/ID
|
|
270
270
|
```
|
|
271
271
|
|
|
272
272
|
:param str resource_name: The name of the resource.
|
|
@@ -339,8 +339,8 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
339
339
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
340
340
|
:param pulumi.Input[str] acl_id: Kafka ACL ID
|
|
341
341
|
:param pulumi.Input[str] permission: Kafka permission to grant. The possible values are `admin`, `read`, `readwrite` and `write`. Changing this property forces recreation of the resource.
|
|
342
|
-
:param pulumi.Input[str] project:
|
|
343
|
-
:param pulumi.Input[str] service_name:
|
|
342
|
+
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
343
|
+
:param pulumi.Input[str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
344
344
|
:param pulumi.Input[str] topic: Topic name pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
345
345
|
:param pulumi.Input[str] username: Username pattern for the ACL entry. Changing this property forces recreation of the resource.
|
|
346
346
|
"""
|
|
@@ -376,7 +376,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
376
376
|
@pulumi.getter
|
|
377
377
|
def project(self) -> pulumi.Output[str]:
|
|
378
378
|
"""
|
|
379
|
-
|
|
379
|
+
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
380
380
|
"""
|
|
381
381
|
return pulumi.get(self, "project")
|
|
382
382
|
|
|
@@ -384,7 +384,7 @@ class KafkaAcl(pulumi.CustomResource):
|
|
|
384
384
|
@pulumi.getter(name="serviceName")
|
|
385
385
|
def service_name(self) -> pulumi.Output[str]:
|
|
386
386
|
"""
|
|
387
|
-
|
|
387
|
+
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.
|
|
388
388
|
"""
|
|
389
389
|
return pulumi.get(self, "service_name")
|
|
390
390
|
|