sparkle_formation 3.0.32 → 3.0.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/LICENSE +1 -1
- data/lib/sparkle_formation/provider/terraform.rb +9 -1
- data/lib/sparkle_formation/resources.rb +7 -0
- data/lib/sparkle_formation/resources/aws.rb +18 -24
- data/lib/sparkle_formation/resources/aws_resources.json +2107 -186
- data/lib/sparkle_formation/resources/azure_resources.json +16497 -5796
- data/lib/sparkle_formation/resources/heat_resources.json +190 -4
- data/lib/sparkle_formation/resources/terraform.rb +16 -0
- data/lib/sparkle_formation/resources/terraform_account_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_acme_resources.json +59 -0
- data/lib/sparkle_formation/resources/terraform_alicloud_resources.json +4023 -0
- data/lib/sparkle_formation/resources/terraform_arukas_resources.json +49 -0
- data/lib/sparkle_formation/resources/terraform_aws_resources.json +15899 -0
- data/lib/sparkle_formation/resources/terraform_azure_resources.json +572 -0
- data/lib/sparkle_formation/resources/terraform_azurerm_resources.json +6632 -0
- data/lib/sparkle_formation/resources/terraform_azurestack_resources.json +1231 -0
- data/lib/sparkle_formation/resources/terraform_bigip_resources.json +1004 -0
- data/lib/sparkle_formation/resources/terraform_bitbucket_resources.json +123 -0
- data/lib/sparkle_formation/resources/terraform_brightbox_resources.json +283 -0
- data/lib/sparkle_formation/resources/terraform_bucket_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_chef_resources.json +132 -0
- data/lib/sparkle_formation/resources/terraform_circonus_resources.json +406 -0
- data/lib/sparkle_formation/resources/terraform_clc_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_cloudflare_resources.json +638 -0
- data/lib/sparkle_formation/resources/terraform_cloudscale_resources.json +96 -0
- data/lib/sparkle_formation/resources/terraform_cloudstack_resources.json +888 -0
- data/lib/sparkle_formation/resources/terraform_cobbler_resources.json +589 -0
- data/lib/sparkle_formation/resources/terraform_consul_resources.json +297 -0
- data/lib/sparkle_formation/resources/terraform_databases_resources.json +14 -0
- data/lib/sparkle_formation/resources/terraform_datadog_resources.json +385 -0
- data/lib/sparkle_formation/resources/terraform_digitalocean_resources.json +408 -0
- data/lib/sparkle_formation/resources/terraform_dme_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_dns_resources.json +137 -0
- data/lib/sparkle_formation/resources/terraform_dnsimple_resources.json +39 -0
- data/lib/sparkle_formation/resources/terraform_docker_resources.json +266 -0
- data/lib/sparkle_formation/resources/terraform_dyn_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_fastly_resources.json +124 -0
- data/lib/sparkle_formation/resources/terraform_flexibleengine_resources.json +2915 -0
- data/lib/sparkle_formation/resources/terraform_github_resources.json +449 -0
- data/lib/sparkle_formation/resources/terraform_gitlab_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_google_resources.json +2485 -0
- data/lib/sparkle_formation/resources/terraform_grafana_resources.json +135 -0
- data/lib/sparkle_formation/resources/terraform_hcloud_resources.json +201 -0
- data/lib/sparkle_formation/resources/terraform_heroku_resources.json +447 -0
- data/lib/sparkle_formation/resources/terraform_huaweicloud_resources.json +2508 -0
- data/lib/sparkle_formation/resources/terraform_icinga2_resources.json +100 -0
- data/lib/sparkle_formation/resources/terraform_influxdb_resources.json +68 -0
- data/lib/sparkle_formation/resources/terraform_kubernetes_resources.json +277 -0
- data/lib/sparkle_formation/resources/terraform_librato_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_linode_resources.json +252 -0
- data/lib/sparkle_formation/resources/terraform_local_resources.json +19 -0
- data/lib/sparkle_formation/resources/terraform_logentries_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_logicmonitor_resources.json +140 -0
- data/lib/sparkle_formation/resources/terraform_mailgun_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_mysql_resources.json +143 -0
- data/lib/sparkle_formation/resources/terraform_netlify_resources.json +90 -0
- data/lib/sparkle_formation/resources/terraform_newrelic_resources.json +298 -0
- data/lib/sparkle_formation/resources/terraform_nomad_resources.json +149 -0
- data/lib/sparkle_formation/resources/terraform_ns1_resources.json +320 -0
- data/lib/sparkle_formation/resources/terraform_nsxt_resources.json +813 -0
- data/lib/sparkle_formation/resources/terraform_nutanix_resources.json +596 -0
- data/lib/sparkle_formation/resources/terraform_oci_resources.json +3567 -0
- data/lib/sparkle_formation/resources/terraform_oneandone_resources.json +221 -0
- data/lib/sparkle_formation/resources/terraform_opc_resources.json +1224 -0
- data/lib/sparkle_formation/resources/terraform_openstack_resources.json +3293 -0
- data/lib/sparkle_formation/resources/terraform_opentelekomcloud_resources.json +2881 -0
- data/lib/sparkle_formation/resources/terraform_opsgenie_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_oraclepaas_resources.json +551 -0
- data/lib/sparkle_formation/resources/terraform_ovh_resources.json +541 -0
- data/lib/sparkle_formation/resources/terraform_packet_resources.json +295 -0
- data/lib/sparkle_formation/resources/terraform_pagerduty_resources.json +329 -0
- data/lib/sparkle_formation/resources/terraform_panos_resources.json +2686 -0
- data/lib/sparkle_formation/resources/terraform_postgresql_resources.json +181 -0
- data/lib/sparkle_formation/resources/terraform_powerdns_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_profitbricks_resources.json +523 -0
- data/lib/sparkle_formation/resources/terraform_projects_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rabbitmq_resources.json +161 -0
- data/lib/sparkle_formation/resources/terraform_rancher_resources.json +310 -0
- data/lib/sparkle_formation/resources/terraform_random_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_rightscale_resources.json +796 -0
- data/lib/sparkle_formation/resources/terraform_ring_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rundeck_resources.json +175 -0
- data/lib/sparkle_formation/resources/terraform_runscope_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_scaleway_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_ses_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_sfn_resources.json +36 -0
- data/lib/sparkle_formation/resources/terraform_softlayer_resources.json +136 -0
- data/lib/sparkle_formation/resources/terraform_spotinst_resources.json +237 -0
- data/lib/sparkle_formation/resources/terraform_statuscake_resources.json +159 -0
- data/lib/sparkle_formation/resources/terraform_subnetwork_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_telefonicaopencloud_resources.json +1558 -0
- data/lib/sparkle_formation/resources/terraform_template_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_tencentcloud_resources.json +656 -0
- data/lib/sparkle_formation/resources/terraform_tfe_resources.json +306 -0
- data/lib/sparkle_formation/resources/terraform_tls_resources.json +120 -0
- data/lib/sparkle_formation/resources/terraform_triton_resources.json +291 -0
- data/lib/sparkle_formation/resources/terraform_ultradns_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_vault_resources.json +1414 -0
- data/lib/sparkle_formation/resources/terraform_vcd_resources.json +311 -0
- data/lib/sparkle_formation/resources/terraform_vsphere_resources.json +1076 -0
- data/lib/sparkle_formation/sparkle_attribute/aws.rb +78 -32
- data/lib/sparkle_formation/sparkle_attribute/terraform.rb +24 -5
- data/lib/sparkle_formation/sparkle_formation.rb +18 -4
- data/lib/sparkle_formation/version.rb +1 -1
- data/sparkle_formation.gemspec +23 -23
- metadata +97 -5
@@ -0,0 +1,39 @@
|
|
1
|
+
{
|
2
|
+
"dnsimple_record": {
|
3
|
+
"full_properties": {
|
4
|
+
"domain": {
|
5
|
+
"description": "The domain to add the record to",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"name": {
|
9
|
+
"description": "The name of the record",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"priority": {
|
13
|
+
"description": "The priority of the record - only useful for some record types",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"ttl": {
|
17
|
+
"description": "The TTL of the record",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"type": {
|
21
|
+
"description": "The type of the record",
|
22
|
+
"required": true
|
23
|
+
},
|
24
|
+
"value": {
|
25
|
+
"description": "The value of the record",
|
26
|
+
"required": true
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"path": "/docs/providers/dnsimple/r/record.html",
|
30
|
+
"properties": [
|
31
|
+
"domain",
|
32
|
+
"name",
|
33
|
+
"value",
|
34
|
+
"type",
|
35
|
+
"ttl",
|
36
|
+
"priority"
|
37
|
+
]
|
38
|
+
}
|
39
|
+
}
|
@@ -0,0 +1,266 @@
|
|
1
|
+
{
|
2
|
+
"docker_config": {
|
3
|
+
"full_properties": {
|
4
|
+
"data": {
|
5
|
+
"description": "The base64 encoded data of the config.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"name": {
|
9
|
+
"description": "The name of the Docker config.",
|
10
|
+
"required": false
|
11
|
+
}
|
12
|
+
},
|
13
|
+
"path": "/docs/providers/docker/r/config.html",
|
14
|
+
"properties": [
|
15
|
+
"name",
|
16
|
+
"data"
|
17
|
+
]
|
18
|
+
},
|
19
|
+
"docker_container": {
|
20
|
+
"full_properties": {
|
21
|
+
"command": {
|
22
|
+
"description": "The command to use to start the",
|
23
|
+
"required": false
|
24
|
+
},
|
25
|
+
"dns": {
|
26
|
+
"description": "Set of DNS servers.",
|
27
|
+
"required": false
|
28
|
+
},
|
29
|
+
"dns_opts": {
|
30
|
+
"description": "Set of DNS options used by the DNS provider(s), see resolv.conf documentation for valid list of options.",
|
31
|
+
"required": false
|
32
|
+
},
|
33
|
+
"dns_search": {
|
34
|
+
"description": "Set of DNS search domains that are used when bare unqualified hostnames are used inside of the container.",
|
35
|
+
"required": false
|
36
|
+
},
|
37
|
+
"entrypoint": {
|
38
|
+
"description": "The command to use as the",
|
39
|
+
"required": false
|
40
|
+
},
|
41
|
+
"env": {
|
42
|
+
"description": "Environment variables to set.",
|
43
|
+
"required": false
|
44
|
+
},
|
45
|
+
"image": {
|
46
|
+
"description": "The ID of the image to back this container.",
|
47
|
+
"required": false
|
48
|
+
},
|
49
|
+
"labels": {
|
50
|
+
"description": "Key/value pairs to set as labels on the",
|
51
|
+
"required": false
|
52
|
+
},
|
53
|
+
"links": {
|
54
|
+
"description": "Set of links for link based",
|
55
|
+
"required": false
|
56
|
+
},
|
57
|
+
"name": {
|
58
|
+
"description": "The name of the Docker container.",
|
59
|
+
"required": false
|
60
|
+
},
|
61
|
+
"user": {
|
62
|
+
"description": "User used for run the first process. Format is",
|
63
|
+
"required": false
|
64
|
+
}
|
65
|
+
},
|
66
|
+
"path": "/docs/providers/docker/r/container.html",
|
67
|
+
"properties": [
|
68
|
+
"name",
|
69
|
+
"image",
|
70
|
+
"command",
|
71
|
+
"entrypoint",
|
72
|
+
"user",
|
73
|
+
"dns",
|
74
|
+
"dns_opts",
|
75
|
+
"dns_search",
|
76
|
+
"env",
|
77
|
+
"labels",
|
78
|
+
"links"
|
79
|
+
]
|
80
|
+
},
|
81
|
+
"docker_image": {
|
82
|
+
"full_properties": {
|
83
|
+
"keep_locally": {
|
84
|
+
"description": "If true, then the Docker image won't be",
|
85
|
+
"required": false
|
86
|
+
},
|
87
|
+
"name": {
|
88
|
+
"description": "The name of the Docker image, including any tags or SHA256 repo digests.",
|
89
|
+
"required": false
|
90
|
+
},
|
91
|
+
"pull_trigger": {
|
92
|
+
"description": "Deprecated, use pull_triggers instead.",
|
93
|
+
"required": false
|
94
|
+
},
|
95
|
+
"pull_triggers": {
|
96
|
+
"description": "List of values which cause an",
|
97
|
+
"required": false
|
98
|
+
}
|
99
|
+
},
|
100
|
+
"path": "/docs/providers/docker/r/image.html",
|
101
|
+
"properties": [
|
102
|
+
"name",
|
103
|
+
"keep_locally",
|
104
|
+
"pull_triggers",
|
105
|
+
"pull_trigger"
|
106
|
+
]
|
107
|
+
},
|
108
|
+
"docker_network": {
|
109
|
+
"full_properties": {
|
110
|
+
"attachable": {
|
111
|
+
"description": "Enable manual container attachment to the network.",
|
112
|
+
"required": false
|
113
|
+
},
|
114
|
+
"check_duplicate": {
|
115
|
+
"description": "Requests daemon to check for networks",
|
116
|
+
"required": false
|
117
|
+
},
|
118
|
+
"driver": {
|
119
|
+
"description": "Name of the network driver to use. Defaults to",
|
120
|
+
"required": false
|
121
|
+
},
|
122
|
+
"ingress": {
|
123
|
+
"description": "Create swarm routing-mesh network.",
|
124
|
+
"required": false
|
125
|
+
},
|
126
|
+
"internal": {
|
127
|
+
"description": "Restrict external access to the network.",
|
128
|
+
"required": false
|
129
|
+
},
|
130
|
+
"ipam_config": {
|
131
|
+
"description": "See IPAM config below for",
|
132
|
+
"required": false
|
133
|
+
},
|
134
|
+
"ipam_driver": {
|
135
|
+
"description": "Driver used by the custom IP scheme of the",
|
136
|
+
"required": false
|
137
|
+
},
|
138
|
+
"ipv6": {
|
139
|
+
"description": "Enable IPv6 networking.",
|
140
|
+
"required": false
|
141
|
+
},
|
142
|
+
"labels": {
|
143
|
+
"description": "User-defined key/value metadata.",
|
144
|
+
"required": false
|
145
|
+
},
|
146
|
+
"name": {
|
147
|
+
"description": "The name of the Docker network.",
|
148
|
+
"required": false
|
149
|
+
},
|
150
|
+
"options": {
|
151
|
+
"description": "Network specific options to be used by",
|
152
|
+
"required": false
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"path": "/docs/providers/docker/r/network.html",
|
156
|
+
"properties": [
|
157
|
+
"name",
|
158
|
+
"labels",
|
159
|
+
"check_duplicate",
|
160
|
+
"driver",
|
161
|
+
"options",
|
162
|
+
"internal",
|
163
|
+
"attachable",
|
164
|
+
"ingress",
|
165
|
+
"ipv6",
|
166
|
+
"ipam_driver",
|
167
|
+
"ipam_config"
|
168
|
+
]
|
169
|
+
},
|
170
|
+
"docker_secret": {
|
171
|
+
"full_properties": {
|
172
|
+
"data": {
|
173
|
+
"description": "The base64 encoded data of the secret.",
|
174
|
+
"required": false
|
175
|
+
},
|
176
|
+
"labels": {
|
177
|
+
"description": "User-defined key/value metadata.",
|
178
|
+
"required": false
|
179
|
+
},
|
180
|
+
"name": {
|
181
|
+
"description": "The name of the Docker secret.",
|
182
|
+
"required": false
|
183
|
+
}
|
184
|
+
},
|
185
|
+
"path": "/docs/providers/docker/r/secret.html",
|
186
|
+
"properties": [
|
187
|
+
"name",
|
188
|
+
"data",
|
189
|
+
"labels"
|
190
|
+
]
|
191
|
+
},
|
192
|
+
"docker_service": {
|
193
|
+
"full_properties": {
|
194
|
+
"auth": {
|
195
|
+
"description": "See Auth below for details.",
|
196
|
+
"required": false
|
197
|
+
},
|
198
|
+
"converge_config": {
|
199
|
+
"description": "See Converge Config below for details.",
|
200
|
+
"required": false
|
201
|
+
},
|
202
|
+
"endpoint_spec": {
|
203
|
+
"description": "See EndpointSpec below for details.",
|
204
|
+
"required": false
|
205
|
+
},
|
206
|
+
"mode": {
|
207
|
+
"description": "See Mode below for details.",
|
208
|
+
"required": false
|
209
|
+
},
|
210
|
+
"name": {
|
211
|
+
"description": "The name of the Docker service.",
|
212
|
+
"required": false
|
213
|
+
},
|
214
|
+
"rollback_config": {
|
215
|
+
"description": "See RollbackConfig below for details.",
|
216
|
+
"required": false
|
217
|
+
},
|
218
|
+
"task_spec": {
|
219
|
+
"description": "See TaskSpec below for details.",
|
220
|
+
"required": false
|
221
|
+
},
|
222
|
+
"update_config": {
|
223
|
+
"description": "See UpdateConfig below for details.",
|
224
|
+
"required": false
|
225
|
+
}
|
226
|
+
},
|
227
|
+
"path": "/docs/providers/docker/r/service.html",
|
228
|
+
"properties": [
|
229
|
+
"auth",
|
230
|
+
"name",
|
231
|
+
"task_spec",
|
232
|
+
"mode",
|
233
|
+
"update_config",
|
234
|
+
"rollback_config",
|
235
|
+
"endpoint_spec",
|
236
|
+
"converge_config"
|
237
|
+
]
|
238
|
+
},
|
239
|
+
"docker_volume": {
|
240
|
+
"full_properties": {
|
241
|
+
"driver": {
|
242
|
+
"description": "Driver type for the volume (defaults to local).",
|
243
|
+
"required": false
|
244
|
+
},
|
245
|
+
"driver_opts": {
|
246
|
+
"description": "Options specific to the driver.",
|
247
|
+
"required": false
|
248
|
+
},
|
249
|
+
"labels": {
|
250
|
+
"description": "User-defined key/value metadata.",
|
251
|
+
"required": false
|
252
|
+
},
|
253
|
+
"name": {
|
254
|
+
"description": "The name of the Docker volume (generated if not",
|
255
|
+
"required": false
|
256
|
+
}
|
257
|
+
},
|
258
|
+
"path": "/docs/providers/docker/r/volume.html",
|
259
|
+
"properties": [
|
260
|
+
"name",
|
261
|
+
"labels",
|
262
|
+
"driver",
|
263
|
+
"driver_opts"
|
264
|
+
]
|
265
|
+
}
|
266
|
+
}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
{
|
2
|
+
"dyn_record": {
|
3
|
+
"full_properties": {
|
4
|
+
"name": {
|
5
|
+
"description": "The name of the record.",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"ttl": {
|
9
|
+
"description": "The TTL of the record. Default uses the zone default.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"type": {
|
13
|
+
"description": "The type of the record.",
|
14
|
+
"required": true
|
15
|
+
},
|
16
|
+
"value": {
|
17
|
+
"description": "The value of the record.",
|
18
|
+
"required": true
|
19
|
+
},
|
20
|
+
"zone": {
|
21
|
+
"description": "The DNS zone to add the record to.",
|
22
|
+
"required": true
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"path": "/docs/providers/dyn/r/record.html",
|
26
|
+
"properties": [
|
27
|
+
"name",
|
28
|
+
"type",
|
29
|
+
"value",
|
30
|
+
"zone",
|
31
|
+
"ttl"
|
32
|
+
]
|
33
|
+
}
|
34
|
+
}
|
@@ -0,0 +1,124 @@
|
|
1
|
+
{
|
2
|
+
"fastly_service_v1": {
|
3
|
+
"full_properties": {
|
4
|
+
"backend": {
|
5
|
+
"description": "A set of Backends to service requests from your Domains.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"bigquerylogging": {
|
9
|
+
"description": "A BigQuery endpoint to send streaming logs too.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"cache_setting": {
|
13
|
+
"description": "A set of Cache Settings, allowing you to override",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"condition": {
|
17
|
+
"description": "A set of conditions to add logic to any basic",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"default_host": {
|
21
|
+
"description": "The default hostname.",
|
22
|
+
"required": false
|
23
|
+
},
|
24
|
+
"default_ttl": {
|
25
|
+
"description": "The default Time-to-live (TTL) for",
|
26
|
+
"required": false
|
27
|
+
},
|
28
|
+
"director": {
|
29
|
+
"description": "A director to allow more control over balancing traffic over backends.",
|
30
|
+
"required": false
|
31
|
+
},
|
32
|
+
"domain": {
|
33
|
+
"description": "A set of Domain names to serve as entry points for your",
|
34
|
+
"required": true
|
35
|
+
},
|
36
|
+
"force_destroy": {
|
37
|
+
"description": "Services that are active cannot be destroyed. In",
|
38
|
+
"required": false
|
39
|
+
},
|
40
|
+
"gcslogging": {
|
41
|
+
"description": "A gcs endpoint to send streaming logs too.",
|
42
|
+
"required": false
|
43
|
+
},
|
44
|
+
"gzip": {
|
45
|
+
"description": "A set of gzip rules to control automatic gzipping of",
|
46
|
+
"required": true
|
47
|
+
},
|
48
|
+
"header": {
|
49
|
+
"description": "A set of Headers to manipulate for each request. Defined",
|
50
|
+
"required": false
|
51
|
+
},
|
52
|
+
"healthcheck": {
|
53
|
+
"description": "Automated healthchecks on the cache that can change how fastly interacts with the cache based on its health.",
|
54
|
+
"required": false
|
55
|
+
},
|
56
|
+
"logentries": {
|
57
|
+
"description": "A logentries endpoint to send streaming logs too.",
|
58
|
+
"required": false
|
59
|
+
},
|
60
|
+
"name": {
|
61
|
+
"description": "The unique name for the Service to create.",
|
62
|
+
"required": true
|
63
|
+
},
|
64
|
+
"papertrail": {
|
65
|
+
"description": "A Papertrail endpoint to send streaming logs too.",
|
66
|
+
"required": false
|
67
|
+
},
|
68
|
+
"request_setting": {
|
69
|
+
"description": "A set of Request modifiers. Defined below",
|
70
|
+
"required": false
|
71
|
+
},
|
72
|
+
"response_object": {
|
73
|
+
"description": "Allows you to create synthetic responses that exist entirely on the varnish machine. Useful for creating error or maintenance pages that exists outside the scope of your datacenter. Best when used with Condition objects.",
|
74
|
+
"required": false
|
75
|
+
},
|
76
|
+
"s3logging": {
|
77
|
+
"description": "A set of S3 Buckets to send streaming logs too.",
|
78
|
+
"required": false
|
79
|
+
},
|
80
|
+
"snippet": {
|
81
|
+
"description": "A set of custom, \"regular\" (non-dynamic) VCL Snippet configuration blocks. Defined below.",
|
82
|
+
"required": false
|
83
|
+
},
|
84
|
+
"sumologic": {
|
85
|
+
"description": "A Sumologic endpoint to send streaming logs too.",
|
86
|
+
"required": false
|
87
|
+
},
|
88
|
+
"syslog": {
|
89
|
+
"description": "A syslog endpoint to send streaming logs too.",
|
90
|
+
"required": false
|
91
|
+
},
|
92
|
+
"vcl": {
|
93
|
+
"description": "A set of custom VCL configuration blocks. The",
|
94
|
+
"required": false
|
95
|
+
}
|
96
|
+
},
|
97
|
+
"path": "/docs/providers/fastly/r/service_v1.html",
|
98
|
+
"properties": [
|
99
|
+
"name",
|
100
|
+
"domain",
|
101
|
+
"backend",
|
102
|
+
"condition",
|
103
|
+
"cache_setting",
|
104
|
+
"director",
|
105
|
+
"gzip",
|
106
|
+
"header",
|
107
|
+
"healthcheck",
|
108
|
+
"default_host",
|
109
|
+
"default_ttl",
|
110
|
+
"force_destroy",
|
111
|
+
"request_setting",
|
112
|
+
"s3logging",
|
113
|
+
"papertrail",
|
114
|
+
"sumologic",
|
115
|
+
"gcslogging",
|
116
|
+
"bigquerylogging",
|
117
|
+
"syslog",
|
118
|
+
"logentries",
|
119
|
+
"response_object",
|
120
|
+
"snippet",
|
121
|
+
"vcl"
|
122
|
+
]
|
123
|
+
}
|
124
|
+
}
|