Data Source: oci_golden_gate_messages
This data source provides the list of Messages in Oracle Cloud Infrastructure Golden Gate service.
Lists the DeploymentMessages for a deployment. The sorting order is not important. By default first will be Upgrade message, next Exception message and then Storage Utilization message.
Example Usage
data "oci_golden_gate_messages" "test_messages" {
#Required
deployment_id = oci_golden_gate_deployment.test_deployment.id
}
Argument Reference
The following arguments are supported:
deployment_id- (Required) A unique Deployment identifier.
Attributes Reference
The following attributes are exported:
deployment_messages_collection- The list of deployment_messages_collection.
Message Reference
The following attributes are exported:
items- An array of DeploymentMessages.deployment_message- The deployment Message in plain text with optional HTML anchor tags.deployment_message_status- The deployment Message Status.id- The deployment Message Id.