equinix_fabric_stream_attachment (Data Source)
Fabric V4 API compatible data resource that allow user to fetch Equinix Fabric Stream Asset Attachment by IDs
Additional Documentation:
- Getting Started: https://docs.equinix.com/observability/streaming-data/integratewithsink/
- API: https://docs.equinix.com/api-catalog/fabricv4/#tag/Streams
Example Usage
data "equinix_fabric_stream_attachment" "by_ids" {
asset_id = "<id_of_the_asset_being_attached>"
asset = "<asset_group>"
stream_id = "<id_of_the_stream_asset_is_being_attached_to>"
}
Schema
Required
asset(String) Equinix defined asset category. Matches the product name the asset is a part ofasset_id(String) Equinix defined UUID of the asset being attached to the streamstream_id(String) The uuid of the stream this data source should retrieve
Read-Only
attachment_status(String) Value representing status for the stream attachmenthref(String) Equinix auto generated URI to the stream attachment in Equinix Portalid(String) The unique identifier of the resourcemetrics_enabled(Boolean) Boolean value indicating enablement of metrics for this asset stream attachmenttype(String) Equinix defined type for the asset stream attachmentuuid(String) Equinix-assigned unique id for the stream attachment