# Structs
Backend represents the configuration parameters for creating a backend via the API client.
Backends represents the service state related to backends defined within the fastly.toml [setup] configuration.
ConfigStore represents the configuration parameters for creating a config store via the API client.
ConfigStoreItem represents the configuration parameters for creating config store items via the API client.
ConfigStores represents the service state related to config stores defined within the fastly.toml [setup] configuration.
Domain represents the configuration parameters for creating a domain via the API client.
Domains represents the service state related to domains.
KVStore represents the configuration parameters for creating a KV Store via the API client.
KVStoreItem represents the configuration parameters for creating KV Store items via the API client.
KVStores represents the service state related to KV Stores defined within the fastly.toml [setup] configuration.
Logger represents the configuration parameters for creating a dictionary via the API client.
Loggers represents the service state related to log entries defined within the fastly.toml [setup] configuration.
SecretStore represents the configuration parameters for creating a secret store via the API client.
SecretStoreEntry represents the configuration parameters for creating secret store items via the API client.
SecretStores represents the service state related to secret stores defined within the fastly.toml [setup] configuration.
# Interfaces
Interface represents the behaviour of a [setup] resource.