» Data Source: oci_ons_subscription

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

Gets the specified subscription's configuration information.

» Example Usage

data "oci_ons_subscription" "test_subscription" {
    #Required
    subscription_id = "${oci_ons_subscription.test_subscription.id}"
}

» Argument Reference

The following arguments are supported:

» Attributes Reference

The following attributes are exported:

  • 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"}
  • delivery_policy - The delivery policy of the subscription. Stored as a JSON string.
  • endpoint - The endpoint of the subscription. Valid values depend on the protocol. For EMAIL, only an email address is valid. For HTTPS, only a PagerDuty URL is valid. A URL cannot exceed 512 characters. 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"}
  • id - The OCID of the subscription.
  • protocol - The protocol used for the subscription. Valid values: EMAIL, HTTPS.
  • state - The lifecycle state of the subscription. Default value for a newly created subscription: PENDING.