@itentialopensource/adapter-aws_ec2
Version:
This adapter integrates with system described as: Aws_Ec2.
36 lines • 791 B
JSON
{
"CapacityReservation": {
"CapacityReservationId": "string",
"InstanceType": "string",
"InstancePlatform": "Windows with SQL Server Enterprise",
"AvailabilityZone": "string",
"Tenancy": "dedicated",
"TotalInstanceCount": 3,
"AvailableInstanceCount": 10,
"EbsOptimized": false,
"EphemeralStorage": false,
"State": "cancelled",
"EndDate": "string",
"EndDateType": "unlimited",
"InstanceMatchCriteria": "targeted",
"CreateDate": "string",
"Tags": [
{
"Key": "string",
"Value": "string"
},
{
"Key": "string",
"Value": "string"
},
{
"Key": "string",
"Value": "string"
},
{
"Key": "string",
"Value": "string"
}
]
}
}