route53-2013-04-01.examples.json
28.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
{
"version": "1.0",
"examples": {
"AssociateVPCWithHostedZone": [
{
"input": {
"Comment": "",
"HostedZoneId": "Z3M3LMPEXAMPLE",
"VPC": {
"VPCId": "vpc-1a2b3c4d",
"VPCRegion": "us-east-2"
}
},
"output": {
"ChangeInfo": {
"Comment": "",
"Id": "/change/C3HC6WDB2UANE2",
"Status": "INSYNC",
"SubmittedAt": "2017-01-31T01:36:41.958Z"
}
},
"comments": {
"input": {
},
"output": {
"Status": "Valid values are PENDING and INSYNC.",
"SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
}
},
"description": "The following example associates the VPC with ID vpc-1a2b3c4d with the hosted zone with ID Z3M3LMPEXAMPLE.",
"id": "to-associate-a-vpc-with-a-hosted-zone-1484069228699",
"title": "To associate a VPC with a hosted zone"
}
],
"ChangeResourceRecordSets": [
{
"input": {
"ChangeBatch": {
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"Name": "example.com",
"ResourceRecords": [
{
"Value": "192.0.2.44"
}
],
"TTL": 60,
"Type": "A"
}
}
],
"Comment": "Web server for example.com"
},
"HostedZoneId": "Z3M3LMPEXAMPLE"
},
"output": {
"ChangeInfo": {
"Comment": "Web server for example.com",
"Id": "/change/C2682N5HXP0BZ4",
"Status": "PENDING",
"SubmittedAt": "2017-02-10T01:36:41.958Z"
}
},
"comments": {
"input": {
"Action": "Valid values: CREATE, DELETE, UPSERT",
"TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
"Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
},
"output": {
"SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
}
},
"description": "The following example creates a resource record set that routes Internet traffic to a resource with an IP address of 192.0.2.44.",
"id": "to-create-update-or-delete-resource-record-sets-1484344703668",
"title": "To create a basic resource record set"
},
{
"input": {
"ChangeBatch": {
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"HealthCheckId": "abcdef11-2222-3333-4444-555555fedcba",
"Name": "example.com",
"ResourceRecords": [
{
"Value": "192.0.2.44"
}
],
"SetIdentifier": "Seattle data center",
"TTL": 60,
"Type": "A",
"Weight": 100
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"HealthCheckId": "abcdef66-7777-8888-9999-000000fedcba",
"Name": "example.com",
"ResourceRecords": [
{
"Value": "192.0.2.45"
}
],
"SetIdentifier": "Portland data center",
"TTL": 60,
"Type": "A",
"Weight": 200
}
}
],
"Comment": "Web servers for example.com"
},
"HostedZoneId": "Z3M3LMPEXAMPLE"
},
"output": {
"ChangeInfo": {
"Comment": "Web servers for example.com",
"Id": "/change/C2682N5HXP0BZ4",
"Status": "PENDING",
"SubmittedAt": "2017-02-10T01:36:41.958Z"
}
},
"comments": {
"input": {
"Action": "Valid values: CREATE, DELETE, UPSERT",
"TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53. TTLs must be the same for all weighted resource record sets that have the same name and type.",
"Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
},
"output": {
"SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
}
},
"description": "The following example creates two weighted resource record sets. The resource with a Weight of 100 will get 1/3rd of traffic (100/100+200), and the other resource will get the rest of the traffic for example.com.",
"id": "to-create-weighted-resource-record-sets-1484348208522",
"title": "To create weighted resource record sets"
},
{
"input": {
"ChangeBatch": {
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"AliasTarget": {
"DNSName": "d123rk29d0stfj.cloudfront.net",
"EvaluateTargetHealth": false,
"HostedZoneId": "Z2FDTNDATAQYW2"
},
"Name": "example.com",
"Type": "A"
}
}
],
"Comment": "CloudFront distribution for example.com"
},
"HostedZoneId": "Z3M3LMPEXAMPLE"
},
"output": {
"ChangeInfo": {
"Comment": "CloudFront distribution for example.com",
"Id": "/change/C2682N5HXP0BZ4",
"Status": "PENDING",
"SubmittedAt": "2017-02-10T01:36:41.958Z"
}
},
"comments": {
"input": {
"Action": "Valid values: CREATE, DELETE, UPSERT",
"DNSName": "The DNS name assigned to the resource",
"HostedZoneId": "Depends on the type of resource that you want to route traffic to",
"Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
},
"output": {
"SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
}
},
"description": "The following example creates an alias resource record set that routes traffic to a CloudFront distribution.",
"id": "to-create-an-alias-resource-record-set-1484348404062",
"title": "To create an alias resource record set"
},
{
"input": {
"ChangeBatch": {
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"AliasTarget": {
"DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
"EvaluateTargetHealth": true,
"HostedZoneId": "Z3AADJGX6KTTL2"
},
"Name": "example.com",
"SetIdentifier": "Ohio region",
"Type": "A",
"Weight": 100
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"AliasTarget": {
"DNSName": "example-com-987654321.us-west-2.elb.amazonaws.com ",
"EvaluateTargetHealth": true,
"HostedZoneId": "Z1H1FL5HABSF5"
},
"Name": "example.com",
"SetIdentifier": "Oregon region",
"Type": "A",
"Weight": 200
}
}
],
"Comment": "ELB load balancers for example.com"
},
"HostedZoneId": "Z3M3LMPEXAMPLE"
},
"output": {
"ChangeInfo": {
"Comment": "ELB load balancers for example.com",
"Id": "/change/C2682N5HXP0BZ4",
"Status": "PENDING",
"SubmittedAt": "2017-02-10T01:36:41.958Z"
}
},
"comments": {
"input": {
"Action": "Valid values: CREATE, DELETE, UPSERT",
"DNSName": "The DNS name assigned to the resource",
"HostedZoneId": "Depends on the type of resource that you want to route traffic to",
"Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
},
"output": {
"SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
}
},
"description": "The following example creates two weighted alias resource record sets that route traffic to ELB load balancers. The resource with a Weight of 100 will get 1/3rd of traffic (100/100+200), and the other resource will get the rest of the traffic for example.com.",
"id": "to-create-weighted-alias-resource-record-sets-1484349467416",
"title": "To create weighted alias resource record sets"
},
{
"input": {
"ChangeBatch": {
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"HealthCheckId": "abcdef11-2222-3333-4444-555555fedcba",
"Name": "example.com",
"Region": "us-east-2",
"ResourceRecords": [
{
"Value": "192.0.2.44"
}
],
"SetIdentifier": "Ohio region",
"TTL": 60,
"Type": "A"
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"HealthCheckId": "abcdef66-7777-8888-9999-000000fedcba",
"Name": "example.com",
"Region": "us-west-2",
"ResourceRecords": [
{
"Value": "192.0.2.45"
}
],
"SetIdentifier": "Oregon region",
"TTL": 60,
"Type": "A"
}
}
],
"Comment": "EC2 instances for example.com"
},
"HostedZoneId": "Z3M3LMPEXAMPLE"
},
"output": {
"ChangeInfo": {
"Comment": "EC2 instances for example.com",
"Id": "/change/C2682N5HXP0BZ4",
"Status": "PENDING",
"SubmittedAt": "2017-02-10T01:36:41.958Z"
}
},
"comments": {
"input": {
"Action": "Valid values: CREATE, DELETE, UPSERT",
"TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
"Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
},
"output": {
"SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
}
},
"description": "The following example creates two latency resource record sets that route traffic to EC2 instances. Traffic for example.com is routed either to the Ohio region or the Oregon region, depending on the latency between the user and those regions.",
"id": "to-create-latency-resource-record-sets-1484350219917",
"title": "To create latency resource record sets"
},
{
"input": {
"ChangeBatch": {
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"AliasTarget": {
"DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
"EvaluateTargetHealth": true,
"HostedZoneId": "Z3AADJGX6KTTL2"
},
"Name": "example.com",
"Region": "us-east-2",
"SetIdentifier": "Ohio region",
"Type": "A"
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"AliasTarget": {
"DNSName": "example-com-987654321.us-west-2.elb.amazonaws.com ",
"EvaluateTargetHealth": true,
"HostedZoneId": "Z1H1FL5HABSF5"
},
"Name": "example.com",
"Region": "us-west-2",
"SetIdentifier": "Oregon region",
"Type": "A"
}
}
],
"Comment": "ELB load balancers for example.com"
},
"HostedZoneId": "Z3M3LMPEXAMPLE"
},
"output": {
"ChangeInfo": {
"Comment": "ELB load balancers for example.com",
"Id": "/change/C2682N5HXP0BZ4",
"Status": "PENDING",
"SubmittedAt": "2017-02-10T01:36:41.958Z"
}
},
"comments": {
"input": {
"Action": "Valid values: CREATE, DELETE, UPSERT",
"DNSName": "The DNS name assigned to the resource",
"HostedZoneId": "Depends on the type of resource that you want to route traffic to",
"Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
},
"output": {
"SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
}
},
"description": "The following example creates two latency alias resource record sets that route traffic for example.com to ELB load balancers. Requests are routed either to the Ohio region or the Oregon region, depending on the latency between the user and those regions.",
"id": "to-create-latency-alias-resource-record-sets-1484601774179",
"title": "To create latency alias resource record sets"
},
{
"input": {
"ChangeBatch": {
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"Failover": "PRIMARY",
"HealthCheckId": "abcdef11-2222-3333-4444-555555fedcba",
"Name": "example.com",
"ResourceRecords": [
{
"Value": "192.0.2.44"
}
],
"SetIdentifier": "Ohio region",
"TTL": 60,
"Type": "A"
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"Failover": "SECONDARY",
"HealthCheckId": "abcdef66-7777-8888-9999-000000fedcba",
"Name": "example.com",
"ResourceRecords": [
{
"Value": "192.0.2.45"
}
],
"SetIdentifier": "Oregon region",
"TTL": 60,
"Type": "A"
}
}
],
"Comment": "Failover configuration for example.com"
},
"HostedZoneId": "Z3M3LMPEXAMPLE"
},
"output": {
"ChangeInfo": {
"Comment": "Failover configuration for example.com",
"Id": "/change/C2682N5HXP0BZ4",
"Status": "PENDING",
"SubmittedAt": "2017-02-10T01:36:41.958Z"
}
},
"comments": {
"input": {
"Action": "Valid values: CREATE, DELETE, UPSERT",
"TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
"Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
},
"output": {
"SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
}
},
"description": "The following example creates primary and secondary failover resource record sets that route traffic to EC2 instances. Traffic is generally routed to the primary resource, in the Ohio region. If that resource is unavailable, traffic is routed to the secondary resource, in the Oregon region.",
"id": "to-create-failover-resource-record-sets-1484604541740",
"title": "To create failover resource record sets"
},
{
"input": {
"ChangeBatch": {
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"AliasTarget": {
"DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
"EvaluateTargetHealth": true,
"HostedZoneId": "Z3AADJGX6KTTL2"
},
"Failover": "PRIMARY",
"Name": "example.com",
"SetIdentifier": "Ohio region",
"Type": "A"
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"AliasTarget": {
"DNSName": "example-com-987654321.us-west-2.elb.amazonaws.com ",
"EvaluateTargetHealth": true,
"HostedZoneId": "Z1H1FL5HABSF5"
},
"Failover": "SECONDARY",
"Name": "example.com",
"SetIdentifier": "Oregon region",
"Type": "A"
}
}
],
"Comment": "Failover alias configuration for example.com"
},
"HostedZoneId": "Z3M3LMPEXAMPLE"
},
"output": {
"ChangeInfo": {
"Comment": "Failover alias configuration for example.com",
"Id": "/change/C2682N5HXP0BZ4",
"Status": "PENDING",
"SubmittedAt": "2017-02-10T01:36:41.958Z"
}
},
"comments": {
"input": {
"Action": "Valid values: CREATE, DELETE, UPSERT",
"DNSName": "The DNS name assigned to the resource",
"HostedZoneId": "Depends on the type of resource that you want to route traffic to",
"Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
},
"output": {
"SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
}
},
"description": "The following example creates primary and secondary failover alias resource record sets that route traffic to ELB load balancers. Traffic is generally routed to the primary resource, in the Ohio region. If that resource is unavailable, traffic is routed to the secondary resource, in the Oregon region.",
"id": "to-create-failover-alias-resource-record-sets-1484607497724",
"title": "To create failover alias resource record sets"
},
{
"input": {
"ChangeBatch": {
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"GeoLocation": {
"ContinentCode": "NA"
},
"Name": "example.com",
"ResourceRecords": [
{
"Value": "192.0.2.44"
}
],
"SetIdentifier": "North America",
"TTL": 60,
"Type": "A"
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"GeoLocation": {
"ContinentCode": "SA"
},
"Name": "example.com",
"ResourceRecords": [
{
"Value": "192.0.2.45"
}
],
"SetIdentifier": "South America",
"TTL": 60,
"Type": "A"
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"GeoLocation": {
"ContinentCode": "EU"
},
"Name": "example.com",
"ResourceRecords": [
{
"Value": "192.0.2.46"
}
],
"SetIdentifier": "Europe",
"TTL": 60,
"Type": "A"
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"GeoLocation": {
"CountryCode": "*"
},
"Name": "example.com",
"ResourceRecords": [
{
"Value": "192.0.2.47"
}
],
"SetIdentifier": "Other locations",
"TTL": 60,
"Type": "A"
}
}
],
"Comment": "Geolocation configuration for example.com"
},
"HostedZoneId": "Z3M3LMPEXAMPLE"
},
"output": {
"ChangeInfo": {
"Comment": "Geolocation configuration for example.com",
"Id": "/change/C2682N5HXP0BZ4",
"Status": "PENDING",
"SubmittedAt": "2017-02-10T01:36:41.958Z"
}
},
"comments": {
"input": {
"Action": "Valid values: CREATE, DELETE, UPSERT",
"TTL": "The amount of time in seconds that you want DNS resolvers to cache the values in this resource record set before submitting another request to Route 53",
"Value": "The value that is applicable to the value of Type. For example, if Type is A, Value is an IPv4 address"
},
"output": {
"SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
}
},
"description": "The following example creates four geolocation resource record sets that use IPv4 addresses to route traffic to resources such as web servers running on EC2 instances. Traffic is routed to one of four IP addresses, for North America (NA), for South America (SA), for Europe (EU), and for all other locations (*).",
"id": "to-create-geolocation-resource-record-sets-1484612462466",
"title": "To create geolocation resource record sets"
},
{
"input": {
"ChangeBatch": {
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"AliasTarget": {
"DNSName": "example-com-123456789.us-east-2.elb.amazonaws.com ",
"EvaluateTargetHealth": true,
"HostedZoneId": "Z3AADJGX6KTTL2"
},
"GeoLocation": {
"ContinentCode": "NA"
},
"Name": "example.com",
"SetIdentifier": "North America",
"Type": "A"
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"AliasTarget": {
"DNSName": "example-com-234567890.sa-east-1.elb.amazonaws.com ",
"EvaluateTargetHealth": true,
"HostedZoneId": "Z2P70J7HTTTPLU"
},
"GeoLocation": {
"ContinentCode": "SA"
},
"Name": "example.com",
"SetIdentifier": "South America",
"Type": "A"
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"AliasTarget": {
"DNSName": "example-com-234567890.eu-central-1.elb.amazonaws.com ",
"EvaluateTargetHealth": true,
"HostedZoneId": "Z215JYRZR1TBD5"
},
"GeoLocation": {
"ContinentCode": "EU"
},
"Name": "example.com",
"SetIdentifier": "Europe",
"Type": "A"
}
},
{
"Action": "CREATE",
"ResourceRecordSet": {
"AliasTarget": {
"DNSName": "example-com-234567890.ap-southeast-1.elb.amazonaws.com ",
"EvaluateTargetHealth": true,
"HostedZoneId": "Z1LMS91P8CMLE5"
},
"GeoLocation": {
"CountryCode": "*"
},
"Name": "example.com",
"SetIdentifier": "Other locations",
"Type": "A"
}
}
],
"Comment": "Geolocation alias configuration for example.com"
},
"HostedZoneId": "Z3M3LMPEXAMPLE"
},
"output": {
"ChangeInfo": {
"Comment": "Geolocation alias configuration for example.com",
"Id": "/change/C2682N5HXP0BZ4",
"Status": "PENDING",
"SubmittedAt": "2017-02-10T01:36:41.958Z"
}
},
"comments": {
"input": {
"Action": "Valid values: CREATE, DELETE, UPSERT",
"DNSName": "The DNS name assigned to the resource",
"HostedZoneId": "Depends on the type of resource that you want to route traffic to",
"Type": "A or AAAA, depending on the type of resource that you want to route traffic to"
},
"output": {
"SubmittedAt": "The date and time are in Coordinated Universal Time (UTC) and ISO 8601 format."
}
},
"description": "The following example creates four geolocation alias resource record sets that route traffic to ELB load balancers. Traffic is routed to one of four IP addresses, for North America (NA), for South America (SA), for Europe (EU), and for all other locations (*).",
"id": "to-create-geolocation-alias-resource-record-sets-1484612871203",
"title": "To create geolocation alias resource record sets"
}
],
"ChangeTagsForResource": [
{
"input": {
"AddTags": [
{
"Key": "apex",
"Value": "3874"
},
{
"Key": "acme",
"Value": "4938"
}
],
"RemoveTagKeys": [
"Nadir"
],
"ResourceId": "Z3M3LMPEXAMPLE",
"ResourceType": "hostedzone"
},
"output": {
},
"comments": {
"input": {
"ResourceType": "Valid values are healthcheck and hostedzone."
},
"output": {
}
},
"description": "The following example adds two tags and removes one tag from the hosted zone with ID Z3M3LMPEXAMPLE.",
"id": "to-add-or-remove-tags-from-a-hosted-zone-or-health-check-1484084752409",
"title": "To add or remove tags from a hosted zone or health check"
}
],
"GetHostedZone": [
{
"input": {
"Id": "Z3M3LMPEXAMPLE"
},
"output": {
"DelegationSet": {
"NameServers": [
"ns-2048.awsdns-64.com",
"ns-2049.awsdns-65.net",
"ns-2050.awsdns-66.org",
"ns-2051.awsdns-67.co.uk"
]
},
"HostedZone": {
"CallerReference": "C741617D-04E4-F8DE-B9D7-0D150FC61C2E",
"Config": {
"PrivateZone": false
},
"Id": "/hostedzone/Z3M3LMPEXAMPLE",
"Name": "myawsbucket.com.",
"ResourceRecordSetCount": 8
}
},
"comments": {
"input": {
},
"output": {
"Id": "The ID of the hosted zone that you specified in the GetHostedZone request.",
"Name": "The name of the hosted zone.",
"NameServers": "The servers that you specify in your domain configuration.",
"PrivateZone": "True if this is a private hosted zone, false if it's a public hosted zone."
}
},
"description": "The following example gets information about the Z3M3LMPEXAMPLE hosted zone.",
"id": "to-get-information-about-a-hosted-zone-1481752361124",
"title": "To get information about a hosted zone"
}
]
}
}