ApiEndpointFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| active | ApiEndpointFilterActive | Whether the endpoint is active | |
| and | [ApiEndpointFilterInput!] | ||
| connection | ConnectionFilterInput | The connection that owns this timer | |
| connectionId | ApiEndpointFilterConnectionId | ||
| contentType | ApiEndpointFilterContentType | The content type that the endpoint will accept and respond with, incoming data will automatically be parsed and encoded to/from the correct type | |
| createdAt | ApiEndpointFilterCreatedAt | ||
| function | FunctionFilterInput | The function to execute when this endpoint is called | |
| functionId | ApiEndpointFilterFunctionId | ||
| handle | ApiEndpointFilterHandle | The handle of the endpoint, this will form the first part of the URL | |
| id | ApiEndpointFilterId | ||
| name | ApiEndpointFilterName | The name of the endpoint | |
| not | [ApiEndpointFilterInput!] | ||
| or | [ApiEndpointFilterInput!] | ||
| path | ApiEndpointFilterPath | The path of the endpoint, this will form the second part of the URL, and supports dynamic segments such as /:id which will be passed as params to the endpoint | |
| roleBindings | IamRoleBindingFilterInput | The role bindings for the API endpoint | |
| updatedAt | ApiEndpointFilterUpdatedAt | ||
| verb | ApiEndpointFilterVerb | The HTTP verb that the endpoint will respond to |