1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. s3tables
  5. getTable

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

aws-native.s3tables.getTable

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

    Resource Type definition for AWS::S3Tables::Table

    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(table_arn: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetTableResult
    def get_table_output(table_arn: 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: aws-native:s3tables:getTable
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TableArn string
    The Amazon Resource Name (ARN) of the table.
    TableArn string
    The Amazon Resource Name (ARN) of the table.
    tableArn String
    The Amazon Resource Name (ARN) of the table.
    tableArn string
    The Amazon Resource Name (ARN) of the table.
    table_arn str
    The Amazon Resource Name (ARN) of the table.
    tableArn String
    The Amazon Resource Name (ARN) of the table.

    getTable Result

    The following output properties are available:

    Compaction TableCompaction
    Namespace string
    The name of the namespace.
    SnapshotManagement TableSnapshotManagement
    TableArn string
    The Amazon Resource Name (ARN) of the table.
    TableName string
    VersionToken string
    WarehouseLocation string
    compaction TableCompaction
    namespace String
    The name of the namespace.
    snapshotManagement TableSnapshotManagement
    tableArn String
    The Amazon Resource Name (ARN) of the table.
    tableName String
    versionToken String
    warehouseLocation String
    compaction TableCompaction
    namespace string
    The name of the namespace.
    snapshotManagement TableSnapshotManagement
    tableArn string
    The Amazon Resource Name (ARN) of the table.
    tableName string
    versionToken string
    warehouseLocation string
    compaction TableCompaction
    namespace str
    The name of the namespace.
    snapshot_management TableSnapshotManagement
    table_arn str
    The Amazon Resource Name (ARN) of the table.
    table_name str
    version_token str
    warehouse_location str
    compaction Property Map
    namespace String
    The name of the namespace.
    snapshotManagement Property Map
    tableArn String
    The Amazon Resource Name (ARN) of the table.
    tableName String
    versionToken String
    warehouseLocation String

    Supporting Types

    TableCompaction

    Status Pulumi.AwsNative.S3Tables.TableCompactionStatus
    Indicates whether the Compaction maintenance action is enabled.
    TargetFileSizeMb int
    The target file size for the table in MB.
    Status TableCompactionStatus
    Indicates whether the Compaction maintenance action is enabled.
    TargetFileSizeMb int
    The target file size for the table in MB.
    status TableCompactionStatus
    Indicates whether the Compaction maintenance action is enabled.
    targetFileSizeMb Integer
    The target file size for the table in MB.
    status TableCompactionStatus
    Indicates whether the Compaction maintenance action is enabled.
    targetFileSizeMb number
    The target file size for the table in MB.
    status TableCompactionStatus
    Indicates whether the Compaction maintenance action is enabled.
    target_file_size_mb int
    The target file size for the table in MB.
    status "enabled" | "disabled"
    Indicates whether the Compaction maintenance action is enabled.
    targetFileSizeMb Number
    The target file size for the table in MB.

    TableCompactionStatus

    TableSnapshotManagement

    MaxSnapshotAgeHours int
    The maximum age of a snapshot before it can be expired.
    MinSnapshotsToKeep int
    The minimum number of snapshots to keep.
    Status Pulumi.AwsNative.S3Tables.TableSnapshotManagementStatus
    Indicates whether the SnapshotManagement maintenance action is enabled.
    MaxSnapshotAgeHours int
    The maximum age of a snapshot before it can be expired.
    MinSnapshotsToKeep int
    The minimum number of snapshots to keep.
    Status TableSnapshotManagementStatus
    Indicates whether the SnapshotManagement maintenance action is enabled.
    maxSnapshotAgeHours Integer
    The maximum age of a snapshot before it can be expired.
    minSnapshotsToKeep Integer
    The minimum number of snapshots to keep.
    status TableSnapshotManagementStatus
    Indicates whether the SnapshotManagement maintenance action is enabled.
    maxSnapshotAgeHours number
    The maximum age of a snapshot before it can be expired.
    minSnapshotsToKeep number
    The minimum number of snapshots to keep.
    status TableSnapshotManagementStatus
    Indicates whether the SnapshotManagement maintenance action is enabled.
    max_snapshot_age_hours int
    The maximum age of a snapshot before it can be expired.
    min_snapshots_to_keep int
    The minimum number of snapshots to keep.
    status TableSnapshotManagementStatus
    Indicates whether the SnapshotManagement maintenance action is enabled.
    maxSnapshotAgeHours Number
    The maximum age of a snapshot before it can be expired.
    minSnapshotsToKeep Number
    The minimum number of snapshots to keep.
    status "enabled" | "disabled"
    Indicates whether the SnapshotManagement maintenance action is enabled.

    TableSnapshotManagementStatus

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi