OBJECT

AwsNativeRegionHierarchyObject

Description

AWS native region.

link GraphQL Schema definition

  • type AwsNativeRegionHierarchyObject implements PolarisHierarchyObject, HierarchyObject, AwsNativeAccountLogicalChildType, AwsNativeAccountDescendantType {
  • # Organizations to which this hierarchy object belongs.
  • allOrgs: [Org!]!
  • # RSC tags to which this hierarchy object is assigned.
  • allTags: [AssignedRscTag!]!
  • # Common hierarchy object fields including ID, name, and metadata.
  • common: AwsNativeHierarchyObjectCommon!
  • # SLA Domain configured for the hierarchy object.
  • configuredSlaDomain: SlaDomain!
  • # Number of DynamoDB tables in this region.
  • dynamoDbTableCount: Int!
  • # Number of EBS volumes in this region.
  • ebsVolumeCount: Int!
  • # Number of EC2 instances in this region.
  • ec2InstanceCount: Int!
  • # 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
  • # ID of the hierarchy object.
  • id: UUID!
  • # Sequential list of the logical ancestors of this object.
  • logicalPath: [PathNode!]!
  • # Name of the hierarchy object.
  • name: String!
  • # 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!
  • # Pause status of the hierarchy object.
  • objectPauseStatus: ObjectPauseStatus
  • # Type of this object.
  • objectType: HierarchyObjectTypeEnum!
  • # ID of the parent AWS account.
  • parentAccountId: String!
  • # Sequential list of the physical ancestors of this object.
  • physicalPath: [PathNode!]!
  • # Number of RDS instances in this region.
  • rdsInstanceCount: Int!
  • # Name of the AWS region.
  • regionName: String!
  • # SLA Domain assignment which is pending on the Rubrik Security Cloud native
  • # objects.
  • rscNativeObjectPendingSla: CompactSlaDomain
  • # Object pause pending assignment details for RSC objects.
  • rscPendingObjectPauseAssignment: PendingObjectPauseAssignmentStatus
  • # Number of S3 buckets in this region.
  • s3BucketCount: Int!
  • # 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!
  • # Distribution of the snapshots of the hierarchy object.
  • snapshotDistribution: SnapshotDistribution!
  • }