OBJECT
FinOpsRDSInstance
RDSInstance Asset implementation
link GraphQL Schema definition
- type FinOpsRDSInstance implements FinOpsAsset {
- # RDS Instance Account details
- FinOpsAwsAccount :
- # RDS Instance ID
- String :
- # RDS Instance Db Engine
- String :
- # RDS Instance Engine version
- String :
- # RDS Instance is MultiAZ
- FinOpsRDSDeploymentOption :
- # The value for this field will remain null until AWS accounts are synced to Tanzu
- # Hub
- EntityId :
- # RDS Instance ID
- ID! :
- # RDS Instance type details
- FinOpsAWSInstanceType :
- # RDS Instance license model
- String :
- # RDS Instance Name
- String :
- # RDS Instance pricing info details
- FinOpsPricing :
- # The current Asset state
- FinOpsAssetState :
- }
link Require by
This element is not required by anyone