oci logo
Oracle Cloud Infrastructure v0.13.0, Mar 28 23

oci.DataCatalog.getCatalogType

This data source provides details about a specific Catalog Type resource in Oracle Cloud Infrastructure Data Catalog service.

Gets a specific type by key within a data catalog.

Example Usage

using System.Collections.Generic;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testCatalogType = Oci.DataCatalog.GetCatalogType.Invoke(new()
    {
        CatalogId = oci_datacatalog_catalog.Test_catalog.Id,
        TypeKey = @var.Catalog_type_type_key,
        Fields = @var.Catalog_type_fields,
    });

});
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.GetCatalogType(ctx, &datacatalog.GetCatalogTypeArgs{
			CatalogId: oci_datacatalog_catalog.Test_catalog.Id,
			TypeKey:   _var.Catalog_type_type_key,
			Fields:    _var.Catalog_type_fields,
		}, 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.GetCatalogTypeArgs;
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 testCatalogType = DataCatalogFunctions.getCatalogType(GetCatalogTypeArgs.builder()
            .catalogId(oci_datacatalog_catalog.test_catalog().id())
            .typeKey(var_.catalog_type_type_key())
            .fields(var_.catalog_type_fields())
            .build());

    }
}
import pulumi
import pulumi_oci as oci

test_catalog_type = oci.DataCatalog.get_catalog_type(catalog_id=oci_datacatalog_catalog["test_catalog"]["id"],
    type_key=var["catalog_type_type_key"],
    fields=var["catalog_type_fields"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testCatalogType = oci.DataCatalog.getCatalogType({
    catalogId: oci_datacatalog_catalog.test_catalog.id,
    typeKey: _var.catalog_type_type_key,
    fields: _var.catalog_type_fields,
});
variables:
  testCatalogType:
    fn::invoke:
      Function: oci:DataCatalog:getCatalogType
      Arguments:
        catalogId: ${oci_datacatalog_catalog.test_catalog.id}
        typeKey: ${var.catalog_type_type_key}
        fields: ${var.catalog_type_fields}

Using getCatalogType

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 getCatalogType(args: GetCatalogTypeArgs, opts?: InvokeOptions): Promise<GetCatalogTypeResult>
function getCatalogTypeOutput(args: GetCatalogTypeOutputArgs, opts?: InvokeOptions): Output<GetCatalogTypeResult>
def get_catalog_type(catalog_id: Optional[str] = None,
                     fields: Optional[Sequence[str]] = None,
                     type_key: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetCatalogTypeResult
def get_catalog_type_output(catalog_id: Optional[pulumi.Input[str]] = None,
                     fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                     type_key: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetCatalogTypeResult]
func GetCatalogType(ctx *Context, args *GetCatalogTypeArgs, opts ...InvokeOption) (*GetCatalogTypeResult, error)
func GetCatalogTypeOutput(ctx *Context, args *GetCatalogTypeOutputArgs, opts ...InvokeOption) GetCatalogTypeResultOutput

> Note: This function is named GetCatalogType in the Go SDK.

public static class GetCatalogType 
{
    public static Task<GetCatalogTypeResult> InvokeAsync(GetCatalogTypeArgs args, InvokeOptions? opts = null)
    public static Output<GetCatalogTypeResult> Invoke(GetCatalogTypeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCatalogTypeResult> getCatalogType(GetCatalogTypeArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: oci:DataCatalog/getCatalogType:getCatalogType
  arguments:
    # arguments dictionary

The following arguments are supported:

CatalogId string

Unique catalog identifier.

TypeKey string

Unique type key.

Fields List<string>

Specifies the fields to return in a type response.

CatalogId string

Unique catalog identifier.

TypeKey string

Unique type key.

Fields []string

Specifies the fields to return in a type response.

catalogId String

Unique catalog identifier.

typeKey String

Unique type key.

fields List<String>

Specifies the fields to return in a type response.

catalogId string

Unique catalog identifier.

typeKey string

Unique type key.

fields string[]

Specifies the fields to return in a type response.

catalog_id str

Unique catalog identifier.

type_key str

Unique type key.

fields Sequence[str]

Specifies the fields to return in a type response.

catalogId String

Unique catalog identifier.

typeKey String

Unique type key.

fields List<String>

Specifies the fields to return in a type response.

getCatalogType Result

The following output properties are available:

CatalogId string

The data catalog's OCID.

Description string

Detailed description of the type.

ExternalTypeName string

Mapping type equivalence in the external system.

Id string

The provider-assigned unique ID for this managed resource.

IsApproved bool

Indicates whether the type is approved for use as a classifying object.

IsInternal bool

Indicates whether the type is internal, making it unavailable for use by metadata elements.

IsTag bool

Indicates whether the type can be used for tagging metadata elements.

Key string

Unique type key that is immutable.

Name string

The immutable name of the type.

Properties Dictionary<string, object>

A map of arrays which defines the type specific properties, both required and optional. The map keys are category names and the values are arrays contiaing all property details. Every property is contained inside of a category. Most types have required properties within the "default" category. Example: { "properties": { "default": { "attributes:": [ { "name": "host", "type": "string", "isRequired": true, "isUpdatable": false }, ... ] } } }

State string

The current state of the type.

TypeCategory string

Indicates the category this type belongs to. For instance, data assets, connections.

TypeKey string
Uri string

URI to the type instance in the API.

Fields List<string>
CatalogId string

The data catalog's OCID.

Description string

Detailed description of the type.

ExternalTypeName string

Mapping type equivalence in the external system.

Id string

The provider-assigned unique ID for this managed resource.

IsApproved bool

Indicates whether the type is approved for use as a classifying object.

IsInternal bool

Indicates whether the type is internal, making it unavailable for use by metadata elements.

IsTag bool

Indicates whether the type can be used for tagging metadata elements.

Key string

Unique type key that is immutable.

Name string

The immutable name of the type.

Properties map[string]interface{}

A map of arrays which defines the type specific properties, both required and optional. The map keys are category names and the values are arrays contiaing all property details. Every property is contained inside of a category. Most types have required properties within the "default" category. Example: { "properties": { "default": { "attributes:": [ { "name": "host", "type": "string", "isRequired": true, "isUpdatable": false }, ... ] } } }

State string

The current state of the type.

TypeCategory string

Indicates the category this type belongs to. For instance, data assets, connections.

TypeKey string
Uri string

URI to the type instance in the API.

Fields []string
catalogId String

The data catalog's OCID.

description String

Detailed description of the type.

externalTypeName String

Mapping type equivalence in the external system.

id String

The provider-assigned unique ID for this managed resource.

isApproved Boolean

Indicates whether the type is approved for use as a classifying object.

isInternal Boolean

Indicates whether the type is internal, making it unavailable for use by metadata elements.

isTag Boolean

Indicates whether the type can be used for tagging metadata elements.

key String

Unique type key that is immutable.

name String

The immutable name of the type.

properties Map<String,Object>

A map of arrays which defines the type specific properties, both required and optional. The map keys are category names and the values are arrays contiaing all property details. Every property is contained inside of a category. Most types have required properties within the "default" category. Example: { "properties": { "default": { "attributes:": [ { "name": "host", "type": "string", "isRequired": true, "isUpdatable": false }, ... ] } } }

state String

The current state of the type.

typeCategory String

Indicates the category this type belongs to. For instance, data assets, connections.

typeKey String
uri String

URI to the type instance in the API.

fields List<String>
catalogId string

The data catalog's OCID.

description string

Detailed description of the type.

externalTypeName string

Mapping type equivalence in the external system.

id string

The provider-assigned unique ID for this managed resource.

isApproved boolean

Indicates whether the type is approved for use as a classifying object.

isInternal boolean

Indicates whether the type is internal, making it unavailable for use by metadata elements.

isTag boolean

Indicates whether the type can be used for tagging metadata elements.

key string

Unique type key that is immutable.

name string

The immutable name of the type.

properties {[key: string]: any}

A map of arrays which defines the type specific properties, both required and optional. The map keys are category names and the values are arrays contiaing all property details. Every property is contained inside of a category. Most types have required properties within the "default" category. Example: { "properties": { "default": { "attributes:": [ { "name": "host", "type": "string", "isRequired": true, "isUpdatable": false }, ... ] } } }

state string

The current state of the type.

typeCategory string

Indicates the category this type belongs to. For instance, data assets, connections.

typeKey string
uri string

URI to the type instance in the API.

fields string[]
catalog_id str

The data catalog's OCID.

description str

Detailed description of the type.

external_type_name str

Mapping type equivalence in the external system.

id str

The provider-assigned unique ID for this managed resource.

is_approved bool

Indicates whether the type is approved for use as a classifying object.

is_internal bool

Indicates whether the type is internal, making it unavailable for use by metadata elements.

is_tag bool

Indicates whether the type can be used for tagging metadata elements.

key str

Unique type key that is immutable.

name str

The immutable name of the type.

properties Mapping[str, Any]

A map of arrays which defines the type specific properties, both required and optional. The map keys are category names and the values are arrays contiaing all property details. Every property is contained inside of a category. Most types have required properties within the "default" category. Example: { "properties": { "default": { "attributes:": [ { "name": "host", "type": "string", "isRequired": true, "isUpdatable": false }, ... ] } } }

state str

The current state of the type.

type_category str

Indicates the category this type belongs to. For instance, data assets, connections.

type_key str
uri str

URI to the type instance in the API.

fields Sequence[str]
catalogId String

The data catalog's OCID.

description String

Detailed description of the type.

externalTypeName String

Mapping type equivalence in the external system.

id String

The provider-assigned unique ID for this managed resource.

isApproved Boolean

Indicates whether the type is approved for use as a classifying object.

isInternal Boolean

Indicates whether the type is internal, making it unavailable for use by metadata elements.

isTag Boolean

Indicates whether the type can be used for tagging metadata elements.

key String

Unique type key that is immutable.

name String

The immutable name of the type.

properties Map<Any>

A map of arrays which defines the type specific properties, both required and optional. The map keys are category names and the values are arrays contiaing all property details. Every property is contained inside of a category. Most types have required properties within the "default" category. Example: { "properties": { "default": { "attributes:": [ { "name": "host", "type": "string", "isRequired": true, "isUpdatable": false }, ... ] } } }

state String

The current state of the type.

typeCategory String

Indicates the category this type belongs to. For instance, data assets, connections.

typeKey String
uri String

URI to the type instance in the API.

fields List<String>

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes

This Pulumi package is based on the oci Terraform Provider.