Viewing docs for Oracle Cloud Infrastructure v4.9.0
published on Thursday, Apr 30, 2026 by Pulumi
published on Thursday, Apr 30, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.9.0
published on Thursday, Apr 30, 2026 by Pulumi
published on Thursday, Apr 30, 2026 by Pulumi
This data source provides the list of Semantic Stores in Oracle Cloud Infrastructure Generative AI service.
Lists the SemanticStores given specific filter.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSemanticStores = oci.GenerativeAi.getSemanticStores({
compartmentId: compartmentId,
dataSourceQueryingConnectionId: testConnection.id,
displayName: semanticStoreDisplayName,
id: semanticStoreId,
states: semanticStoreState,
});
import pulumi
import pulumi_oci as oci
test_semantic_stores = oci.GenerativeAi.get_semantic_stores(compartment_id=compartment_id,
data_source_querying_connection_id=test_connection["id"],
display_name=semantic_store_display_name,
id=semantic_store_id,
states=semantic_store_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/generativeai"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := generativeai.GetSemanticStores(ctx, &generativeai.GetSemanticStoresArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DataSourceQueryingConnectionId: pulumi.StringRef(testConnection.Id),
DisplayName: pulumi.StringRef(semanticStoreDisplayName),
Id: pulumi.StringRef(semanticStoreId),
States: semanticStoreState,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testSemanticStores = Oci.GenerativeAi.GetSemanticStores.Invoke(new()
{
CompartmentId = compartmentId,
DataSourceQueryingConnectionId = testConnection.Id,
DisplayName = semanticStoreDisplayName,
Id = semanticStoreId,
States = semanticStoreState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GenerativeAi.GenerativeAiFunctions;
import com.pulumi.oci.GenerativeAi.inputs.GetSemanticStoresArgs;
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 testSemanticStores = GenerativeAiFunctions.getSemanticStores(GetSemanticStoresArgs.builder()
.compartmentId(compartmentId)
.dataSourceQueryingConnectionId(testConnection.id())
.displayName(semanticStoreDisplayName)
.id(semanticStoreId)
.states(semanticStoreState)
.build());
}
}
variables:
testSemanticStores:
fn::invoke:
function: oci:GenerativeAi:getSemanticStores
arguments:
compartmentId: ${compartmentId}
dataSourceQueryingConnectionId: ${testConnection.id}
displayName: ${semanticStoreDisplayName}
id: ${semanticStoreId}
states: ${semanticStoreState}
Using getSemanticStores
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 getSemanticStores(args: GetSemanticStoresArgs, opts?: InvokeOptions): Promise<GetSemanticStoresResult>
function getSemanticStoresOutput(args: GetSemanticStoresOutputArgs, opts?: InvokeOptions): Output<GetSemanticStoresResult>def get_semantic_stores(compartment_id: Optional[str] = None,
data_source_querying_connection_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetSemanticStoresFilter]] = None,
id: Optional[str] = None,
states: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetSemanticStoresResult
def get_semantic_stores_output(compartment_id: Optional[pulumi.Input[str]] = None,
data_source_querying_connection_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetSemanticStoresFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
states: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSemanticStoresResult]func GetSemanticStores(ctx *Context, args *GetSemanticStoresArgs, opts ...InvokeOption) (*GetSemanticStoresResult, error)
func GetSemanticStoresOutput(ctx *Context, args *GetSemanticStoresOutputArgs, opts ...InvokeOption) GetSemanticStoresResultOutput> Note: This function is named GetSemanticStores in the Go SDK.
public static class GetSemanticStores
{
public static Task<GetSemanticStoresResult> InvokeAsync(GetSemanticStoresArgs args, InvokeOptions? opts = null)
public static Output<GetSemanticStoresResult> Invoke(GetSemanticStoresInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSemanticStoresResult> getSemanticStores(GetSemanticStoresArgs args, InvokeOptions options)
public static Output<GetSemanticStoresResult> getSemanticStores(GetSemanticStoresArgs args, InvokeOptions options)
fn::invoke:
function: oci:GenerativeAi/getSemanticStores:getSemanticStores
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Data
Source stringQuerying Connection Id - A filter to return only resources whose queryingConnectionId matches with this id.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Semantic Stores Filter> - Id string
- The OCID of the SemanticStore.
- States List<string>
- A filter to return only resources whose lifecycle state matches the given array.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Data
Source stringQuerying Connection Id - A filter to return only resources whose queryingConnectionId matches with this id.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Semantic Stores Filter - Id string
- The OCID of the SemanticStore.
- States []string
- A filter to return only resources whose lifecycle state matches the given array.
- compartment
Id String - The OCID of the compartment in which to list resources.
- data
Source StringQuerying Connection Id - A filter to return only resources whose queryingConnectionId matches with this id.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Semantic Stores Filter> - id String
- The OCID of the SemanticStore.
- states List<String>
- A filter to return only resources whose lifecycle state matches the given array.
- compartment
Id string - The OCID of the compartment in which to list resources.
- data
Source stringQuerying Connection Id - A filter to return only resources whose queryingConnectionId matches with this id.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Semantic Stores Filter[] - id string
- The OCID of the SemanticStore.
- states string[]
- A filter to return only resources whose lifecycle state matches the given array.
- compartment_
id str - The OCID of the compartment in which to list resources.
- data_
source_ strquerying_ connection_ id - A filter to return only resources whose queryingConnectionId matches with this id.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[Get
Semantic Stores Filter] - id str
- The OCID of the SemanticStore.
- states Sequence[str]
- A filter to return only resources whose lifecycle state matches the given array.
- compartment
Id String - The OCID of the compartment in which to list resources.
- data
Source StringQuerying Connection Id - A filter to return only resources whose queryingConnectionId matches with this id.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- id String
- The OCID of the SemanticStore.
- states List<String>
- A filter to return only resources whose lifecycle state matches the given array.
getSemanticStores Result
The following output properties are available:
- Semantic
Store List<GetCollections Semantic Stores Semantic Store Collection> - The list of semantic_store_collection.
- Compartment
Id string - Owning compartment OCID for a SemanticStore.
- Data
Source stringQuerying Connection Id - Display
Name string - A user-friendly name.
- Filters
List<Get
Semantic Stores Filter> - Id string
- An OCID that uniquely identifies a SemanticStore.
- States List<string>
- The lifecycle state of a SemanticStore.
- Semantic
Store []GetCollections Semantic Stores Semantic Store Collection - The list of semantic_store_collection.
- Compartment
Id string - Owning compartment OCID for a SemanticStore.
- Data
Source stringQuerying Connection Id - Display
Name string - A user-friendly name.
- Filters
[]Get
Semantic Stores Filter - Id string
- An OCID that uniquely identifies a SemanticStore.
- States []string
- The lifecycle state of a SemanticStore.
- semantic
Store List<GetCollections Semantic Stores Semantic Store Collection> - The list of semantic_store_collection.
- compartment
Id String - Owning compartment OCID for a SemanticStore.
- data
Source StringQuerying Connection Id - display
Name String - A user-friendly name.
- filters
List<Get
Semantic Stores Filter> - id String
- An OCID that uniquely identifies a SemanticStore.
- states List<String>
- The lifecycle state of a SemanticStore.
- semantic
Store GetCollections Semantic Stores Semantic Store Collection[] - The list of semantic_store_collection.
- compartment
Id string - Owning compartment OCID for a SemanticStore.
- data
Source stringQuerying Connection Id - display
Name string - A user-friendly name.
- filters
Get
Semantic Stores Filter[] - id string
- An OCID that uniquely identifies a SemanticStore.
- states string[]
- The lifecycle state of a SemanticStore.
- semantic_
store_ Sequence[Getcollections Semantic Stores Semantic Store Collection] - The list of semantic_store_collection.
- compartment_
id str - Owning compartment OCID for a SemanticStore.
- data_
source_ strquerying_ connection_ id - display_
name str - A user-friendly name.
- filters
Sequence[Get
Semantic Stores Filter] - id str
- An OCID that uniquely identifies a SemanticStore.
- states Sequence[str]
- The lifecycle state of a SemanticStore.
- semantic
Store List<Property Map>Collections - The list of semantic_store_collection.
- compartment
Id String - Owning compartment OCID for a SemanticStore.
- data
Source StringQuerying Connection Id - display
Name String - A user-friendly name.
- filters List<Property Map>
- id String
- An OCID that uniquely identifies a SemanticStore.
- states List<String>
- The lifecycle state of a SemanticStore.
Supporting Types
GetSemanticStoresFilter
GetSemanticStoresSemanticStoreCollection
GetSemanticStoresSemanticStoreCollectionItem
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Data
Sources List<GetSemantic Stores Semantic Store Collection Item Data Source> - Defines the data source that the semantic model connects to.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- An optional description of the SemanticStore.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the SemanticStore.
- Lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- Refresh
Schedules List<GetSemantic Stores Semantic Store Collection Item Refresh Schedule> - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- Schemas
List<Get
Semantic Stores Semantic Store Collection Item Schema> - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- State string
- A filter to return only resources whose lifecycle state matches the given array.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time that the SemanticStore was created in the format of an RFC3339 datetime string.
- Time
Updated string - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Data
Sources []GetSemantic Stores Semantic Store Collection Item Data Source - Defines the data source that the semantic model connects to.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- An optional description of the SemanticStore.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The OCID of the SemanticStore.
- Lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- Refresh
Schedules []GetSemantic Stores Semantic Store Collection Item Refresh Schedule - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- Schemas
[]Get
Semantic Stores Semantic Store Collection Item Schema - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- State string
- A filter to return only resources whose lifecycle state matches the given array.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time that the SemanticStore was created in the format of an RFC3339 datetime string.
- Time
Updated string - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
- compartment
Id String - The OCID of the compartment in which to list resources.
- data
Sources List<GetSemantic Stores Semantic Store Collection Item Data Source> - Defines the data source that the semantic model connects to.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- An optional description of the SemanticStore.
- display
Name String - A filter to return only resources that match the given display name exactly.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the SemanticStore.
- lifecycle
Details String - A message describing the current state in more detail that can provide actionable information.
- refresh
Schedules List<GetSemantic Stores Semantic Store Collection Item Refresh Schedule> - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- schemas
List<Get
Semantic Stores Semantic Store Collection Item Schema> - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- state String
- A filter to return only resources whose lifecycle state matches the given array.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time that the SemanticStore was created in the format of an RFC3339 datetime string.
- time
Updated String - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
- compartment
Id string - The OCID of the compartment in which to list resources.
- data
Sources GetSemantic Stores Semantic Store Collection Item Data Source[] - Defines the data source that the semantic model connects to.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description string
- An optional description of the SemanticStore.
- display
Name string - A filter to return only resources that match the given display name exactly.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- The OCID of the SemanticStore.
- lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- refresh
Schedules GetSemantic Stores Semantic Store Collection Item Refresh Schedule[] - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- schemas
Get
Semantic Stores Semantic Store Collection Item Schema[] - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- state string
- A filter to return only resources whose lifecycle state matches the given array.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time that the SemanticStore was created in the format of an RFC3339 datetime string.
- time
Updated string - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
- compartment_
id str - The OCID of the compartment in which to list resources.
- data_
sources Sequence[GetSemantic Stores Semantic Store Collection Item Data Source] - Defines the data source that the semantic model connects to.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description str
- An optional description of the SemanticStore.
- display_
name str - A filter to return only resources that match the given display name exactly.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id str
- The OCID of the SemanticStore.
- lifecycle_
details str - A message describing the current state in more detail that can provide actionable information.
- refresh_
schedules Sequence[GetSemantic Stores Semantic Store Collection Item Refresh Schedule] - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- schemas
Sequence[Get
Semantic Stores Semantic Store Collection Item Schema] - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- state str
- A filter to return only resources whose lifecycle state matches the given array.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The date and time that the SemanticStore was created in the format of an RFC3339 datetime string.
- time_
updated str - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
- compartment
Id String - The OCID of the compartment in which to list resources.
- data
Sources List<Property Map> - Defines the data source that the semantic model connects to.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- An optional description of the SemanticStore.
- display
Name String - A filter to return only resources that match the given display name exactly.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The OCID of the SemanticStore.
- lifecycle
Details String - A message describing the current state in more detail that can provide actionable information.
- refresh
Schedules List<Property Map> - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- schemas List<Property Map>
- Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- state String
- A filter to return only resources whose lifecycle state matches the given array.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time that the SemanticStore was created in the format of an RFC3339 datetime string.
- time
Updated String - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
GetSemanticStoresSemanticStoreCollectionItemDataSource
- Connection
Type string - Specifies the type of underlying connection.
- Enrichment
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- Querying
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
- Connection
Type string - Specifies the type of underlying connection.
- Enrichment
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- Querying
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
- connection
Type String - Specifies the type of underlying connection.
- enrichment
Connection StringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- querying
Connection StringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
- connection
Type string - Specifies the type of underlying connection.
- enrichment
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- querying
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
- connection_
type str - Specifies the type of underlying connection.
- enrichment_
connection_ strid - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- querying_
connection_ strid - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
- connection
Type String - Specifies the type of underlying connection.
- enrichment
Connection StringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- querying
Connection StringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
GetSemanticStoresSemanticStoreCollectionItemRefreshSchedule
- Type string
- Specifies the type of refresh schedule.
- Value string
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
- Type string
- Specifies the type of refresh schedule.
- Value string
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
- type String
- Specifies the type of refresh schedule.
- value String
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
- type string
- Specifies the type of refresh schedule.
- value string
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
- type str
- Specifies the type of refresh schedule.
- value str
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
- type String
- Specifies the type of refresh schedule.
- value String
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
GetSemanticStoresSemanticStoreCollectionItemSchema
- Connection
Type string - Specifies the type of underlying connection.
- Schemas
List<Get
Semantic Stores Semantic Store Collection Item Schema Schema> - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- Connection
Type string - Specifies the type of underlying connection.
- Schemas
[]Get
Semantic Stores Semantic Store Collection Item Schema Schema - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- connection
Type String - Specifies the type of underlying connection.
- schemas
List<Get
Semantic Stores Semantic Store Collection Item Schema Schema> - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- connection
Type string - Specifies the type of underlying connection.
- schemas
Get
Semantic Stores Semantic Store Collection Item Schema Schema[] - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- connection_
type str - Specifies the type of underlying connection.
- schemas
Sequence[Get
Semantic Stores Semantic Store Collection Item Schema Schema] - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- connection
Type String - Specifies the type of underlying connection.
- schemas List<Property Map>
- Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
GetSemanticStoresSemanticStoreCollectionItemSchemaSchema
- Name string
- Name string
- name String
- name string
- name str
- name String
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.9.0
published on Thursday, Apr 30, 2026 by Pulumi
published on Thursday, Apr 30, 2026 by Pulumi
