Data Source: oci_dns_view

This data source provides details about a specific View resource in Oracle Cloud Infrastructure DNS service.

Gets information about a specific view. Note that attempting to get a view in the DELETED lifecycleState will result in a 404 response to be consistent with other operations of the API. Requires a PRIVATE scope query parameter.

Example Usage

data "oci_dns_view" "test_view" {
	#Required
	view_id = oci_dns_view.test_view.id
	scope = "PRIVATE"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: