OBJECT
FinOpsEC2Instance
EC2Instance Asset implementation
link GraphQL Schema definition
- type FinOpsEC2Instance implements FinOpsAsset {
- # EC2 instance account details
- FinOpsAwsAccount :
- # EC2 Instance availability zone name
- FinOpsAWSAvailabilityZone :
- # EC2 instance Id
- String :
- # The value for this field will remain null until AWS accounts are synced to Tanzu
- # Hub
- EntityId :
- # Time when EC2 Instance was first discovered by CloudHealth Platform
- # ISO 8601 Format: `YYYY-MM-DD
HH:MM:SS` - # Example: `2020-06-30T20:58:48Z`
- DateTime :
- # EC2 Instance ID
- ID! :
- # EC2 instance type details
- FinOpsAWSInstanceType :
- # EC2 instance name
- String :
- # EC2 Instance operating system
- String :
- # EC2 instance pricing info details
- FinOpsPricing :
- # EC2 provisioned storage in GB
- Float :
- # Instance reservation hours
- FinOpsReservedInstanceHours :
- # The current Asset state
- FinOpsAssetState :
- # EC2 Instance total hours in current month till date
- Float :
- }
link Require by
This element is not required by anyone