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.
  • allOrgs: [Org!]!
  • # The authorized operations on the object.
  • authorizedOperations: [PolarisSnappableAuthorizedOperationsEnum!]!
  • # AWS account of the Amazon DynamoDB Table.
  • awsAccount: AwsNativeAccount
  • # Rubrik ID of the AWS account.
  • awsAccountRubrikId: String!
  • # AWS native account details.
  • awsNativeAccountDetails: AwsNativeAccountDetails
  • # AWS native ID of DynamoDB Table.
  • cloudNativeId: String!
  • # SLA Domain configured for the hierarchy object.
  • configuredSlaDomain: SlaDomain!
  • # Effective retention of the SLA Domain of the hierarchy object.
  • effectiveRetentionSlaDomain: SlaDomain
  • # Effective SLA Domain of the hierarchy object.
  • effectiveSlaDomain: SlaDomain!
  • # Path node of the effective SLA Domain source.
  • effectiveSlaSourceObject: PathNode
  • # FID of the hierarchy object.
  • id: UUID!
  • # A boolean specifying whether AWS continuous backup is enabled in the backup
  • # region for the table.
  • isAwsContinuousBackupEnabled: Boolean!
  • # A boolean specifying whether an exocompute is configured in the region.
  • isExocomputeConfigured: Boolean!
  • # Whether the table is relic.
  • isRelic: Boolean!
  • # Sequential list of the logical ancestors of this object.
  • logicalPath: [PathNode!]!
  • # Name of the hierarchy object.
  • name: String!
  • # AWS native name of the object.
  • nativeName: String!
  • # The latest snapshot that is indexed and unexpired, and therefore restorable.
  • newestIndexedSnapshot: PolarisSnapshot
  • # The most recent snapshot of this workload.
  • newestSnapshot: 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.
  • nonBackupRegionNames: [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.
  • numWorkloadDescendants(
  • first: Int,
  • after: String,
  • last: Int,
  • before: String,
  • objectTypes: [ManagedObjectType!]
  • ): Int!
  • # Type of this object.
  • objectType: HierarchyObjectTypeEnum!
  • # The oldest snapshot of this workload.
  • oldestSnapshot: PolarisSnapshot
  • # The number of on-demand snapshots.
  • onDemandSnapshotCount: Int!
  • # Sequential list of the physical ancestors of this object.
  • physicalPath: [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.
  • region: AwsNativeRegion!
  • # SLA Domain assignment which is pending on the Rubrik Security Cloud native
  • # objects.
  • rscNativeObjectPendingSla: CompactSlaDomain
  • # Security posture metadata.
  • securityMetadata: SecurityMetadata
  • # SLA Domain assignment type for this object.
  • slaAssignment: SlaAssignmentTypeEnum!
  • # Pause status of the effective SLA Domain of the hierarchy object.
  • slaPauseStatus: 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.
  • snapshotConnection(
  • first: Int,
  • after: String,
  • last: Int,
  • before: String,
  • filter: PolarisSnapshotFilterInput,
  • sortBy: PolarisSnapshotSortByEnum,
  • sortOrder: SortOrder
  • ): PolarisSnapshotConnection
  • # Distribution of the snapshots of the hierarchy object.
  • snapshotDistribution: 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.
  • snapshotGroupByConnection(
  • first: Int,
  • after: String,
  • last: Int,
  • before: String,
  • timezoneOffset: Float,
  • filter: PolarisSnapshotFilterInput,
  • groupBy: PolarisSnapshotGroupByEnum!,
  • timezone: 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.
  • snapshotGroupByNewConnection(
  • first: Int,
  • after: String,
  • last: Int,
  • before: String,
  • timezoneOffset: Float,
  • snapshotFilter: [PolarisSnapshotFilterNewInput!]!,
  • snapshotGroupBy: SnapshotGroupByTime!
  • ): PolarisSnapshotGroupByNewConnection
  • # Size of the DynamoDB table in bytes.
  • tableSizeBytes: Long!
  • # List of tags associated with the table.
  • tags: [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.
  • workloadSnapshotConnection(
  • first: Int,
  • after: String,
  • last: Int,
  • before: String,
  • workloadId: String!,
  • snapshotFilter: [SnapshotQueryFilterInput!],
  • sortOrder: SortOrder,
  • sortBy: SnapshotQuerySortByField,
  • timeRange: TimeRangeInput,
  • ignoreActiveWorkloadCheck: Boolean
  • ): GenericSnapshotConnection
  • }

link Require by