# Route

Route

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `description` | string | no | Route description<br/><br/>Max length: `4096`. |
| `destination` | string | no | Route destination CIDR |
| `id` | string | no | Route ID<br/><br/>Must be a valid UUID. |
| `kind` | string | no | Route kind<br/><br/>Allowed values: `Subnet`, `Vpc`. |
| `target` | string | no | Route target |

