Skip to content

AwsNativeRoot

Root of AWS native hierarchy.

Fields

Field Type Description
objectTypeDescendantConnection AwsNativeHierarchyObjectConnection! List of descendants of specific object type.

Field Arguments

Field Argument Type Description
objectTypeDescendantConnection first Int Returns the first n elements from the list.
objectTypeDescendantConnection after String Returns the elements in the list that occur after the specified cursor.
objectTypeDescendantConnection sortBy HierarchySortByField Sort hierarchy objects according to the hierarchy field.
objectTypeDescendantConnection sortOrder SortOrder Sorts the order of results.
objectTypeDescendantConnection objectTypeFilter (required) HierarchyObjectTypeEnum! Type of objects to include.
objectTypeDescendantConnection filter [Filter!] Hierarchy object filter.
objectTypeDescendantConnection includeSecurityMetadata Boolean Filter to include the security metadata.
objectTypeDescendantConnection workloadHierarchy WorkloadLevelHierarchy Each enumeration value represents the hierarchy of a specific workload type for RBAC and SLA Domain assignments. A value of 'None' represents the hierarchy of all workload types.

Used By

Queries