pulumi-confluentcloud 2.13.0a1735836869__py3-none-any.whl → 2.50.0a1762926155__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.

Files changed (129) hide show
  1. pulumi_confluentcloud/__init__.py +81 -1
  2. pulumi_confluentcloud/_inputs.py +4170 -2453
  3. pulumi_confluentcloud/_utilities.py +9 -5
  4. pulumi_confluentcloud/access_point.py +144 -36
  5. pulumi_confluentcloud/api_key.py +138 -272
  6. pulumi_confluentcloud/business_metadata.py +76 -73
  7. pulumi_confluentcloud/business_metadata_binding.py +101 -98
  8. pulumi_confluentcloud/byok_key.py +12 -11
  9. pulumi_confluentcloud/catalog_entity_attributes.py +133 -92
  10. pulumi_confluentcloud/catalog_integration.py +544 -0
  11. pulumi_confluentcloud/certificate_authority.py +156 -155
  12. pulumi_confluentcloud/certificate_pool.py +74 -73
  13. pulumi_confluentcloud/cluster_link.py +168 -91
  14. pulumi_confluentcloud/config/__init__.py +2 -1
  15. pulumi_confluentcloud/config/__init__.pyi +23 -2
  16. pulumi_confluentcloud/config/outputs.py +110 -0
  17. pulumi_confluentcloud/config/vars.py +50 -21
  18. pulumi_confluentcloud/connect_artifact.py +478 -0
  19. pulumi_confluentcloud/connector.py +303 -81
  20. pulumi_confluentcloud/custom_connector_plugin.py +142 -141
  21. pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
  22. pulumi_confluentcloud/dns_forwarder.py +88 -45
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +250 -194
  26. pulumi_confluentcloud/flink_compute_pool.py +101 -100
  27. pulumi_confluentcloud/flink_connection.py +935 -0
  28. pulumi_confluentcloud/flink_statement.py +218 -124
  29. pulumi_confluentcloud/gateway.py +44 -31
  30. pulumi_confluentcloud/get_access_point.py +36 -16
  31. pulumi_confluentcloud/get_business_metadata.py +25 -23
  32. pulumi_confluentcloud/get_business_metadata_binding.py +34 -32
  33. pulumi_confluentcloud/get_byok_key.py +11 -11
  34. pulumi_confluentcloud/get_catalog_integration.py +188 -0
  35. pulumi_confluentcloud/get_certificate_authority.py +38 -38
  36. pulumi_confluentcloud/get_certificate_pool.py +17 -17
  37. pulumi_confluentcloud/get_cluster_link.py +274 -0
  38. pulumi_confluentcloud/get_connect_artifact.py +191 -0
  39. pulumi_confluentcloud/get_dns_record.py +15 -15
  40. pulumi_confluentcloud/get_environment.py +17 -17
  41. pulumi_confluentcloud/get_environments.py +6 -6
  42. pulumi_confluentcloud/get_flink_artifact.py +59 -41
  43. pulumi_confluentcloud/get_flink_compute_pool.py +27 -27
  44. pulumi_confluentcloud/get_flink_connection.py +267 -0
  45. pulumi_confluentcloud/get_flink_region.py +24 -24
  46. pulumi_confluentcloud/get_gateway.py +45 -17
  47. pulumi_confluentcloud/get_group_mapping.py +18 -18
  48. pulumi_confluentcloud/get_identity_pool.py +21 -21
  49. pulumi_confluentcloud/get_identity_provider.py +35 -21
  50. pulumi_confluentcloud/get_invitation.py +20 -20
  51. pulumi_confluentcloud/get_ip_addresses.py +6 -6
  52. pulumi_confluentcloud/get_ip_filter.py +175 -0
  53. pulumi_confluentcloud/get_ip_group.py +133 -0
  54. pulumi_confluentcloud/get_kafka_client_quota.py +17 -17
  55. pulumi_confluentcloud/get_kafka_cluster.py +55 -41
  56. pulumi_confluentcloud/get_kafka_topic.py +22 -22
  57. pulumi_confluentcloud/get_ksql_cluster.py +33 -33
  58. pulumi_confluentcloud/get_network.py +54 -40
  59. pulumi_confluentcloud/get_network_link_endpoint.py +17 -17
  60. pulumi_confluentcloud/get_network_link_service.py +23 -17
  61. pulumi_confluentcloud/get_organization.py +6 -6
  62. pulumi_confluentcloud/get_peering.py +19 -19
  63. pulumi_confluentcloud/get_private_link_access.py +19 -19
  64. pulumi_confluentcloud/get_private_link_attachment.py +29 -27
  65. pulumi_confluentcloud/get_private_link_attachment_connection.py +24 -21
  66. pulumi_confluentcloud/get_provider_integration.py +28 -18
  67. pulumi_confluentcloud/get_role_binding.py +14 -14
  68. pulumi_confluentcloud/get_schema.py +40 -40
  69. pulumi_confluentcloud/get_schema_registry_cluster.py +51 -36
  70. pulumi_confluentcloud/get_schema_registry_cluster_config.py +16 -16
  71. pulumi_confluentcloud/get_schema_registry_cluster_mode.py +14 -14
  72. pulumi_confluentcloud/get_schema_registry_clusters.py +6 -6
  73. pulumi_confluentcloud/get_schema_registry_dek.py +42 -42
  74. pulumi_confluentcloud/get_schema_registry_kek.py +30 -30
  75. pulumi_confluentcloud/get_schemas.py +14 -14
  76. pulumi_confluentcloud/get_service_account.py +20 -20
  77. pulumi_confluentcloud/get_subject_config.py +22 -22
  78. pulumi_confluentcloud/get_subject_mode.py +20 -20
  79. pulumi_confluentcloud/get_tableflow_topic.py +360 -0
  80. pulumi_confluentcloud/get_tag.py +26 -24
  81. pulumi_confluentcloud/get_tag_binding.py +32 -30
  82. pulumi_confluentcloud/get_transit_gateway_attachment.py +17 -17
  83. pulumi_confluentcloud/get_user.py +24 -24
  84. pulumi_confluentcloud/get_users.py +6 -6
  85. pulumi_confluentcloud/group_mapping.py +54 -53
  86. pulumi_confluentcloud/identity_pool.py +74 -73
  87. pulumi_confluentcloud/identity_provider.py +138 -76
  88. pulumi_confluentcloud/invitation.py +81 -80
  89. pulumi_confluentcloud/ip_filter.py +420 -0
  90. pulumi_confluentcloud/ip_group.py +264 -0
  91. pulumi_confluentcloud/kafka_acl.py +173 -172
  92. pulumi_confluentcloud/kafka_client_quota.py +63 -62
  93. pulumi_confluentcloud/kafka_cluster.py +227 -207
  94. pulumi_confluentcloud/kafka_cluster_config.py +43 -42
  95. pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
  96. pulumi_confluentcloud/kafka_topic.py +132 -131
  97. pulumi_confluentcloud/ksql_cluster.py +117 -120
  98. pulumi_confluentcloud/network.py +235 -198
  99. pulumi_confluentcloud/network_link_endpoint.py +62 -68
  100. pulumi_confluentcloud/network_link_service.py +62 -68
  101. pulumi_confluentcloud/outputs.py +3400 -2088
  102. pulumi_confluentcloud/peering.py +128 -48
  103. pulumi_confluentcloud/plugin.py +428 -0
  104. pulumi_confluentcloud/private_link_access.py +54 -60
  105. pulumi_confluentcloud/private_link_attachment.py +93 -88
  106. pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
  107. pulumi_confluentcloud/provider.py +318 -192
  108. pulumi_confluentcloud/provider_integration.py +45 -34
  109. pulumi_confluentcloud/pulumi-plugin.json +1 -1
  110. pulumi_confluentcloud/role_binding.py +153 -56
  111. pulumi_confluentcloud/schema.py +188 -212
  112. pulumi_confluentcloud/schema_exporter.py +217 -164
  113. pulumi_confluentcloud/schema_registry_cluster_config.py +60 -59
  114. pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
  115. pulumi_confluentcloud/schema_registry_dek.py +140 -146
  116. pulumi_confluentcloud/schema_registry_kek.py +148 -154
  117. pulumi_confluentcloud/service_account.py +97 -96
  118. pulumi_confluentcloud/subject_config.py +105 -76
  119. pulumi_confluentcloud/subject_mode.py +107 -59
  120. pulumi_confluentcloud/tableflow_topic.py +854 -0
  121. pulumi_confluentcloud/tag.py +82 -79
  122. pulumi_confluentcloud/tag_binding.py +121 -84
  123. pulumi_confluentcloud/tf_importer.py +39 -36
  124. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  125. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/METADATA +4 -4
  126. pulumi_confluentcloud-2.50.0a1762926155.dist-info/RECORD +129 -0
  127. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
  128. pulumi_confluentcloud-2.13.0a1735836869.dist-info/RECORD +0 -113
  129. {pulumi_confluentcloud-2.13.0a1735836869.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -54,7 +54,7 @@ class GetPrivateLinkAttachmentConnectionResult:
54
54
  raise TypeError("Expected argument 'resource_name' to be a str")
55
55
  pulumi.set(__self__, "resource_name", resource_name)
56
56
 
57
- @property
57
+ @_builtins.property
58
58
  @pulumi.getter
59
59
  def aws(self) -> Sequence['outputs.GetPrivateLinkAttachmentConnectionAwResult']:
60
60
  """
@@ -62,7 +62,7 @@ class GetPrivateLinkAttachmentConnectionResult:
62
62
  """
63
63
  return pulumi.get(self, "aws")
64
64
 
65
- @property
65
+ @_builtins.property
66
66
  @pulumi.getter
67
67
  def azures(self) -> Sequence['outputs.GetPrivateLinkAttachmentConnectionAzureResult']:
68
68
  """
@@ -70,33 +70,36 @@ class GetPrivateLinkAttachmentConnectionResult:
70
70
  """
71
71
  return pulumi.get(self, "azures")
72
72
 
73
- @property
73
+ @_builtins.property
74
74
  @pulumi.getter(name="displayName")
75
- def display_name(self) -> str:
75
+ def display_name(self) -> _builtins.str:
76
76
  """
77
77
  (Optional String) The name of the Private Link Attachment Connection.
78
78
  """
79
79
  return pulumi.get(self, "display_name")
80
80
 
81
- @property
81
+ @_builtins.property
82
82
  @pulumi.getter
83
83
  def environment(self) -> 'outputs.GetPrivateLinkAttachmentConnectionEnvironmentResult':
84
84
  return pulumi.get(self, "environment")
85
85
 
86
- @property
86
+ @_builtins.property
87
87
  @pulumi.getter
88
88
  def gcps(self) -> Sequence['outputs.GetPrivateLinkAttachmentConnectionGcpResult']:
89
+ """
90
+ (Optional Configuration Block) supports the following:
91
+ """
89
92
  return pulumi.get(self, "gcps")
90
93
 
91
- @property
94
+ @_builtins.property
92
95
  @pulumi.getter
93
- def id(self) -> str:
96
+ def id(self) -> _builtins.str:
94
97
  """
95
98
  (Required String) The unique identifier for the private link attachment.
96
99
  """
97
100
  return pulumi.get(self, "id")
98
101
 
99
- @property
102
+ @_builtins.property
100
103
  @pulumi.getter(name="privateLinkAttachments")
101
104
  def private_link_attachments(self) -> Sequence['outputs.GetPrivateLinkAttachmentConnectionPrivateLinkAttachmentResult']:
102
105
  """
@@ -104,9 +107,9 @@ class GetPrivateLinkAttachmentConnectionResult:
104
107
  """
105
108
  return pulumi.get(self, "private_link_attachments")
106
109
 
107
- @property
110
+ @_builtins.property
108
111
  @pulumi.getter(name="resourceName")
109
- def resource_name(self) -> str:
112
+ def resource_name(self) -> _builtins.str:
110
113
  """
111
114
  (Required String) The Confluent Resource Name of the Private Link Attachment Connection, for example `crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-75gxp2/private-link-attachment=platt-1q0ky0/private-link-attachment-connection=plattc-77zq2w`.
112
115
  """
@@ -130,7 +133,7 @@ class AwaitableGetPrivateLinkAttachmentConnectionResult(GetPrivateLinkAttachment
130
133
 
131
134
 
132
135
  def get_private_link_attachment_connection(environment: Optional[Union['GetPrivateLinkAttachmentConnectionEnvironmentArgs', 'GetPrivateLinkAttachmentConnectionEnvironmentArgsDict']] = None,
133
- id: Optional[str] = None,
136
+ id: Optional[_builtins.str] = None,
134
137
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateLinkAttachmentConnectionResult:
135
138
  """
136
139
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -153,11 +156,11 @@ def get_private_link_attachment_connection(environment: Optional[Union['GetPriva
153
156
  ## Getting Started
154
157
 
155
158
  The following end-to-end examples might help to get started with `PrivateLinkAttachmentConnection` data source:
156
- * `enterprise-privatelinkattachment-aws-kafka-acls`: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
157
- * `enterprise-privatelinkattachment-azure-kafka-acls`: _Enterprise_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
159
+ * enterprise-privatelinkattachment-aws-kafka-acls: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
160
+ * enterprise-privatelinkattachment-azure-kafka-acls: _Enterprise_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
158
161
 
159
162
 
160
- :param str id: The ID of the Private Link Attachment Connection, for example, `plattc-p5j3ov`.
163
+ :param _builtins.str id: The ID of the Private Link Attachment Connection, for example, `plattc-p5j3ov`.
161
164
  """
162
165
  __args__ = dict()
163
166
  __args__['environment'] = environment
@@ -175,7 +178,7 @@ def get_private_link_attachment_connection(environment: Optional[Union['GetPriva
175
178
  private_link_attachments=pulumi.get(__ret__, 'private_link_attachments'),
176
179
  resource_name=pulumi.get(__ret__, 'resource_name'))
177
180
  def get_private_link_attachment_connection_output(environment: Optional[pulumi.Input[Union['GetPrivateLinkAttachmentConnectionEnvironmentArgs', 'GetPrivateLinkAttachmentConnectionEnvironmentArgsDict']]] = None,
178
- id: Optional[pulumi.Input[str]] = None,
181
+ id: Optional[pulumi.Input[_builtins.str]] = None,
179
182
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateLinkAttachmentConnectionResult]:
180
183
  """
181
184
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -198,11 +201,11 @@ def get_private_link_attachment_connection_output(environment: Optional[pulumi.I
198
201
  ## Getting Started
199
202
 
200
203
  The following end-to-end examples might help to get started with `PrivateLinkAttachmentConnection` data source:
201
- * `enterprise-privatelinkattachment-aws-kafka-acls`: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
202
- * `enterprise-privatelinkattachment-azure-kafka-acls`: _Enterprise_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
204
+ * enterprise-privatelinkattachment-aws-kafka-acls: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
205
+ * enterprise-privatelinkattachment-azure-kafka-acls: _Enterprise_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
203
206
 
204
207
 
205
- :param str id: The ID of the Private Link Attachment Connection, for example, `plattc-p5j3ov`.
208
+ :param _builtins.str id: The ID of the Private Link Attachment Connection, for example, `plattc-p5j3ov`.
206
209
  """
207
210
  __args__ = dict()
208
211
  __args__['environment'] = environment
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -45,7 +45,7 @@ class GetProviderIntegrationResult:
45
45
  raise TypeError("Expected argument 'usages' to be a list")
46
46
  pulumi.set(__self__, "usages", usages)
47
47
 
48
- @property
48
+ @_builtins.property
49
49
  @pulumi.getter
50
50
  def aws(self) -> Sequence['outputs.GetProviderIntegrationAwResult']:
51
51
  """
@@ -53,15 +53,15 @@ class GetProviderIntegrationResult:
53
53
  """
54
54
  return pulumi.get(self, "aws")
55
55
 
56
- @property
56
+ @_builtins.property
57
57
  @pulumi.getter(name="displayName")
58
- def display_name(self) -> str:
58
+ def display_name(self) -> _builtins.str:
59
59
  """
60
60
  (Required String) A human-readable name for the Provider Integration.
61
61
  """
62
62
  return pulumi.get(self, "display_name")
63
63
 
64
- @property
64
+ @_builtins.property
65
65
  @pulumi.getter
66
66
  def environment(self) -> 'outputs.GetProviderIntegrationEnvironmentResult':
67
67
  """
@@ -69,17 +69,17 @@ class GetProviderIntegrationResult:
69
69
  """
70
70
  return pulumi.get(self, "environment")
71
71
 
72
- @property
72
+ @_builtins.property
73
73
  @pulumi.getter
74
- def id(self) -> str:
74
+ def id(self) -> _builtins.str:
75
75
  """
76
76
  (Required String) The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
77
77
  """
78
78
  return pulumi.get(self, "id")
79
79
 
80
- @property
80
+ @_builtins.property
81
81
  @pulumi.getter
82
- def usages(self) -> Sequence[str]:
82
+ def usages(self) -> Sequence[_builtins.str]:
83
83
  """
84
84
  (Required List of Strings) List of resource CRNs where this provider integration is being used.
85
85
  """
@@ -99,9 +99,9 @@ class AwaitableGetProviderIntegrationResult(GetProviderIntegrationResult):
99
99
  usages=self.usages)
100
100
 
101
101
 
102
- def get_provider_integration(display_name: Optional[str] = None,
102
+ def get_provider_integration(display_name: Optional[_builtins.str] = None,
103
103
  environment: Optional[Union['GetProviderIntegrationEnvironmentArgs', 'GetProviderIntegrationEnvironmentArgsDict']] = None,
104
- id: Optional[str] = None,
104
+ id: Optional[_builtins.str] = None,
105
105
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProviderIntegrationResult:
106
106
  """
107
107
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -126,10 +126,15 @@ def get_provider_integration(display_name: Optional[str] = None,
126
126
  pulumi.export("exampleUsingName", example_using_name)
127
127
  ```
128
128
 
129
+ ## Getting Started
129
130
 
130
- :param str display_name: A human-readable name for the Provider Integration.
131
+ The following end-to-end examples might help to get started with `ProviderIntegration` data source:
132
+ * s3-sink-connector-assume-role: Amazon S3 Sink Connector with IAM role-based authorization using a Provider Integration
133
+
134
+
135
+ :param _builtins.str display_name: A human-readable name for the Provider Integration.
131
136
  :param Union['GetProviderIntegrationEnvironmentArgs', 'GetProviderIntegrationEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
132
- :param str id: The ID of the Provider Integration, for example, `cspi-4xg0q`.
137
+ :param _builtins.str id: The ID of the Provider Integration, for example, `cspi-4xg0q`.
133
138
  """
134
139
  __args__ = dict()
135
140
  __args__['displayName'] = display_name
@@ -144,9 +149,9 @@ def get_provider_integration(display_name: Optional[str] = None,
144
149
  environment=pulumi.get(__ret__, 'environment'),
145
150
  id=pulumi.get(__ret__, 'id'),
146
151
  usages=pulumi.get(__ret__, 'usages'))
147
- def get_provider_integration_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
152
+ def get_provider_integration_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
148
153
  environment: Optional[pulumi.Input[Union['GetProviderIntegrationEnvironmentArgs', 'GetProviderIntegrationEnvironmentArgsDict']]] = None,
149
- id: Optional[pulumi.Input[Optional[str]]] = None,
154
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
150
155
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProviderIntegrationResult]:
151
156
  """
152
157
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -171,10 +176,15 @@ def get_provider_integration_output(display_name: Optional[pulumi.Input[Optional
171
176
  pulumi.export("exampleUsingName", example_using_name)
172
177
  ```
173
178
 
179
+ ## Getting Started
180
+
181
+ The following end-to-end examples might help to get started with `ProviderIntegration` data source:
182
+ * s3-sink-connector-assume-role: Amazon S3 Sink Connector with IAM role-based authorization using a Provider Integration
183
+
174
184
 
175
- :param str display_name: A human-readable name for the Provider Integration.
185
+ :param _builtins.str display_name: A human-readable name for the Provider Integration.
176
186
  :param Union['GetProviderIntegrationEnvironmentArgs', 'GetProviderIntegrationEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
177
- :param str id: The ID of the Provider Integration, for example, `cspi-4xg0q`.
187
+ :param _builtins.str id: The ID of the Provider Integration, for example, `cspi-4xg0q`.
178
188
  """
179
189
  __args__ = dict()
180
190
  __args__['displayName'] = display_name
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -40,30 +40,30 @@ class GetRoleBindingResult:
40
40
  raise TypeError("Expected argument 'role_name' to be a str")
41
41
  pulumi.set(__self__, "role_name", role_name)
42
42
 
43
- @property
43
+ @_builtins.property
44
44
  @pulumi.getter(name="crnPattern")
45
- def crn_pattern(self) -> str:
45
+ def crn_pattern(self) -> _builtins.str:
46
46
  """
47
47
  (Required String) A [Confluent Resource Name(CRN)](https://docs.confluent.io/cloud/current/api.html#section/Identifiers-and-URLs/Confluent-Resource-Names-(CRNs)) that specifies the scope and resource patterns necessary for the role to bind.
48
48
  """
49
49
  return pulumi.get(self, "crn_pattern")
50
50
 
51
- @property
51
+ @_builtins.property
52
52
  @pulumi.getter
53
- def id(self) -> str:
53
+ def id(self) -> _builtins.str:
54
54
  return pulumi.get(self, "id")
55
55
 
56
- @property
56
+ @_builtins.property
57
57
  @pulumi.getter
58
- def principal(self) -> str:
58
+ def principal(self) -> _builtins.str:
59
59
  """
60
60
  (Required String) A principal User to bind the role to, for example, "User:u-111aaa" for binding to a user "u-111aaa", or "User:sa-111aaa" for binding to a service account "sa-111aaa".
61
61
  """
62
62
  return pulumi.get(self, "principal")
63
63
 
64
- @property
64
+ @_builtins.property
65
65
  @pulumi.getter(name="roleName")
66
- def role_name(self) -> str:
66
+ def role_name(self) -> _builtins.str:
67
67
  """
68
68
  (Required String) A name of the role to bind to the principal. See [Confluent Cloud RBAC Roles](https://docs.confluent.io/cloud/current/access-management/access-control/cloud-rbac.html#ccloud-rbac-roles) for a full list of supported role names.
69
69
  """
@@ -82,7 +82,7 @@ class AwaitableGetRoleBindingResult(GetRoleBindingResult):
82
82
  role_name=self.role_name)
83
83
 
84
84
 
85
- def get_role_binding(id: Optional[str] = None,
85
+ def get_role_binding(id: Optional[_builtins.str] = None,
86
86
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRoleBindingResult:
87
87
  """
88
88
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -102,7 +102,7 @@ def get_role_binding(id: Optional[str] = None,
102
102
  ```
103
103
 
104
104
 
105
- :param str id: The ID of the Role Binding (for example, `rb-abc123`).
105
+ :param _builtins.str id: The ID of the Role Binding (for example, `rb-abc123`).
106
106
  """
107
107
  __args__ = dict()
108
108
  __args__['id'] = id
@@ -114,7 +114,7 @@ def get_role_binding(id: Optional[str] = None,
114
114
  id=pulumi.get(__ret__, 'id'),
115
115
  principal=pulumi.get(__ret__, 'principal'),
116
116
  role_name=pulumi.get(__ret__, 'role_name'))
117
- def get_role_binding_output(id: Optional[pulumi.Input[str]] = None,
117
+ def get_role_binding_output(id: Optional[pulumi.Input[_builtins.str]] = None,
118
118
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRoleBindingResult]:
119
119
  """
120
120
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -134,7 +134,7 @@ def get_role_binding_output(id: Optional[pulumi.Input[str]] = None,
134
134
  ```
135
135
 
136
136
 
137
- :param str id: The ID of the Role Binding (for example, `rb-abc123`).
137
+ :param _builtins.str id: The ID of the Role Binding (for example, `rb-abc123`).
138
138
  """
139
139
  __args__ = dict()
140
140
  __args__['id'] = id
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -75,33 +75,33 @@ class GetSchemaResult:
75
75
  raise TypeError("Expected argument 'version' to be a int")
76
76
  pulumi.set(__self__, "version", version)
77
77
 
78
- @property
78
+ @_builtins.property
79
79
  @pulumi.getter
80
80
  def credentials(self) -> Optional['outputs.GetSchemaCredentialsResult']:
81
81
  return pulumi.get(self, "credentials")
82
82
 
83
- @property
83
+ @_builtins.property
84
84
  @pulumi.getter
85
- def format(self) -> str:
85
+ def format(self) -> _builtins.str:
86
86
  """
87
87
  (Required String) The format of the schema. Accepted values are: `AVRO`, `PROTOBUF`, and `JSON`.
88
88
  """
89
89
  return pulumi.get(self, "format")
90
90
 
91
- @property
91
+ @_builtins.property
92
92
  @pulumi.getter(name="hardDelete")
93
- def hard_delete(self) -> bool:
93
+ def hard_delete(self) -> _builtins.bool:
94
94
  return pulumi.get(self, "hard_delete")
95
95
 
96
- @property
96
+ @_builtins.property
97
97
  @pulumi.getter
98
- def id(self) -> str:
98
+ def id(self) -> _builtins.str:
99
99
  """
100
100
  The provider-assigned unique ID for this managed resource.
101
101
  """
102
102
  return pulumi.get(self, "id")
103
103
 
104
- @property
104
+ @_builtins.property
105
105
  @pulumi.getter
106
106
  def metadata(self) -> 'outputs.GetSchemaMetadataResult':
107
107
  """
@@ -109,38 +109,38 @@ class GetSchemaResult:
109
109
  """
110
110
  return pulumi.get(self, "metadata")
111
111
 
112
- @property
112
+ @_builtins.property
113
113
  @pulumi.getter(name="recreateOnUpdate")
114
- def recreate_on_update(self) -> bool:
114
+ def recreate_on_update(self) -> _builtins.bool:
115
115
  return pulumi.get(self, "recreate_on_update")
116
116
 
117
- @property
117
+ @_builtins.property
118
118
  @pulumi.getter(name="restEndpoint")
119
- def rest_endpoint(self) -> Optional[str]:
119
+ def rest_endpoint(self) -> Optional[_builtins.str]:
120
120
  return pulumi.get(self, "rest_endpoint")
121
121
 
122
- @property
122
+ @_builtins.property
123
123
  @pulumi.getter
124
- def ruleset(self) -> 'outputs.GetSchemaRulesetResult':
124
+ def ruleset(self) -> Optional['outputs.GetSchemaRulesetResult']:
125
125
  """
126
126
  (Optional Block) The list of schema rules. See [Data Contracts for Schema Registry](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html#rules) for more details. For example, these rules can enforce that a field that contains sensitive information must be encrypted, or that a message containing an invalid age must be sent to a dead letter queue.
127
127
  """
128
128
  return pulumi.get(self, "ruleset")
129
129
 
130
- @property
130
+ @_builtins.property
131
131
  @pulumi.getter
132
- def schema(self) -> str:
132
+ def schema(self) -> _builtins.str:
133
133
  """
134
134
  (Required String) The schema string, for example, `file("./schema_version_1.avsc")`.
135
135
  """
136
136
  return pulumi.get(self, "schema")
137
137
 
138
- @property
138
+ @_builtins.property
139
139
  @pulumi.getter(name="schemaIdentifier")
140
- def schema_identifier(self) -> int:
140
+ def schema_identifier(self) -> _builtins.int:
141
141
  return pulumi.get(self, "schema_identifier")
142
142
 
143
- @property
143
+ @_builtins.property
144
144
  @pulumi.getter(name="schemaReferences")
145
145
  def schema_references(self) -> Sequence['outputs.GetSchemaSchemaReferenceResult']:
146
146
  """
@@ -148,27 +148,27 @@ class GetSchemaResult:
148
148
  """
149
149
  return pulumi.get(self, "schema_references")
150
150
 
151
- @property
151
+ @_builtins.property
152
152
  @pulumi.getter(name="schemaRegistryCluster")
153
153
  def schema_registry_cluster(self) -> Optional['outputs.GetSchemaSchemaRegistryClusterResult']:
154
154
  return pulumi.get(self, "schema_registry_cluster")
155
155
 
156
- @property
156
+ @_builtins.property
157
157
  @pulumi.getter(name="skipValidationDuringPlan")
158
- def skip_validation_during_plan(self) -> bool:
158
+ def skip_validation_during_plan(self) -> _builtins.bool:
159
159
  return pulumi.get(self, "skip_validation_during_plan")
160
160
 
161
- @property
161
+ @_builtins.property
162
162
  @pulumi.getter(name="subjectName")
163
- def subject_name(self) -> str:
163
+ def subject_name(self) -> _builtins.str:
164
164
  """
165
165
  (Required String) The name for the reference. (For Avro Schema, the reference name is the fully qualified schema name, for JSON Schema it is a URL, and for Protobuf Schema, it is the name of another Protobuf file.)
166
166
  """
167
167
  return pulumi.get(self, "subject_name")
168
168
 
169
- @property
169
+ @_builtins.property
170
170
  @pulumi.getter
171
- def version(self) -> int:
171
+ def version(self) -> _builtins.int:
172
172
  """
173
173
  (Required Integer) The version of the Schema, for example, `4`.
174
174
  """
@@ -200,11 +200,11 @@ class AwaitableGetSchemaResult(GetSchemaResult):
200
200
 
201
201
  def get_schema(credentials: Optional[Union['GetSchemaCredentialsArgs', 'GetSchemaCredentialsArgsDict']] = None,
202
202
  metadata: Optional[Union['GetSchemaMetadataArgs', 'GetSchemaMetadataArgsDict']] = None,
203
- rest_endpoint: Optional[str] = None,
203
+ rest_endpoint: Optional[_builtins.str] = None,
204
204
  ruleset: Optional[Union['GetSchemaRulesetArgs', 'GetSchemaRulesetArgsDict']] = None,
205
- schema_identifier: Optional[int] = None,
205
+ schema_identifier: Optional[_builtins.int] = None,
206
206
  schema_registry_cluster: Optional[Union['GetSchemaSchemaRegistryClusterArgs', 'GetSchemaSchemaRegistryClusterArgsDict']] = None,
207
- subject_name: Optional[str] = None,
207
+ subject_name: Optional[_builtins.str] = None,
208
208
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSchemaResult:
209
209
  """
210
210
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -245,12 +245,12 @@ def get_schema(credentials: Optional[Union['GetSchemaCredentialsArgs', 'GetSchem
245
245
 
246
246
 
247
247
  :param Union['GetSchemaMetadataArgs', 'GetSchemaMetadataArgsDict'] metadata: (Optional Block) See [here](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html) for more details. Supports the following:
248
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
248
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
249
249
  :param Union['GetSchemaRulesetArgs', 'GetSchemaRulesetArgsDict'] ruleset: (Optional Block) The list of schema rules. See [Data Contracts for Schema Registry](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html#rules) for more details. For example, these rules can enforce that a field that contains sensitive information must be encrypted, or that a message containing an invalid age must be sent to a dead letter queue.
250
- :param int schema_identifier: The globally unique ID of the Schema, for example, `100003`. If the same schema is registered under a different subject, the same identifier will be returned. However, the `version` of the schema may be different under different subjects.
250
+ :param _builtins.int schema_identifier: The globally unique ID of the Schema, for example, `100003`. If the same schema is registered under a different subject, the same identifier will be returned. However, the `version` of the schema may be different under different subjects.
251
251
 
252
252
  > **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
253
- :param str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`. Schemas evolve safely, following a compatibility mode defined, under a subject name.
253
+ :param _builtins.str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`. Schemas evolve safely, following a compatibility mode defined, under a subject name.
254
254
  """
255
255
  __args__ = dict()
256
256
  __args__['credentials'] = credentials
@@ -281,11 +281,11 @@ def get_schema(credentials: Optional[Union['GetSchemaCredentialsArgs', 'GetSchem
281
281
  version=pulumi.get(__ret__, 'version'))
282
282
  def get_schema_output(credentials: Optional[pulumi.Input[Optional[Union['GetSchemaCredentialsArgs', 'GetSchemaCredentialsArgsDict']]]] = None,
283
283
  metadata: Optional[pulumi.Input[Optional[Union['GetSchemaMetadataArgs', 'GetSchemaMetadataArgsDict']]]] = None,
284
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
284
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
285
285
  ruleset: Optional[pulumi.Input[Optional[Union['GetSchemaRulesetArgs', 'GetSchemaRulesetArgsDict']]]] = None,
286
- schema_identifier: Optional[pulumi.Input[int]] = None,
286
+ schema_identifier: Optional[pulumi.Input[_builtins.int]] = None,
287
287
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSchemaSchemaRegistryClusterArgs', 'GetSchemaSchemaRegistryClusterArgsDict']]]] = None,
288
- subject_name: Optional[pulumi.Input[str]] = None,
288
+ subject_name: Optional[pulumi.Input[_builtins.str]] = None,
289
289
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSchemaResult]:
290
290
  """
291
291
  [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
@@ -326,12 +326,12 @@ def get_schema_output(credentials: Optional[pulumi.Input[Optional[Union['GetSche
326
326
 
327
327
 
328
328
  :param Union['GetSchemaMetadataArgs', 'GetSchemaMetadataArgsDict'] metadata: (Optional Block) See [here](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html) for more details. Supports the following:
329
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
329
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
330
330
  :param Union['GetSchemaRulesetArgs', 'GetSchemaRulesetArgsDict'] ruleset: (Optional Block) The list of schema rules. See [Data Contracts for Schema Registry](https://docs.confluent.io/platform/7.5/schema-registry/fundamentals/data-contracts.html#rules) for more details. For example, these rules can enforce that a field that contains sensitive information must be encrypted, or that a message containing an invalid age must be sent to a dead letter queue.
331
- :param int schema_identifier: The globally unique ID of the Schema, for example, `100003`. If the same schema is registered under a different subject, the same identifier will be returned. However, the `version` of the schema may be different under different subjects.
331
+ :param _builtins.int schema_identifier: The globally unique ID of the Schema, for example, `100003`. If the same schema is registered under a different subject, the same identifier will be returned. However, the `version` of the schema may be different under different subjects.
332
332
 
333
333
  > **Note:** A Schema Registry API key consists of a key and a secret. Schema Registry API keys are required to interact with Schema Registry clusters in Confluent Cloud. Each Schema Registry API key is valid for one specific Schema Registry cluster.
334
- :param str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`. Schemas evolve safely, following a compatibility mode defined, under a subject name.
334
+ :param _builtins.str subject_name: The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`. Schemas evolve safely, following a compatibility mode defined, under a subject name.
335
335
  """
336
336
  __args__ = dict()
337
337
  __args__['credentials'] = credentials