@itentialopensource/adapter-aws_ec2
Version:
This adapter integrates with system described as: Aws_Ec2.
54 lines • 1.36 kB
JSON
{
"VpcEndpointConnections": [
{
"ServiceId": "string",
"VpcEndpointId": "string",
"VpcEndpointOwner": "string",
"VpcEndpointState": "PendingAcceptance",
"CreationTimestamp": "string"
},
{
"ServiceId": "string",
"VpcEndpointId": "string",
"VpcEndpointOwner": "string",
"VpcEndpointState": "Available",
"CreationTimestamp": "string"
},
{
"ServiceId": "string",
"VpcEndpointId": "string",
"VpcEndpointOwner": "string",
"VpcEndpointState": "Pending",
"CreationTimestamp": "string"
},
{
"ServiceId": "string",
"VpcEndpointId": "string",
"VpcEndpointOwner": "string",
"VpcEndpointState": "Deleting",
"CreationTimestamp": "string"
},
{
"ServiceId": "string",
"VpcEndpointId": "string",
"VpcEndpointOwner": "string",
"VpcEndpointState": "Expired",
"CreationTimestamp": "string"
},
{
"ServiceId": "string",
"VpcEndpointId": "string",
"VpcEndpointOwner": "string",
"VpcEndpointState": "Deleted",
"CreationTimestamp": "string"
},
{
"ServiceId": "string",
"VpcEndpointId": "string",
"VpcEndpointOwner": "string",
"VpcEndpointState": "Available",
"CreationTimestamp": "string"
}
],
"NextToken": "string"
}