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.
- pulumi_confluentcloud/__init__.py +80 -1
- pulumi_confluentcloud/_inputs.py +3875 -2512
- pulumi_confluentcloud/_utilities.py +1 -1
- pulumi_confluentcloud/access_point.py +76 -37
- pulumi_confluentcloud/api_key.py +134 -124
- pulumi_confluentcloud/business_metadata.py +72 -71
- pulumi_confluentcloud/business_metadata_binding.py +97 -96
- pulumi_confluentcloud/byok_key.py +12 -11
- pulumi_confluentcloud/catalog_entity_attributes.py +125 -76
- pulumi_confluentcloud/catalog_integration.py +544 -0
- pulumi_confluentcloud/certificate_authority.py +156 -155
- pulumi_confluentcloud/certificate_pool.py +74 -73
- pulumi_confluentcloud/cluster_link.py +148 -99
- pulumi_confluentcloud/config/__init__.py +2 -1
- pulumi_confluentcloud/config/__init__.pyi +18 -2
- pulumi_confluentcloud/config/outputs.py +110 -0
- pulumi_confluentcloud/config/vars.py +44 -22
- pulumi_confluentcloud/connect_artifact.py +478 -0
- pulumi_confluentcloud/connector.py +95 -90
- pulumi_confluentcloud/custom_connector_plugin.py +142 -141
- pulumi_confluentcloud/custom_connector_plugin_version.py +614 -0
- pulumi_confluentcloud/dns_forwarder.py +53 -48
- pulumi_confluentcloud/dns_record.py +46 -45
- pulumi_confluentcloud/environment.py +74 -73
- pulumi_confluentcloud/flink_artifact.py +190 -187
- pulumi_confluentcloud/flink_compute_pool.py +101 -100
- pulumi_confluentcloud/flink_connection.py +935 -0
- pulumi_confluentcloud/flink_statement.py +155 -140
- pulumi_confluentcloud/gateway.py +44 -31
- pulumi_confluentcloud/get_access_point.py +16 -16
- pulumi_confluentcloud/get_business_metadata.py +23 -23
- pulumi_confluentcloud/get_business_metadata_binding.py +32 -32
- pulumi_confluentcloud/get_byok_key.py +11 -11
- pulumi_confluentcloud/get_catalog_integration.py +188 -0
- pulumi_confluentcloud/get_certificate_authority.py +38 -38
- pulumi_confluentcloud/get_certificate_pool.py +17 -17
- pulumi_confluentcloud/get_cluster_link.py +52 -24
- pulumi_confluentcloud/get_connect_artifact.py +191 -0
- pulumi_confluentcloud/get_dns_record.py +15 -15
- pulumi_confluentcloud/get_environment.py +17 -17
- pulumi_confluentcloud/get_environments.py +6 -6
- pulumi_confluentcloud/get_flink_artifact.py +46 -46
- pulumi_confluentcloud/get_flink_compute_pool.py +27 -27
- pulumi_confluentcloud/get_flink_connection.py +267 -0
- pulumi_confluentcloud/get_flink_region.py +24 -24
- pulumi_confluentcloud/get_gateway.py +18 -18
- pulumi_confluentcloud/get_group_mapping.py +18 -18
- pulumi_confluentcloud/get_identity_pool.py +21 -21
- pulumi_confluentcloud/get_identity_provider.py +35 -21
- pulumi_confluentcloud/get_invitation.py +20 -20
- pulumi_confluentcloud/get_ip_addresses.py +6 -6
- pulumi_confluentcloud/get_ip_filter.py +175 -0
- pulumi_confluentcloud/get_ip_group.py +133 -0
- pulumi_confluentcloud/get_kafka_client_quota.py +17 -17
- pulumi_confluentcloud/get_kafka_cluster.py +55 -41
- pulumi_confluentcloud/get_kafka_topic.py +22 -22
- pulumi_confluentcloud/get_ksql_cluster.py +33 -33
- pulumi_confluentcloud/get_network.py +54 -40
- pulumi_confluentcloud/get_network_link_endpoint.py +17 -17
- pulumi_confluentcloud/get_network_link_service.py +23 -17
- pulumi_confluentcloud/get_organization.py +6 -6
- pulumi_confluentcloud/get_peering.py +19 -19
- pulumi_confluentcloud/get_private_link_access.py +19 -19
- pulumi_confluentcloud/get_private_link_attachment.py +29 -27
- pulumi_confluentcloud/get_private_link_attachment_connection.py +24 -21
- pulumi_confluentcloud/get_provider_integration.py +28 -18
- pulumi_confluentcloud/get_role_binding.py +14 -14
- pulumi_confluentcloud/get_schema.py +40 -40
- pulumi_confluentcloud/get_schema_registry_cluster.py +50 -35
- pulumi_confluentcloud/get_schema_registry_cluster_config.py +16 -16
- pulumi_confluentcloud/get_schema_registry_cluster_mode.py +14 -14
- pulumi_confluentcloud/get_schema_registry_clusters.py +6 -6
- pulumi_confluentcloud/get_schema_registry_dek.py +42 -42
- pulumi_confluentcloud/get_schema_registry_kek.py +30 -30
- pulumi_confluentcloud/get_schemas.py +14 -14
- pulumi_confluentcloud/get_service_account.py +20 -20
- pulumi_confluentcloud/get_subject_config.py +22 -22
- pulumi_confluentcloud/get_subject_mode.py +20 -20
- pulumi_confluentcloud/get_tableflow_topic.py +360 -0
- pulumi_confluentcloud/get_tag.py +24 -24
- pulumi_confluentcloud/get_tag_binding.py +30 -30
- pulumi_confluentcloud/get_transit_gateway_attachment.py +17 -17
- pulumi_confluentcloud/get_user.py +24 -24
- pulumi_confluentcloud/get_users.py +6 -6
- pulumi_confluentcloud/group_mapping.py +54 -53
- pulumi_confluentcloud/identity_pool.py +74 -73
- pulumi_confluentcloud/identity_provider.py +138 -76
- pulumi_confluentcloud/invitation.py +81 -80
- pulumi_confluentcloud/ip_filter.py +420 -0
- pulumi_confluentcloud/ip_group.py +264 -0
- pulumi_confluentcloud/kafka_acl.py +173 -172
- pulumi_confluentcloud/kafka_client_quota.py +63 -62
- pulumi_confluentcloud/kafka_cluster.py +227 -201
- pulumi_confluentcloud/kafka_cluster_config.py +43 -42
- pulumi_confluentcloud/kafka_mirror_topic.py +46 -45
- pulumi_confluentcloud/kafka_topic.py +132 -131
- pulumi_confluentcloud/ksql_cluster.py +117 -120
- pulumi_confluentcloud/network.py +235 -198
- pulumi_confluentcloud/network_link_endpoint.py +62 -68
- pulumi_confluentcloud/network_link_service.py +62 -68
- pulumi_confluentcloud/outputs.py +3135 -2130
- pulumi_confluentcloud/peering.py +60 -66
- pulumi_confluentcloud/plugin.py +428 -0
- pulumi_confluentcloud/private_link_access.py +54 -60
- pulumi_confluentcloud/private_link_attachment.py +93 -88
- pulumi_confluentcloud/private_link_attachment_connection.py +70 -47
- pulumi_confluentcloud/provider.py +299 -201
- pulumi_confluentcloud/provider_integration.py +45 -34
- pulumi_confluentcloud/pulumi-plugin.json +1 -1
- pulumi_confluentcloud/role_binding.py +153 -56
- pulumi_confluentcloud/schema.py +188 -212
- pulumi_confluentcloud/schema_exporter.py +217 -164
- pulumi_confluentcloud/schema_registry_cluster_config.py +60 -59
- pulumi_confluentcloud/schema_registry_cluster_mode.py +90 -42
- pulumi_confluentcloud/schema_registry_dek.py +140 -146
- pulumi_confluentcloud/schema_registry_kek.py +148 -154
- pulumi_confluentcloud/service_account.py +97 -96
- pulumi_confluentcloud/subject_config.py +105 -76
- pulumi_confluentcloud/subject_mode.py +107 -59
- pulumi_confluentcloud/tableflow_topic.py +854 -0
- pulumi_confluentcloud/tag.py +78 -77
- pulumi_confluentcloud/tag_binding.py +117 -82
- pulumi_confluentcloud/tf_importer.py +37 -36
- pulumi_confluentcloud/transit_gateway_attachment.py +38 -44
- {pulumi_confluentcloud-2.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/METADATA +4 -4
- pulumi_confluentcloud-2.50.0a1762926155.dist-info/RECORD +129 -0
- {pulumi_confluentcloud-2.19.0a1741152525.dist-info → pulumi_confluentcloud-2.50.0a1762926155.dist-info}/WHEEL +1 -1
- pulumi_confluentcloud-2.19.0a1741152525.dist-info/RECORD +0 -114
- {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
|
|
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
|
|
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
|
[](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
|
[](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
|
|
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
|
|
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
|
[](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
|
[](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
|
|
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
|
|
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
|
[](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
|
-
*
|
|
179
|
-
*
|
|
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
|
[](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
|
-
*
|
|
226
|
-
*
|
|
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
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
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
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -54,7 +54,7 @@ class GetPrivateLinkAttachmentConnectionResult:
|
|
|
54
54
|
raise TypeError("Expected argument 'resource_name' to be a str")
|
|
55
55
|
pulumi.set(__self__, "resource_name", resource_name)
|
|
56
56
|
|
|
57
|
-
@property
|
|
57
|
+
@_builtins.property
|
|
58
58
|
@pulumi.getter
|
|
59
59
|
def aws(self) -> Sequence['outputs.GetPrivateLinkAttachmentConnectionAwResult']:
|
|
60
60
|
"""
|
|
@@ -62,7 +62,7 @@ class GetPrivateLinkAttachmentConnectionResult:
|
|
|
62
62
|
"""
|
|
63
63
|
return pulumi.get(self, "aws")
|
|
64
64
|
|
|
65
|
-
@property
|
|
65
|
+
@_builtins.property
|
|
66
66
|
@pulumi.getter
|
|
67
67
|
def azures(self) -> Sequence['outputs.GetPrivateLinkAttachmentConnectionAzureResult']:
|
|
68
68
|
"""
|
|
@@ -70,33 +70,36 @@ class GetPrivateLinkAttachmentConnectionResult:
|
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "azures")
|
|
72
72
|
|
|
73
|
-
@property
|
|
73
|
+
@_builtins.property
|
|
74
74
|
@pulumi.getter(name="displayName")
|
|
75
|
-
def display_name(self) -> str:
|
|
75
|
+
def display_name(self) -> _builtins.str:
|
|
76
76
|
"""
|
|
77
77
|
(Optional String) The name of the Private Link Attachment Connection.
|
|
78
78
|
"""
|
|
79
79
|
return pulumi.get(self, "display_name")
|
|
80
80
|
|
|
81
|
-
@property
|
|
81
|
+
@_builtins.property
|
|
82
82
|
@pulumi.getter
|
|
83
83
|
def environment(self) -> 'outputs.GetPrivateLinkAttachmentConnectionEnvironmentResult':
|
|
84
84
|
return pulumi.get(self, "environment")
|
|
85
85
|
|
|
86
|
-
@property
|
|
86
|
+
@_builtins.property
|
|
87
87
|
@pulumi.getter
|
|
88
88
|
def gcps(self) -> Sequence['outputs.GetPrivateLinkAttachmentConnectionGcpResult']:
|
|
89
|
+
"""
|
|
90
|
+
(Optional Configuration Block) supports the following:
|
|
91
|
+
"""
|
|
89
92
|
return pulumi.get(self, "gcps")
|
|
90
93
|
|
|
91
|
-
@property
|
|
94
|
+
@_builtins.property
|
|
92
95
|
@pulumi.getter
|
|
93
|
-
def id(self) -> str:
|
|
96
|
+
def id(self) -> _builtins.str:
|
|
94
97
|
"""
|
|
95
98
|
(Required String) The unique identifier for the private link attachment.
|
|
96
99
|
"""
|
|
97
100
|
return pulumi.get(self, "id")
|
|
98
101
|
|
|
99
|
-
@property
|
|
102
|
+
@_builtins.property
|
|
100
103
|
@pulumi.getter(name="privateLinkAttachments")
|
|
101
104
|
def private_link_attachments(self) -> Sequence['outputs.GetPrivateLinkAttachmentConnectionPrivateLinkAttachmentResult']:
|
|
102
105
|
"""
|
|
@@ -104,9 +107,9 @@ class GetPrivateLinkAttachmentConnectionResult:
|
|
|
104
107
|
"""
|
|
105
108
|
return pulumi.get(self, "private_link_attachments")
|
|
106
109
|
|
|
107
|
-
@property
|
|
110
|
+
@_builtins.property
|
|
108
111
|
@pulumi.getter(name="resourceName")
|
|
109
|
-
def resource_name(self) -> str:
|
|
112
|
+
def resource_name(self) -> _builtins.str:
|
|
110
113
|
"""
|
|
111
114
|
(Required String) The Confluent Resource Name of the Private Link Attachment Connection, for example `crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-75gxp2/private-link-attachment=platt-1q0ky0/private-link-attachment-connection=plattc-77zq2w`.
|
|
112
115
|
"""
|
|
@@ -130,7 +133,7 @@ class AwaitableGetPrivateLinkAttachmentConnectionResult(GetPrivateLinkAttachment
|
|
|
130
133
|
|
|
131
134
|
|
|
132
135
|
def get_private_link_attachment_connection(environment: Optional[Union['GetPrivateLinkAttachmentConnectionEnvironmentArgs', 'GetPrivateLinkAttachmentConnectionEnvironmentArgsDict']] = None,
|
|
133
|
-
id: Optional[str] = None,
|
|
136
|
+
id: Optional[_builtins.str] = None,
|
|
134
137
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetPrivateLinkAttachmentConnectionResult:
|
|
135
138
|
"""
|
|
136
139
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -153,11 +156,11 @@ def get_private_link_attachment_connection(environment: Optional[Union['GetPriva
|
|
|
153
156
|
## Getting Started
|
|
154
157
|
|
|
155
158
|
The following end-to-end examples might help to get started with `PrivateLinkAttachmentConnection` data source:
|
|
156
|
-
*
|
|
157
|
-
*
|
|
159
|
+
* enterprise-privatelinkattachment-aws-kafka-acls: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
|
|
160
|
+
* enterprise-privatelinkattachment-azure-kafka-acls: _Enterprise_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
|
|
158
161
|
|
|
159
162
|
|
|
160
|
-
:param str id: The ID of the Private Link Attachment Connection, for example, `plattc-p5j3ov`.
|
|
163
|
+
:param _builtins.str id: The ID of the Private Link Attachment Connection, for example, `plattc-p5j3ov`.
|
|
161
164
|
"""
|
|
162
165
|
__args__ = dict()
|
|
163
166
|
__args__['environment'] = environment
|
|
@@ -175,7 +178,7 @@ def get_private_link_attachment_connection(environment: Optional[Union['GetPriva
|
|
|
175
178
|
private_link_attachments=pulumi.get(__ret__, 'private_link_attachments'),
|
|
176
179
|
resource_name=pulumi.get(__ret__, 'resource_name'))
|
|
177
180
|
def get_private_link_attachment_connection_output(environment: Optional[pulumi.Input[Union['GetPrivateLinkAttachmentConnectionEnvironmentArgs', 'GetPrivateLinkAttachmentConnectionEnvironmentArgsDict']]] = None,
|
|
178
|
-
id: Optional[pulumi.Input[str]] = None,
|
|
181
|
+
id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
179
182
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetPrivateLinkAttachmentConnectionResult]:
|
|
180
183
|
"""
|
|
181
184
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -198,11 +201,11 @@ def get_private_link_attachment_connection_output(environment: Optional[pulumi.I
|
|
|
198
201
|
## Getting Started
|
|
199
202
|
|
|
200
203
|
The following end-to-end examples might help to get started with `PrivateLinkAttachmentConnection` data source:
|
|
201
|
-
*
|
|
202
|
-
*
|
|
204
|
+
* enterprise-privatelinkattachment-aws-kafka-acls: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
|
|
205
|
+
* enterprise-privatelinkattachment-azure-kafka-acls: _Enterprise_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
|
|
203
206
|
|
|
204
207
|
|
|
205
|
-
:param str id: The ID of the Private Link Attachment Connection, for example, `plattc-p5j3ov`.
|
|
208
|
+
:param _builtins.str id: The ID of the Private Link Attachment Connection, for example, `plattc-p5j3ov`.
|
|
206
209
|
"""
|
|
207
210
|
__args__ = dict()
|
|
208
211
|
__args__['environment'] = environment
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
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
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -45,7 +45,7 @@ class GetProviderIntegrationResult:
|
|
|
45
45
|
raise TypeError("Expected argument 'usages' to be a list")
|
|
46
46
|
pulumi.set(__self__, "usages", usages)
|
|
47
47
|
|
|
48
|
-
@property
|
|
48
|
+
@_builtins.property
|
|
49
49
|
@pulumi.getter
|
|
50
50
|
def aws(self) -> Sequence['outputs.GetProviderIntegrationAwResult']:
|
|
51
51
|
"""
|
|
@@ -53,15 +53,15 @@ class GetProviderIntegrationResult:
|
|
|
53
53
|
"""
|
|
54
54
|
return pulumi.get(self, "aws")
|
|
55
55
|
|
|
56
|
-
@property
|
|
56
|
+
@_builtins.property
|
|
57
57
|
@pulumi.getter(name="displayName")
|
|
58
|
-
def display_name(self) -> str:
|
|
58
|
+
def display_name(self) -> _builtins.str:
|
|
59
59
|
"""
|
|
60
60
|
(Required String) A human-readable name for the Provider Integration.
|
|
61
61
|
"""
|
|
62
62
|
return pulumi.get(self, "display_name")
|
|
63
63
|
|
|
64
|
-
@property
|
|
64
|
+
@_builtins.property
|
|
65
65
|
@pulumi.getter
|
|
66
66
|
def environment(self) -> 'outputs.GetProviderIntegrationEnvironmentResult':
|
|
67
67
|
"""
|
|
@@ -69,17 +69,17 @@ class GetProviderIntegrationResult:
|
|
|
69
69
|
"""
|
|
70
70
|
return pulumi.get(self, "environment")
|
|
71
71
|
|
|
72
|
-
@property
|
|
72
|
+
@_builtins.property
|
|
73
73
|
@pulumi.getter
|
|
74
|
-
def id(self) -> str:
|
|
74
|
+
def id(self) -> _builtins.str:
|
|
75
75
|
"""
|
|
76
76
|
(Required String) The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "id")
|
|
79
79
|
|
|
80
|
-
@property
|
|
80
|
+
@_builtins.property
|
|
81
81
|
@pulumi.getter
|
|
82
|
-
def usages(self) -> Sequence[str]:
|
|
82
|
+
def usages(self) -> Sequence[_builtins.str]:
|
|
83
83
|
"""
|
|
84
84
|
(Required List of Strings) List of resource CRNs where this provider integration is being used.
|
|
85
85
|
"""
|
|
@@ -99,9 +99,9 @@ class AwaitableGetProviderIntegrationResult(GetProviderIntegrationResult):
|
|
|
99
99
|
usages=self.usages)
|
|
100
100
|
|
|
101
101
|
|
|
102
|
-
def get_provider_integration(display_name: Optional[str] = None,
|
|
102
|
+
def get_provider_integration(display_name: Optional[_builtins.str] = None,
|
|
103
103
|
environment: Optional[Union['GetProviderIntegrationEnvironmentArgs', 'GetProviderIntegrationEnvironmentArgsDict']] = None,
|
|
104
|
-
id: Optional[str] = None,
|
|
104
|
+
id: Optional[_builtins.str] = None,
|
|
105
105
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProviderIntegrationResult:
|
|
106
106
|
"""
|
|
107
107
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -126,10 +126,15 @@ def get_provider_integration(display_name: Optional[str] = None,
|
|
|
126
126
|
pulumi.export("exampleUsingName", example_using_name)
|
|
127
127
|
```
|
|
128
128
|
|
|
129
|
+
## Getting Started
|
|
129
130
|
|
|
130
|
-
|
|
131
|
+
The following end-to-end examples might help to get started with `ProviderIntegration` data source:
|
|
132
|
+
* s3-sink-connector-assume-role: Amazon S3 Sink Connector with IAM role-based authorization using a Provider Integration
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
:param _builtins.str display_name: A human-readable name for the Provider Integration.
|
|
131
136
|
:param Union['GetProviderIntegrationEnvironmentArgs', 'GetProviderIntegrationEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
|
|
132
|
-
:param str id: The ID of the Provider Integration, for example, `cspi-4xg0q`.
|
|
137
|
+
:param _builtins.str id: The ID of the Provider Integration, for example, `cspi-4xg0q`.
|
|
133
138
|
"""
|
|
134
139
|
__args__ = dict()
|
|
135
140
|
__args__['displayName'] = display_name
|
|
@@ -144,9 +149,9 @@ def get_provider_integration(display_name: Optional[str] = None,
|
|
|
144
149
|
environment=pulumi.get(__ret__, 'environment'),
|
|
145
150
|
id=pulumi.get(__ret__, 'id'),
|
|
146
151
|
usages=pulumi.get(__ret__, 'usages'))
|
|
147
|
-
def get_provider_integration_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
152
|
+
def get_provider_integration_output(display_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
148
153
|
environment: Optional[pulumi.Input[Union['GetProviderIntegrationEnvironmentArgs', 'GetProviderIntegrationEnvironmentArgsDict']]] = None,
|
|
149
|
-
id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
154
|
+
id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
150
155
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetProviderIntegrationResult]:
|
|
151
156
|
"""
|
|
152
157
|
[](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
@@ -171,10 +176,15 @@ def get_provider_integration_output(display_name: Optional[pulumi.Input[Optional
|
|
|
171
176
|
pulumi.export("exampleUsingName", example_using_name)
|
|
172
177
|
```
|
|
173
178
|
|
|
179
|
+
## Getting Started
|
|
180
|
+
|
|
181
|
+
The following end-to-end examples might help to get started with `ProviderIntegration` data source:
|
|
182
|
+
* s3-sink-connector-assume-role: Amazon S3 Sink Connector with IAM role-based authorization using a Provider Integration
|
|
183
|
+
|
|
174
184
|
|
|
175
|
-
:param str display_name: A human-readable name for the Provider Integration.
|
|
185
|
+
:param _builtins.str display_name: A human-readable name for the Provider Integration.
|
|
176
186
|
:param Union['GetProviderIntegrationEnvironmentArgs', 'GetProviderIntegrationEnvironmentArgsDict'] environment: (Required Configuration Block) supports the following:
|
|
177
|
-
:param str id: The ID of the Provider Integration, for example, `cspi-4xg0q`.
|
|
187
|
+
:param _builtins.str id: The ID of the Provider Integration, for example, `cspi-4xg0q`.
|
|
178
188
|
"""
|
|
179
189
|
__args__ = dict()
|
|
180
190
|
__args__['displayName'] = display_name
|