GradientEdge CDK Utils
    Preparing search index...
    interface WorkspaceTableProps {
        plan?: Input<string>;
        resourceGroupName: Input<string>;
        restoredLogs?: Input<RestoredLogsArgs>;
        retentionInDays?: Input<number>;
        schema?: Input<SchemaArgs>;
        searchResults?: Input<SearchResultsArgs>;
        tableName?: Input<string>;
        totalRetentionInDays?: Input<number>;
        workspaceName: Input<string>;
    }

    Hierarchy

    • TableArgs
      • WorkspaceTableProps
    Index

    Properties

    plan?: Input<string>

    Instruct the system how to handle and charge the logs ingested to this table.

    resourceGroupName: Input<string>

    The name of the resource group. The name is case insensitive.

    restoredLogs?: Input<RestoredLogsArgs>

    Parameters of the restore operation that initiated this table.

    retentionInDays?: Input<number>

    The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention.

    schema?: Input<SchemaArgs>

    Table schema.

    searchResults?: Input<SearchResultsArgs>

    Parameters of the search job that initiated this table.

    tableName?: Input<string>

    The name of the table.

    totalRetentionInDays?: Input<number>

    The table total retention in days, between 4 and 4383. Setting this property to -1 will default to table retention.

    workspaceName: Input<string>

    The name of the workspace.