» Data Source: oci_ons_notification_topic

This data source provides details about a specific Notification Topic resource in Oracle Cloud Infrastructure Ons service.

Gets the specified topic's configuration information.

» Example Usage

data "oci_ons_notification_topic" "test_notification_topic" {
    #Required
    topic_id = "${oci_ons_notification_topic.test_notification_topic.id}"
}

» Argument Reference

The following arguments are supported:

» Attributes Reference

The following attributes are exported:

  • api_endpoint - The endpoint for managing topic subscriptions or publishing messages to the topic.
  • compartment_id - The OCID of the compartment for the topic.
  • defined_tags - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
  • description - The description of the topic. Avoid entering confidential information.
  • etag - For optimistic concurrency control. See if-match.
  • freeform_tags - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
  • name - The name of the topic. Avoid entering confidential information.
  • state - The lifecycle state of the topic.
  • time_created - The time the topic was created.
  • topic_id - The OCID of the topic.