II.
PlatformService JSON
Structured · liveplatform-service:aws-vpc
Amazon VPC json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform-service:aws-vpc",
"_kind": "PlatformService",
"_file": "domain/platform-services/platform-services-aws.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Amazon VPC",
"description": "Tenant-isolated virtual private network with subnets, route tables, and gateways.\n",
"category": "networking",
"providedByPlatformId": "platform:aws",
"implementsStackPartIds": [
"stack-part:virtual-private-network"
]
},
"outgoingEdges": [
{
"from": "platform-service:aws-vpc",
"to": "platform:aws",
"kind": "provided_by"
},
{
"from": "platform-service:aws-vpc",
"to": "stack-part:virtual-private-network",
"kind": "implements_stack_part"
},
{
"from": "platform-service:aws-vpc",
"to": "stack-part:virtual-private-network",
"kind": "implements_stack_part",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform-service:aws-rds",
"to": "platform-service:aws-vpc",
"kind": "depends_on",
"attributes": {
"attributes": {
"kind": "required"
}
}
},
{
"from": "platform-service:aws-eks",
"to": "platform-service:aws-vpc",
"kind": "depends_on",
"attributes": {
"attributes": {
"kind": "required"
}
}
},
{
"from": "platform:aws",
"to": "platform-service:aws-vpc",
"kind": "provides",
"attributes": {}
},
{
"from": "stack-part:virtual-private-network",
"to": "platform-service:aws-vpc",
"kind": "implemented_by",
"attributes": {}
}
]
}