Oracle Cloud Infrastructure
getRegistryConnections
This data source provides the list of Registry Connections in Oracle Cloud Infrastructure Data Connectivity service.
Retrieves a list of all connections.
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testRegistryConnections = Output.Create(Oci.DataConnectivity.GetRegistryConnections.InvokeAsync(new Oci.DataConnectivity.GetRegistryConnectionsArgs
{
DataAssetKey = @var.Registry_connection_data_asset_key,
RegistryId = oci_data_connectivity_registry.Test_registry.Id,
FavoritesQueryParam = @var.Registry_connection_favorites_query_param,
Fields = @var.Registry_connection_fields,
Name = @var.Registry_connection_name,
Type = @var.Registry_connection_type,
}));
}
}
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.GetRegistryConnections(ctx, &dataconnectivity.GetRegistryConnectionsArgs{
DataAssetKey: _var.Registry_connection_data_asset_key,
RegistryId: oci_data_connectivity_registry.Test_registry.Id,
FavoritesQueryParam: pulumi.StringRef(_var.Registry_connection_favorites_query_param),
Fields: _var.Registry_connection_fields,
Name: pulumi.StringRef(_var.Registry_connection_name),
Type: pulumi.StringRef(_var.Registry_connection_type),
}, nil)
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_registry_connections = oci.DataConnectivity.get_registry_connections(data_asset_key=var["registry_connection_data_asset_key"],
registry_id=oci_data_connectivity_registry["test_registry"]["id"],
favorites_query_param=var["registry_connection_favorites_query_param"],
fields=var["registry_connection_fields"],
name=var["registry_connection_name"],
type=var["registry_connection_type"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testRegistryConnections = oci.DataConnectivity.getRegistryConnections({
dataAssetKey: _var.registry_connection_data_asset_key,
registryId: oci_data_connectivity_registry.test_registry.id,
favoritesQueryParam: _var.registry_connection_favorites_query_param,
fields: _var.registry_connection_fields,
name: _var.registry_connection_name,
type: _var.registry_connection_type,
});
Coming soon!
Using getRegistryConnections
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 getRegistryConnections(args: GetRegistryConnectionsArgs, opts?: InvokeOptions): Promise<GetRegistryConnectionsResult>
function getRegistryConnectionsOutput(args: GetRegistryConnectionsOutputArgs, opts?: InvokeOptions): Output<GetRegistryConnectionsResult>
def get_registry_connections(data_asset_key: Optional[str] = None,
favorites_query_param: Optional[str] = None,
fields: Optional[Sequence[str]] = None,
filters: Optional[Sequence[_dataconnectivity.GetRegistryConnectionsFilter]] = None,
name: Optional[str] = None,
registry_id: Optional[str] = None,
type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRegistryConnectionsResult
def get_registry_connections_output(data_asset_key: Optional[pulumi.Input[str]] = None,
favorites_query_param: Optional[pulumi.Input[str]] = None,
fields: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_dataconnectivity.GetRegistryConnectionsFilterArgs]]]] = None,
name: Optional[pulumi.Input[str]] = None,
registry_id: Optional[pulumi.Input[str]] = None,
type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRegistryConnectionsResult]
func GetRegistryConnections(ctx *Context, args *GetRegistryConnectionsArgs, opts ...InvokeOption) (*GetRegistryConnectionsResult, error)
func GetRegistryConnectionsOutput(ctx *Context, args *GetRegistryConnectionsOutputArgs, opts ...InvokeOption) GetRegistryConnectionsResultOutput
> Note: This function is named GetRegistryConnections
in the Go SDK.
public static class GetRegistryConnections
{
public static Task<GetRegistryConnectionsResult> InvokeAsync(GetRegistryConnectionsArgs args, InvokeOptions? opts = null)
public static Output<GetRegistryConnectionsResult> Invoke(GetRegistryConnectionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRegistryConnectionsResult> getRegistryConnections(GetRegistryConnectionsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: oci:DataConnectivity/getRegistryConnections:getRegistryConnections
Arguments:
# Arguments dictionary
The following arguments are supported:
- Data
Asset stringKey Used to filter by the data asset key of the object.
- Registry
Id string The registry Ocid.
- Favorites
Query stringParam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- Fields List<string>
Specifies the fields to get for an object.
- Filters
List<Get
Registry Connections Filter> - Name string
Used to filter by the name of the object.
- Type string
Type of the object to filter the results with.
- Data
Asset stringKey Used to filter by the data asset key of the object.
- Registry
Id string The registry Ocid.
- Favorites
Query stringParam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- Fields []string
Specifies the fields to get for an object.
- Filters
[]Get
Registry Connections Filter - Name string
Used to filter by the name of the object.
- Type string
Type of the object to filter the results with.
- data
Asset StringKey Used to filter by the data asset key of the object.
- registry
Id String The registry Ocid.
- favorites
Query StringParam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- fields List<String>
Specifies the fields to get for an object.
- filters
List<Get
Registry Connections Filter> - name String
Used to filter by the name of the object.
- type String
Type of the object to filter the results with.
- data
Asset stringKey Used to filter by the data asset key of the object.
- registry
Id string The registry Ocid.
- favorites
Query stringParam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- fields string[]
Specifies the fields to get for an object.
- filters
Get
Registry Connections Filter[] - name string
Used to filter by the name of the object.
- type string
Type of the object to filter the results with.
- data_
asset_ strkey Used to filter by the data asset key of the object.
- registry_
id str The registry Ocid.
- favorites_
query_ strparam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- fields Sequence[str]
Specifies the fields to get for an object.
- filters
Get
Registry Connections Filter] - name str
Used to filter by the name of the object.
- type str
Type of the object to filter the results with.
- data
Asset StringKey Used to filter by the data asset key of the object.
- registry
Id String The registry Ocid.
- favorites
Query StringParam If value is FAVORITES_ONLY, then only objects marked as favorite by the requesting user will be included in result. If value is NON_FAVORITES_ONLY, then objects marked as favorites by the requesting user will be skipped. If value is ALL or if not specified, all objects, irrespective of favorites or not will be returned. Default is ALL.
- fields List<String>
Specifies the fields to get for an object.
- filters List<Property Map>
- name String
Used to filter by the name of the object.
- type String
Type of the object to filter the results with.
getRegistryConnections Result
The following output properties are available:
- Connection
Summary List<GetCollections Registry Connections Connection Summary Collection> The list of connection_summary_collection.
- Data
Asset stringKey - Id string
The provider-assigned unique ID for this managed resource.
- Registry
Id string - Favorites
Query stringParam - Fields List<string>
- Filters
List<Get
Registry Connections Filter> - 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
- Connection
Summary []GetCollections Registry Connections Connection Summary Collection The list of connection_summary_collection.
- Data
Asset stringKey - Id string
The provider-assigned unique ID for this managed resource.
- Registry
Id string - Favorites
Query stringParam - Fields []string
- Filters
[]Get
Registry Connections Filter - 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
- connection
Summary List<GetCollections Registry Connections Connection Summary Collection> The list of connection_summary_collection.
- data
Asset StringKey - id String
The provider-assigned unique ID for this managed resource.
- registry
Id String - favorites
Query StringParam - fields List<String>
- filters
List<Get
Registry Connections Filter> - 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
- connection
Summary GetCollections Registry Connections Connection Summary Collection[] The list of connection_summary_collection.
- data
Asset stringKey - id string
The provider-assigned unique ID for this managed resource.
- registry
Id string - favorites
Query stringParam - fields string[]
- filters
Get
Registry Connections Filter[] - 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
- connection_
summary_ Getcollections Registry Connections Connection Summary Collection] The list of connection_summary_collection.
- data_
asset_ strkey - id str
The provider-assigned unique ID for this managed resource.
- registry_
id str - favorites_
query_ strparam - fields Sequence[str]
- filters
Get
Registry Connections Filter] - 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
- connection
Summary List<Property Map>Collections The list of connection_summary_collection.
- data
Asset StringKey - id String
The provider-assigned unique ID for this managed resource.
- registry
Id String - favorites
Query StringParam - fields List<String>
- filters List<Property Map>
- 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
Supporting Types
GetRegistryConnectionsConnectionSummaryCollection
GetRegistryConnectionsConnectionSummaryCollectionItem
- Connection
Properties List<GetRegistry Connections Connection Summary Collection Item Connection Property> The properties for the connection.
- Description string
The description of the aggregator.
- Identifier string
The identifier of the aggregator.
- Is
Default bool The default property for the connection.
- Key string
The identifying key for the object.
- Metadata
Get
Registry Connections Connection Summary Collection Item 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
Used to filter by the name of the object.
- 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
Schema GetRegistry Connections Connection Summary Collection Item Primary Schema The schema object.
- Properties Dictionary<string, object>
All the properties for the connection in a key-value map format.
- Registry
Id string The registry Ocid.
- Registry
Metadata GetRegistry Connections Connection Summary Collection Item Registry Metadata Information about the object and its parent.
- Type string
Type of the object to filter the results with.
- Connection
Properties []GetRegistry Connections Connection Summary Collection Item Connection Property The properties for the connection.
- Description string
The description of the aggregator.
- Identifier string
The identifier of the aggregator.
- Is
Default bool The default property for the connection.
- Key string
The identifying key for the object.
- Metadata
Get
Registry Connections Connection Summary Collection Item 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
Used to filter by the name of the object.
- 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
Schema GetRegistry Connections Connection Summary Collection Item Primary Schema The schema object.
- Properties map[string]interface{}
All the properties for the connection in a key-value map format.
- Registry
Id string The registry Ocid.
- Registry
Metadata GetRegistry Connections Connection Summary Collection Item Registry Metadata Information about the object and its parent.
- Type string
Type of the object to filter the results with.
- connection
Properties List<GetRegistry Connections Connection Summary Collection Item Connection Property> The properties for the connection.
- description String
The description of the aggregator.
- identifier String
The identifier of the aggregator.
- is
Default Boolean The default property for the connection.
- key String
The identifying key for the object.
- metadata
Get
Registry Connections Connection Summary Collection Item 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
Used to filter by the name of the object.
- 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
Schema GetRegistry Connections Connection Summary Collection Item Primary Schema The schema object.
- properties Map<String,Object>
All the properties for the connection in a key-value map format.
- registry
Id String The registry Ocid.
- registry
Metadata GetRegistry Connections Connection Summary Collection Item Registry Metadata Information about the object and its parent.
- type String
Type of the object to filter the results with.
- connection
Properties GetRegistry Connections Connection Summary Collection Item Connection Property[] The properties for the connection.
- description string
The description of the aggregator.
- identifier string
The identifier of the aggregator.
- is
Default boolean The default property for the connection.
- key string
The identifying key for the object.
- metadata
Get
Registry Connections Connection Summary Collection Item 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
Used to filter by the name of the object.
- 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
Schema GetRegistry Connections Connection Summary Collection Item Primary Schema The schema object.
- properties {[key: string]: any}
All the properties for the connection in a key-value map format.
- registry
Id string The registry Ocid.
- registry
Metadata GetRegistry Connections Connection Summary Collection Item Registry Metadata Information about the object and its parent.
- type string
Type of the object to filter the results with.
- connection_
properties GetRegistry Connections Connection Summary Collection Item Connection Property] The properties for the connection.
- description str
The description of the aggregator.
- identifier str
The identifier of the aggregator.
- is_
default bool The default property for the connection.
- key str
The identifying key for the object.
- metadata
Get
Registry Connections Connection Summary Collection Item 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
Used to filter by the name of the object.
- 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_
schema GetRegistry Connections Connection Summary Collection Item Primary Schema The schema object.
- properties Mapping[str, Any]
All the properties for the connection in a key-value map format.
- registry_
id str The registry Ocid.
- registry_
metadata GetRegistry Connections Connection Summary Collection Item Registry Metadata Information about the object and its parent.
- type str
Type of the object to filter the results with.
- connection
Properties List<Property Map> The properties for the connection.
- description String
The description of the aggregator.
- identifier String
The identifier of the aggregator.
- is
Default Boolean The default property for the connection.
- key String
The identifying key for the object.
- metadata 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
Used to filter by the name of the object.
- 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
Schema Property Map The schema object.
- properties Map<Any>
All the properties for the connection in a key-value map format.
- registry
Id String The registry Ocid.
- registry
Metadata Property Map Information about the object and its parent.
- type String
Type of the object to filter the results with.
GetRegistryConnectionsConnectionSummaryCollectionItemConnectionProperty
GetRegistryConnectionsConnectionSummaryCollectionItemMetadata
- Aggregator
Get
Registry Connections Connection Summary Collection Item Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string The owning object's key for this object.
- 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
Get
Registry Connections Connection Summary Collection Item Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string The owning object's key for this object.
- 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
Get
Registry Connections Connection Summary Collection Item Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key String The owning object's key for this object.
- 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
Get
Registry Connections Connection Summary Collection Item Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key string The owning object's key for this object.
- 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
Get
Registry Connections Connection Summary Collection Item Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator_
key str The owning object's key for this object.
- 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 Property Map
A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key String The owning object's key for this object.
- 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.
GetRegistryConnectionsConnectionSummaryCollectionItemMetadataAggregator
- Description string
The description of the aggregator.
- Identifier string
The identifier of the aggregator.
- Key string
The identifying key for the object.
- Name string
Used to filter by the name of the object.
- Type string
Type of the object to filter the results with.
- Description string
The description of the aggregator.
- Identifier string
The identifier of the aggregator.
- Key string
The identifying key for the object.
- Name string
Used to filter by the name of the object.
- Type string
Type of the object to filter the results with.
- description String
The description of the aggregator.
- identifier String
The identifier of the aggregator.
- key String
The identifying key for the object.
- name String
Used to filter by the name of the object.
- type String
Type of the object to filter the results with.
- description string
The description of the aggregator.
- identifier string
The identifier of the aggregator.
- key string
The identifying key for the object.
- name string
Used to filter by the name of the object.
- type string
Type of the object to filter the results with.
- description str
The description of the aggregator.
- identifier str
The identifier of the aggregator.
- key str
The identifying key for the object.
- name str
Used to filter by the name of the object.
- type str
Type of the object to filter the results with.
- description String
The description of the aggregator.
- identifier String
The identifier of the aggregator.
- key String
The identifying key for the object.
- name String
Used to filter by the name of the object.
- type String
Type of the object to filter the results with.
GetRegistryConnectionsConnectionSummaryCollectionItemPrimarySchema
- 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.
- Metadata
Get
Registry Connections Connection Summary Collection Item 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
Used to filter by the name of the object.
- 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
Ref GetRegistry Connections Connection Summary Collection Item 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.
- Metadata
Get
Registry Connections Connection Summary Collection Item 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
Used to filter by the name of the object.
- 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
Ref GetRegistry Connections Connection Summary Collection Item 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.
- metadata
Get
Registry Connections Connection Summary Collection Item 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
Used to filter by the name of the object.
- 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
Ref GetRegistry Connections Connection Summary Collection Item 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.
- metadata
Get
Registry Connections Connection Summary Collection Item 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
Used to filter by the name of the object.
- 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
Ref GetRegistry Connections Connection Summary Collection Item 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.
- metadata
Get
Registry Connections Connection Summary Collection Item 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
Used to filter by the name of the object.
- 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_
ref GetRegistry Connections Connection Summary Collection Item 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.
- metadata 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
Used to filter by the name of the object.
- 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
Ref 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.
GetRegistryConnectionsConnectionSummaryCollectionItemPrimarySchemaMetadata
- Aggregator
Get
Registry Connections Connection Summary Collection Item Primary Schema Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string The owning object's key for this object.
- 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
Get
Registry Connections Connection Summary Collection Item Primary Schema Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- Aggregator
Key string The owning object's key for this object.
- 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
Get
Registry Connections Connection Summary Collection Item Primary Schema Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key String The owning object's key for this object.
- 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
Get
Registry Connections Connection Summary Collection Item Primary Schema Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key string The owning object's key for this object.
- 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
Get
Registry Connections Connection Summary Collection Item Primary Schema Metadata Aggregator A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator_
key str The owning object's key for this object.
- 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 Property Map
A summary type containing information about the object's aggregator including its type, key, name and description.
- aggregator
Key String The owning object's key for this object.
- 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.
GetRegistryConnectionsConnectionSummaryCollectionItemPrimarySchemaMetadataAggregator
- Description string
The description of the aggregator.
- Identifier string
The identifier of the aggregator.
- Key string
The identifying key for the object.
- Name string
Used to filter by the name of the object.
- Type string
Type of the object to filter the results with.
- Description string
The description of the aggregator.
- Identifier string
The identifier of the aggregator.
- Key string
The identifying key for the object.
- Name string
Used to filter by the name of the object.
- Type string
Type of the object to filter the results with.
- description String
The description of the aggregator.
- identifier String
The identifier of the aggregator.
- key String
The identifying key for the object.
- name String
Used to filter by the name of the object.
- type String
Type of the object to filter the results with.
- description string
The description of the aggregator.
- identifier string
The identifier of the aggregator.
- key string
The identifying key for the object.
- name string
Used to filter by the name of the object.
- type string
Type of the object to filter the results with.
- description str
The description of the aggregator.
- identifier str
The identifier of the aggregator.
- key str
The identifying key for the object.
- name str
Used to filter by the name of the object.
- type str
Type of the object to filter the results with.
- description String
The description of the aggregator.
- identifier String
The identifier of the aggregator.
- key String
The identifying key for the object.
- name String
Used to filter by the name of the object.
- type String
Type of the object to filter the results with.
GetRegistryConnectionsConnectionSummaryCollectionItemPrimarySchemaParentRef
- 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.
GetRegistryConnectionsConnectionSummaryCollectionItemRegistryMetadata
- 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.
GetRegistryConnectionsFilter
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.