pulumi-confluentcloud 2.19.0a1741152525__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 +80 -1
  2. pulumi_confluentcloud/_inputs.py +3875 -2512
  3. pulumi_confluentcloud/_utilities.py +1 -1
  4. pulumi_confluentcloud/access_point.py +76 -37
  5. pulumi_confluentcloud/api_key.py +134 -124
  6. pulumi_confluentcloud/business_metadata.py +72 -71
  7. pulumi_confluentcloud/business_metadata_binding.py +97 -96
  8. pulumi_confluentcloud/byok_key.py +12 -11
  9. pulumi_confluentcloud/catalog_entity_attributes.py +125 -76
  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 +148 -99
  14. pulumi_confluentcloud/config/__init__.py +2 -1
  15. pulumi_confluentcloud/config/__init__.pyi +18 -2
  16. pulumi_confluentcloud/config/outputs.py +110 -0
  17. pulumi_confluentcloud/config/vars.py +44 -22
  18. pulumi_confluentcloud/connect_artifact.py +478 -0
  19. pulumi_confluentcloud/connector.py +95 -90
  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 +53 -48
  23. pulumi_confluentcloud/dns_record.py +46 -45
  24. pulumi_confluentcloud/environment.py +74 -73
  25. pulumi_confluentcloud/flink_artifact.py +190 -187
  26. pulumi_confluentcloud/flink_compute_pool.py +101 -100
  27. pulumi_confluentcloud/flink_connection.py +935 -0
  28. pulumi_confluentcloud/flink_statement.py +155 -140
  29. pulumi_confluentcloud/gateway.py +44 -31
  30. pulumi_confluentcloud/get_access_point.py +16 -16
  31. pulumi_confluentcloud/get_business_metadata.py +23 -23
  32. pulumi_confluentcloud/get_business_metadata_binding.py +32 -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 +52 -24
  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 +46 -46
  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 +18 -18
  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 +50 -35
  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 +24 -24
  81. pulumi_confluentcloud/get_tag_binding.py +30 -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 -201
  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 +3135 -2130
  102. pulumi_confluentcloud/peering.py +60 -66
  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 +299 -201
  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 +78 -77
  122. pulumi_confluentcloud/tag_binding.py +117 -82
  123. pulumi_confluentcloud/tf_importer.py +37 -36
  124. pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
  125. {pulumi_confluentcloud-2.19.0a1741152525.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.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
  128. pulumi_confluentcloud-2.19.0a1741152525.dist-info/RECORD +0 -114
  129. {pulumi_confluentcloud-2.19.0a1741152525.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
@@ -43,41 +43,41 @@ class GetServiceAccountResult:
43
43
  raise TypeError("Expected argument 'kind' to be a str")
44
44
  pulumi.set(__self__, "kind", kind)
45
45
 
46
- @property
46
+ @_builtins.property
47
47
  @pulumi.getter(name="apiVersion")
48
- def api_version(self) -> str:
48
+ def api_version(self) -> _builtins.str:
49
49
  """
50
50
  (Required String) An API Version of the schema version of the Service Account.
51
51
  """
52
52
  return pulumi.get(self, "api_version")
53
53
 
54
- @property
54
+ @_builtins.property
55
55
  @pulumi.getter
56
- def description(self) -> str:
56
+ def description(self) -> _builtins.str:
57
57
  """
58
58
  (Required String) A free-form description of the Service Account.
59
59
  """
60
60
  return pulumi.get(self, "description")
61
61
 
62
- @property
62
+ @_builtins.property
63
63
  @pulumi.getter(name="displayName")
64
- def display_name(self) -> str:
64
+ def display_name(self) -> _builtins.str:
65
65
  """
66
66
  (Required String) A human-readable name for the Service Account. Limited to 64 characters in length.
67
67
  """
68
68
  return pulumi.get(self, "display_name")
69
69
 
70
- @property
70
+ @_builtins.property
71
71
  @pulumi.getter
72
- def id(self) -> str:
72
+ def id(self) -> _builtins.str:
73
73
  """
74
74
  (Required String) The ID of the Service Account (e.g., `sa-abc123`).
75
75
  """
76
76
  return pulumi.get(self, "id")
77
77
 
78
- @property
78
+ @_builtins.property
79
79
  @pulumi.getter
80
- def kind(self) -> str:
80
+ def kind(self) -> _builtins.str:
81
81
  """
82
82
  (Required String) A kind of the Service Account.
83
83
  """
@@ -97,8 +97,8 @@ class AwaitableGetServiceAccountResult(GetServiceAccountResult):
97
97
  kind=self.kind)
98
98
 
99
99
 
100
- def get_service_account(display_name: Optional[str] = None,
101
- id: Optional[str] = None,
100
+ def get_service_account(display_name: Optional[_builtins.str] = None,
101
+ id: Optional[_builtins.str] = None,
102
102
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceAccountResult:
103
103
  """
104
104
  [![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)
@@ -118,10 +118,10 @@ def get_service_account(display_name: Optional[str] = None,
118
118
  ```
119
119
 
120
120
 
121
- :param str display_name: A human-readable name for the Service Account. Limited to 64 characters in length.
121
+ :param _builtins.str display_name: A human-readable name for the Service Account. Limited to 64 characters in length.
122
122
 
123
123
  > **Note:** Exactly one from the `id` and `display_name` attributes must be specified.
124
- :param str id: The ID of the Service Account (e.g., `sa-abc123`).
124
+ :param _builtins.str id: The ID of the Service Account (e.g., `sa-abc123`).
125
125
  """
126
126
  __args__ = dict()
127
127
  __args__['displayName'] = display_name
@@ -135,8 +135,8 @@ def get_service_account(display_name: Optional[str] = None,
135
135
  display_name=pulumi.get(__ret__, 'display_name'),
136
136
  id=pulumi.get(__ret__, 'id'),
137
137
  kind=pulumi.get(__ret__, 'kind'))
138
- def get_service_account_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
139
- id: Optional[pulumi.Input[Optional[str]]] = None,
138
+ def get_service_account_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
139
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
140
140
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceAccountResult]:
141
141
  """
142
142
  [![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)
@@ -156,10 +156,10 @@ def get_service_account_output(display_name: Optional[pulumi.Input[Optional[str]
156
156
  ```
157
157
 
158
158
 
159
- :param str display_name: A human-readable name for the Service Account. Limited to 64 characters in length.
159
+ :param _builtins.str display_name: A human-readable name for the Service Account. Limited to 64 characters in length.
160
160
 
161
161
  > **Note:** Exactly one from the `id` and `display_name` attributes must be specified.
162
- :param str id: The ID of the Service Account (e.g., `sa-abc123`).
162
+ :param _builtins.str id: The ID of the Service Account (e.g., `sa-abc123`).
163
163
  """
164
164
  __args__ = dict()
165
165
  __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
@@ -51,48 +51,48 @@ class GetSubjectConfigResult:
51
51
  raise TypeError("Expected argument 'subject_name' to be a str")
52
52
  pulumi.set(__self__, "subject_name", subject_name)
53
53
 
54
- @property
54
+ @_builtins.property
55
55
  @pulumi.getter(name="compatibilityGroup")
56
- def compatibility_group(self) -> str:
56
+ def compatibility_group(self) -> _builtins.str:
57
57
  """
58
58
  (Required String) The Compatibility Group of the specified subject.
59
59
  """
60
60
  return pulumi.get(self, "compatibility_group")
61
61
 
62
- @property
62
+ @_builtins.property
63
63
  @pulumi.getter(name="compatibilityLevel")
64
- def compatibility_level(self) -> str:
64
+ def compatibility_level(self) -> _builtins.str:
65
65
  """
66
66
  (Required String) The Compatibility Level of the specified subject. Accepted values are: `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE`, and `NONE`. See the [Compatibility Types](https://docs.confluent.io/platform/current/schema-registry/avro.html#compatibility-types) for more details.
67
67
  """
68
68
  return pulumi.get(self, "compatibility_level")
69
69
 
70
- @property
70
+ @_builtins.property
71
71
  @pulumi.getter
72
72
  def credentials(self) -> Optional['outputs.GetSubjectConfigCredentialsResult']:
73
73
  return pulumi.get(self, "credentials")
74
74
 
75
- @property
75
+ @_builtins.property
76
76
  @pulumi.getter
77
- def id(self) -> str:
77
+ def id(self) -> _builtins.str:
78
78
  """
79
79
  The provider-assigned unique ID for this managed resource.
80
80
  """
81
81
  return pulumi.get(self, "id")
82
82
 
83
- @property
83
+ @_builtins.property
84
84
  @pulumi.getter(name="restEndpoint")
85
- def rest_endpoint(self) -> Optional[str]:
85
+ def rest_endpoint(self) -> Optional[_builtins.str]:
86
86
  return pulumi.get(self, "rest_endpoint")
87
87
 
88
- @property
88
+ @_builtins.property
89
89
  @pulumi.getter(name="schemaRegistryCluster")
90
90
  def schema_registry_cluster(self) -> Optional['outputs.GetSubjectConfigSchemaRegistryClusterResult']:
91
91
  return pulumi.get(self, "schema_registry_cluster")
92
92
 
93
- @property
93
+ @_builtins.property
94
94
  @pulumi.getter(name="subjectName")
95
- def subject_name(self) -> str:
95
+ def subject_name(self) -> _builtins.str:
96
96
  return pulumi.get(self, "subject_name")
97
97
 
98
98
 
@@ -112,9 +112,9 @@ class AwaitableGetSubjectConfigResult(GetSubjectConfigResult):
112
112
 
113
113
 
114
114
  def get_subject_config(credentials: Optional[Union['GetSubjectConfigCredentialsArgs', 'GetSubjectConfigCredentialsArgsDict']] = None,
115
- rest_endpoint: Optional[str] = None,
115
+ rest_endpoint: Optional[_builtins.str] = None,
116
116
  schema_registry_cluster: Optional[Union['GetSubjectConfigSchemaRegistryClusterArgs', 'GetSubjectConfigSchemaRegistryClusterArgsDict']] = None,
117
- subject_name: Optional[str] = None,
117
+ subject_name: Optional[_builtins.str] = None,
118
118
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSubjectConfigResult:
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)
@@ -124,8 +124,8 @@ def get_subject_config(credentials: Optional[Union['GetSubjectConfigCredentialsA
124
124
  ## Example Usage
125
125
 
126
126
 
127
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
128
- :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`.
127
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
128
+ :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`.
129
129
  """
130
130
  __args__ = dict()
131
131
  __args__['credentials'] = credentials
@@ -144,9 +144,9 @@ def get_subject_config(credentials: Optional[Union['GetSubjectConfigCredentialsA
144
144
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
145
145
  subject_name=pulumi.get(__ret__, 'subject_name'))
146
146
  def get_subject_config_output(credentials: Optional[pulumi.Input[Optional[Union['GetSubjectConfigCredentialsArgs', 'GetSubjectConfigCredentialsArgsDict']]]] = None,
147
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
147
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
148
148
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSubjectConfigSchemaRegistryClusterArgs', 'GetSubjectConfigSchemaRegistryClusterArgsDict']]]] = None,
149
- subject_name: Optional[pulumi.Input[str]] = None,
149
+ subject_name: Optional[pulumi.Input[_builtins.str]] = None,
150
150
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSubjectConfigResult]:
151
151
  """
152
152
  [![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)
@@ -156,8 +156,8 @@ def get_subject_config_output(credentials: Optional[pulumi.Input[Optional[Union[
156
156
  ## Example Usage
157
157
 
158
158
 
159
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
160
- :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`.
159
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
160
+ :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`.
161
161
  """
162
162
  __args__ = dict()
163
163
  __args__['credentials'] = credentials
@@ -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
@@ -48,40 +48,40 @@ class GetSubjectModeResult:
48
48
  raise TypeError("Expected argument 'subject_name' to be a str")
49
49
  pulumi.set(__self__, "subject_name", subject_name)
50
50
 
51
- @property
51
+ @_builtins.property
52
52
  @pulumi.getter
53
53
  def credentials(self) -> Optional['outputs.GetSubjectModeCredentialsResult']:
54
54
  return pulumi.get(self, "credentials")
55
55
 
56
- @property
56
+ @_builtins.property
57
57
  @pulumi.getter
58
- def id(self) -> str:
58
+ def id(self) -> _builtins.str:
59
59
  """
60
60
  The provider-assigned unique ID for this managed resource.
61
61
  """
62
62
  return pulumi.get(self, "id")
63
63
 
64
- @property
64
+ @_builtins.property
65
65
  @pulumi.getter
66
- def mode(self) -> str:
66
+ def mode(self) -> _builtins.str:
67
67
  """
68
68
  (Required String) The mode of the specified subject. Accepted values are: `READWRITE`, `READONLY`, `READONLY_OVERRIDE`, and `IMPORT`.
69
69
  """
70
70
  return pulumi.get(self, "mode")
71
71
 
72
- @property
72
+ @_builtins.property
73
73
  @pulumi.getter(name="restEndpoint")
74
- def rest_endpoint(self) -> Optional[str]:
74
+ def rest_endpoint(self) -> Optional[_builtins.str]:
75
75
  return pulumi.get(self, "rest_endpoint")
76
76
 
77
- @property
77
+ @_builtins.property
78
78
  @pulumi.getter(name="schemaRegistryCluster")
79
79
  def schema_registry_cluster(self) -> Optional['outputs.GetSubjectModeSchemaRegistryClusterResult']:
80
80
  return pulumi.get(self, "schema_registry_cluster")
81
81
 
82
- @property
82
+ @_builtins.property
83
83
  @pulumi.getter(name="subjectName")
84
- def subject_name(self) -> str:
84
+ def subject_name(self) -> _builtins.str:
85
85
  return pulumi.get(self, "subject_name")
86
86
 
87
87
 
@@ -100,9 +100,9 @@ class AwaitableGetSubjectModeResult(GetSubjectModeResult):
100
100
 
101
101
 
102
102
  def get_subject_mode(credentials: Optional[Union['GetSubjectModeCredentialsArgs', 'GetSubjectModeCredentialsArgsDict']] = None,
103
- rest_endpoint: Optional[str] = None,
103
+ rest_endpoint: Optional[_builtins.str] = None,
104
104
  schema_registry_cluster: Optional[Union['GetSubjectModeSchemaRegistryClusterArgs', 'GetSubjectModeSchemaRegistryClusterArgsDict']] = None,
105
- subject_name: Optional[str] = None,
105
+ subject_name: Optional[_builtins.str] = None,
106
106
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSubjectModeResult:
107
107
  """
108
108
  [![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)
@@ -140,8 +140,8 @@ def get_subject_mode(credentials: Optional[Union['GetSubjectModeCredentialsArgs'
140
140
  ```
141
141
 
142
142
 
143
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
144
- :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`.
143
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
144
+ :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`.
145
145
 
146
146
  > **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.
147
147
  """
@@ -161,9 +161,9 @@ def get_subject_mode(credentials: Optional[Union['GetSubjectModeCredentialsArgs'
161
161
  schema_registry_cluster=pulumi.get(__ret__, 'schema_registry_cluster'),
162
162
  subject_name=pulumi.get(__ret__, 'subject_name'))
163
163
  def get_subject_mode_output(credentials: Optional[pulumi.Input[Optional[Union['GetSubjectModeCredentialsArgs', 'GetSubjectModeCredentialsArgsDict']]]] = None,
164
- rest_endpoint: Optional[pulumi.Input[Optional[str]]] = None,
164
+ rest_endpoint: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
165
165
  schema_registry_cluster: Optional[pulumi.Input[Optional[Union['GetSubjectModeSchemaRegistryClusterArgs', 'GetSubjectModeSchemaRegistryClusterArgsDict']]]] = None,
166
- subject_name: Optional[pulumi.Input[str]] = None,
166
+ subject_name: Optional[pulumi.Input[_builtins.str]] = None,
167
167
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSubjectModeResult]:
168
168
  """
169
169
  [![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)
@@ -201,8 +201,8 @@ def get_subject_mode_output(credentials: Optional[pulumi.Input[Optional[Union['G
201
201
  ```
202
202
 
203
203
 
204
- :param str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
205
- :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`.
204
+ :param _builtins.str rest_endpoint: The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
205
+ :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`.
206
206
 
207
207
  > **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.
208
208
  """