pulumi-confluentcloud 2.43.0a1759383451__py3-none-any.whl → 2.43.0a1759893866__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-confluentcloud might be problematic. Click here for more details.
- pulumi_confluentcloud/catalog_entity_attributes.py +48 -0
- pulumi_confluentcloud/pulumi-plugin.json +1 -1
- {pulumi_confluentcloud-2.43.0a1759383451.dist-info → pulumi_confluentcloud-2.43.0a1759893866.dist-info}/METADATA +1 -1
- {pulumi_confluentcloud-2.43.0a1759383451.dist-info → pulumi_confluentcloud-2.43.0a1759893866.dist-info}/RECORD +6 -6
- {pulumi_confluentcloud-2.43.0a1759383451.dist-info → pulumi_confluentcloud-2.43.0a1759893866.dist-info}/WHEEL +0 -0
- {pulumi_confluentcloud-2.43.0a1759383451.dist-info → pulumi_confluentcloud-2.43.0a1759893866.dist-info}/top_level.txt +0 -0
|
@@ -333,6 +333,30 @@ class CatalogEntityAttributes(pulumi.CustomResource):
|
|
|
333
333
|
```
|
|
334
334
|
> **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
|
|
335
335
|
|
|
336
|
+
## Import
|
|
337
|
+
|
|
338
|
+
You can import a Catalog Entity Attributes resource by using the Schema Registry Cluster ID, Entity name in the format `<Schema Registry Cluster ID>/<Entity Type>/<Entity Name>/<Comma-Delimited-Attributes>`, for example:
|
|
339
|
+
|
|
340
|
+
Option #1: Manage multiple Catalog Entity Attributes in the same Pulumi Stack
|
|
341
|
+
|
|
342
|
+
$ export IMPORT_SCHEMA_REGISTRY_API_KEY="<schema_registry_api_key>"
|
|
343
|
+
|
|
344
|
+
$ export IMPORT_SCHEMA_REGISTRY_API_SECRET="<schema_registry_api_secret>"
|
|
345
|
+
|
|
346
|
+
$ export IMPORT_SCHEMA_REGISTRY_REST_ENDPOINT="<schema_registry_rest_endpoint>"
|
|
347
|
+
|
|
348
|
+
```sh
|
|
349
|
+
$ pulumi import confluentcloud:index/catalogEntityAttributes:CatalogEntityAttributes environment lsrc-abc123/cf_environment/env-abc123/owner,description,ownerEmail
|
|
350
|
+
```
|
|
351
|
+
|
|
352
|
+
Option #2: Manage a single Catalog Entity Attributes in the same Pulumi Stack
|
|
353
|
+
|
|
354
|
+
```sh
|
|
355
|
+
$ pulumi import confluentcloud:index/catalogEntityAttributes:CatalogEntityAttributes environment lsrc-abc123/cf_environment/env-abc123/owner,description,ownerEmail
|
|
356
|
+
```
|
|
357
|
+
|
|
358
|
+
!> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
|
|
359
|
+
|
|
336
360
|
:param str resource_name: The name of the resource.
|
|
337
361
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
338
362
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] attributes: The attributes.
|
|
@@ -451,6 +475,30 @@ class CatalogEntityAttributes(pulumi.CustomResource):
|
|
|
451
475
|
```
|
|
452
476
|
> **Note:** We also support `schema_registry_rest_endpoint` instead of `catalog_rest_endpoint` for the time being.
|
|
453
477
|
|
|
478
|
+
## Import
|
|
479
|
+
|
|
480
|
+
You can import a Catalog Entity Attributes resource by using the Schema Registry Cluster ID, Entity name in the format `<Schema Registry Cluster ID>/<Entity Type>/<Entity Name>/<Comma-Delimited-Attributes>`, for example:
|
|
481
|
+
|
|
482
|
+
Option #1: Manage multiple Catalog Entity Attributes in the same Pulumi Stack
|
|
483
|
+
|
|
484
|
+
$ export IMPORT_SCHEMA_REGISTRY_API_KEY="<schema_registry_api_key>"
|
|
485
|
+
|
|
486
|
+
$ export IMPORT_SCHEMA_REGISTRY_API_SECRET="<schema_registry_api_secret>"
|
|
487
|
+
|
|
488
|
+
$ export IMPORT_SCHEMA_REGISTRY_REST_ENDPOINT="<schema_registry_rest_endpoint>"
|
|
489
|
+
|
|
490
|
+
```sh
|
|
491
|
+
$ pulumi import confluentcloud:index/catalogEntityAttributes:CatalogEntityAttributes environment lsrc-abc123/cf_environment/env-abc123/owner,description,ownerEmail
|
|
492
|
+
```
|
|
493
|
+
|
|
494
|
+
Option #2: Manage a single Catalog Entity Attributes in the same Pulumi Stack
|
|
495
|
+
|
|
496
|
+
```sh
|
|
497
|
+
$ pulumi import confluentcloud:index/catalogEntityAttributes:CatalogEntityAttributes environment lsrc-abc123/cf_environment/env-abc123/owner,description,ownerEmail
|
|
498
|
+
```
|
|
499
|
+
|
|
500
|
+
!> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
|
|
501
|
+
|
|
454
502
|
:param str resource_name: The name of the resource.
|
|
455
503
|
:param CatalogEntityAttributesArgs args: The arguments to use to populate this resource's properties.
|
|
456
504
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -6,7 +6,7 @@ pulumi_confluentcloud/api_key.py,sha256=xPNQTQyF4pgLo4teVqJ-K47TDI9bZD5kxd1zZard
|
|
|
6
6
|
pulumi_confluentcloud/business_metadata.py,sha256=QuEJvOtBECP1kwVjixRLNrQmgmIjNHVTPdve2wzouLQ,27965
|
|
7
7
|
pulumi_confluentcloud/business_metadata_binding.py,sha256=HHtROR2Pfh9USiZPYqg9wLkzki-z-u86QvVa0S_TYDk,33282
|
|
8
8
|
pulumi_confluentcloud/byok_key.py,sha256=Y8vJYOdmH_nNIJpBTU73n_OGTnR-VkyRQH9QvWIFO88,14838
|
|
9
|
-
pulumi_confluentcloud/catalog_entity_attributes.py,sha256=
|
|
9
|
+
pulumi_confluentcloud/catalog_entity_attributes.py,sha256=0dJ-6TcTShQe_liPU0Dn1_h1kvt14Il8w82xINGpw2g,35332
|
|
10
10
|
pulumi_confluentcloud/catalog_integration.py,sha256=ZnKcInQ9tvXXVEgy14-ln8ttmkshnL1KW2Obmmd_npY,28524
|
|
11
11
|
pulumi_confluentcloud/certificate_authority.py,sha256=b3lSHiiPORSurr-khLp2wZ8mAKn62MEZ95NKSAyIFoM,28364
|
|
12
12
|
pulumi_confluentcloud/certificate_pool.py,sha256=sN0Wnz94Mtr0uIw6BsGiAr3T4kjhtVHlrHlmyjF4iPU,19594
|
|
@@ -102,7 +102,7 @@ pulumi_confluentcloud/private_link_attachment.py,sha256=xluLBaV5hX40gQLEUmxu_Loi
|
|
|
102
102
|
pulumi_confluentcloud/private_link_attachment_connection.py,sha256=KpQR8PG9KpNkV5MCqYjzOWrVBXY8st6cDDTPBsfBz4k,27139
|
|
103
103
|
pulumi_confluentcloud/provider.py,sha256=sN-VlTRE0cOeq78IKZopdjt1JLVRJpXA3LYYbYizrHg,34888
|
|
104
104
|
pulumi_confluentcloud/provider_integration.py,sha256=RmBOJN9EFsKlRiBAEP2_hXl-LR0FMWA6_qC61HWocPQ,16497
|
|
105
|
-
pulumi_confluentcloud/pulumi-plugin.json,sha256=
|
|
105
|
+
pulumi_confluentcloud/pulumi-plugin.json,sha256=Aa8woSyqBGyg0Y21VTk5Qg2sgD4c3HmSZePTsnv8ZtU,91
|
|
106
106
|
pulumi_confluentcloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
107
107
|
pulumi_confluentcloud/role_binding.py,sha256=MbeRwcuWNj_KSnNP2zEqNSthGBV1z1haBjbk97pvMZk,20463
|
|
108
108
|
pulumi_confluentcloud/schema.py,sha256=TrAq7lGUxbNvgD-33fhRm602EIR9EXO8tFfwhRADmkk,40807
|
|
@@ -123,7 +123,7 @@ pulumi_confluentcloud/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJ
|
|
|
123
123
|
pulumi_confluentcloud/config/__init__.pyi,sha256=wUpGQFTVXK9rFefT-KLKGEPtajQG_D4Due_TzbOT5jE,2151
|
|
124
124
|
pulumi_confluentcloud/config/outputs.py,sha256=j9KabfxdzVhzLBDXzRsfQbM3kPvizCnfA4jT1GiYu7I,5369
|
|
125
125
|
pulumi_confluentcloud/config/vars.py,sha256=a6jklkyhkLNyX1ZeL2snOeaA6uX4dqwUZl5fUDp3wMQ,4915
|
|
126
|
-
pulumi_confluentcloud-2.43.
|
|
127
|
-
pulumi_confluentcloud-2.43.
|
|
128
|
-
pulumi_confluentcloud-2.43.
|
|
129
|
-
pulumi_confluentcloud-2.43.
|
|
126
|
+
pulumi_confluentcloud-2.43.0a1759893866.dist-info/METADATA,sha256=MOhTND9i9ZQc-rAkNuUxJRDx14nuFb6zNUxK_MxTgTM,2898
|
|
127
|
+
pulumi_confluentcloud-2.43.0a1759893866.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
128
|
+
pulumi_confluentcloud-2.43.0a1759893866.dist-info/top_level.txt,sha256=0spb6Wqsv3xa9v5poWmP3cWll3tbfOwOKwneN7S2DjM,22
|
|
129
|
+
pulumi_confluentcloud-2.43.0a1759893866.dist-info/RECORD,,
|
|
File without changes
|