» Data Source: oci_email_suppression
This data source provides details about a specific Suppression resource in Oracle Cloud Infrastructure Email service.
Gets the details of a suppressed recipient email address for a given
suppressionId. Each suppression is given a unique OCID.
» Example Usage
data "oci_email_suppression" "test_suppression" {
#Required
suppression_id = "${oci_email_suppression.test_suppression.id}"
}
» Argument Reference
The following arguments are supported:
-
suppression_id- (Required) The unique OCID of the suppression.
» Attributes Reference
The following attributes are exported:
-
compartment_id- The OCID of the compartment to contain the suppression. Since suppressions are at the customer level, this must be the tenancy OCID. -
email_address- The email address of the suppression. -
id- The unique OCID of the suppression. -
reason- The reason that the email address was suppressed. For more information on the types of bounces, see Suppression List. -
time_created- The date and time a recipient's email address was added to the suppression list, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.