OBJECT
AwsNativeAccount
Description
AWS native account.
link GraphQL Schema definition
- type AwsNativeAccount implements PolarisHierarchyObject, HierarchyObject {
- # Specifies the state of account in Rubrik environment like Refreshed,
- # Disconnected, etc. An account can be in a single state at a time.
- AwsAccountStatus! :
- # Last refresh time of the account, in UTC date-time format.
- DateTime :
- # List of AWS region specifications associated with the account.
- AwsNativeRegionSpec!]! : [
- # Count of EC2 Instances in the AWS Native account.
- Int! :
- # Count of EBS Volumes in the AWS Native account.
- Int! :
- # Count of RDS Instances in the account.
- Int! :
- # Count of Amazon S3 Buckets in the AWS native account.
- Int! :
- # AWS cloud type.
- AwsCloudType! :
- # Specifies the status of the cloud account associated with the feature requested.
- CloudAccountState! :
- # The authorized operations on the object.
- PolarisObjectAuthorizedOperationsEnum!]! : [
- # List of Exocompute configurations for the AWS account.
- ApplicationCloudAccountToExocomputeConfig! :
- # CloudSlab DNS that must be in the allowlist to protect object store workloads.
- String! :
- # 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 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 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!
- # SLA Domain assignment which is pending on the Rubrik Security Cloud native
- # objects.
- CompactSlaDomain :
- # FID of the hierarchy object.
- UUID! :
- # Name of the hierarchy object.
- String! :
- # Type of this object.
- HierarchyObjectTypeEnum! :
- # SLA Domain assignment type for this object.
- SlaAssignmentTypeEnum! :
- # Effective SLA Domain of the hierarchy object.
- SlaDomain! :
- # Pause status of the effective SLA Domain of the hierarchy object.
- Boolean! :
- # Distribution of the snapshots of the hierarchy object.
- SnapshotDistribution! :
- # Effective retention of the SLA Domain of the hierarchy object.
- SlaDomain :
- # SLA Domain configured for the hierarchy object.
- SlaDomain! :
- # Path node of the effective SLA Domain source.
- PathNode :
- # Sequential list of this object's logical ancestors.
- PathNode!]! : [
- # Sequential list of this object's physical ancestors.
- PathNode!]! : [
- # Number of descendant workloads of this object.
- Int! :
- # Organizations to which this hierarchy object belongs.
- Org!]! : [
- # Security posture metadata.
- SecurityMetadata :
- }
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.
- AwsNativeEbsVolumeAWS native EBS volume.
- AwsNativeEc2InstanceAWS native EC2 instance.
- AwsNativeRdsInstanceAWS native RDS instance.
- AwsNativeS3BucketAWS native S3 Bucket.
- Query