Amazon VPC · Schema

CreateVpcResponse

Response from the CreateVpc action

NetworkingPrivate CloudSecuritySubnetsVPC

Properties

Name Type Description
vpc object
View JSON Schema on GitHub

JSON Schema

amazon-vpc-create-vpc-response-schema.json Raw ↑
{
  "type": "object",
  "description": "Response from the CreateVpc action",
  "properties": {
    "vpc": {
      "$ref": "#/components/schemas/Vpc"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateVpcResponse"
}