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
@@ -49,51 +49,51 @@ class GetFlinkRegionResult:
49
49
  raise TypeError("Expected argument 'rest_endpoint' to be a str")
50
50
  pulumi.set(__self__, "rest_endpoint", rest_endpoint)
51
51
 
52
- @property
52
+ @_builtins.property
53
53
  @pulumi.getter(name="apiVersion")
54
- def api_version(self) -> str:
54
+ def api_version(self) -> _builtins.str:
55
55
  """
56
56
  (Required String) An API Version of the Flink region, for example, `fcpm/v2`.
57
57
  """
58
58
  return pulumi.get(self, "api_version")
59
59
 
60
- @property
60
+ @_builtins.property
61
61
  @pulumi.getter
62
- def cloud(self) -> str:
62
+ def cloud(self) -> _builtins.str:
63
63
  return pulumi.get(self, "cloud")
64
64
 
65
- @property
65
+ @_builtins.property
66
66
  @pulumi.getter
67
- def id(self) -> str:
67
+ def id(self) -> _builtins.str:
68
68
  """
69
69
  (Required String) The ID of the Flink region, for example, `aws.us-east-1`.
70
70
  """
71
71
  return pulumi.get(self, "id")
72
72
 
73
- @property
73
+ @_builtins.property
74
74
  @pulumi.getter
75
- def kind(self) -> str:
75
+ def kind(self) -> _builtins.str:
76
76
  """
77
77
  (Required String) A kind of the Flink region, for example, `Region`.
78
78
  """
79
79
  return pulumi.get(self, "kind")
80
80
 
81
- @property
81
+ @_builtins.property
82
82
  @pulumi.getter(name="privateRestEndpoint")
83
- def private_rest_endpoint(self) -> str:
83
+ def private_rest_endpoint(self) -> _builtins.str:
84
84
  """
85
85
  (Required String) The private HTTP endpoint of the Flink region, for example, `https://flink.us-east-1.aws.private.confluent.cloud`.
86
86
  """
87
87
  return pulumi.get(self, "private_rest_endpoint")
88
88
 
89
- @property
89
+ @_builtins.property
90
90
  @pulumi.getter
91
- def region(self) -> str:
91
+ def region(self) -> _builtins.str:
92
92
  return pulumi.get(self, "region")
93
93
 
94
- @property
94
+ @_builtins.property
95
95
  @pulumi.getter(name="restEndpoint")
96
- def rest_endpoint(self) -> str:
96
+ def rest_endpoint(self) -> _builtins.str:
97
97
  """
98
98
  (Required String) The HTTP endpoint of the Flink region, for example, `https://flink.us-east-1.aws.confluent.cloud`.
99
99
  """
@@ -115,8 +115,8 @@ class AwaitableGetFlinkRegionResult(GetFlinkRegionResult):
115
115
  rest_endpoint=self.rest_endpoint)
116
116
 
117
117
 
118
- def get_flink_region(cloud: Optional[str] = None,
119
- region: Optional[str] = None,
118
+ def get_flink_region(cloud: Optional[_builtins.str] = None,
119
+ region: Optional[_builtins.str] = None,
120
120
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetFlinkRegionResult:
121
121
  """
122
122
  [![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)
@@ -135,8 +135,8 @@ def get_flink_region(cloud: Optional[str] = None,
135
135
  ```
136
136
 
137
137
 
138
- :param str cloud: The cloud service provider that hosts the region. Accepted values are: `AWS`, `AZURE`, and `GCP`.
139
- :param str region: The cloud service provider region, for example, `us-east-1`.
138
+ :param _builtins.str cloud: The cloud service provider that hosts the region. Accepted values are: `AWS`, `AZURE`, and `GCP`.
139
+ :param _builtins.str region: The cloud service provider region, for example, `us-east-1`.
140
140
  """
141
141
  __args__ = dict()
142
142
  __args__['cloud'] = cloud
@@ -152,8 +152,8 @@ def get_flink_region(cloud: Optional[str] = None,
152
152
  private_rest_endpoint=pulumi.get(__ret__, 'private_rest_endpoint'),
153
153
  region=pulumi.get(__ret__, 'region'),
154
154
  rest_endpoint=pulumi.get(__ret__, 'rest_endpoint'))
155
- def get_flink_region_output(cloud: Optional[pulumi.Input[str]] = None,
156
- region: Optional[pulumi.Input[str]] = None,
155
+ def get_flink_region_output(cloud: Optional[pulumi.Input[_builtins.str]] = None,
156
+ region: Optional[pulumi.Input[_builtins.str]] = None,
157
157
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFlinkRegionResult]:
158
158
  """
159
159
  [![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)
@@ -172,8 +172,8 @@ def get_flink_region_output(cloud: Optional[pulumi.Input[str]] = None,
172
172
  ```
173
173
 
174
174
 
175
- :param str cloud: The cloud service provider that hosts the region. Accepted values are: `AWS`, `AZURE`, and `GCP`.
176
- :param str region: The cloud service provider region, for example, `us-east-1`.
175
+ :param _builtins.str cloud: The cloud service provider that hosts the region. Accepted values are: `AWS`, `AZURE`, and `GCP`.
176
+ :param _builtins.str region: The cloud service provider region, for example, `us-east-1`.
177
177
  """
178
178
  __args__ = dict()
179
179
  __args__['cloud'] = cloud
@@ -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
@@ -60,7 +60,7 @@ class GetGatewayResult:
60
60
  raise TypeError("Expected argument 'id' to be a str")
61
61
  pulumi.set(__self__, "id", id)
62
62
 
63
- @property
63
+ @_builtins.property
64
64
  @pulumi.getter(name="awsEgressPrivateLinkGateways")
65
65
  def aws_egress_private_link_gateways(self) -> Sequence['outputs.GetGatewayAwsEgressPrivateLinkGatewayResult']:
66
66
  """
@@ -68,7 +68,7 @@ class GetGatewayResult:
68
68
  """
69
69
  return pulumi.get(self, "aws_egress_private_link_gateways")
70
70
 
71
- @property
71
+ @_builtins.property
72
72
  @pulumi.getter(name="awsPeeringGateways")
73
73
  def aws_peering_gateways(self) -> Sequence['outputs.GetGatewayAwsPeeringGatewayResult']:
74
74
  """
@@ -76,7 +76,7 @@ class GetGatewayResult:
76
76
  """
77
77
  return pulumi.get(self, "aws_peering_gateways")
78
78
 
79
- @property
79
+ @_builtins.property
80
80
  @pulumi.getter(name="awsPrivateNetworkInterfaceGateways")
81
81
  def aws_private_network_interface_gateways(self) -> Sequence['outputs.GetGatewayAwsPrivateNetworkInterfaceGatewayResult']:
82
82
  """
@@ -84,7 +84,7 @@ class GetGatewayResult:
84
84
  """
85
85
  return pulumi.get(self, "aws_private_network_interface_gateways")
86
86
 
87
- @property
87
+ @_builtins.property
88
88
  @pulumi.getter(name="azureEgressPrivateLinkGateways")
89
89
  def azure_egress_private_link_gateways(self) -> Sequence['outputs.GetGatewayAzureEgressPrivateLinkGatewayResult']:
90
90
  """
@@ -92,7 +92,7 @@ class GetGatewayResult:
92
92
  """
93
93
  return pulumi.get(self, "azure_egress_private_link_gateways")
94
94
 
95
- @property
95
+ @_builtins.property
96
96
  @pulumi.getter(name="azurePeeringGateways")
97
97
  def azure_peering_gateways(self) -> Sequence['outputs.GetGatewayAzurePeeringGatewayResult']:
98
98
  """
@@ -100,20 +100,20 @@ class GetGatewayResult:
100
100
  """
101
101
  return pulumi.get(self, "azure_peering_gateways")
102
102
 
103
- @property
103
+ @_builtins.property
104
104
  @pulumi.getter(name="displayName")
105
- def display_name(self) -> str:
105
+ def display_name(self) -> _builtins.str:
106
106
  """
107
107
  (Required String) A human-readable name for the Gateway.
108
108
  """
109
109
  return pulumi.get(self, "display_name")
110
110
 
111
- @property
111
+ @_builtins.property
112
112
  @pulumi.getter
113
113
  def environment(self) -> 'outputs.GetGatewayEnvironmentResult':
114
114
  return pulumi.get(self, "environment")
115
115
 
116
- @property
116
+ @_builtins.property
117
117
  @pulumi.getter(name="gcpEgressPrivateServiceConnectGateways")
118
118
  def gcp_egress_private_service_connect_gateways(self) -> Sequence['outputs.GetGatewayGcpEgressPrivateServiceConnectGatewayResult']:
119
119
  """
@@ -121,7 +121,7 @@ class GetGatewayResult:
121
121
  """
122
122
  return pulumi.get(self, "gcp_egress_private_service_connect_gateways")
123
123
 
124
- @property
124
+ @_builtins.property
125
125
  @pulumi.getter(name="gcpPeeringGateways")
126
126
  def gcp_peering_gateways(self) -> Sequence['outputs.GetGatewayGcpPeeringGatewayResult']:
127
127
  """
@@ -129,9 +129,9 @@ class GetGatewayResult:
129
129
  """
130
130
  return pulumi.get(self, "gcp_peering_gateways")
131
131
 
132
- @property
132
+ @_builtins.property
133
133
  @pulumi.getter
134
- def id(self) -> str:
134
+ def id(self) -> _builtins.str:
135
135
  return pulumi.get(self, "id")
136
136
 
137
137
 
@@ -154,7 +154,7 @@ class AwaitableGetGatewayResult(GetGatewayResult):
154
154
 
155
155
 
156
156
  def get_gateway(environment: Optional[Union['GetGatewayEnvironmentArgs', 'GetGatewayEnvironmentArgsDict']] = None,
157
- id: Optional[str] = None,
157
+ id: Optional[_builtins.str] = None,
158
158
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGatewayResult:
159
159
  """
160
160
  [![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)
@@ -175,7 +175,7 @@ def get_gateway(environment: Optional[Union['GetGatewayEnvironmentArgs', 'GetGat
175
175
  ```
176
176
 
177
177
 
178
- :param str id: The ID of the Gateway, for example, `gw-abc123`.
178
+ :param _builtins.str id: The ID of the Gateway, for example, `gw-abc123`.
179
179
  """
180
180
  __args__ = dict()
181
181
  __args__['environment'] = environment
@@ -195,7 +195,7 @@ def get_gateway(environment: Optional[Union['GetGatewayEnvironmentArgs', 'GetGat
195
195
  gcp_peering_gateways=pulumi.get(__ret__, 'gcp_peering_gateways'),
196
196
  id=pulumi.get(__ret__, 'id'))
197
197
  def get_gateway_output(environment: Optional[pulumi.Input[Union['GetGatewayEnvironmentArgs', 'GetGatewayEnvironmentArgsDict']]] = None,
198
- id: Optional[pulumi.Input[str]] = None,
198
+ id: Optional[pulumi.Input[_builtins.str]] = None,
199
199
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGatewayResult]:
200
200
  """
201
201
  [![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)
@@ -216,7 +216,7 @@ def get_gateway_output(environment: Optional[pulumi.Input[Union['GetGatewayEnvir
216
216
  ```
217
217
 
218
218
 
219
- :param str id: The ID of the Gateway, for example, `gw-abc123`.
219
+ :param _builtins.str id: The ID of the Gateway, for example, `gw-abc123`.
220
220
  """
221
221
  __args__ = dict()
222
222
  __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
@@ -40,33 +40,33 @@ class GetGroupMappingResult:
40
40
  raise TypeError("Expected argument 'id' to be a str")
41
41
  pulumi.set(__self__, "id", id)
42
42
 
43
- @property
43
+ @_builtins.property
44
44
  @pulumi.getter
45
- def description(self) -> str:
45
+ def description(self) -> _builtins.str:
46
46
  """
47
47
  (Required String) A description explaining the purpose and use of the group mapping.
48
48
  """
49
49
  return pulumi.get(self, "description")
50
50
 
51
- @property
51
+ @_builtins.property
52
52
  @pulumi.getter(name="displayName")
53
- def display_name(self) -> str:
53
+ def display_name(self) -> _builtins.str:
54
54
  """
55
55
  (Required String) The name of the Group Mapping.
56
56
  """
57
57
  return pulumi.get(self, "display_name")
58
58
 
59
- @property
59
+ @_builtins.property
60
60
  @pulumi.getter
61
- def filter(self) -> str:
61
+ def filter(self) -> _builtins.str:
62
62
  """
63
63
  (Required String) A single group identifier or a condition based on [supported CEL operators](https://docs.confluent.io/cloud/current/access-management/authenticate/sso/group-mapping/overview.html#supported-cel-operators-for-group-mapping) that defines which groups are included.
64
64
  """
65
65
  return pulumi.get(self, "filter")
66
66
 
67
- @property
67
+ @_builtins.property
68
68
  @pulumi.getter
69
- def id(self) -> str:
69
+ def id(self) -> _builtins.str:
70
70
  """
71
71
  (Required String) The ID of the Group Mapping (for example, `group-abc123`).
72
72
  """
@@ -85,8 +85,8 @@ class AwaitableGetGroupMappingResult(GetGroupMappingResult):
85
85
  id=self.id)
86
86
 
87
87
 
88
- def get_group_mapping(display_name: Optional[str] = None,
89
- id: Optional[str] = None,
88
+ def get_group_mapping(display_name: Optional[_builtins.str] = None,
89
+ id: Optional[_builtins.str] = None,
90
90
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetGroupMappingResult:
91
91
  """
92
92
  [![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)
@@ -107,10 +107,10 @@ def get_group_mapping(display_name: Optional[str] = None,
107
107
  ```
108
108
 
109
109
 
110
- :param str display_name: The name of the Group Mapping.
110
+ :param _builtins.str display_name: The name of the Group Mapping.
111
111
 
112
112
  > **Note:** Exactly one from the `id` and `display_name` attributes must be specified.
113
- :param str id: The ID of the Group Mapping.
113
+ :param _builtins.str id: The ID of the Group Mapping.
114
114
  """
115
115
  __args__ = dict()
116
116
  __args__['displayName'] = display_name
@@ -123,8 +123,8 @@ def get_group_mapping(display_name: Optional[str] = None,
123
123
  display_name=pulumi.get(__ret__, 'display_name'),
124
124
  filter=pulumi.get(__ret__, 'filter'),
125
125
  id=pulumi.get(__ret__, 'id'))
126
- def get_group_mapping_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
127
- id: Optional[pulumi.Input[Optional[str]]] = None,
126
+ def get_group_mapping_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
127
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
128
128
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetGroupMappingResult]:
129
129
  """
130
130
  [![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)
@@ -145,10 +145,10 @@ def get_group_mapping_output(display_name: Optional[pulumi.Input[Optional[str]]]
145
145
  ```
146
146
 
147
147
 
148
- :param str display_name: The name of the Group Mapping.
148
+ :param _builtins.str display_name: The name of the Group Mapping.
149
149
 
150
150
  > **Note:** Exactly one from the `id` and `display_name` attributes must be specified.
151
- :param str id: The ID of the Group Mapping.
151
+ :param _builtins.str id: The ID of the Group Mapping.
152
152
  """
153
153
  __args__ = dict()
154
154
  __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
@@ -48,47 +48,47 @@ class GetIdentityPoolResult:
48
48
  raise TypeError("Expected argument 'identity_provider' to be a dict")
49
49
  pulumi.set(__self__, "identity_provider", identity_provider)
50
50
 
51
- @property
51
+ @_builtins.property
52
52
  @pulumi.getter
53
- def description(self) -> str:
53
+ def description(self) -> _builtins.str:
54
54
  """
55
55
  (Required String) A description for the Identity Pool.
56
56
  """
57
57
  return pulumi.get(self, "description")
58
58
 
59
- @property
59
+ @_builtins.property
60
60
  @pulumi.getter(name="displayName")
61
- def display_name(self) -> str:
61
+ def display_name(self) -> _builtins.str:
62
62
  """
63
63
  (Required String) A human-readable name for the Identity Pool.
64
64
  """
65
65
  return pulumi.get(self, "display_name")
66
66
 
67
- @property
67
+ @_builtins.property
68
68
  @pulumi.getter
69
- def filter(self) -> str:
69
+ def filter(self) -> _builtins.str:
70
70
  """
71
71
  (Required String) A filter expression in [Supported Common Expression Language (CEL)](https://docs.confluent.io/cloud/current/access-management/authenticate/oauth/identity-pools.html#supported-common-expression-language-cel-filters) that specifies which identities can authenticate using your identity pool (see [Set identity pool filters](https://docs.confluent.io/cloud/current/access-management/authenticate/oauth/identity-pools.html#set-identity-pool-filters) for more details).
72
72
  """
73
73
  return pulumi.get(self, "filter")
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
  (Required String) The ID of the Identity Provider associated with the Identity Pool, for example, `op-abc123`.
80
80
  """
81
81
  return pulumi.get(self, "id")
82
82
 
83
- @property
83
+ @_builtins.property
84
84
  @pulumi.getter(name="identityClaim")
85
- def identity_claim(self) -> str:
85
+ def identity_claim(self) -> _builtins.str:
86
86
  """
87
87
  (Required String) The JSON Web Token (JWT) claim to extract the authenticating identity to Confluent resources from (see [Registered Claim Names](https://datatracker.ietf.org/doc/html/rfc7519#section-4.1) for more details). This appears in the audit log records, showing, for example, that "identity Z used identity pool X to access topic A".
88
88
  """
89
89
  return pulumi.get(self, "identity_claim")
90
90
 
91
- @property
91
+ @_builtins.property
92
92
  @pulumi.getter(name="identityProvider")
93
93
  def identity_provider(self) -> 'outputs.GetIdentityPoolIdentityProviderResult':
94
94
  """
@@ -111,8 +111,8 @@ class AwaitableGetIdentityPoolResult(GetIdentityPoolResult):
111
111
  identity_provider=self.identity_provider)
112
112
 
113
113
 
114
- def get_identity_pool(display_name: Optional[str] = None,
115
- id: Optional[str] = None,
114
+ def get_identity_pool(display_name: Optional[_builtins.str] = None,
115
+ id: Optional[_builtins.str] = None,
116
116
  identity_provider: Optional[Union['GetIdentityPoolIdentityProviderArgs', 'GetIdentityPoolIdentityProviderArgsDict']] = None,
117
117
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIdentityPoolResult:
118
118
  """
@@ -139,8 +139,8 @@ def get_identity_pool(display_name: Optional[str] = None,
139
139
  ```
140
140
 
141
141
 
142
- :param str display_name: A human-readable name for the Identity Pool.
143
- :param str id: The ID of the Identity Pool, for example, `pool-xyz456`.
142
+ :param _builtins.str display_name: A human-readable name for the Identity Pool.
143
+ :param _builtins.str id: The ID of the Identity Pool, for example, `pool-xyz456`.
144
144
  :param Union['GetIdentityPoolIdentityProviderArgs', 'GetIdentityPoolIdentityProviderArgsDict'] identity_provider: (Required Configuration Block) supports the following:
145
145
  """
146
146
  __args__ = dict()
@@ -157,8 +157,8 @@ def get_identity_pool(display_name: Optional[str] = None,
157
157
  id=pulumi.get(__ret__, 'id'),
158
158
  identity_claim=pulumi.get(__ret__, 'identity_claim'),
159
159
  identity_provider=pulumi.get(__ret__, 'identity_provider'))
160
- def get_identity_pool_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
161
- id: Optional[pulumi.Input[Optional[str]]] = None,
160
+ def get_identity_pool_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
161
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
162
162
  identity_provider: Optional[pulumi.Input[Union['GetIdentityPoolIdentityProviderArgs', 'GetIdentityPoolIdentityProviderArgsDict']]] = None,
163
163
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIdentityPoolResult]:
164
164
  """
@@ -185,8 +185,8 @@ def get_identity_pool_output(display_name: Optional[pulumi.Input[Optional[str]]]
185
185
  ```
186
186
 
187
187
 
188
- :param str display_name: A human-readable name for the Identity Pool.
189
- :param str id: The ID of the Identity Pool, for example, `pool-xyz456`.
188
+ :param _builtins.str display_name: A human-readable name for the Identity Pool.
189
+ :param _builtins.str id: The ID of the Identity Pool, for example, `pool-xyz456`.
190
190
  :param Union['GetIdentityPoolIdentityProviderArgs', 'GetIdentityPoolIdentityProviderArgsDict'] identity_provider: (Required Configuration Block) supports the following:
191
191
  """
192
192
  __args__ = dict()
@@ -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
@@ -26,7 +26,7 @@ class GetIdentityProviderResult:
26
26
  """
27
27
  A collection of values returned by getIdentityProvider.
28
28
  """
29
- def __init__(__self__, description=None, display_name=None, id=None, issuer=None, jwks_uri=None):
29
+ def __init__(__self__, description=None, display_name=None, id=None, identity_claim=None, issuer=None, jwks_uri=None):
30
30
  if description and not isinstance(description, str):
31
31
  raise TypeError("Expected argument 'description' to be a str")
32
32
  pulumi.set(__self__, "description", description)
@@ -36,6 +36,9 @@ class GetIdentityProviderResult:
36
36
  if id and not isinstance(id, str):
37
37
  raise TypeError("Expected argument 'id' to be a str")
38
38
  pulumi.set(__self__, "id", id)
39
+ if identity_claim and not isinstance(identity_claim, str):
40
+ raise TypeError("Expected argument 'identity_claim' to be a str")
41
+ pulumi.set(__self__, "identity_claim", identity_claim)
39
42
  if issuer and not isinstance(issuer, str):
40
43
  raise TypeError("Expected argument 'issuer' to be a str")
41
44
  pulumi.set(__self__, "issuer", issuer)
@@ -43,41 +46,49 @@ class GetIdentityProviderResult:
43
46
  raise TypeError("Expected argument 'jwks_uri' to be a str")
44
47
  pulumi.set(__self__, "jwks_uri", jwks_uri)
45
48
 
46
- @property
49
+ @_builtins.property
47
50
  @pulumi.getter
48
- def description(self) -> str:
51
+ def description(self) -> _builtins.str:
49
52
  """
50
53
  (Required String) A description for the Identity Provider.
51
54
  """
52
55
  return pulumi.get(self, "description")
53
56
 
54
- @property
57
+ @_builtins.property
55
58
  @pulumi.getter(name="displayName")
56
- def display_name(self) -> str:
59
+ def display_name(self) -> _builtins.str:
57
60
  """
58
61
  (Required String) A human-readable name for the Identity Provider.
59
62
  """
60
63
  return pulumi.get(self, "display_name")
61
64
 
62
- @property
65
+ @_builtins.property
63
66
  @pulumi.getter
64
- def id(self) -> str:
67
+ def id(self) -> _builtins.str:
65
68
  """
66
69
  (Required String) The ID of the Identity Provider, for example, `op-abc123`.
67
70
  """
68
71
  return pulumi.get(self, "id")
69
72
 
70
- @property
73
+ @_builtins.property
74
+ @pulumi.getter(name="identityClaim")
75
+ def identity_claim(self) -> _builtins.str:
76
+ """
77
+ (Optional String) The JSON Web Token (JWT) claim to extract the authenticating identity to Confluent resources from [Registered Claim Names](https://datatracker.ietf.org/doc/html/rfc7519#section-4.1). This appears in audit log records.
78
+ """
79
+ return pulumi.get(self, "identity_claim")
80
+
81
+ @_builtins.property
71
82
  @pulumi.getter
72
- def issuer(self) -> str:
83
+ def issuer(self) -> _builtins.str:
73
84
  """
74
85
  (Required String) A publicly reachable issuer URI for the Identity Provider. The unique issuer URI string represents the entity for issuing tokens.
75
86
  """
76
87
  return pulumi.get(self, "issuer")
77
88
 
78
- @property
89
+ @_builtins.property
79
90
  @pulumi.getter(name="jwksUri")
80
- def jwks_uri(self) -> str:
91
+ def jwks_uri(self) -> _builtins.str:
81
92
  """
82
93
  (Required String) A publicly reachable JSON Web Key Set (JWKS) URI for the Identity Provider. A JSON Web Key Set (JWKS) provides a set of keys containing the public keys used to verify any JSON Web Token (JWT) issued by your OAuth 2.0 identity provider.
83
94
  """
@@ -93,12 +104,13 @@ class AwaitableGetIdentityProviderResult(GetIdentityProviderResult):
93
104
  description=self.description,
94
105
  display_name=self.display_name,
95
106
  id=self.id,
107
+ identity_claim=self.identity_claim,
96
108
  issuer=self.issuer,
97
109
  jwks_uri=self.jwks_uri)
98
110
 
99
111
 
100
- def get_identity_provider(display_name: Optional[str] = None,
101
- id: Optional[str] = None,
112
+ def get_identity_provider(display_name: Optional[_builtins.str] = None,
113
+ id: Optional[_builtins.str] = None,
102
114
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetIdentityProviderResult:
103
115
  """
104
116
  [![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 +130,10 @@ def get_identity_provider(display_name: Optional[str] = None,
118
130
  ```
119
131
 
120
132
 
121
- :param str display_name: A human-readable name for the Identity Provider.
133
+ :param _builtins.str display_name: A human-readable name for the Identity Provider.
122
134
 
123
135
  > **Note:** Exactly one from the `id` and `display_name` attributes must be specified.
124
- :param str id: The ID of the Identity Provider, for example, `op-abc123`.
136
+ :param _builtins.str id: The ID of the Identity Provider, for example, `op-abc123`.
125
137
  """
126
138
  __args__ = dict()
127
139
  __args__['displayName'] = display_name
@@ -133,10 +145,11 @@ def get_identity_provider(display_name: Optional[str] = None,
133
145
  description=pulumi.get(__ret__, 'description'),
134
146
  display_name=pulumi.get(__ret__, 'display_name'),
135
147
  id=pulumi.get(__ret__, 'id'),
148
+ identity_claim=pulumi.get(__ret__, 'identity_claim'),
136
149
  issuer=pulumi.get(__ret__, 'issuer'),
137
150
  jwks_uri=pulumi.get(__ret__, 'jwks_uri'))
138
- def get_identity_provider_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
139
- id: Optional[pulumi.Input[Optional[str]]] = None,
151
+ def get_identity_provider_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
152
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
140
153
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetIdentityProviderResult]:
141
154
  """
142
155
  [![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 +169,10 @@ def get_identity_provider_output(display_name: Optional[pulumi.Input[Optional[st
156
169
  ```
157
170
 
158
171
 
159
- :param str display_name: A human-readable name for the Identity Provider.
172
+ :param _builtins.str display_name: A human-readable name for the Identity Provider.
160
173
 
161
174
  > **Note:** Exactly one from the `id` and `display_name` attributes must be specified.
162
- :param str id: The ID of the Identity Provider, for example, `op-abc123`.
175
+ :param _builtins.str id: The ID of the Identity Provider, for example, `op-abc123`.
163
176
  """
164
177
  __args__ = dict()
165
178
  __args__['displayName'] = display_name
@@ -170,5 +183,6 @@ def get_identity_provider_output(display_name: Optional[pulumi.Input[Optional[st
170
183
  description=pulumi.get(__response__, 'description'),
171
184
  display_name=pulumi.get(__response__, 'display_name'),
172
185
  id=pulumi.get(__response__, 'id'),
186
+ identity_claim=pulumi.get(__response__, 'identity_claim'),
173
187
  issuer=pulumi.get(__response__, 'issuer'),
174
188
  jwks_uri=pulumi.get(__response__, 'jwks_uri')))