OBJECT
AwsNativeDynamoDbTable
Description
AWS native DynamoDB Table.
link GraphQL Schema definition
- type AwsNativeDynamoDbTable implements PolarisHierarchyObject, PolarisHierarchySnappable, HierarchyObject, AwsNativeAccountLogicalChildType, AwsNativeAccountDescendantType, AwsNativeHierarchyObject {
- # Organizations to which this hierarchy object belongs.
- Org!]! : [
- # The authorized operations on the object.
- PolarisSnappableAuthorizedOperationsEnum!]! : [
- # AWS account of the Amazon DynamoDB Table.
- AwsNativeAccount :
- # Rubrik ID of the AWS account.
- String! :
- # AWS native account details.
- AwsNativeAccountDetails :
- # AWS native ID of DynamoDB Table.
- String! :
- # SLA Domain configured for the hierarchy object.
- SlaDomain! :
- # Effective retention of the SLA Domain of the hierarchy object.
- SlaDomain :
- # Effective SLA Domain of the hierarchy object.
- SlaDomain! :
- # Path node of the effective SLA Domain source.
- PathNode :
- # FID of the hierarchy object.
- UUID! :
- # A boolean specifying whether AWS continuous backup is enabled in the backup
- # region for the table.
- Boolean! :
- # A boolean specifying whether an exocompute is configured in the region.
- Boolean! :
- # Whether the table is relic.
- Boolean! :
- # Sequential list of the logical ancestors of this object.
- PathNode!]! : [
- # Name of the hierarchy object.
- String! :
- # AWS native name of the object.
- String! :
- # The latest snapshot that is indexed and unexpired, and therefore restorable.
- PolarisSnapshot :
- # The most recent snapshot of this workload.
- PolarisSnapshot :
- # Names of the regions where the table is present but are not chosen as backup
- # regions. This field is only valid for Global tables.
- AwsNativeRegion!]! : [
- # Number of descendant workloads of this object.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # objectTypes: Types of objects to limit the results. If absent,
- # all object types are returned.
- (
- Int, :
- String, :
- Int, :
- String, :
- ManagedObjectType!] : [
- ): Int!
- # Type of this object.
- HierarchyObjectTypeEnum! :
- # The oldest snapshot of this workload.
- PolarisSnapshot :
- # The number of on-demand snapshots.
- Int! :
- # Sequential list of the physical ancestors of this object.
- PathNode!]! : [
- # Name of the region from where backup will be taken. Some examples are:
- # US_EAST_1, AP_EAST_1. This field cannot be null or empty, and will be mapped
- # directly to regions available for the DynamoDB table in the AWS cloud.
- AwsNativeRegion! :
- # SLA Domain assignment which is pending on the Rubrik Security Cloud native
- # objects.
- CompactSlaDomain :
- # Security posture metadata.
- SecurityMetadata :
- # SLA Domain assignment type for this object.
- SlaAssignmentTypeEnum! :
- # Pause status of the effective SLA Domain of the hierarchy object.
- Boolean! :
- # The list of snapshots taken for this workload.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # filter: Filter the Rubrik Security Cloud snapshot connection.
- # sortBy: Sort Rubrik Security Cloud snapshots by field.
- # sortOrder: Sorts the order of results.
- (
- Int, :
- String, :
- Int, :
- String, :
- PolarisSnapshotFilterInput, :
- PolarisSnapshotSortByEnum, :
- SortOrder :
- ): PolarisSnapshotConnection
- # Distribution of the snapshots of the hierarchy object.
- SnapshotDistribution! :
- # GroupBy connection for the snapshots of this workload.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # timezoneOffset: Offset based on the customer timezone.
- # filter: Filter the Rubrik Security Cloud snapshot connection.
- # groupBy: Group Rubrik Security Cloud snapshots by field.
- # timezone: Time zone identifier string. For example,
- # 'America/Los_Angeles' is used for the U.S. Pacific Time zone.
- (
- Int, :
- String, :
- Int, :
- String, :
- Float, :
- PolarisSnapshotFilterInput, :
- PolarisSnapshotGroupByEnum!, :
- Timezone :
- ): PolarisSnapshotGroupByConnection
- # GroupBy connection for the snapshots of this workload.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # timezoneOffset: Offset based on the customer timezone.
- # snapshotFilter: Filter the Rubrik Security Cloud snapshot
- # connection.
- # snapshotGroupBy: Group Rubrik Security Cloud snapshots by
- # field.
- (
- Int, :
- String, :
- Int, :
- String, :
- Float, :
- PolarisSnapshotFilterNewInput!]!, : [
- SnapshotGroupByTime! :
- ): PolarisSnapshotGroupByNewConnection
- # Size of the DynamoDB table in bytes.
- Long! :
- # List of tags associated with the table.
- Tag!]! : [
- # The list of snapshots taken for this workload.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # workloadId: The FID of the workload.
- # snapshotFilter: Filters for snapshot connection.
- # sortOrder: Sorts the order of results.
- # sortBy: Sorts snapshots by field.
- # timeRange: Time range input.
- # ignoreActiveWorkloadCheck: Specifies whether to ignore the
- # active workload check.
- (
- Int, :
- String, :
- Int, :
- String, :
- String!, :
- SnapshotQueryFilterInput!], : [
- SortOrder, :
- SnapshotQuerySortByField, :
- TimeRangeInput, :
- Boolean :
- ): GenericSnapshotConnection
- }