Skip to content

AwsNativeRegionHierarchyObject

AWS native region.

Implements: PolarisHierarchyObject, HierarchyObject, AwsNativeAccountLogicalChildType, AwsNativeAccountDescendantType

Fields

Field Type Description
allOrgs [Org!]! Organizations to which this hierarchy object belongs.
allTags [AssignedRscTag!]! RSC tags to which this hierarchy object is assigned.
common AwsNativeHierarchyObjectCommon! Common hierarchy object fields including ID, name, and metadata.
configuredSlaDomain SlaDomain! SLA Domain configured for the hierarchy object.
dynamoDbTableCount Int! Number of DynamoDB tables in this region.
ebsVolumeCount Int! Number of EBS volumes in this region.
ec2InstanceCount Int! Number of EC2 instances in this region.
effectiveRetentionSlaDomain SlaDomain Effective retention of the SLA Domain of the hierarchy object.
effectiveSlaDomain SlaDomain! Effective SLA Domain of the hierarchy object.
effectiveSlaSourceObject PathNode Path node of the effective SLA Domain source.
id UUID! ID of the hierarchy object.
logicalPath [PathNode!]! Sequential list of the logical ancestors of this object.
name String! Name of the hierarchy object.
numWorkloadDescendants Int! Number of descendant workloads of this object.
objectPauseStatus ObjectPauseStatus Pause status of the hierarchy object.
objectType HierarchyObjectTypeEnum! Type of this object.
parentAccountId String! ID of the parent AWS account.
physicalPath [PathNode!]! Sequential list of the physical ancestors of this object.
rdsInstanceCount Int! Number of RDS instances in this region.
regionName String! Name of the AWS region.
rscNativeObjectPendingSla CompactSlaDomain SLA Domain assignment which is pending on the Rubrik Security Cloud native objects.
rscPendingObjectPauseAssignment PendingObjectPauseAssignmentStatus Object pause pending assignment details for RSC objects.
s3BucketCount Int! Number of S3 buckets in this region.
securityMetadata SecurityMetadata Security posture metadata.
slaAssignment SlaAssignmentTypeEnum! SLA Domain assignment type for this object.
slaPauseStatus Boolean! Pause status of the effective SLA Domain of the hierarchy object.
snapshotDistribution SnapshotDistribution! Distribution of the snapshots of the hierarchy object.

Field Arguments

Field Argument Type Description
numWorkloadDescendants first Int Returns the first n elements from the list.
numWorkloadDescendants after String Returns the elements in the list that occur after the specified cursor.
numWorkloadDescendants last Int Returns the last n elements from the list.
numWorkloadDescendants before String Returns the elements in the list that occur before the specified cursor.
numWorkloadDescendants objectTypes [ManagedObjectType!] Types of objects to limit the results. If absent, all object types are returned.