oci.DataCatalog.getCatalog
Explore with Pulumi AI
This data source provides details about a specific Catalog resource in Oracle Cloud Infrastructure Data Catalog service.
Gets a data catalog by identifier.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testCatalog = Oci.DataCatalog.GetCatalog.Invoke(new()
{
CatalogId = oci_datacatalog_catalog.Test_catalog.Id,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DataCatalog"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DataCatalog.GetCatalog(ctx, &datacatalog.GetCatalogArgs{
CatalogId: oci_datacatalog_catalog.Test_catalog.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataCatalog.DataCatalogFunctions;
import com.pulumi.oci.DataCatalog.inputs.GetCatalogArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testCatalog = DataCatalogFunctions.getCatalog(GetCatalogArgs.builder()
.catalogId(oci_datacatalog_catalog.test_catalog().id())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_catalog = oci.DataCatalog.get_catalog(catalog_id=oci_datacatalog_catalog["test_catalog"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testCatalog = oci.DataCatalog.getCatalog({
catalogId: oci_datacatalog_catalog.test_catalog.id,
});
variables:
testCatalog:
fn::invoke:
Function: oci:DataCatalog:getCatalog
Arguments:
catalogId: ${oci_datacatalog_catalog.test_catalog.id}
Using getCatalog
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCatalog(args: GetCatalogArgs, opts?: InvokeOptions): Promise<GetCatalogResult>
function getCatalogOutput(args: GetCatalogOutputArgs, opts?: InvokeOptions): Output<GetCatalogResult>
def get_catalog(catalog_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCatalogResult
def get_catalog_output(catalog_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCatalogResult]
func GetCatalog(ctx *Context, args *GetCatalogArgs, opts ...InvokeOption) (*GetCatalogResult, error)
func GetCatalogOutput(ctx *Context, args *GetCatalogOutputArgs, opts ...InvokeOption) GetCatalogResultOutput
> Note: This function is named GetCatalog
in the Go SDK.
public static class GetCatalog
{
public static Task<GetCatalogResult> InvokeAsync(GetCatalogArgs args, InvokeOptions? opts = null)
public static Output<GetCatalogResult> Invoke(GetCatalogInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCatalogResult> getCatalog(GetCatalogArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataCatalog/getCatalog:getCatalog
arguments:
# arguments dictionary
The following arguments are supported:
- Catalog
Id string Unique catalog identifier.
- Catalog
Id string Unique catalog identifier.
- catalog
Id String Unique catalog identifier.
- catalog
Id string Unique catalog identifier.
- catalog_
id str Unique catalog identifier.
- catalog
Id String Unique catalog identifier.
getCatalog Result
The following output properties are available:
- Attached
Catalog List<string>Private Endpoints The list of private reverse connection endpoints attached to the catalog
- Catalog
Id string - Compartment
Id string Compartment identifier.
- Dictionary<string, object>
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string Data catalog identifier, which can be renamed.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
Unique identifier that is immutable on creation.
- Lifecycle
Details string An message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'Failed' state.
- Number
Of intObjects The number of data objects added to the data catalog. Please see the data catalog documentation for further information on how this is calculated.
- Service
Api stringUrl The REST front endpoint URL to the data catalog instance.
- Service
Console stringUrl The console front endpoint URL to the data catalog instance.
- State string
The current state of the data catalog resource.
- Time
Created string The time the data catalog was created. An RFC3339 formatted datetime string.
- Time
Updated string The time the data catalog was updated. An RFC3339 formatted datetime string.
- Attached
Catalog []stringPrivate Endpoints The list of private reverse connection endpoints attached to the catalog
- Catalog
Id string - Compartment
Id string Compartment identifier.
- map[string]interface{}
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string Data catalog identifier, which can be renamed.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
Unique identifier that is immutable on creation.
- Lifecycle
Details string An message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'Failed' state.
- Number
Of intObjects The number of data objects added to the data catalog. Please see the data catalog documentation for further information on how this is calculated.
- Service
Api stringUrl The REST front endpoint URL to the data catalog instance.
- Service
Console stringUrl The console front endpoint URL to the data catalog instance.
- State string
The current state of the data catalog resource.
- Time
Created string The time the data catalog was created. An RFC3339 formatted datetime string.
- Time
Updated string The time the data catalog was updated. An RFC3339 formatted datetime string.
- attached
Catalog List<String>Private Endpoints The list of private reverse connection endpoints attached to the catalog
- catalog
Id String - compartment
Id String Compartment identifier.
- Map<String,Object>
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String Data catalog identifier, which can be renamed.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
Unique identifier that is immutable on creation.
- lifecycle
Details String An message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'Failed' state.
- number
Of IntegerObjects The number of data objects added to the data catalog. Please see the data catalog documentation for further information on how this is calculated.
- service
Api StringUrl The REST front endpoint URL to the data catalog instance.
- service
Console StringUrl The console front endpoint URL to the data catalog instance.
- state String
The current state of the data catalog resource.
- time
Created String The time the data catalog was created. An RFC3339 formatted datetime string.
- time
Updated String The time the data catalog was updated. An RFC3339 formatted datetime string.
- attached
Catalog string[]Private Endpoints The list of private reverse connection endpoints attached to the catalog
- catalog
Id string - compartment
Id string Compartment identifier.
- {[key: string]: any}
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string Data catalog identifier, which can be renamed.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
Unique identifier that is immutable on creation.
- lifecycle
Details string An message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'Failed' state.
- number
Of numberObjects The number of data objects added to the data catalog. Please see the data catalog documentation for further information on how this is calculated.
- service
Api stringUrl The REST front endpoint URL to the data catalog instance.
- service
Console stringUrl The console front endpoint URL to the data catalog instance.
- state string
The current state of the data catalog resource.
- time
Created string The time the data catalog was created. An RFC3339 formatted datetime string.
- time
Updated string The time the data catalog was updated. An RFC3339 formatted datetime string.
- attached_
catalog_ Sequence[str]private_ endpoints The list of private reverse connection endpoints attached to the catalog
- catalog_
id str - compartment_
id str Compartment identifier.
- Mapping[str, Any]
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str Data catalog identifier, which can be renamed.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
Unique identifier that is immutable on creation.
- lifecycle_
details str An message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'Failed' state.
- number_
of_ intobjects The number of data objects added to the data catalog. Please see the data catalog documentation for further information on how this is calculated.
- service_
api_ strurl The REST front endpoint URL to the data catalog instance.
- service_
console_ strurl The console front endpoint URL to the data catalog instance.
- state str
The current state of the data catalog resource.
- time_
created str The time the data catalog was created. An RFC3339 formatted datetime string.
- time_
updated str The time the data catalog was updated. An RFC3339 formatted datetime string.
- attached
Catalog List<String>Private Endpoints The list of private reverse connection endpoints attached to the catalog
- catalog
Id String - compartment
Id String Compartment identifier.
- Map<Any>
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String Data catalog identifier, which can be renamed.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
Unique identifier that is immutable on creation.
- lifecycle
Details String An message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in 'Failed' state.
- number
Of NumberObjects The number of data objects added to the data catalog. Please see the data catalog documentation for further information on how this is calculated.
- service
Api StringUrl The REST front endpoint URL to the data catalog instance.
- service
Console StringUrl The console front endpoint URL to the data catalog instance.
- state String
The current state of the data catalog resource.
- time
Created String The time the data catalog was created. An RFC3339 formatted datetime string.
- time
Updated String The time the data catalog was updated. An RFC3339 formatted datetime string.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.