Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Nosql.getTables
Explore with Pulumi AI
This data source provides the list of Tables in Oracle Cloud Infrastructure NoSQL Database service.
Get a list of tables in a compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testTables = oci.Nosql.getTables({
    compartmentId: compartmentId,
    name: tableName,
    state: tableState,
});
import pulumi
import pulumi_oci as oci
test_tables = oci.Nosql.get_tables(compartment_id=compartment_id,
    name=table_name,
    state=table_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/nosql"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := nosql.GetTables(ctx, &nosql.GetTablesArgs{
			CompartmentId: compartmentId,
			Name:          pulumi.StringRef(tableName),
			State:         pulumi.StringRef(tableState),
		}, 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 testTables = Oci.Nosql.GetTables.Invoke(new()
    {
        CompartmentId = compartmentId,
        Name = tableName,
        State = tableState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Nosql.NosqlFunctions;
import com.pulumi.oci.Nosql.inputs.GetTablesArgs;
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 testTables = NosqlFunctions.getTables(GetTablesArgs.builder()
            .compartmentId(compartmentId)
            .name(tableName)
            .state(tableState)
            .build());
    }
}
variables:
  testTables:
    fn::invoke:
      function: oci:Nosql:getTables
      arguments:
        compartmentId: ${compartmentId}
        name: ${tableName}
        state: ${tableState}
Using getTables
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 getTables(args: GetTablesArgs, opts?: InvokeOptions): Promise<GetTablesResult>
function getTablesOutput(args: GetTablesOutputArgs, opts?: InvokeOptions): Output<GetTablesResult>def get_tables(compartment_id: Optional[str] = None,
               filters: Optional[Sequence[GetTablesFilter]] = None,
               name: Optional[str] = None,
               state: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetTablesResult
def get_tables_output(compartment_id: Optional[pulumi.Input[str]] = None,
               filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetTablesFilterArgs]]]] = None,
               name: Optional[pulumi.Input[str]] = None,
               state: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetTablesResult]func GetTables(ctx *Context, args *GetTablesArgs, opts ...InvokeOption) (*GetTablesResult, error)
func GetTablesOutput(ctx *Context, args *GetTablesOutputArgs, opts ...InvokeOption) GetTablesResultOutput> Note: This function is named GetTables in the Go SDK.
public static class GetTables 
{
    public static Task<GetTablesResult> InvokeAsync(GetTablesArgs args, InvokeOptions? opts = null)
    public static Output<GetTablesResult> Invoke(GetTablesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTablesResult> getTables(GetTablesArgs args, InvokeOptions options)
public static Output<GetTablesResult> getTables(GetTablesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Nosql/getTables:getTables
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The ID of a table's compartment.
- Filters
List<GetTables Filter> 
- Name string
- A shell-globbing-style (*?[]) filter for names.
- State string
- Filter list by the lifecycle state of the item.
- CompartmentId string
- The ID of a table's compartment.
- Filters
[]GetTables Filter 
- Name string
- A shell-globbing-style (*?[]) filter for names.
- State string
- Filter list by the lifecycle state of the item.
- compartmentId String
- The ID of a table's compartment.
- filters
List<GetTables Filter> 
- name String
- A shell-globbing-style (*?[]) filter for names.
- state String
- Filter list by the lifecycle state of the item.
- compartmentId string
- The ID of a table's compartment.
- filters
GetTables Filter[] 
- name string
- A shell-globbing-style (*?[]) filter for names.
- state string
- Filter list by the lifecycle state of the item.
- compartment_id str
- The ID of a table's compartment.
- filters
Sequence[GetTables Filter] 
- name str
- A shell-globbing-style (*?[]) filter for names.
- state str
- Filter list by the lifecycle state of the item.
- compartmentId String
- The ID of a table's compartment.
- filters List<Property Map>
- name String
- A shell-globbing-style (*?[]) filter for names.
- state String
- Filter list by the lifecycle state of the item.
getTables Result
The following output properties are available:
- CompartmentId string
- Compartment Identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- TableCollections List<GetTables Table Collection> 
- The list of table_collection.
- Filters
List<GetTables Filter> 
- Name string
- Human-friendly table name, immutable.
- State string
- The state of a table.
- CompartmentId string
- Compartment Identifier.
- Id string
- The provider-assigned unique ID for this managed resource.
- TableCollections []GetTables Table Collection 
- The list of table_collection.
- Filters
[]GetTables Filter 
- Name string
- Human-friendly table name, immutable.
- State string
- The state of a table.
- compartmentId String
- Compartment Identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- tableCollections List<GetTables Table Collection> 
- The list of table_collection.
- filters
List<GetTables Filter> 
- name String
- Human-friendly table name, immutable.
- state String
- The state of a table.
- compartmentId string
- Compartment Identifier.
- id string
- The provider-assigned unique ID for this managed resource.
- tableCollections GetTables Table Collection[] 
- The list of table_collection.
- filters
GetTables Filter[] 
- name string
- Human-friendly table name, immutable.
- state string
- The state of a table.
- compartment_id str
- Compartment Identifier.
- id str
- The provider-assigned unique ID for this managed resource.
- table_collections Sequence[GetTables Table Collection] 
- The list of table_collection.
- filters
Sequence[GetTables Filter] 
- name str
- Human-friendly table name, immutable.
- state str
- The state of a table.
- compartmentId String
- Compartment Identifier.
- id String
- The provider-assigned unique ID for this managed resource.
- tableCollections List<Property Map>
- The list of table_collection.
- filters List<Property Map>
- name String
- Human-friendly table name, immutable.
- state String
- The state of a table.
Supporting Types
GetTablesFilter  
GetTablesTableCollection   
- CompartmentId string
- The ID of a table's compartment.
- DdlStatement string
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}}
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- Unique identifier that is immutable.
- IsAuto boolReclaimable 
- True if this table can be reclaimed after an idle period.
- IsMulti boolRegion 
- True if this table is currently a member of a replication set.
- LifecycleDetails string
- A message describing the current state in more detail.
- LocalReplica intInitialization In Percent 
- Name string
- A shell-globbing-style (*?[]) filter for names.
- Replicas
List<GetTables Table Collection Replica> 
- SchemaState string
- The current state of this table's schema. Available states are MUTABLE - The schema can be changed. The table is not eligible for replication. FROZEN - The schema is immutable. The table is eligible for replication.
- Schemas
List<GetTables Table Collection Schema> 
- State string
- Filter list by the lifecycle state of the item.
- Dictionary<string, string>
- Read-only system tag. These predefined keys are scoped to namespaces. At present the only supported namespace is "orcl-cloud"; and the only key in that namespace is"free-tier-retained". Example:{"orcl-cloud"": {"free-tier-retained": "true"}}
- TableLimits List<GetTables Table Collection Table Limit> 
- Throughput and storage limits configuration of a table.
- TimeCreated string
- The time the the table was created. An RFC3339 formatted datetime string.
- TimeOf stringExpiration 
- If lifecycleState is INACTIVE, indicates when this table will be automatically removed. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the the table's metadata was last updated. An RFC3339 formatted datetime string.
- CompartmentId string
- The ID of a table's compartment.
- DdlStatement string
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}}
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- Unique identifier that is immutable.
- IsAuto boolReclaimable 
- True if this table can be reclaimed after an idle period.
- IsMulti boolRegion 
- True if this table is currently a member of a replication set.
- LifecycleDetails string
- A message describing the current state in more detail.
- LocalReplica intInitialization In Percent 
- Name string
- A shell-globbing-style (*?[]) filter for names.
- Replicas
[]GetTables Table Collection Replica 
- SchemaState string
- The current state of this table's schema. Available states are MUTABLE - The schema can be changed. The table is not eligible for replication. FROZEN - The schema is immutable. The table is eligible for replication.
- Schemas
[]GetTables Table Collection Schema 
- State string
- Filter list by the lifecycle state of the item.
- map[string]string
- Read-only system tag. These predefined keys are scoped to namespaces. At present the only supported namespace is "orcl-cloud"; and the only key in that namespace is"free-tier-retained". Example:{"orcl-cloud"": {"free-tier-retained": "true"}}
- TableLimits []GetTables Table Collection Table Limit 
- Throughput and storage limits configuration of a table.
- TimeCreated string
- The time the the table was created. An RFC3339 formatted datetime string.
- TimeOf stringExpiration 
- If lifecycleState is INACTIVE, indicates when this table will be automatically removed. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time the the table's metadata was last updated. An RFC3339 formatted datetime string.
- compartmentId String
- The ID of a table's compartment.
- ddlStatement String
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}}
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- Unique identifier that is immutable.
- isAuto BooleanReclaimable 
- True if this table can be reclaimed after an idle period.
- isMulti BooleanRegion 
- True if this table is currently a member of a replication set.
- lifecycleDetails String
- A message describing the current state in more detail.
- localReplica IntegerInitialization In Percent 
- name String
- A shell-globbing-style (*?[]) filter for names.
- replicas
List<GetTables Table Collection Replica> 
- schemaState String
- The current state of this table's schema. Available states are MUTABLE - The schema can be changed. The table is not eligible for replication. FROZEN - The schema is immutable. The table is eligible for replication.
- schemas
List<GetTables Table Collection Schema> 
- state String
- Filter list by the lifecycle state of the item.
- Map<String,String>
- Read-only system tag. These predefined keys are scoped to namespaces. At present the only supported namespace is "orcl-cloud"; and the only key in that namespace is"free-tier-retained". Example:{"orcl-cloud"": {"free-tier-retained": "true"}}
- tableLimits List<GetTables Table Collection Table Limit> 
- Throughput and storage limits configuration of a table.
- timeCreated String
- The time the the table was created. An RFC3339 formatted datetime string.
- timeOf StringExpiration 
- If lifecycleState is INACTIVE, indicates when this table will be automatically removed. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the the table's metadata was last updated. An RFC3339 formatted datetime string.
- compartmentId string
- The ID of a table's compartment.
- ddlStatement string
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}}
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- Unique identifier that is immutable.
- isAuto booleanReclaimable 
- True if this table can be reclaimed after an idle period.
- isMulti booleanRegion 
- True if this table is currently a member of a replication set.
- lifecycleDetails string
- A message describing the current state in more detail.
- localReplica numberInitialization In Percent 
- name string
- A shell-globbing-style (*?[]) filter for names.
- replicas
GetTables Table Collection Replica[] 
- schemaState string
- The current state of this table's schema. Available states are MUTABLE - The schema can be changed. The table is not eligible for replication. FROZEN - The schema is immutable. The table is eligible for replication.
- schemas
GetTables Table Collection Schema[] 
- state string
- Filter list by the lifecycle state of the item.
- {[key: string]: string}
- Read-only system tag. These predefined keys are scoped to namespaces. At present the only supported namespace is "orcl-cloud"; and the only key in that namespace is"free-tier-retained". Example:{"orcl-cloud"": {"free-tier-retained": "true"}}
- tableLimits GetTables Table Collection Table Limit[] 
- Throughput and storage limits configuration of a table.
- timeCreated string
- The time the the table was created. An RFC3339 formatted datetime string.
- timeOf stringExpiration 
- If lifecycleState is INACTIVE, indicates when this table will be automatically removed. An RFC3339 formatted datetime string.
- timeUpdated string
- The time the the table's metadata was last updated. An RFC3339 formatted datetime string.
- compartment_id str
- The ID of a table's compartment.
- ddl_statement str
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}}
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- Unique identifier that is immutable.
- is_auto_ boolreclaimable 
- True if this table can be reclaimed after an idle period.
- is_multi_ boolregion 
- True if this table is currently a member of a replication set.
- lifecycle_details str
- A message describing the current state in more detail.
- local_replica_ intinitialization_ in_ percent 
- name str
- A shell-globbing-style (*?[]) filter for names.
- replicas
Sequence[GetTables Table Collection Replica] 
- schema_state str
- The current state of this table's schema. Available states are MUTABLE - The schema can be changed. The table is not eligible for replication. FROZEN - The schema is immutable. The table is eligible for replication.
- schemas
Sequence[GetTables Table Collection Schema] 
- state str
- Filter list by the lifecycle state of the item.
- Mapping[str, str]
- Read-only system tag. These predefined keys are scoped to namespaces. At present the only supported namespace is "orcl-cloud"; and the only key in that namespace is"free-tier-retained". Example:{"orcl-cloud"": {"free-tier-retained": "true"}}
- table_limits Sequence[GetTables Table Collection Table Limit] 
- Throughput and storage limits configuration of a table.
- time_created str
- The time the the table was created. An RFC3339 formatted datetime string.
- time_of_ strexpiration 
- If lifecycleState is INACTIVE, indicates when this table will be automatically removed. An RFC3339 formatted datetime string.
- time_updated str
- The time the the table's metadata was last updated. An RFC3339 formatted datetime string.
- compartmentId String
- The ID of a table's compartment.
- ddlStatement String
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}}
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- Unique identifier that is immutable.
- isAuto BooleanReclaimable 
- True if this table can be reclaimed after an idle period.
- isMulti BooleanRegion 
- True if this table is currently a member of a replication set.
- lifecycleDetails String
- A message describing the current state in more detail.
- localReplica NumberInitialization In Percent 
- name String
- A shell-globbing-style (*?[]) filter for names.
- replicas List<Property Map>
- schemaState String
- The current state of this table's schema. Available states are MUTABLE - The schema can be changed. The table is not eligible for replication. FROZEN - The schema is immutable. The table is eligible for replication.
- schemas List<Property Map>
- state String
- Filter list by the lifecycle state of the item.
- Map<String>
- Read-only system tag. These predefined keys are scoped to namespaces. At present the only supported namespace is "orcl-cloud"; and the only key in that namespace is"free-tier-retained". Example:{"orcl-cloud"": {"free-tier-retained": "true"}}
- tableLimits List<Property Map>
- Throughput and storage limits configuration of a table.
- timeCreated String
- The time the the table was created. An RFC3339 formatted datetime string.
- timeOf StringExpiration 
- If lifecycleState is INACTIVE, indicates when this table will be automatically removed. An RFC3339 formatted datetime string.
- timeUpdated String
- The time the the table's metadata was last updated. An RFC3339 formatted datetime string.
GetTablesTableCollectionReplica    
- CapacityMode string
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- LifecycleDetails string
- A message describing the current state in more detail.
- MaxWrite intUnits 
- Maximum sustained write throughput limit for the table.
- Region string
- State string
- Filter list by the lifecycle state of the item.
- TableId string
- CapacityMode string
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- LifecycleDetails string
- A message describing the current state in more detail.
- MaxWrite intUnits 
- Maximum sustained write throughput limit for the table.
- Region string
- State string
- Filter list by the lifecycle state of the item.
- TableId string
- capacityMode String
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- lifecycleDetails String
- A message describing the current state in more detail.
- maxWrite IntegerUnits 
- Maximum sustained write throughput limit for the table.
- region String
- state String
- Filter list by the lifecycle state of the item.
- tableId String
- capacityMode string
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- lifecycleDetails string
- A message describing the current state in more detail.
- maxWrite numberUnits 
- Maximum sustained write throughput limit for the table.
- region string
- state string
- Filter list by the lifecycle state of the item.
- tableId string
- capacity_mode str
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- lifecycle_details str
- A message describing the current state in more detail.
- max_write_ intunits 
- Maximum sustained write throughput limit for the table.
- region str
- state str
- Filter list by the lifecycle state of the item.
- table_id str
- capacityMode String
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- lifecycleDetails String
- A message describing the current state in more detail.
- maxWrite NumberUnits 
- Maximum sustained write throughput limit for the table.
- region String
- state String
- Filter list by the lifecycle state of the item.
- tableId String
GetTablesTableCollectionSchema    
- Columns
List<GetTables Table Collection Schema Column> 
- Identities
List<GetTables Table Collection Schema Identity> 
- PrimaryKeys List<string>
- List<string>
- Ttl int
- columns
List<GetTables Table Collection Schema Column> 
- identities
List<GetTables Table Collection Schema Identity> 
- primaryKeys List<String>
- List<String>
- ttl Integer
- columns
Sequence[GetTables Table Collection Schema Column] 
- identities
Sequence[GetTables Table Collection Schema Identity] 
- primary_keys Sequence[str]
- Sequence[str]
- ttl int
- columns List<Property Map>
- identities List<Property Map>
- primaryKeys List<String>
- List<String>
- ttl Number
GetTablesTableCollectionSchemaColumn     
- DefaultValue string
- IsAs boolUuid 
- IsGenerated bool
- IsNullable bool
- Name string
- A shell-globbing-style (*?[]) filter for names.
- Type string
- DefaultValue string
- IsAs boolUuid 
- IsGenerated bool
- IsNullable bool
- Name string
- A shell-globbing-style (*?[]) filter for names.
- Type string
- defaultValue String
- isAs BooleanUuid 
- isGenerated Boolean
- isNullable Boolean
- name String
- A shell-globbing-style (*?[]) filter for names.
- type String
- defaultValue string
- isAs booleanUuid 
- isGenerated boolean
- isNullable boolean
- name string
- A shell-globbing-style (*?[]) filter for names.
- type string
- default_value str
- is_as_ booluuid 
- is_generated bool
- is_nullable bool
- name str
- A shell-globbing-style (*?[]) filter for names.
- type str
- defaultValue String
- isAs BooleanUuid 
- isGenerated Boolean
- isNullable Boolean
- name String
- A shell-globbing-style (*?[]) filter for names.
- type String
GetTablesTableCollectionSchemaIdentity     
- ColumnName string
- IsAlways bool
- IsNull bool
- ColumnName string
- IsAlways bool
- IsNull bool
- columnName String
- isAlways Boolean
- isNull Boolean
- columnName string
- isAlways boolean
- isNull boolean
- column_name str
- is_always bool
- is_null bool
- columnName String
- isAlways Boolean
- isNull Boolean
GetTablesTableCollectionTableLimit     
- CapacityMode string
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- MaxRead intUnits 
- Maximum sustained read throughput limit for the table.
- MaxStorage intIn Gbs 
- Maximum size of storage used by the table.
- MaxWrite intUnits 
- Maximum sustained write throughput limit for the table.
- CapacityMode string
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- MaxRead intUnits 
- Maximum sustained read throughput limit for the table.
- MaxStorage intIn Gbs 
- Maximum size of storage used by the table.
- MaxWrite intUnits 
- Maximum sustained write throughput limit for the table.
- capacityMode String
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- maxRead IntegerUnits 
- Maximum sustained read throughput limit for the table.
- maxStorage IntegerIn Gbs 
- Maximum size of storage used by the table.
- maxWrite IntegerUnits 
- Maximum sustained write throughput limit for the table.
- capacityMode string
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- maxRead numberUnits 
- Maximum sustained read throughput limit for the table.
- maxStorage numberIn Gbs 
- Maximum size of storage used by the table.
- maxWrite numberUnits 
- Maximum sustained write throughput limit for the table.
- capacity_mode str
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- max_read_ intunits 
- Maximum sustained read throughput limit for the table.
- max_storage_ intin_ gbs 
- Maximum size of storage used by the table.
- max_write_ intunits 
- Maximum sustained write throughput limit for the table.
- capacityMode String
- The capacity mode of the table. If capacityMode = ON_DEMAND, maxReadUnits and maxWriteUnits are not used, and both will have the value of zero.
- maxRead NumberUnits 
- Maximum sustained read throughput limit for the table.
- maxStorage NumberIn Gbs 
- Maximum size of storage used by the table.
- maxWrite NumberUnits 
- Maximum sustained write throughput limit for the table.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.