pulumi-aiven 6.29.0a1733375305__py3-none-any.whl → 6.29.0a1733489396__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 CHANGED
@@ -112,6 +112,7 @@ from .kafka_acl import *
112
112
  from .kafka_connect import *
113
113
  from .kafka_connector import *
114
114
  from .kafka_mirror_maker import *
115
+ from .kafka_native_acl import *
115
116
  from .kafka_schema import *
116
117
  from .kafka_schema_configuration import *
117
118
  from .kafka_schema_registry_acl import *
@@ -455,6 +456,14 @@ _utilities.register(
455
456
  "aiven:index/kafkaMirrorMaker:KafkaMirrorMaker": "KafkaMirrorMaker"
456
457
  }
457
458
  },
459
+ {
460
+ "pkg": "aiven",
461
+ "mod": "index/kafkaNativeAcl",
462
+ "fqn": "pulumi_aiven",
463
+ "classes": {
464
+ "aiven:index/kafkaNativeAcl:KafkaNativeAcl": "KafkaNativeAcl"
465
+ }
466
+ },
458
467
  {
459
468
  "pkg": "aiven",
460
469
  "mod": "index/kafkaSchema",