You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/stream_privatelink_endpoints.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,11 +99,14 @@ Read-Only:
99
99
100
100
-`dns_domain` (String) Domain name of Privatelink connected cluster.
101
101
-`dns_sub_domain` (List of String) Sub-Domain name of Confluent cluster. These are typically your availability zones.
102
+
-`error_message` (String) Error message if the connection is in a failed state.
102
103
-`id` (String) The ID of the Private Link connection.
103
104
-`interface_endpoint_id` (String) Interface endpoint ID that is created from the specified service endpoint ID.
105
+
-`interface_endpoint_name` (String) Name of interface endpoint that is created from the specified service endpoint ID.
104
106
-`project_id` (String) Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access.
105
107
106
108
**NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group or project id remains the same. The resource and corresponding endpoints use the term groups.
109
+
-`provider_account_id` (String) Account ID from the cloud provider.
107
110
-`provider_name` (String) Provider where the Kafka cluster is deployed.
108
111
-`region` (String) Domain name of Confluent cluster.
109
112
-`service_endpoint_id` (String) Service Endpoint ID.
-`error_message` (String) Error message if the connection is in a failed state.
102
103
-`id` (String) The ID of the Private Link connection.
103
104
-`interface_endpoint_id` (String) Interface endpoint ID that is created from the specified service endpoint ID.
105
+
-`interface_endpoint_name` (String) Name of interface endpoint that is created from the specified service endpoint ID.
106
+
-`provider_account_id` (String) Account ID from the cloud provider.
104
107
-`state` (String) Status of the connection.
105
108
106
109
For more information see: [MongoDB Atlas API - Streams Privatelink](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Streams/operation/createPrivateLinkConnection) Documentation.
MarkdownDescription: "Sub-Domain name of Confluent cluster. These are typically your availability zones.",
24
24
ElementType: types.StringType,
25
25
},
26
+
"error_message": schema.StringAttribute{
27
+
Computed: true,
28
+
MarkdownDescription: "Error message if the connection is in a failed state.",
29
+
},
26
30
"project_id": schema.StringAttribute{
27
31
Required: true,
28
32
MarkdownDescription: "Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access.\n\n**NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group or project id remains the same. The resource and corresponding endpoints use the term groups.",
tb.Fatal("`CONFLUENT_CLOUD_API_KEY`, `CONFLUENT_CLOUD_API_SECRET`, `CONFLUENT_CLOUD_NETWORK_ID`, and `CONFLUENT_CLOUD_PRIVATELINK_ACCESS_ID` must be set for Cloud Backup Snapshot Export Bucket acceptance testing")
387
+
tb.Fatal("`CONFLUENT_CLOUD_API_KEY`, `CONFLUENT_CLOUD_API_SECRET`, `CONFLUENT_CLOUD_NETWORK_ID`, and `CONFLUENT_CLOUD_PRIVATELINK_ACCESS_ID` must be set for AWS PrivateLink acceptance testing")
0 commit comments