OBJECT
AwsNativeAccount
Description
AWS native account.
link GraphQL Schema definition
- type AwsNativeAccount implements PolarisHierarchyObject, HierarchyObject {
- # Organizations to which this hierarchy object belongs.
- : [Org!]!
- # Rsc tags to which this hierarchy object is assigned.
- : [AssignedRscTag!]!
- # List of Exocompute configurations for the AWS account.
- : ApplicationCloudAccountToExocomputeConfig!
- # The authorized operations on the object.
- : [PolarisObjectAuthorizedOperationsEnum!]!
- # List of all EBS Volumes under this AWS Native account.
- #
- # 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.
- # sortBy: Sort fields for list of AWS EBS volumes.
- # sortOrder: Sorts the order of results.
- # ebsVolumeFilters: Filter for EBS volumes.
- (
- : Int,
- : String,
- : Int,
- : String,
- : AwsNativeEbsVolumeSortFields,
- : SortOrder,
- : AwsNativeEbsVolumeFilters
- ): AwsNativeEbsVolumeConnection!
- # List of all EC2 instances under this AWS Native account.
- #
- # 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.
- # sortBy: Sort fields for list of AWS EC2 instances.
- # sortOrder: Sorts the order of results.
- # ec2InstanceFilters: Filter for EC2 instances.
- (
- : Int,
- : String,
- : Int,
- : String,
- : AwsNativeEc2InstanceSortFields,
- : SortOrder,
- : AwsNativeEc2InstanceFilters
- ): AwsNativeEc2InstanceConnection!
- # List of all RDS Instances under this AWS Native account.
- #
- # 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.
- # sortBy: Sort fields for list of AWS RDS instances.
- # sortOrder: Sorts the order of results.
- # rdsInstanceFilters: Filter for RDS instances.
- (
- : Int,
- : String,
- : Int,
- : String,
- : AwsNativeRdsInstanceSortFields,
- : SortOrder,
- : AwsNativeRdsInstanceFilters
- ): AwsNativeRdsInstanceConnection!
- # Specifies the status of the cloud account associated with the feature requested.
- : CloudAccountState!
- # CloudSlab DNS that must be in the allowlist to protect object store workloads.
- : String!
- # AWS cloud type.
- : AwsCloudType!
- # SLA Domain configured for the hierarchy object.
- : SlaDomain!
- # Count of Amazon DynamoDB Tables in the AWS native account.
- : Int!
- # Count of EBS Volumes in the AWS Native account.
- : Int!
- # Count of EC2 Instances in the AWS Native account.
- : Int!
- # 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!
- # Last refresh time of the account, in UTC date-time format.
- : DateTime
- # Sequential list of the logical ancestors of this object.
- : [PathNode!]!
- # Name of the hierarchy object.
- : 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.
- (
- : Int,
- : String,
- : Int,
- : String,
- : [ManagedObjectType!]
- ): Int!
- # Pause status of the hierarchy object.
- : ObjectPauseStatus
- # Type of this object.
- : HierarchyObjectTypeEnum!
- # Sequential list of the physical ancestors of this object.
- : [PathNode!]!
- # Count of RDS Instances in the account.
- : Int!
- # List of AWS region specifications associated with the account.
- : [AwsNativeRegionSpec!]!
- # SLA Domain assignment which is pending on the Rubrik Security Cloud native
- # objects.
- : CompactSlaDomain
- # Object pause pending assignment details for RSC objects.
- : PendingObjectPauseAssignmentStatus
- # Count of Amazon S3 Buckets in the AWS native account.
- : Int!
- # Security posture metadata.
- : SecurityMetadata
- # SLA Domain assignment type for this object.
- : SlaAssignmentTypeEnum!
- # Pause status of the effective SLA Domain of the hierarchy object.
- : Boolean!
- # Distribution of the snapshots of the hierarchy object.
- : SnapshotDistribution!
- # Specifies the state of account in Rubrik environment like Refreshed,
- # Disconnected, etc. An account can be in a single state at a time.
- : AwsAccountStatus!
- }
link Require by
- AwsNativeAccountConnectionPaginated list of AwsNativeAccount objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- AwsNativeAccountEdgeWrapper around the AwsNativeAccount object. This wrapper is used for pagination.
- AwsNativeDynamoDbTableAWS native DynamoDB Table.
- AwsNativeEbsVolumeAWS native EBS volume.
- AwsNativeEc2InstanceAWS native EC2 instance.
- AwsNativeRdsInstanceAWS native RDS instance.
- AwsNativeS3BucketAWS native S3 Bucket.
- Query