Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.Nosql.getTable
Explore with Pulumi AI
This data source provides details about a specific Table resource in Oracle Cloud Infrastructure NoSQL Database service.
Get table info by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testTable = oci.Nosql.getTable({
    tableNameOrId: testTableNameOr.id,
    compartmentId: compartmentId,
});
import pulumi
import pulumi_oci as oci
test_table = oci.Nosql.get_table(table_name_or_id=test_table_name_or["id"],
    compartment_id=compartment_id)
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.GetTable(ctx, &nosql.GetTableArgs{
			TableNameOrId: testTableNameOr.Id,
			CompartmentId: compartmentId,
		}, 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 testTable = Oci.Nosql.GetTable.Invoke(new()
    {
        TableNameOrId = testTableNameOr.Id,
        CompartmentId = compartmentId,
    });
});
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.GetTableArgs;
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 testTable = NosqlFunctions.getTable(GetTableArgs.builder()
            .tableNameOrId(testTableNameOr.id())
            .compartmentId(compartmentId)
            .build());
    }
}
variables:
  testTable:
    fn::invoke:
      function: oci:Nosql:getTable
      arguments:
        tableNameOrId: ${testTableNameOr.id}
        compartmentId: ${compartmentId}
Using getTable
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 getTable(args: GetTableArgs, opts?: InvokeOptions): Promise<GetTableResult>
function getTableOutput(args: GetTableOutputArgs, opts?: InvokeOptions): Output<GetTableResult>def get_table(compartment_id: Optional[str] = None,
              table_name_or_id: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetTableResult
def get_table_output(compartment_id: Optional[pulumi.Input[str]] = None,
              table_name_or_id: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetTableResult]func LookupTable(ctx *Context, args *LookupTableArgs, opts ...InvokeOption) (*LookupTableResult, error)
func LookupTableOutput(ctx *Context, args *LookupTableOutputArgs, opts ...InvokeOption) LookupTableResultOutput> Note: This function is named LookupTable in the Go SDK.
public static class GetTable 
{
    public static Task<GetTableResult> InvokeAsync(GetTableArgs args, InvokeOptions? opts = null)
    public static Output<GetTableResult> Invoke(GetTableInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTableResult> getTable(GetTableArgs args, InvokeOptions options)
public static Output<GetTableResult> getTable(GetTableArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Nosql/getTable:getTable
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The ID of a table's compartment. When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name.
- TableName stringOr Id 
- A table name within the compartment, or a table OCID.
- CompartmentId string
- The ID of a table's compartment. When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name.
- TableName stringOr Id 
- A table name within the compartment, or a table OCID.
- compartmentId String
- The ID of a table's compartment. When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name.
- tableName StringOr Id 
- A table name within the compartment, or a table OCID.
- compartmentId string
- The ID of a table's compartment. When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name.
- tableName stringOr Id 
- A table name within the compartment, or a table OCID.
- compartment_id str
- The ID of a table's compartment. When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name.
- table_name_ stror_ id 
- A table name within the compartment, or a table OCID.
- compartmentId String
- The ID of a table's compartment. When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name.
- tableName StringOr Id 
- A table name within the compartment, or a table OCID.
getTable Result
The following output properties are available:
- CompartmentId string
- Compartment Identifier.
- DdlStatement string
- A DDL statement representing the schema.
- 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 
- If this table is in a replication set, this value represents the progress of the initialization of the replica's data. A value of 100 indicates that initialization has completed.
- Name string
- The column name.
- Replicas
List<GetTable Replica> 
- An array of Replica listing this table's replicas, if any
- 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<GetTable Schema> 
- The table schema information as a JSON object.
- State string
- The state of a table.
- 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<GetTable Table Limit> 
- Throughput and storage limits configuration of a table.
- TableName stringOr Id 
- 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
- Compartment Identifier.
- DdlStatement string
- A DDL statement representing the schema.
- 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 
- If this table is in a replication set, this value represents the progress of the initialization of the replica's data. A value of 100 indicates that initialization has completed.
- Name string
- The column name.
- Replicas
[]GetTable Replica Type 
- An array of Replica listing this table's replicas, if any
- 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
[]GetTable Schema 
- The table schema information as a JSON object.
- State string
- The state of a table.
- 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 []GetTable Table Limit 
- Throughput and storage limits configuration of a table.
- TableName stringOr Id 
- 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
- Compartment Identifier.
- ddlStatement String
- A DDL statement representing the schema.
- 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 
- If this table is in a replication set, this value represents the progress of the initialization of the replica's data. A value of 100 indicates that initialization has completed.
- name String
- The column name.
- replicas
List<GetTable Replica> 
- An array of Replica listing this table's replicas, if any
- 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<GetTable Schema> 
- The table schema information as a JSON object.
- state String
- The state of a table.
- 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<GetTable Table Limit> 
- Throughput and storage limits configuration of a table.
- tableName StringOr Id 
- 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
- Compartment Identifier.
- ddlStatement string
- A DDL statement representing the schema.
- {[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 
- If this table is in a replication set, this value represents the progress of the initialization of the replica's data. A value of 100 indicates that initialization has completed.
- name string
- The column name.
- replicas
GetTable Replica[] 
- An array of Replica listing this table's replicas, if any
- 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
GetTable Schema[] 
- The table schema information as a JSON object.
- state string
- The state of a table.
- {[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 GetTable Table Limit[] 
- Throughput and storage limits configuration of a table.
- tableName stringOr Id 
- 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
- Compartment Identifier.
- ddl_statement str
- A DDL statement representing the schema.
- 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 
- If this table is in a replication set, this value represents the progress of the initialization of the replica's data. A value of 100 indicates that initialization has completed.
- name str
- The column name.
- replicas
Sequence[GetTable Replica] 
- An array of Replica listing this table's replicas, if any
- 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[GetTable Schema] 
- The table schema information as a JSON object.
- state str
- The state of a table.
- 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[GetTable Table Limit] 
- Throughput and storage limits configuration of a table.
- table_name_ stror_ id 
- 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
- Compartment Identifier.
- ddlStatement String
- A DDL statement representing the schema.
- 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 
- If this table is in a replication set, this value represents the progress of the initialization of the replica's data. A value of 100 indicates that initialization has completed.
- name String
- The column name.
- replicas List<Property Map>
- An array of Replica listing this table's replicas, if any
- 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>
- The table schema information as a JSON object.
- state String
- The state of a table.
- 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.
- tableName StringOr Id 
- 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.
Supporting Types
GetTableReplica  
- 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
- A customer-facing region identifier
- State string
- The state of a table.
- TableId string
- The OCID of the replica 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.
- LifecycleDetails string
- A message describing the current state in more detail.
- MaxWrite intUnits 
- Maximum sustained write throughput limit for the table.
- Region string
- A customer-facing region identifier
- State string
- The state of a table.
- TableId string
- The OCID of the replica 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.
- lifecycleDetails String
- A message describing the current state in more detail.
- maxWrite IntegerUnits 
- Maximum sustained write throughput limit for the table.
- region String
- A customer-facing region identifier
- state String
- The state of a table.
- tableId String
- The OCID of the replica 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.
- lifecycleDetails string
- A message describing the current state in more detail.
- maxWrite numberUnits 
- Maximum sustained write throughput limit for the table.
- region string
- A customer-facing region identifier
- state string
- The state of a table.
- tableId string
- The OCID of the replica 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.
- 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
- A customer-facing region identifier
- state str
- The state of a table.
- table_id str
- The OCID of the replica 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.
- lifecycleDetails String
- A message describing the current state in more detail.
- maxWrite NumberUnits 
- Maximum sustained write throughput limit for the table.
- region String
- A customer-facing region identifier
- state String
- The state of a table.
- tableId String
- The OCID of the replica table
GetTableSchema  
- Columns
List<GetTable Schema Column> 
- The columns of a table.
- Identities
List<GetTable Schema Identity> 
- The identity properties of a table, if any.
- PrimaryKeys List<string>
- A list of column names that make up a key.
- List<string>
- A list of column names that make up a key.
- Ttl int
- The default Time-to-Live for the table, in days.
- Columns
[]GetTable Schema Column 
- The columns of a table.
- Identities
[]GetTable Schema Identity 
- The identity properties of a table, if any.
- PrimaryKeys []string
- A list of column names that make up a key.
- []string
- A list of column names that make up a key.
- Ttl int
- The default Time-to-Live for the table, in days.
- columns
List<GetTable Schema Column> 
- The columns of a table.
- identities
List<GetTable Schema Identity> 
- The identity properties of a table, if any.
- primaryKeys List<String>
- A list of column names that make up a key.
- List<String>
- A list of column names that make up a key.
- ttl Integer
- The default Time-to-Live for the table, in days.
- columns
GetTable Schema Column[] 
- The columns of a table.
- identities
GetTable Schema Identity[] 
- The identity properties of a table, if any.
- primaryKeys string[]
- A list of column names that make up a key.
- string[]
- A list of column names that make up a key.
- ttl number
- The default Time-to-Live for the table, in days.
- columns
Sequence[GetTable Schema Column] 
- The columns of a table.
- identities
Sequence[GetTable Schema Identity] 
- The identity properties of a table, if any.
- primary_keys Sequence[str]
- A list of column names that make up a key.
- Sequence[str]
- A list of column names that make up a key.
- ttl int
- The default Time-to-Live for the table, in days.
- columns List<Property Map>
- The columns of a table.
- identities List<Property Map>
- The identity properties of a table, if any.
- primaryKeys List<String>
- A list of column names that make up a key.
- List<String>
- A list of column names that make up a key.
- ttl Number
- The default Time-to-Live for the table, in days.
GetTableSchemaColumn   
- DefaultValue string
- The column default value.
- IsAs boolUuid 
- True if the STRING column was declared AS UUID.
- IsGenerated bool
- True if the STRING AS UUID column is also GENERATED BY DEFAULT.
- IsNullable bool
- The column nullable flag.
- Name string
- The column name.
- Type string
- The column type.
- DefaultValue string
- The column default value.
- IsAs boolUuid 
- True if the STRING column was declared AS UUID.
- IsGenerated bool
- True if the STRING AS UUID column is also GENERATED BY DEFAULT.
- IsNullable bool
- The column nullable flag.
- Name string
- The column name.
- Type string
- The column type.
- defaultValue String
- The column default value.
- isAs BooleanUuid 
- True if the STRING column was declared AS UUID.
- isGenerated Boolean
- True if the STRING AS UUID column is also GENERATED BY DEFAULT.
- isNullable Boolean
- The column nullable flag.
- name String
- The column name.
- type String
- The column type.
- defaultValue string
- The column default value.
- isAs booleanUuid 
- True if the STRING column was declared AS UUID.
- isGenerated boolean
- True if the STRING AS UUID column is also GENERATED BY DEFAULT.
- isNullable boolean
- The column nullable flag.
- name string
- The column name.
- type string
- The column type.
- default_value str
- The column default value.
- is_as_ booluuid 
- True if the STRING column was declared AS UUID.
- is_generated bool
- True if the STRING AS UUID column is also GENERATED BY DEFAULT.
- is_nullable bool
- The column nullable flag.
- name str
- The column name.
- type str
- The column type.
- defaultValue String
- The column default value.
- isAs BooleanUuid 
- True if the STRING column was declared AS UUID.
- isGenerated Boolean
- True if the STRING AS UUID column is also GENERATED BY DEFAULT.
- isNullable Boolean
- The column nullable flag.
- name String
- The column name.
- type String
- The column type.
GetTableSchemaIdentity   
- ColumnName string
- The name of the identity column.
- IsAlways bool
- True if the identity value is GENERATED ALWAYS.
- IsNull bool
- True if the identity value is GENERATED BY DEFAULT ON NULL.
- ColumnName string
- The name of the identity column.
- IsAlways bool
- True if the identity value is GENERATED ALWAYS.
- IsNull bool
- True if the identity value is GENERATED BY DEFAULT ON NULL.
- columnName String
- The name of the identity column.
- isAlways Boolean
- True if the identity value is GENERATED ALWAYS.
- isNull Boolean
- True if the identity value is GENERATED BY DEFAULT ON NULL.
- columnName string
- The name of the identity column.
- isAlways boolean
- True if the identity value is GENERATED ALWAYS.
- isNull boolean
- True if the identity value is GENERATED BY DEFAULT ON NULL.
- column_name str
- The name of the identity column.
- is_always bool
- True if the identity value is GENERATED ALWAYS.
- is_null bool
- True if the identity value is GENERATED BY DEFAULT ON NULL.
- columnName String
- The name of the identity column.
- isAlways Boolean
- True if the identity value is GENERATED ALWAYS.
- isNull Boolean
- True if the identity value is GENERATED BY DEFAULT ON NULL.
GetTableTableLimit   
- 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.