Amazon VPC · Schema

CreateSubnetResponse

Response from the CreateSubnet action

NetworkingPrivate CloudSecuritySubnetsVPC

Properties

Name Type Description
subnet object
View JSON Schema on GitHub

JSON Schema

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