Data Source: oci_ons_subscriptions
This data source provides the list of Subscriptions in Oracle Cloud Infrastructure Notifications service.
Lists the subscriptions in the specified compartment or topic.
Transactions Per Minute (TPM) per-tenancy limit for this operation: 60.
Example Usage
data "oci_ons_subscriptions" "test_subscriptions" {
#Required
compartment_id = var.compartment_id
#Optional
topic_id = oci_ons_notification_topic.test_notification_topic.id
}
Argument Reference
The following arguments are supported:
compartment_id
- (Required) The OCID of the compartment.topic_id
- (Optional) Return all subscriptions that are subscribed to the given topic OCID. Either this query parameter or the compartmentId query parameter must be set.
Attributes Reference
The following attributes are exported:
subscriptions
- The list of subscriptions.
Subscription Reference
The following attributes are exported:
compartment_id
- The OCID of the compartment for the subscription.created_time
- The time when this suscription was created.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
-backoff_retry_policy
-max_retry_duration
- The maximum retry duration in milliseconds.policy_type
- The type of delivery policy. Default value: EXPONENTIAL.
endpoint
- A locator that corresponds to the subscription protocol. For example, an email address for a subscription that uses theEMAIL
protocol, or a URL for a subscription that uses an HTTP-based protocol. Avoid entering confidential information.etag
- For optimistic concurrency control. Seeif-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.Allowed values:
CUSTOM_HTTPS
EMAIL
HTTPS
(deprecated; for PagerDuty endpoints, usePAGERDUTY
)ORACLE_FUNCTIONS
PAGERDUTY
SLACK
SMS
For information about subscription protocols, see To create a subscription.
state
- The lifecycle state of the subscription. The status of a new subscription is PENDING; when confirmed, the subscription status changes to ACTIVE.topic_id
- The OCID of the associated topic.