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
@@ -51,7 +51,7 @@ class GetNetworkLinkServiceResult:
51
51
  raise TypeError("Expected argument 'resource_name' to be a str")
52
52
  pulumi.set(__self__, "resource_name", resource_name)
53
53
 
54
- @property
54
+ @_builtins.property
55
55
  @pulumi.getter
56
56
  def accept(self) -> 'outputs.GetNetworkLinkServiceAcceptResult':
57
57
  """
@@ -59,36 +59,36 @@ class GetNetworkLinkServiceResult:
59
59
  """
60
60
  return pulumi.get(self, "accept")
61
61
 
62
- @property
62
+ @_builtins.property
63
63
  @pulumi.getter
64
- def description(self) -> str:
64
+ def description(self) -> _builtins.str:
65
65
  """
66
66
  (Optional String) The description of the Network Link Service.
67
67
  """
68
68
  return pulumi.get(self, "description")
69
69
 
70
- @property
70
+ @_builtins.property
71
71
  @pulumi.getter(name="displayName")
72
- def display_name(self) -> str:
72
+ def display_name(self) -> _builtins.str:
73
73
  """
74
74
  (Optional String) The name of the Network Link Service.
75
75
  """
76
76
  return pulumi.get(self, "display_name")
77
77
 
78
- @property
78
+ @_builtins.property
79
79
  @pulumi.getter
80
80
  def environment(self) -> 'outputs.GetNetworkLinkServiceEnvironmentResult':
81
81
  return pulumi.get(self, "environment")
82
82
 
83
- @property
83
+ @_builtins.property
84
84
  @pulumi.getter
85
- def id(self) -> str:
85
+ def id(self) -> _builtins.str:
86
86
  """
87
87
  (Required String) The ID of the Network that the Network Link Service belongs to, for example, `n-abc123`.
88
88
  """
89
89
  return pulumi.get(self, "id")
90
90
 
91
- @property
91
+ @_builtins.property
92
92
  @pulumi.getter
93
93
  def networks(self) -> Sequence['outputs.GetNetworkLinkServiceNetworkResult']:
94
94
  """
@@ -96,9 +96,9 @@ class GetNetworkLinkServiceResult:
96
96
  """
97
97
  return pulumi.get(self, "networks")
98
98
 
99
- @property
99
+ @_builtins.property
100
100
  @pulumi.getter(name="resourceName")
101
- def resource_name(self) -> str:
101
+ def resource_name(self) -> _builtins.str:
102
102
  """
103
103
  (Required String) The Confluent Resource Name of the Network Link Service.
104
104
  """
@@ -121,8 +121,9 @@ class AwaitableGetNetworkLinkServiceResult(GetNetworkLinkServiceResult):
121
121
 
122
122
 
123
123
  def get_network_link_service(accept: Optional[Union['GetNetworkLinkServiceAcceptArgs', 'GetNetworkLinkServiceAcceptArgsDict']] = None,
124
+ display_name: Optional[_builtins.str] = None,
124
125
  environment: Optional[Union['GetNetworkLinkServiceEnvironmentArgs', 'GetNetworkLinkServiceEnvironmentArgsDict']] = None,
125
- id: Optional[str] = None,
126
+ id: Optional[_builtins.str] = None,
126
127
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNetworkLinkServiceResult:
127
128
  """
128
129
  [![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)
@@ -144,10 +145,12 @@ def get_network_link_service(accept: Optional[Union['GetNetworkLinkServiceAccept
144
145
 
145
146
 
146
147
  :param Union['GetNetworkLinkServiceAcceptArgs', 'GetNetworkLinkServiceAcceptArgsDict'] accept: (Optional Configuration Block) supports the following:
147
- :param str id: The ID of the Network Link Service, for example, `nls-zyw30`.
148
+ :param _builtins.str display_name: The Display Name of the Network Link Service, for example, `DR Link`
149
+ :param _builtins.str id: The ID of the Network Link Service, for example, `nls-zyw30`.
148
150
  """
149
151
  __args__ = dict()
150
152
  __args__['accept'] = accept
153
+ __args__['displayName'] = display_name
151
154
  __args__['environment'] = environment
152
155
  __args__['id'] = id
153
156
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -162,8 +165,9 @@ def get_network_link_service(accept: Optional[Union['GetNetworkLinkServiceAccept
162
165
  networks=pulumi.get(__ret__, 'networks'),
163
166
  resource_name=pulumi.get(__ret__, 'resource_name'))
164
167
  def get_network_link_service_output(accept: Optional[pulumi.Input[Optional[Union['GetNetworkLinkServiceAcceptArgs', 'GetNetworkLinkServiceAcceptArgsDict']]]] = None,
168
+ display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
165
169
  environment: Optional[pulumi.Input[Union['GetNetworkLinkServiceEnvironmentArgs', 'GetNetworkLinkServiceEnvironmentArgsDict']]] = None,
166
- id: Optional[pulumi.Input[str]] = None,
170
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
167
171
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetNetworkLinkServiceResult]:
168
172
  """
169
173
  [![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)
@@ -185,10 +189,12 @@ def get_network_link_service_output(accept: Optional[pulumi.Input[Optional[Union
185
189
 
186
190
 
187
191
  :param Union['GetNetworkLinkServiceAcceptArgs', 'GetNetworkLinkServiceAcceptArgsDict'] accept: (Optional Configuration Block) supports the following:
188
- :param str id: The ID of the Network Link Service, for example, `nls-zyw30`.
192
+ :param _builtins.str display_name: The Display Name of the Network Link Service, for example, `DR Link`
193
+ :param _builtins.str id: The ID of the Network Link Service, for example, `nls-zyw30`.
189
194
  """
190
195
  __args__ = dict()
191
196
  __args__['accept'] = accept
197
+ __args__['displayName'] = display_name
192
198
  __args__['environment'] = environment
193
199
  __args__['id'] = id
194
200
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -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
@@ -34,17 +34,17 @@ class GetOrganizationResult:
34
34
  raise TypeError("Expected argument 'resource_name' to be a str")
35
35
  pulumi.set(__self__, "resource_name", resource_name)
36
36
 
37
- @property
37
+ @_builtins.property
38
38
  @pulumi.getter
39
- def id(self) -> str:
39
+ def id(self) -> _builtins.str:
40
40
  """
41
41
  (Required String) The ID of the Organization, for example, `1111aaaa-11aa-11aa-11aa-111111aaaaaa`.
42
42
  """
43
43
  return pulumi.get(self, "id")
44
44
 
45
- @property
45
+ @_builtins.property
46
46
  @pulumi.getter(name="resourceName")
47
- def resource_name(self) -> str:
47
+ def resource_name(self) -> _builtins.str:
48
48
  """
49
49
  (Required String) The Confluent Resource Name of the Organization, for example, `crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa`.
50
50
  """
@@ -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,7 +51,7 @@ class GetPeeringResult:
51
51
  raise TypeError("Expected argument 'networks' to be a list")
52
52
  pulumi.set(__self__, "networks", networks)
53
53
 
54
- @property
54
+ @_builtins.property
55
55
  @pulumi.getter
56
56
  def aws(self) -> Sequence['outputs.GetPeeringAwResult']:
57
57
  """
@@ -59,7 +59,7 @@ class GetPeeringResult:
59
59
  """
60
60
  return pulumi.get(self, "aws")
61
61
 
62
- @property
62
+ @_builtins.property
63
63
  @pulumi.getter
64
64
  def azures(self) -> Sequence['outputs.GetPeeringAzureResult']:
65
65
  """
@@ -67,15 +67,15 @@ class GetPeeringResult:
67
67
  """
68
68
  return pulumi.get(self, "azures")
69
69
 
70
- @property
70
+ @_builtins.property
71
71
  @pulumi.getter(name="displayName")
72
- def display_name(self) -> str:
72
+ def display_name(self) -> _builtins.str:
73
73
  """
74
74
  (Optional String) The name of the Peering.
75
75
  """
76
76
  return pulumi.get(self, "display_name")
77
77
 
78
- @property
78
+ @_builtins.property
79
79
  @pulumi.getter
80
80
  def environment(self) -> 'outputs.GetPeeringEnvironmentResult':
81
81
  """
@@ -83,7 +83,7 @@ class GetPeeringResult:
83
83
  """
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.GetPeeringGcpResult']:
89
89
  """
@@ -91,15 +91,15 @@ class GetPeeringResult:
91
91
  """
92
92
  return pulumi.get(self, "gcps")
93
93
 
94
- @property
94
+ @_builtins.property
95
95
  @pulumi.getter
96
- def id(self) -> str:
96
+ def id(self) -> _builtins.str:
97
97
  """
98
98
  (Required String) The ID of the Network that the Peering belongs to, for example, `n-abc123`.
99
99
  """
100
100
  return pulumi.get(self, "id")
101
101
 
102
- @property
102
+ @_builtins.property
103
103
  @pulumi.getter
104
104
  def networks(self) -> Sequence['outputs.GetPeeringNetworkResult']:
105
105
  """
@@ -123,9 +123,9 @@ class AwaitableGetPeeringResult(GetPeeringResult):
123
123
  networks=self.networks)
124
124
 
125
125
 
126
- def get_peering(display_name: Optional[str] = None,
126
+ def get_peering(display_name: Optional[_builtins.str] = None,
127
127
  environment: Optional[Union['GetPeeringEnvironmentArgs', 'GetPeeringEnvironmentArgsDict']] = None,
128
- id: Optional[str] = None,
128
+ id: Optional[_builtins.str] = None,
129
129
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPeeringResult:
130
130
  """
131
131
  [![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)
@@ -151,9 +151,9 @@ def get_peering(display_name: Optional[str] = None,
151
151
  ```
152
152
 
153
153
 
154
- :param str display_name: A human-readable name for the Peering.
154
+ :param _builtins.str display_name: A human-readable name for the Peering.
155
155
  :param Union['GetPeeringEnvironmentArgs', 'GetPeeringEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
156
- :param str id: The ID of the Peering, for example, `peer-abc123`.
156
+ :param _builtins.str id: The ID of the Peering, for example, `peer-abc123`.
157
157
  """
158
158
  __args__ = dict()
159
159
  __args__['displayName'] = display_name
@@ -170,9 +170,9 @@ def get_peering(display_name: Optional[str] = None,
170
170
  gcps=pulumi.get(__ret__, 'gcps'),
171
171
  id=pulumi.get(__ret__, 'id'),
172
172
  networks=pulumi.get(__ret__, 'networks'))
173
- def get_peering_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
173
+ def get_peering_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
174
174
  environment: Optional[pulumi.Input[Union['GetPeeringEnvironmentArgs', 'GetPeeringEnvironmentArgsDict']]] = None,
175
- id: Optional[pulumi.Input[Optional[str]]] = None,
175
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
176
176
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPeeringResult]:
177
177
  """
178
178
  [![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,9 +198,9 @@ def get_peering_output(display_name: Optional[pulumi.Input[Optional[str]]] = Non
198
198
  ```
199
199
 
200
200
 
201
- :param str display_name: A human-readable name for the Peering.
201
+ :param _builtins.str display_name: A human-readable name for the Peering.
202
202
  :param Union['GetPeeringEnvironmentArgs', 'GetPeeringEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
203
- :param str id: The ID of the Peering, for example, `peer-abc123`.
203
+ :param _builtins.str id: The ID of the Peering, for example, `peer-abc123`.
204
204
  """
205
205
  __args__ = dict()
206
206
  __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,7 +51,7 @@ class GetPrivateLinkAccessResult:
51
51
  raise TypeError("Expected argument 'networks' to be a list")
52
52
  pulumi.set(__self__, "networks", networks)
53
53
 
54
- @property
54
+ @_builtins.property
55
55
  @pulumi.getter
56
56
  def aws(self) -> Sequence['outputs.GetPrivateLinkAccessAwResult']:
57
57
  """
@@ -59,7 +59,7 @@ class GetPrivateLinkAccessResult:
59
59
  """
60
60
  return pulumi.get(self, "aws")
61
61
 
62
- @property
62
+ @_builtins.property
63
63
  @pulumi.getter
64
64
  def azures(self) -> Sequence['outputs.GetPrivateLinkAccessAzureResult']:
65
65
  """
@@ -67,15 +67,15 @@ class GetPrivateLinkAccessResult:
67
67
  """
68
68
  return pulumi.get(self, "azures")
69
69
 
70
- @property
70
+ @_builtins.property
71
71
  @pulumi.getter(name="displayName")
72
- def display_name(self) -> str:
72
+ def display_name(self) -> _builtins.str:
73
73
  """
74
74
  (Optional String) The name of the Private Link Access.
75
75
  """
76
76
  return pulumi.get(self, "display_name")
77
77
 
78
- @property
78
+ @_builtins.property
79
79
  @pulumi.getter
80
80
  def environment(self) -> 'outputs.GetPrivateLinkAccessEnvironmentResult':
81
81
  """
@@ -83,7 +83,7 @@ class GetPrivateLinkAccessResult:
83
83
  """
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.GetPrivateLinkAccessGcpResult']:
89
89
  """
@@ -91,15 +91,15 @@ class GetPrivateLinkAccessResult:
91
91
  """
92
92
  return pulumi.get(self, "gcps")
93
93
 
94
- @property
94
+ @_builtins.property
95
95
  @pulumi.getter
96
- def id(self) -> str:
96
+ def id(self) -> _builtins.str:
97
97
  """
98
98
  (Required String) The ID of the Network that the Private Link Access belongs to, for example, `n-abc123`.
99
99
  """
100
100
  return pulumi.get(self, "id")
101
101
 
102
- @property
102
+ @_builtins.property
103
103
  @pulumi.getter
104
104
  def networks(self) -> Sequence['outputs.GetPrivateLinkAccessNetworkResult']:
105
105
  """
@@ -123,9 +123,9 @@ class AwaitableGetPrivateLinkAccessResult(GetPrivateLinkAccessResult):
123
123
  networks=self.networks)
124
124
 
125
125
 
126
- def get_private_link_access(display_name: Optional[str] = None,
126
+ def get_private_link_access(display_name: Optional[_builtins.str] = None,
127
127
  environment: Optional[Union['GetPrivateLinkAccessEnvironmentArgs', 'GetPrivateLinkAccessEnvironmentArgsDict']] = None,
128
- id: Optional[str] = None,
128
+ id: Optional[_builtins.str] = None,
129
129
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateLinkAccessResult:
130
130
  """
131
131
  [![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)
@@ -151,9 +151,9 @@ def get_private_link_access(display_name: Optional[str] = None,
151
151
  ```
152
152
 
153
153
 
154
- :param str display_name: A human-readable name for the Private Link Access.
154
+ :param _builtins.str display_name: A human-readable name for the Private Link Access.
155
155
  :param Union['GetPrivateLinkAccessEnvironmentArgs', 'GetPrivateLinkAccessEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
156
- :param str id: The ID of the Private Link Access, for example, `pla-abc123`.
156
+ :param _builtins.str id: The ID of the Private Link Access, for example, `pla-abc123`.
157
157
  """
158
158
  __args__ = dict()
159
159
  __args__['displayName'] = display_name
@@ -170,9 +170,9 @@ def get_private_link_access(display_name: Optional[str] = None,
170
170
  gcps=pulumi.get(__ret__, 'gcps'),
171
171
  id=pulumi.get(__ret__, 'id'),
172
172
  networks=pulumi.get(__ret__, 'networks'))
173
- def get_private_link_access_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
173
+ def get_private_link_access_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
174
174
  environment: Optional[pulumi.Input[Union['GetPrivateLinkAccessEnvironmentArgs', 'GetPrivateLinkAccessEnvironmentArgsDict']]] = None,
175
- id: Optional[pulumi.Input[Optional[str]]] = None,
175
+ id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
176
176
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateLinkAccessResult]:
177
177
  """
178
178
  [![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,9 +198,9 @@ def get_private_link_access_output(display_name: Optional[pulumi.Input[Optional[
198
198
  ```
199
199
 
200
200
 
201
- :param str display_name: A human-readable name for the Private Link Access.
201
+ :param _builtins.str display_name: A human-readable name for the Private Link Access.
202
202
  :param Union['GetPrivateLinkAccessEnvironmentArgs', 'GetPrivateLinkAccessEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
203
- :param str id: The ID of the Private Link Access, for example, `pla-abc123`.
203
+ :param _builtins.str id: The ID of the Private Link Access, for example, `pla-abc123`.
204
204
  """
205
205
  __args__ = dict()
206
206
  __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
@@ -60,7 +60,7 @@ class GetPrivateLinkAttachmentResult:
60
60
  raise TypeError("Expected argument 'resource_name' to be a str")
61
61
  pulumi.set(__self__, "resource_name", resource_name)
62
62
 
63
- @property
63
+ @_builtins.property
64
64
  @pulumi.getter
65
65
  def aws(self) -> Sequence['outputs.GetPrivateLinkAttachmentAwResult']:
66
66
  """
@@ -68,65 +68,67 @@ class GetPrivateLinkAttachmentResult:
68
68
  """
69
69
  return pulumi.get(self, "aws")
70
70
 
71
- @property
71
+ @_builtins.property
72
72
  @pulumi.getter
73
73
  def azures(self) -> Sequence['outputs.GetPrivateLinkAttachmentAzureResult']:
74
74
  """
75
75
  (Optional Configuration Block) supports the following:
76
- - `private_link_service_alias ` - (Required String) Azure Private Link service alias for the availability zone.
77
76
  """
78
77
  return pulumi.get(self, "azures")
79
78
 
80
- @property
79
+ @_builtins.property
81
80
  @pulumi.getter
82
- def cloud(self) -> str:
81
+ def cloud(self) -> _builtins.str:
83
82
  """
84
83
  (Optional String) The cloud service provider that hosts the resources to access with the Private Link Attachment.
85
84
  """
86
85
  return pulumi.get(self, "cloud")
87
86
 
88
- @property
87
+ @_builtins.property
89
88
  @pulumi.getter(name="displayName")
90
- def display_name(self) -> str:
89
+ def display_name(self) -> _builtins.str:
91
90
  """
92
91
  (Optional String) The name of the Private Link Attachment.
93
92
  """
94
93
  return pulumi.get(self, "display_name")
95
94
 
96
- @property
95
+ @_builtins.property
97
96
  @pulumi.getter(name="dnsDomain")
98
- def dns_domain(self) -> str:
97
+ def dns_domain(self) -> _builtins.str:
99
98
  """
100
99
  (Required String) The root DNS domain for the Private Link Attachment, for example, `pr123a.us-east-2.aws.confluent.cloud`.
101
100
  """
102
101
  return pulumi.get(self, "dns_domain")
103
102
 
104
- @property
103
+ @_builtins.property
105
104
  @pulumi.getter
106
105
  def environment(self) -> 'outputs.GetPrivateLinkAttachmentEnvironmentResult':
107
106
  return pulumi.get(self, "environment")
108
107
 
109
- @property
108
+ @_builtins.property
110
109
  @pulumi.getter
111
110
  def gcps(self) -> Sequence['outputs.GetPrivateLinkAttachmentGcpResult']:
111
+ """
112
+ (Optional Configuration Block) supports the following:
113
+ """
112
114
  return pulumi.get(self, "gcps")
113
115
 
114
- @property
116
+ @_builtins.property
115
117
  @pulumi.getter
116
- def id(self) -> str:
118
+ def id(self) -> _builtins.str:
117
119
  return pulumi.get(self, "id")
118
120
 
119
- @property
121
+ @_builtins.property
120
122
  @pulumi.getter
121
- def region(self) -> str:
123
+ def region(self) -> _builtins.str:
122
124
  """
123
125
  (Optional String) The cloud service provider region where the resources to be accessed using the Private Link Attachment are located.
124
126
  """
125
127
  return pulumi.get(self, "region")
126
128
 
127
- @property
129
+ @_builtins.property
128
130
  @pulumi.getter(name="resourceName")
129
- def resource_name(self) -> str:
131
+ def resource_name(self) -> _builtins.str:
130
132
  """
131
133
  (Required String) The Confluent Resource Name of the Private Link Attachment, for example `crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-75gxp2/private-link-attachment=platt-1q0ky0`.
132
134
  """
@@ -152,7 +154,7 @@ class AwaitableGetPrivateLinkAttachmentResult(GetPrivateLinkAttachmentResult):
152
154
 
153
155
 
154
156
  def get_private_link_attachment(environment: Optional[Union['GetPrivateLinkAttachmentEnvironmentArgs', 'GetPrivateLinkAttachmentEnvironmentArgsDict']] = None,
155
- id: Optional[str] = None,
157
+ id: Optional[_builtins.str] = None,
156
158
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateLinkAttachmentResult:
157
159
  """
158
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,11 +177,11 @@ def get_private_link_attachment(environment: Optional[Union['GetPrivateLinkAttac
175
177
  ## Getting Started
176
178
 
177
179
  The following end-to-end examples might help to get started with `PrivateLinkAttachment` data source:
178
- * `enterprise-privatelinkattachment-aws-kafka-acls`: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
179
- * `enterprise-privatelinkattachment-azure-kafka-acls`: _Enterprise_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
180
+ * enterprise-privatelinkattachment-aws-kafka-acls: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
181
+ * enterprise-privatelinkattachment-azure-kafka-acls: _Enterprise_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
180
182
 
181
183
 
182
- :param str id: The ID of the Private Link Attachment, for example, `platt-61ovvd`.
184
+ :param _builtins.str id: The ID of the Private Link Attachment, for example, `platt-61ovvd`.
183
185
  """
184
186
  __args__ = dict()
185
187
  __args__['environment'] = environment
@@ -199,7 +201,7 @@ def get_private_link_attachment(environment: Optional[Union['GetPrivateLinkAttac
199
201
  region=pulumi.get(__ret__, 'region'),
200
202
  resource_name=pulumi.get(__ret__, 'resource_name'))
201
203
  def get_private_link_attachment_output(environment: Optional[pulumi.Input[Union['GetPrivateLinkAttachmentEnvironmentArgs', 'GetPrivateLinkAttachmentEnvironmentArgsDict']]] = None,
202
- id: Optional[pulumi.Input[str]] = None,
204
+ id: Optional[pulumi.Input[_builtins.str]] = None,
203
205
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateLinkAttachmentResult]:
204
206
  """
205
207
  [![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)
@@ -222,11 +224,11 @@ def get_private_link_attachment_output(environment: Optional[pulumi.Input[Union[
222
224
  ## Getting Started
223
225
 
224
226
  The following end-to-end examples might help to get started with `PrivateLinkAttachment` data source:
225
- * `enterprise-privatelinkattachment-aws-kafka-acls`: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
226
- * `enterprise-privatelinkattachment-azure-kafka-acls`: _Enterprise_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
227
+ * enterprise-privatelinkattachment-aws-kafka-acls: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
228
+ * enterprise-privatelinkattachment-azure-kafka-acls: _Enterprise_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
227
229
 
228
230
 
229
- :param str id: The ID of the Private Link Attachment, for example, `platt-61ovvd`.
231
+ :param _builtins.str id: The ID of the Private Link Attachment, for example, `platt-61ovvd`.
230
232
  """
231
233
  __args__ = dict()
232
234
  __args__['environment'] = environment