Oracle Cloud Infrastructure
getRegistryConnection
This data source provides details about a specific Registry Connection resource in Oracle Cloud Infrastructure Data Connectivity service.
Retrieves the connection details using the specified identifier.
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testRegistryConnection = Output.Create(Oci.DataConnectivity.GetRegistryConnection.InvokeAsync(new Oci.DataConnectivity.GetRegistryConnectionArgs
{
ConnectionKey = @var.Registry_connection_connection_key,
RegistryId = oci_data_connectivity_registry.Test_registry.Id,
}));
}
}
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/DataConnectivity"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DataConnectivity.GetRegistryConnection(ctx, &dataconnectivity.GetRegistryConnectionArgs{
ConnectionKey: _var.Registry_connection_connection_key,
RegistryId: oci_data_connectivity_registry.Test_registry.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_registry_connection = oci.DataConnectivity.get_registry_connection(connection_key=var["registry_connection_connection_key"],
registry_id=oci_data_connectivity_registry["test_registry"]["id"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testRegistryConnection = oci.DataConnectivity.getRegistryConnection({
connectionKey: _var.registry_connection_connection_key,
registryId: oci_data_connectivity_registry.test_registry.id,
});
Coming soon!
Using getRegistryConnection
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 getRegistryConnection(args: GetRegistryConnectionArgs, opts?: InvokeOptions): Promise<GetRegistryConnectionResult>
function getRegistryConnectionOutput(args: GetRegistryConnectionOutputArgs, opts?: InvokeOptions): Output<GetRegistryConnectionResult>
def get_registry_connection(connection_key: Optional[str] = None,
registry_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRegistryConnectionResult
def get_registry_connection_output(connection_key: Optional[pulumi.Input[str]] = None,
registry_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRegistryConnectionResult]
func GetRegistryConnection(ctx *Context, args *GetRegistryConnectionArgs, opts ...InvokeOption) (*GetRegistryConnectionResult, error)
func GetRegistryConnectionOutput(ctx *Context, args *GetRegistryConnectionOutputArgs, opts ...InvokeOption) GetRegistryConnectionResultOutput
> Note: This function is named GetRegistryConnection
in the Go SDK.
public static class GetRegistryConnection
{
public static Task<GetRegistryConnectionResult> InvokeAsync(GetRegistryConnectionArgs args, InvokeOptions? opts = null)
public static Output<GetRegistryConnectionResult> Invoke(GetRegistryConnectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRegistryConnectionResult> getRegistryConnection(GetRegistryConnectionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: oci:DataConnectivity/getRegistryConnection:getRegistryConnection
Arguments:
# Arguments dictionary
The following arguments are supported:
- Connection
Key string The connection key.
- Registry
Id string The registry Ocid.
- Connection
Key string The connection key.
- Registry
Id string The registry Ocid.
- connection
Key String The connection key.
- registry
Id String The registry Ocid.
- connection
Key string The connection key.
- registry
Id string The registry Ocid.
- connection_
key str The connection key.
- registry_
id str The registry Ocid.
- connection
Key String The connection key.
- registry
Id String The registry Ocid.
getRegistryConnection Result
The following output properties are available:
- Connection
Key string - Connection
Properties List<GetRegistry Connection Connection Property> The properties for the connection.
- Description string
The description of the aggregator.
- Id string
- Identifier string
The identifier of the aggregator.
- Is
Default bool The default property for the connection.
- Key string
The identifying key for the object.
- Metadatas
List<Get
Registry Connection Metadata> A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string The object's type.
- Model
Version string The object's model version.
- Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Primary
Schemas List<GetRegistry Connection Primary Schema> The schema object.
- Properties Dictionary<string, object>
All the properties for the connection in a key-value map format.
- Registry
Id string - Registry
Metadatas List<GetRegistry Connection Registry Metadata> Information about the object and its parent.
- Type string
Specific Connection Type
- Connection
Key string - Connection
Properties []GetRegistry Connection Connection Property The properties for the connection.
- Description string
The description of the aggregator.
- Id string
- Identifier string
The identifier of the aggregator.
- Is
Default bool The default property for the connection.
- Key string
The identifying key for the object.
- Metadatas
[]Get
Registry Connection Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string The object's type.
- Model
Version string The object's model version.
- Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Primary
Schemas []GetRegistry Connection Primary Schema The schema object.
- Properties map[string]interface{}
All the properties for the connection in a key-value map format.
- Registry
Id string - Registry
Metadatas []GetRegistry Connection Registry Metadata Information about the object and its parent.
- Type string
Specific Connection Type
- connection
Key String - connection
Properties List<GetRegistry Connection Connection Property> The properties for the connection.
- description String
The description of the aggregator.
- id String
- identifier String
The identifier of the aggregator.
- is
Default Boolean The default property for the connection.
- key String
The identifying key for the object.
- metadatas
List<Get
Registry Connection Metadata> A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String The object's type.
- model
Version String The object's model version.
- name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status Integer The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer The version of the object that is used to track changes in the object instance.
- primary
Schemas List<GetRegistry Connection Primary Schema> The schema object.
- properties Map<String,Object>
All the properties for the connection in a key-value map format.
- registry
Id String - registry
Metadatas List<GetRegistry Connection Registry Metadata> Information about the object and its parent.
- type String
Specific Connection Type
- connection
Key string - connection
Properties GetRegistry Connection Connection Property[] The properties for the connection.
- description string
The description of the aggregator.
- id string
- identifier string
The identifier of the aggregator.
- is
Default boolean The default property for the connection.
- key string
The identifying key for the object.
- metadatas
Get
Registry Connection Metadata[] A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type string The object's type.
- model
Version string The object's model version.
- name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number The version of the object that is used to track changes in the object instance.
- primary
Schemas GetRegistry Connection Primary Schema[] The schema object.
- properties {[key: string]: any}
All the properties for the connection in a key-value map format.
- registry
Id string - registry
Metadatas GetRegistry Connection Registry Metadata[] Information about the object and its parent.
- type string
Specific Connection Type
- connection_
key str - connection_
properties GetRegistry Connection Connection Property] The properties for the connection.
- description str
The description of the aggregator.
- id str
- identifier str
The identifier of the aggregator.
- is_
default bool The default property for the connection.
- key str
The identifying key for the object.
- metadatas
Get
Registry Connection Metadata] A summary type containing information about the object including its key, name and when/who created/updated it.
- model_
type str The object's type.
- model_
version str The object's model version.
- name str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object_
status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version int The version of the object that is used to track changes in the object instance.
- primary_
schemas GetRegistry Connection Primary Schema] The schema object.
- properties Mapping[str, Any]
All the properties for the connection in a key-value map format.
- registry_
id str - registry_
metadatas GetRegistry Connection Registry Metadata] Information about the object and its parent.
- type str
Specific Connection Type
- connection
Key String - connection
Properties List<Property Map> The properties for the connection.
- description String
The description of the aggregator.
- id String
- identifier String
The identifier of the aggregator.
- is
Default Boolean The default property for the connection.
- key String
The identifying key for the object.
- metadatas List<Property Map>
A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String The object's type.
- model
Version String The object's model version.
- name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status Number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number The version of the object that is used to track changes in the object instance.
- primary
Schemas List<Property Map> The schema object.
- properties Map<Any>
All the properties for the connection in a key-value map format.
- registry
Id String - registry
Metadatas List<Property Map> Information about the object and its parent.
- type String
Specific Connection Type
Supporting Types
GetRegistryConnectionConnectionProperty
GetRegistryConnectionMetadata
- Aggregator
Key string The owning object's key for this object.
- Aggregators
List<Get
Registry Connection Metadata Aggregator> A summary type containing information about the object's aggregator including its type, key, name and description.
- Created
By string The user that created the object.
- Created
By stringName The user that created the object.
- Identifier
Path string The full path to identify this object.
- Info
Fields Dictionary<string, object> Information property fields.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Labels List<string>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By string The user that updated the object.
- Updated
By stringName The user that updated the object.
- Aggregator
Key string The owning object's key for this object.
- Aggregators
[]Get
Registry Connection Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Created
By string The user that created the object.
- Created
By stringName The user that created the object.
- Identifier
Path string The full path to identify this object.
- Info
Fields map[string]interface{} Information property fields.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Labels []string
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By string The user that updated the object.
- Updated
By stringName The user that updated the object.
- aggregator
Key String The owning object's key for this object.
- aggregators
List<Get
Registry Connection Metadata Aggregator> A summary type containing information about the object's aggregator including its type, key, name and description.
- created
By String The user that created the object.
- created
By StringName The user that created the object.
- identifier
Path String The full path to identify this object.
- info
Fields Map<String,Object> Information property fields.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Integer The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By String The user that updated the object.
- updated
By StringName The user that updated the object.
- aggregator
Key string The owning object's key for this object.
- aggregators
Get
Registry Connection Metadata Aggregator[] A summary type containing information about the object's aggregator including its type, key, name and description.
- created
By string The user that created the object.
- created
By stringName The user that created the object.
- identifier
Path string The full path to identify this object.
- info
Fields {[key: string]: any} Information property fields.
- is
Favorite boolean Specifies whether this object is a favorite or not.
- labels string[]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version number The registry version.
- time
Created string The date and time that the object was created.
- time
Updated string The date and time that the object was updated.
- updated
By string The user that updated the object.
- updated
By stringName The user that updated the object.
- aggregator_
key str The owning object's key for this object.
- aggregators
Get
Registry Connection Metadata Aggregator] A summary type containing information about the object's aggregator including its type, key, name and description.
- created_
by str The user that created the object.
- created_
by_ strname The user that created the object.
- identifier_
path str The full path to identify this object.
- info_
fields Mapping[str, Any] Information property fields.
- is_
favorite bool Specifies whether this object is a favorite or not.
- labels Sequence[str]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_
version int The registry version.
- time_
created str The date and time that the object was created.
- time_
updated str The date and time that the object was updated.
- updated_
by str The user that updated the object.
- updated_
by_ strname The user that updated the object.
- aggregator
Key String The owning object's key for this object.
- aggregators List<Property Map>
A summary type containing information about the object's aggregator including its type, key, name and description.
- created
By String The user that created the object.
- created
By StringName The user that created the object.
- identifier
Path String The full path to identify this object.
- info
Fields Map<Any> Information property fields.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Number The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By String The user that updated the object.
- updated
By StringName The user that updated the object.
GetRegistryConnectionMetadataAggregator
- Description string
The description of the aggregator.
- Identifier string
The identifier of the aggregator.
- Key string
The identifying key for the object.
- Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
Specific Connection Type
- Description string
The description of the aggregator.
- Identifier string
The identifier of the aggregator.
- Key string
The identifying key for the object.
- Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
Specific Connection Type
- description String
The description of the aggregator.
- identifier String
The identifier of the aggregator.
- key String
The identifying key for the object.
- name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
Specific Connection Type
- description string
The description of the aggregator.
- identifier string
The identifier of the aggregator.
- key string
The identifying key for the object.
- name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type string
Specific Connection Type
- description str
The description of the aggregator.
- identifier str
The identifier of the aggregator.
- key str
The identifying key for the object.
- name str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type str
Specific Connection Type
- description String
The description of the aggregator.
- identifier String
The identifier of the aggregator.
- key String
The identifying key for the object.
- name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
Specific Connection Type
GetRegistryConnectionPrimarySchema
- Default
Connection string The default connection key.
- Description string
The description of the aggregator.
- External
Key string The external key for the object.
- Identifier string
The identifier of the aggregator.
- Is
Has boolContainers Specifies whether the schema has containers.
- Key string
The identifying key for the object.
- Metadatas
List<Get
Registry Connection Primary Schema Metadata> A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string The object's type.
- Model
Version string The object's model version.
- Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Parent
Reves List<GetRegistry Connection Primary Schema Parent Ref> A reference to the object's parent.
- Resource
Name string A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
- Default
Connection string The default connection key.
- Description string
The description of the aggregator.
- External
Key string The external key for the object.
- Identifier string
The identifier of the aggregator.
- Is
Has boolContainers Specifies whether the schema has containers.
- Key string
The identifying key for the object.
- Metadatas
[]Get
Registry Connection Primary Schema Metadata A summary type containing information about the object including its key, name and when/who created/updated it.
- Model
Type string The object's type.
- Model
Version string The object's model version.
- Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Object
Status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- Object
Version int The version of the object that is used to track changes in the object instance.
- Parent
Reves []GetRegistry Connection Primary Schema Parent Ref A reference to the object's parent.
- Resource
Name string A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
- default
Connection String The default connection key.
- description String
The description of the aggregator.
- external
Key String The external key for the object.
- identifier String
The identifier of the aggregator.
- is
Has BooleanContainers Specifies whether the schema has containers.
- key String
The identifying key for the object.
- metadatas
List<Get
Registry Connection Primary Schema Metadata> A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String The object's type.
- model
Version String The object's model version.
- name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status Integer The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Integer The version of the object that is used to track changes in the object instance.
- parent
Reves List<GetRegistry Connection Primary Schema Parent Ref> A reference to the object's parent.
- resource
Name String A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
- default
Connection string The default connection key.
- description string
The description of the aggregator.
- external
Key string The external key for the object.
- identifier string
The identifier of the aggregator.
- is
Has booleanContainers Specifies whether the schema has containers.
- key string
The identifying key for the object.
- metadatas
Get
Registry Connection Primary Schema Metadata[] A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type string The object's type.
- model
Version string The object's model version.
- name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version number The version of the object that is used to track changes in the object instance.
- parent
Reves GetRegistry Connection Primary Schema Parent Ref[] A reference to the object's parent.
- resource
Name string A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
- default_
connection str The default connection key.
- description str
The description of the aggregator.
- external_
key str The external key for the object.
- identifier str
The identifier of the aggregator.
- is_
has_ boolcontainers Specifies whether the schema has containers.
- key str
The identifying key for the object.
- metadatas
Get
Registry Connection Primary Schema Metadata] A summary type containing information about the object including its key, name and when/who created/updated it.
- model_
type str The object's type.
- model_
version str The object's model version.
- name str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object_
status int The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object_
version int The version of the object that is used to track changes in the object instance.
- parent_
reves GetRegistry Connection Primary Schema Parent Ref] A reference to the object's parent.
- resource_
name str A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
- default
Connection String The default connection key.
- description String
The description of the aggregator.
- external
Key String The external key for the object.
- identifier String
The identifier of the aggregator.
- is
Has BooleanContainers Specifies whether the schema has containers.
- key String
The identifying key for the object.
- metadatas List<Property Map>
A summary type containing information about the object including its key, name and when/who created/updated it.
- model
Type String The object's type.
- model
Version String The object's model version.
- name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- object
Status Number The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
- object
Version Number The version of the object that is used to track changes in the object instance.
- parent
Reves List<Property Map> A reference to the object's parent.
- resource
Name String A resource name can have letters, numbers, and special characters. The value is editable and is restricted to 4000 characters.
GetRegistryConnectionPrimarySchemaMetadata
- Aggregator
Key string The owning object's key for this object.
- Aggregators
List<Get
Registry Connection Primary Schema Metadata Aggregator> A summary type containing information about the object's aggregator including its type, key, name and description.
- Created
By string The user that created the object.
- Created
By stringName The user that created the object.
- Identifier
Path string The full path to identify this object.
- Info
Fields Dictionary<string, object> Information property fields.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Labels List<string>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By string The user that updated the object.
- Updated
By stringName The user that updated the object.
- Aggregator
Key string The owning object's key for this object.
- Aggregators
[]Get
Registry Connection Primary Schema Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Created
By string The user that created the object.
- Created
By stringName The user that created the object.
- Identifier
Path string The full path to identify this object.
- Info
Fields map[string]interface{} Information property fields.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Labels []string
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By string The user that updated the object.
- Updated
By stringName The user that updated the object.
- aggregator
Key String The owning object's key for this object.
- aggregators
List<Get
Registry Connection Primary Schema Metadata Aggregator> A summary type containing information about the object's aggregator including its type, key, name and description.
- created
By String The user that created the object.
- created
By StringName The user that created the object.
- identifier
Path String The full path to identify this object.
- info
Fields Map<String,Object> Information property fields.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Integer The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By String The user that updated the object.
- updated
By StringName The user that updated the object.
- aggregator
Key string The owning object's key for this object.
- aggregators
Get
Registry Connection Primary Schema Metadata Aggregator[] A summary type containing information about the object's aggregator including its type, key, name and description.
- created
By string The user that created the object.
- created
By stringName The user that created the object.
- identifier
Path string The full path to identify this object.
- info
Fields {[key: string]: any} Information property fields.
- is
Favorite boolean Specifies whether this object is a favorite or not.
- labels string[]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version number The registry version.
- time
Created string The date and time that the object was created.
- time
Updated string The date and time that the object was updated.
- updated
By string The user that updated the object.
- updated
By stringName The user that updated the object.
- aggregator_
key str The owning object's key for this object.
- aggregators
Get
Registry Connection Primary Schema Metadata Aggregator] A summary type containing information about the object's aggregator including its type, key, name and description.
- created_
by str The user that created the object.
- created_
by_ strname The user that created the object.
- identifier_
path str The full path to identify this object.
- info_
fields Mapping[str, Any] Information property fields.
- is_
favorite bool Specifies whether this object is a favorite or not.
- labels Sequence[str]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_
version int The registry version.
- time_
created str The date and time that the object was created.
- time_
updated str The date and time that the object was updated.
- updated_
by str The user that updated the object.
- updated_
by_ strname The user that updated the object.
- aggregator
Key String The owning object's key for this object.
- aggregators List<Property Map>
A summary type containing information about the object's aggregator including its type, key, name and description.
- created
By String The user that created the object.
- created
By StringName The user that created the object.
- identifier
Path String The full path to identify this object.
- info
Fields Map<Any> Information property fields.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Number The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By String The user that updated the object.
- updated
By StringName The user that updated the object.
GetRegistryConnectionPrimarySchemaMetadataAggregator
- Description string
The description of the aggregator.
- Identifier string
The identifier of the aggregator.
- Key string
The identifying key for the object.
- Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
Specific Connection Type
- Description string
The description of the aggregator.
- Identifier string
The identifier of the aggregator.
- Key string
The identifying key for the object.
- Name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- Type string
Specific Connection Type
- description String
The description of the aggregator.
- identifier String
The identifier of the aggregator.
- key String
The identifying key for the object.
- name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
Specific Connection Type
- description string
The description of the aggregator.
- identifier string
The identifier of the aggregator.
- key string
The identifying key for the object.
- name string
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type string
Specific Connection Type
- description str
The description of the aggregator.
- identifier str
The identifier of the aggregator.
- key str
The identifying key for the object.
- name str
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type str
Specific Connection Type
- description String
The description of the aggregator.
- identifier String
The identifier of the aggregator.
- key String
The identifying key for the object.
- name String
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
- type String
Specific Connection Type
GetRegistryConnectionPrimarySchemaParentRef
- Parent string
Key of the parent object.
- Parent string
Key of the parent object.
- parent String
Key of the parent object.
- parent string
Key of the parent object.
- parent str
Key of the parent object.
- parent String
Key of the parent object.
GetRegistryConnectionRegistryMetadata
- Aggregator
Key string The owning object's key for this object.
- Created
By stringUser Id The id of the user who created the object.
- Created
By stringUser Name The name of the user who created the object.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Key string
The identifying key for the object.
- Labels List<string>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By stringUser Id The id of the user who updated the object.
- Updated
By stringUser Name The name of the user who updated the object.
- Aggregator
Key string The owning object's key for this object.
- Created
By stringUser Id The id of the user who created the object.
- Created
By stringUser Name The name of the user who created the object.
- Is
Favorite bool Specifies whether this object is a favorite or not.
- Key string
The identifying key for the object.
- Labels []string
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- Registry
Version int The registry version.
- Time
Created string The date and time that the object was created.
- Time
Updated string The date and time that the object was updated.
- Updated
By stringUser Id The id of the user who updated the object.
- Updated
By stringUser Name The name of the user who updated the object.
- aggregator
Key String The owning object's key for this object.
- created
By StringUser Id The id of the user who created the object.
- created
By StringUser Name The name of the user who created the object.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- key String
The identifying key for the object.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Integer The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By StringUser Id The id of the user who updated the object.
- updated
By StringUser Name The name of the user who updated the object.
- aggregator
Key string The owning object's key for this object.
- created
By stringUser Id The id of the user who created the object.
- created
By stringUser Name The name of the user who created the object.
- is
Favorite boolean Specifies whether this object is a favorite or not.
- key string
The identifying key for the object.
- labels string[]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version number The registry version.
- time
Created string The date and time that the object was created.
- time
Updated string The date and time that the object was updated.
- updated
By stringUser Id The id of the user who updated the object.
- updated
By stringUser Name The name of the user who updated the object.
- aggregator_
key str The owning object's key for this object.
- created_
by_ struser_ id The id of the user who created the object.
- created_
by_ struser_ name The name of the user who created the object.
- is_
favorite bool Specifies whether this object is a favorite or not.
- key str
The identifying key for the object.
- labels Sequence[str]
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry_
version int The registry version.
- time_
created str The date and time that the object was created.
- time_
updated str The date and time that the object was updated.
- updated_
by_ struser_ id The id of the user who updated the object.
- updated_
by_ struser_ name The name of the user who updated the object.
- aggregator
Key String The owning object's key for this object.
- created
By StringUser Id The id of the user who created the object.
- created
By StringUser Name The name of the user who created the object.
- is
Favorite Boolean Specifies whether this object is a favorite or not.
- key String
The identifying key for the object.
- labels List<String>
Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
- registry
Version Number The registry version.
- time
Created String The date and time that the object was created.
- time
Updated String The date and time that the object was updated.
- updated
By StringUser Id The id of the user who updated the object.
- updated
By StringUser Name The name of the user who updated the object.
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.