This data source provides details about a specific Pbf Listing resource in Oracle Cloud Infrastructure Functions service.
Fetches a Pre-built Function(PBF) Listing. Returns a PbfListing response model.
data "oci_functions_pbf_listing" "test_pbf_listing" {
#Required
pbf_listing_id = oci_functions_pbf_listing.test_pbf_listing.id
}
The following arguments are supported:
pbf_listing_id
- (Required) unique PbfListing identifierThe following attributes are exported:
defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
description
- A short overview of the PBF Listing: the purpose of the PBF and and associated information.freeform_tags
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
id
- Unique identifier that is immutable on creation.name
- A brief descriptive name for the PBF listing. The PBF listing name must be unique, and not match and existing PBF. publisher_details
- Contains details about the publisher of this PBF Listing.
name
- Name of the Publisherstate
- The current state of the PBF resource.system_tags
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
time_created
- The time the PbfListing was created. An RFC3339 formatted datetime string.time_updated
- The last time the PbfListing was updated. An RFC3339 formatted datetime string.triggers
- An array of Trigger. A list of triggers that may activate the PBF.
name
- A brief descriptive name for the PBF trigger.