aws-sdk-resiliencehub 1.11.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resiliencehub/client.rb +125 -86
- data/lib/aws-sdk-resiliencehub/types.rb +266 -170
- data/lib/aws-sdk-resiliencehub.rb +1 -1
- metadata +2 -2
@@ -26,8 +26,8 @@ module Aws::ResilienceHub
|
|
26
26
|
end
|
27
27
|
|
28
28
|
# @!attribute [rw] app_arn
|
29
|
-
# The Amazon Resource Name (ARN) of the
|
30
|
-
#
|
29
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
30
|
+
# The format for this ARN is:
|
31
31
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
32
32
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
33
33
|
# in the *AWS General Reference* guide.
|
@@ -56,8 +56,8 @@ module Aws::ResilienceHub
|
|
56
56
|
end
|
57
57
|
|
58
58
|
# @!attribute [rw] app_arn
|
59
|
-
# The Amazon Resource Name (ARN) of the
|
60
|
-
#
|
59
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
60
|
+
# The format for this ARN is:
|
61
61
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
62
62
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
63
63
|
# in the *AWS General Reference* guide.
|
@@ -142,8 +142,8 @@ module Aws::ResilienceHub
|
|
142
142
|
# Defines an Resilience Hub application.
|
143
143
|
#
|
144
144
|
# @!attribute [rw] app_arn
|
145
|
-
# The Amazon Resource Name (ARN) of the
|
146
|
-
#
|
145
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
146
|
+
# The format for this ARN is:
|
147
147
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
148
148
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
149
149
|
# in the *AWS General Reference* guide.
|
@@ -229,8 +229,8 @@ module Aws::ResilienceHub
|
|
229
229
|
# Defines an application assessment.
|
230
230
|
#
|
231
231
|
# @!attribute [rw] app_arn
|
232
|
-
# The Amazon Resource Name (ARN) of the
|
233
|
-
#
|
232
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
233
|
+
# The format for this ARN is:
|
234
234
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
235
235
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
236
236
|
# in the *AWS General Reference* guide.
|
@@ -337,8 +337,8 @@ module Aws::ResilienceHub
|
|
337
337
|
# Defines an application assessment summary.
|
338
338
|
#
|
339
339
|
# @!attribute [rw] app_arn
|
340
|
-
# The Amazon Resource Name (ARN) of the
|
341
|
-
#
|
340
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
341
|
+
# The format for this ARN is:
|
342
342
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
343
343
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
344
344
|
# in the *AWS General Reference* guide.
|
@@ -422,8 +422,10 @@ module Aws::ResilienceHub
|
|
422
422
|
# Defines an Application Component.
|
423
423
|
#
|
424
424
|
# @!attribute [rw] additional_info
|
425
|
-
# Additional configuration parameters for an
|
426
|
-
# application.
|
425
|
+
# Additional configuration parameters for an Resilience Hub
|
426
|
+
# application. If you want to implement `additionalInfo` through the
|
427
|
+
# Resilience Hub console rather than using an API call, see [Configure
|
428
|
+
# the application configuration parameters][1].
|
427
429
|
#
|
428
430
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
429
431
|
# format) of only one failover region and one associated account.
|
@@ -434,6 +436,10 @@ module Aws::ResilienceHub
|
|
434
436
|
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
435
437
|
#
|
436
438
|
# </note>
|
439
|
+
#
|
440
|
+
#
|
441
|
+
#
|
442
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
437
443
|
# @return [Hash<String,Array<String>>]
|
438
444
|
#
|
439
445
|
# @!attribute [rw] id
|
@@ -548,8 +554,8 @@ module Aws::ResilienceHub
|
|
548
554
|
# Defines an application summary.
|
549
555
|
#
|
550
556
|
# @!attribute [rw] app_arn
|
551
|
-
# The Amazon Resource Name (ARN) of the
|
552
|
-
#
|
557
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
558
|
+
# The format for this ARN is:
|
553
559
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
554
560
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
555
561
|
# in the *AWS General Reference* guide.
|
@@ -826,8 +832,8 @@ module Aws::ResilienceHub
|
|
826
832
|
# @return [Hash<String,Array<String>>]
|
827
833
|
#
|
828
834
|
# @!attribute [rw] app_arn
|
829
|
-
# The Amazon Resource Name (ARN) of the
|
830
|
-
#
|
835
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
836
|
+
# The format for this ARN is:
|
831
837
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
832
838
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
833
839
|
# in the *AWS General Reference* guide.
|
@@ -878,8 +884,8 @@ module Aws::ResilienceHub
|
|
878
884
|
end
|
879
885
|
|
880
886
|
# @!attribute [rw] app_arn
|
881
|
-
# The Amazon Resource Name (ARN) of the
|
882
|
-
#
|
887
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
888
|
+
# The format for this ARN is:
|
883
889
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
884
890
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
885
891
|
# in the *AWS General Reference* guide.
|
@@ -894,7 +900,7 @@ module Aws::ResilienceHub
|
|
894
900
|
# @return [Types::AppComponent]
|
895
901
|
#
|
896
902
|
# @!attribute [rw] app_version
|
897
|
-
# The
|
903
|
+
# The Resilience Hub application version.
|
898
904
|
# @return [String]
|
899
905
|
#
|
900
906
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionAppComponentResponse AWS API Documentation
|
@@ -913,8 +919,8 @@ module Aws::ResilienceHub
|
|
913
919
|
# @return [Hash<String,Array<String>>]
|
914
920
|
#
|
915
921
|
# @!attribute [rw] app_arn
|
916
|
-
# The Amazon Resource Name (ARN) of the
|
917
|
-
#
|
922
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
923
|
+
# The format for this ARN is:
|
918
924
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
919
925
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
920
926
|
# in the *AWS General Reference* guide.
|
@@ -926,7 +932,7 @@ module Aws::ResilienceHub
|
|
926
932
|
#
|
927
933
|
# @!attribute [rw] app_components
|
928
934
|
# The list of Application Components that this resource belongs to. If
|
929
|
-
# an Application Component is not part of the
|
935
|
+
# an Application Component is not part of the Resilience Hub
|
930
936
|
# application, it will be added.
|
931
937
|
# @return [Array<String>]
|
932
938
|
#
|
@@ -981,8 +987,8 @@ module Aws::ResilienceHub
|
|
981
987
|
end
|
982
988
|
|
983
989
|
# @!attribute [rw] app_arn
|
984
|
-
# The Amazon Resource Name (ARN) of the
|
985
|
-
#
|
990
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
991
|
+
# The format for this ARN is:
|
986
992
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
987
993
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
988
994
|
# in the *AWS General Reference* guide.
|
@@ -993,7 +999,7 @@ module Aws::ResilienceHub
|
|
993
999
|
# @return [String]
|
994
1000
|
#
|
995
1001
|
# @!attribute [rw] app_version
|
996
|
-
# The
|
1002
|
+
# The Resilience Hub application version.
|
997
1003
|
# @return [String]
|
998
1004
|
#
|
999
1005
|
# @!attribute [rw] physical_resource
|
@@ -1233,8 +1239,8 @@ module Aws::ResilienceHub
|
|
1233
1239
|
end
|
1234
1240
|
|
1235
1241
|
# @!attribute [rw] app_arn
|
1236
|
-
# The Amazon Resource Name (ARN) of the
|
1237
|
-
#
|
1242
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1243
|
+
# The format for this ARN is:
|
1238
1244
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1239
1245
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1240
1246
|
# in the *AWS General Reference* guide.
|
@@ -1287,8 +1293,8 @@ module Aws::ResilienceHub
|
|
1287
1293
|
end
|
1288
1294
|
|
1289
1295
|
# @!attribute [rw] app_arn
|
1290
|
-
# The Amazon Resource Name (ARN) of the
|
1291
|
-
#
|
1296
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1297
|
+
# The format for this ARN is:
|
1292
1298
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1293
1299
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1294
1300
|
# in the *AWS General Reference* guide.
|
@@ -1313,8 +1319,8 @@ module Aws::ResilienceHub
|
|
1313
1319
|
end
|
1314
1320
|
|
1315
1321
|
# @!attribute [rw] app_arn
|
1316
|
-
# The Amazon Resource Name (ARN) of the
|
1317
|
-
#
|
1322
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1323
|
+
# The format for this ARN is:
|
1318
1324
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1319
1325
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1320
1326
|
# in the *AWS General Reference* guide.
|
@@ -1349,8 +1355,8 @@ module Aws::ResilienceHub
|
|
1349
1355
|
end
|
1350
1356
|
|
1351
1357
|
# @!attribute [rw] app_arn
|
1352
|
-
# The Amazon Resource Name (ARN) of the
|
1353
|
-
#
|
1358
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1359
|
+
# The format for this ARN is:
|
1354
1360
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1355
1361
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1356
1362
|
# in the *AWS General Reference* guide.
|
@@ -1369,8 +1375,8 @@ module Aws::ResilienceHub
|
|
1369
1375
|
end
|
1370
1376
|
|
1371
1377
|
# @!attribute [rw] app_arn
|
1372
|
-
# The Amazon Resource Name (ARN) of the
|
1373
|
-
#
|
1378
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1379
|
+
# The format for this ARN is:
|
1374
1380
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1375
1381
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1376
1382
|
# in the *AWS General Reference* guide.
|
@@ -1404,8 +1410,8 @@ module Aws::ResilienceHub
|
|
1404
1410
|
end
|
1405
1411
|
|
1406
1412
|
# @!attribute [rw] app_arn
|
1407
|
-
# The Amazon Resource Name (ARN) of the
|
1408
|
-
#
|
1413
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1414
|
+
# The format for this ARN is:
|
1409
1415
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1410
1416
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1411
1417
|
# in the *AWS General Reference* guide.
|
@@ -1420,7 +1426,7 @@ module Aws::ResilienceHub
|
|
1420
1426
|
# @return [Types::AppComponent]
|
1421
1427
|
#
|
1422
1428
|
# @!attribute [rw] app_version
|
1423
|
-
# The
|
1429
|
+
# The Resilience Hub application version.
|
1424
1430
|
# @return [String]
|
1425
1431
|
#
|
1426
1432
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionAppComponentResponse AWS API Documentation
|
@@ -1434,8 +1440,8 @@ module Aws::ResilienceHub
|
|
1434
1440
|
end
|
1435
1441
|
|
1436
1442
|
# @!attribute [rw] app_arn
|
1437
|
-
# The Amazon Resource Name (ARN) of the
|
1438
|
-
#
|
1443
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1444
|
+
# The format for this ARN is:
|
1439
1445
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1440
1446
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1441
1447
|
# in the *AWS General Reference* guide.
|
@@ -1489,8 +1495,8 @@ module Aws::ResilienceHub
|
|
1489
1495
|
end
|
1490
1496
|
|
1491
1497
|
# @!attribute [rw] app_arn
|
1492
|
-
# The Amazon Resource Name (ARN) of the
|
1493
|
-
#
|
1498
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1499
|
+
# The format for this ARN is:
|
1494
1500
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1495
1501
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1496
1502
|
# in the *AWS General Reference* guide.
|
@@ -1501,7 +1507,7 @@ module Aws::ResilienceHub
|
|
1501
1507
|
# @return [String]
|
1502
1508
|
#
|
1503
1509
|
# @!attribute [rw] app_version
|
1504
|
-
# The
|
1510
|
+
# The Resilience Hub application version.
|
1505
1511
|
# @return [String]
|
1506
1512
|
#
|
1507
1513
|
# @!attribute [rw] physical_resource
|
@@ -1645,8 +1651,8 @@ module Aws::ResilienceHub
|
|
1645
1651
|
end
|
1646
1652
|
|
1647
1653
|
# @!attribute [rw] app_arn
|
1648
|
-
# The Amazon Resource Name (ARN) of the
|
1649
|
-
#
|
1654
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1655
|
+
# The format for this ARN is:
|
1650
1656
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1651
1657
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1652
1658
|
# in the *AWS General Reference* guide.
|
@@ -1679,8 +1685,8 @@ module Aws::ResilienceHub
|
|
1679
1685
|
end
|
1680
1686
|
|
1681
1687
|
# @!attribute [rw] app_arn
|
1682
|
-
# The Amazon Resource Name (ARN) of the
|
1683
|
-
#
|
1688
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1689
|
+
# The format for this ARN is:
|
1684
1690
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1685
1691
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1686
1692
|
# in the *AWS General Reference* guide.
|
@@ -1691,7 +1697,7 @@ module Aws::ResilienceHub
|
|
1691
1697
|
# @return [String]
|
1692
1698
|
#
|
1693
1699
|
# @!attribute [rw] app_version
|
1694
|
-
# The
|
1700
|
+
# The Resilience Hub application version.
|
1695
1701
|
# @return [String]
|
1696
1702
|
#
|
1697
1703
|
# @!attribute [rw] id
|
@@ -1709,8 +1715,8 @@ module Aws::ResilienceHub
|
|
1709
1715
|
end
|
1710
1716
|
|
1711
1717
|
# @!attribute [rw] app_arn
|
1712
|
-
# The Amazon Resource Name (ARN) of the
|
1713
|
-
#
|
1718
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1719
|
+
# The format for this ARN is:
|
1714
1720
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1715
1721
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1716
1722
|
# in the *AWS General Reference* guide.
|
@@ -1725,7 +1731,7 @@ module Aws::ResilienceHub
|
|
1725
1731
|
# @return [Types::AppComponent]
|
1726
1732
|
#
|
1727
1733
|
# @!attribute [rw] app_version
|
1728
|
-
# The
|
1734
|
+
# The Resilience Hub application version.
|
1729
1735
|
# @return [String]
|
1730
1736
|
#
|
1731
1737
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionAppComponentResponse AWS API Documentation
|
@@ -1739,8 +1745,8 @@ module Aws::ResilienceHub
|
|
1739
1745
|
end
|
1740
1746
|
|
1741
1747
|
# @!attribute [rw] app_arn
|
1742
|
-
# The Amazon Resource Name (ARN) of the
|
1743
|
-
#
|
1748
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1749
|
+
# The format for this ARN is:
|
1744
1750
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1745
1751
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1746
1752
|
# in the *AWS General Reference* guide.
|
@@ -1751,7 +1757,7 @@ module Aws::ResilienceHub
|
|
1751
1757
|
# @return [String]
|
1752
1758
|
#
|
1753
1759
|
# @!attribute [rw] app_version
|
1754
|
-
# The
|
1760
|
+
# The Resilience Hub application version.
|
1755
1761
|
# @return [String]
|
1756
1762
|
#
|
1757
1763
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionRequest AWS API Documentation
|
@@ -1764,8 +1770,8 @@ module Aws::ResilienceHub
|
|
1764
1770
|
end
|
1765
1771
|
|
1766
1772
|
# @!attribute [rw] app_arn
|
1767
|
-
# The Amazon Resource Name (ARN) of the
|
1768
|
-
#
|
1773
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1774
|
+
# The format for this ARN is:
|
1769
1775
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1770
1776
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1771
1777
|
# in the *AWS General Reference* guide.
|
@@ -1776,7 +1782,7 @@ module Aws::ResilienceHub
|
|
1776
1782
|
# @return [String]
|
1777
1783
|
#
|
1778
1784
|
# @!attribute [rw] app_version
|
1779
|
-
# The
|
1785
|
+
# The Resilience Hub application version.
|
1780
1786
|
# @return [String]
|
1781
1787
|
#
|
1782
1788
|
# @!attribute [rw] aws_account_id
|
@@ -1814,8 +1820,8 @@ module Aws::ResilienceHub
|
|
1814
1820
|
end
|
1815
1821
|
|
1816
1822
|
# @!attribute [rw] app_arn
|
1817
|
-
# The Amazon Resource Name (ARN) of the
|
1818
|
-
#
|
1823
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1824
|
+
# The format for this ARN is:
|
1819
1825
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1820
1826
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1821
1827
|
# in the *AWS General Reference* guide.
|
@@ -1826,7 +1832,7 @@ module Aws::ResilienceHub
|
|
1826
1832
|
# @return [String]
|
1827
1833
|
#
|
1828
1834
|
# @!attribute [rw] app_version
|
1829
|
-
# The
|
1835
|
+
# The Resilience Hub application version.
|
1830
1836
|
# @return [String]
|
1831
1837
|
#
|
1832
1838
|
# @!attribute [rw] physical_resource
|
@@ -1846,8 +1852,8 @@ module Aws::ResilienceHub
|
|
1846
1852
|
end
|
1847
1853
|
|
1848
1854
|
# @!attribute [rw] app_arn
|
1849
|
-
# The Amazon Resource Name (ARN) of the
|
1850
|
-
#
|
1855
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1856
|
+
# The format for this ARN is:
|
1851
1857
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1852
1858
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1853
1859
|
# in the *AWS General Reference* guide.
|
@@ -1876,8 +1882,8 @@ module Aws::ResilienceHub
|
|
1876
1882
|
end
|
1877
1883
|
|
1878
1884
|
# @!attribute [rw] app_arn
|
1879
|
-
# The Amazon Resource Name (ARN) of the
|
1880
|
-
#
|
1885
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1886
|
+
# The format for this ARN is:
|
1881
1887
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1882
1888
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1883
1889
|
# in the *AWS General Reference* guide.
|
@@ -1916,17 +1922,23 @@ module Aws::ResilienceHub
|
|
1916
1922
|
end
|
1917
1923
|
|
1918
1924
|
# @!attribute [rw] additional_info
|
1919
|
-
# Additional configuration parameters for an
|
1920
|
-
# application.
|
1925
|
+
# Additional configuration parameters for an Resilience Hub
|
1926
|
+
# application. If you want to implement `additionalInfo` through the
|
1927
|
+
# Resilience Hub console rather than using an API call, see [Configure
|
1928
|
+
# the application configuration parameters][1].
|
1921
1929
|
#
|
1922
1930
|
# <note markdown="1"> Currently, this parameter supports only failover region and account.
|
1923
1931
|
#
|
1924
1932
|
# </note>
|
1933
|
+
#
|
1934
|
+
#
|
1935
|
+
#
|
1936
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
1925
1937
|
# @return [Hash<String,Array<String>>]
|
1926
1938
|
#
|
1927
1939
|
# @!attribute [rw] app_arn
|
1928
|
-
# The Amazon Resource Name (ARN) of the
|
1929
|
-
#
|
1940
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1941
|
+
# The format for this ARN is:
|
1930
1942
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1931
1943
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1932
1944
|
# in the *AWS General Reference* guide.
|
@@ -1937,7 +1949,7 @@ module Aws::ResilienceHub
|
|
1937
1949
|
# @return [String]
|
1938
1950
|
#
|
1939
1951
|
# @!attribute [rw] app_version
|
1940
|
-
# The
|
1952
|
+
# The Resilience Hub application version.
|
1941
1953
|
# @return [String]
|
1942
1954
|
#
|
1943
1955
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResponse AWS API Documentation
|
@@ -1951,8 +1963,8 @@ module Aws::ResilienceHub
|
|
1951
1963
|
end
|
1952
1964
|
|
1953
1965
|
# @!attribute [rw] app_arn
|
1954
|
-
# The Amazon Resource Name (ARN) of the
|
1955
|
-
#
|
1966
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1967
|
+
# The format for this ARN is:
|
1956
1968
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1957
1969
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1958
1970
|
# in the *AWS General Reference* guide.
|
@@ -1976,8 +1988,8 @@ module Aws::ResilienceHub
|
|
1976
1988
|
end
|
1977
1989
|
|
1978
1990
|
# @!attribute [rw] app_arn
|
1979
|
-
# The Amazon Resource Name (ARN) of the
|
1980
|
-
#
|
1991
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1992
|
+
# The format for this ARN is:
|
1981
1993
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1982
1994
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1983
1995
|
# in the *AWS General Reference* guide.
|
@@ -1996,7 +2008,7 @@ module Aws::ResilienceHub
|
|
1996
2008
|
#
|
1997
2009
|
# * <b> <code>resources</code> </b>
|
1998
2010
|
#
|
1999
|
-
# The list of logical resources that
|
2011
|
+
# The list of logical resources that must be included in the
|
2000
2012
|
# Resilience Hub application.
|
2001
2013
|
#
|
2002
2014
|
# Type: Array
|
@@ -2040,6 +2052,18 @@ module Aws::ResilienceHub
|
|
2040
2052
|
#
|
2041
2053
|
# Type: String
|
2042
2054
|
#
|
2055
|
+
# * `eksSourceName`
|
2056
|
+
#
|
2057
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
2058
|
+
# namespace this resource belongs to.
|
2059
|
+
#
|
2060
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
2061
|
+
# format.
|
2062
|
+
#
|
2063
|
+
# </note>
|
2064
|
+
#
|
2065
|
+
# Type: String
|
2066
|
+
#
|
2043
2067
|
# * <i> <code>type</code> </i>
|
2044
2068
|
#
|
2045
2069
|
# The type of resource.
|
@@ -2054,8 +2078,10 @@ module Aws::ResilienceHub
|
|
2054
2078
|
#
|
2055
2079
|
# * `additionalInfo`
|
2056
2080
|
#
|
2057
|
-
# Additional configuration parameters for an
|
2058
|
-
# application.
|
2081
|
+
# Additional configuration parameters for an Resilience Hub
|
2082
|
+
# application. If you want to implement `additionalInfo` through
|
2083
|
+
# the Resilience Hub console rather than using an API call, see
|
2084
|
+
# [Configure the application configuration parameters][1].
|
2059
2085
|
#
|
2060
2086
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
2061
2087
|
# string format) of only one failover region and one associated
|
@@ -2071,7 +2097,7 @@ module Aws::ResilienceHub
|
|
2071
2097
|
# * <b> <code>appComponents</code> </b>
|
2072
2098
|
#
|
2073
2099
|
# The list of Application Components that this resource belongs to.
|
2074
|
-
# If an Application Component is not part of the
|
2100
|
+
# If an Application Component is not part of the Resilience Hub
|
2075
2101
|
# application, it will be added.
|
2076
2102
|
#
|
2077
2103
|
# Type: Array
|
@@ -2088,7 +2114,7 @@ module Aws::ResilienceHub
|
|
2088
2114
|
#
|
2089
2115
|
# The type of Application Component. For more information about
|
2090
2116
|
# the types of Application Component, see [Grouping resources in
|
2091
|
-
# an AppComponent][
|
2117
|
+
# an AppComponent][2].
|
2092
2118
|
#
|
2093
2119
|
# Type: String
|
2094
2120
|
#
|
@@ -2101,8 +2127,10 @@ module Aws::ResilienceHub
|
|
2101
2127
|
#
|
2102
2128
|
# * `additionalInfo`
|
2103
2129
|
#
|
2104
|
-
# Additional configuration parameters for an
|
2105
|
-
# application.
|
2130
|
+
# Additional configuration parameters for an Resilience Hub
|
2131
|
+
# application. If you want to implement `additionalInfo` through
|
2132
|
+
# the Resilience Hub console rather than using an API call, see
|
2133
|
+
# [Configure the application configuration parameters][1].
|
2106
2134
|
#
|
2107
2135
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
2108
2136
|
# string format) of only one failover region and one associated
|
@@ -2142,6 +2170,8 @@ module Aws::ResilienceHub
|
|
2142
2170
|
#
|
2143
2171
|
# * `terraformSourceName`
|
2144
2172
|
#
|
2173
|
+
# * `eksSourceName`
|
2174
|
+
#
|
2145
2175
|
# </note>
|
2146
2176
|
#
|
2147
2177
|
# Each `logicalResourceIds` object includes the following fields:
|
@@ -2171,14 +2201,28 @@ module Aws::ResilienceHub
|
|
2171
2201
|
#
|
2172
2202
|
# Type: String
|
2173
2203
|
#
|
2204
|
+
# * `eksSourceName`
|
2205
|
+
#
|
2206
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
2207
|
+
# namespace this resource belongs to.
|
2208
|
+
#
|
2209
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
2210
|
+
# format.
|
2211
|
+
#
|
2212
|
+
# </note>
|
2213
|
+
#
|
2214
|
+
# Type: String
|
2215
|
+
#
|
2174
2216
|
# * <b> <code>version</code> </b>
|
2175
2217
|
#
|
2176
|
-
# The
|
2218
|
+
# The Resilience Hub application version.
|
2177
2219
|
#
|
2178
2220
|
# * `additionalInfo`
|
2179
2221
|
#
|
2180
|
-
# Additional configuration parameters for an
|
2181
|
-
# application.
|
2222
|
+
# Additional configuration parameters for an Resilience Hub
|
2223
|
+
# application. If you want to implement `additionalInfo` through the
|
2224
|
+
# Resilience Hub console rather than using an API call, see
|
2225
|
+
# [Configure the application configuration parameters][1].
|
2182
2226
|
#
|
2183
2227
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
2184
2228
|
# format) of only one failover region and one associated account.
|
@@ -2192,7 +2236,8 @@ module Aws::ResilienceHub
|
|
2192
2236
|
#
|
2193
2237
|
#
|
2194
2238
|
#
|
2195
|
-
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/
|
2239
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
2240
|
+
# [2]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
|
2196
2241
|
# @return [String]
|
2197
2242
|
#
|
2198
2243
|
# @!attribute [rw] app_version
|
@@ -2210,8 +2255,8 @@ module Aws::ResilienceHub
|
|
2210
2255
|
end
|
2211
2256
|
|
2212
2257
|
# @!attribute [rw] app_arn
|
2213
|
-
# The Amazon Resource Name (ARN) of the
|
2214
|
-
#
|
2258
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2259
|
+
# The format for this ARN is:
|
2215
2260
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2216
2261
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2217
2262
|
# in the *AWS General Reference* guide.
|
@@ -2230,8 +2275,8 @@ module Aws::ResilienceHub
|
|
2230
2275
|
end
|
2231
2276
|
|
2232
2277
|
# @!attribute [rw] app_arn
|
2233
|
-
# The Amazon Resource Name (ARN) of the
|
2234
|
-
#
|
2278
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2279
|
+
# The format for this ARN is:
|
2235
2280
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2236
2281
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2237
2282
|
# in the *AWS General Reference* guide.
|
@@ -2441,8 +2486,8 @@ module Aws::ResilienceHub
|
|
2441
2486
|
end
|
2442
2487
|
|
2443
2488
|
# @!attribute [rw] app_arn
|
2444
|
-
# The Amazon Resource Name (ARN) of the
|
2445
|
-
#
|
2489
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2490
|
+
# The format for this ARN is:
|
2446
2491
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2447
2492
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2448
2493
|
# in the *AWS General Reference* guide.
|
@@ -2483,8 +2528,8 @@ module Aws::ResilienceHub
|
|
2483
2528
|
end
|
2484
2529
|
|
2485
2530
|
# @!attribute [rw] app_arn
|
2486
|
-
# The Amazon Resource Name (ARN) of the
|
2487
|
-
#
|
2531
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2532
|
+
# The format for this ARN is:
|
2488
2533
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2489
2534
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2490
2535
|
# in the *AWS General Reference* guide.
|
@@ -2599,8 +2644,8 @@ module Aws::ResilienceHub
|
|
2599
2644
|
end
|
2600
2645
|
|
2601
2646
|
# @!attribute [rw] app_arn
|
2602
|
-
# The Amazon Resource Name (ARN) of the
|
2603
|
-
#
|
2647
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2648
|
+
# The format for this ARN is:
|
2604
2649
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2605
2650
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2606
2651
|
# in the *AWS General Reference* guide.
|
@@ -2791,8 +2836,8 @@ module Aws::ResilienceHub
|
|
2791
2836
|
end
|
2792
2837
|
|
2793
2838
|
# @!attribute [rw] app_arn
|
2794
|
-
# The Amazon Resource Name (ARN) of the
|
2795
|
-
#
|
2839
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2840
|
+
# The format for this ARN is:
|
2796
2841
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2797
2842
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2798
2843
|
# in the *AWS General Reference* guide.
|
@@ -2803,7 +2848,7 @@ module Aws::ResilienceHub
|
|
2803
2848
|
# @return [String]
|
2804
2849
|
#
|
2805
2850
|
# @!attribute [rw] app_version
|
2806
|
-
# The
|
2851
|
+
# The Resilience Hub application version.
|
2807
2852
|
# @return [String]
|
2808
2853
|
#
|
2809
2854
|
# @!attribute [rw] max_results
|
@@ -2846,8 +2891,8 @@ module Aws::ResilienceHub
|
|
2846
2891
|
end
|
2847
2892
|
|
2848
2893
|
# @!attribute [rw] app_arn
|
2849
|
-
# The Amazon Resource Name (ARN) of the
|
2850
|
-
#
|
2894
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2895
|
+
# The format for this ARN is:
|
2851
2896
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2852
2897
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2853
2898
|
# in the *AWS General Reference* guide.
|
@@ -2862,7 +2907,7 @@ module Aws::ResilienceHub
|
|
2862
2907
|
# @return [String]
|
2863
2908
|
#
|
2864
2909
|
# @!attribute [rw] max_results
|
2865
|
-
# Maximum number of Application Components to be displayed per
|
2910
|
+
# Maximum number of Application Components to be displayed per
|
2866
2911
|
# Resilience Hub application version.
|
2867
2912
|
# @return [Integer]
|
2868
2913
|
#
|
@@ -2883,8 +2928,8 @@ module Aws::ResilienceHub
|
|
2883
2928
|
end
|
2884
2929
|
|
2885
2930
|
# @!attribute [rw] app_arn
|
2886
|
-
# The Amazon Resource Name (ARN) of the
|
2887
|
-
#
|
2931
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2932
|
+
# The format for this ARN is:
|
2888
2933
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2889
2934
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2890
2935
|
# in the *AWS General Reference* guide.
|
@@ -2899,7 +2944,7 @@ module Aws::ResilienceHub
|
|
2899
2944
|
# @return [Array<Types::AppComponent>]
|
2900
2945
|
#
|
2901
2946
|
# @!attribute [rw] app_version
|
2902
|
-
# The
|
2947
|
+
# The Resilience Hub application version.
|
2903
2948
|
# @return [String]
|
2904
2949
|
#
|
2905
2950
|
# @!attribute [rw] next_token
|
@@ -2919,8 +2964,8 @@ module Aws::ResilienceHub
|
|
2919
2964
|
end
|
2920
2965
|
|
2921
2966
|
# @!attribute [rw] app_arn
|
2922
|
-
# The Amazon Resource Name (ARN) of the
|
2923
|
-
#
|
2967
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2968
|
+
# The format for this ARN is:
|
2924
2969
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2925
2970
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2926
2971
|
# in the *AWS General Reference* guide.
|
@@ -2981,8 +3026,8 @@ module Aws::ResilienceHub
|
|
2981
3026
|
end
|
2982
3027
|
|
2983
3028
|
# @!attribute [rw] app_arn
|
2984
|
-
# The Amazon Resource Name (ARN) of the
|
2985
|
-
#
|
3029
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3030
|
+
# The format for this ARN is:
|
2986
3031
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2987
3032
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2988
3033
|
# in the *AWS General Reference* guide.
|
@@ -3048,8 +3093,8 @@ module Aws::ResilienceHub
|
|
3048
3093
|
end
|
3049
3094
|
|
3050
3095
|
# @!attribute [rw] app_arn
|
3051
|
-
# The Amazon Resource Name (ARN) of the
|
3052
|
-
#
|
3096
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3097
|
+
# The format for this ARN is:
|
3053
3098
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3054
3099
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3055
3100
|
# in the *AWS General Reference* guide.
|
@@ -3100,8 +3145,8 @@ module Aws::ResilienceHub
|
|
3100
3145
|
end
|
3101
3146
|
|
3102
3147
|
# @!attribute [rw] app_arn
|
3103
|
-
# The Amazon Resource Name (ARN) of the
|
3104
|
-
#
|
3148
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3149
|
+
# The format for this ARN is:
|
3105
3150
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3106
3151
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3107
3152
|
# in the *AWS General Reference* guide.
|
@@ -3446,8 +3491,8 @@ module Aws::ResilienceHub
|
|
3446
3491
|
end
|
3447
3492
|
|
3448
3493
|
# @!attribute [rw] app_arn
|
3449
|
-
# The Amazon Resource Name (ARN) of the
|
3450
|
-
#
|
3494
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3495
|
+
# The format for this ARN is:
|
3451
3496
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3452
3497
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3453
3498
|
# in the *AWS General Reference* guide.
|
@@ -3556,8 +3601,10 @@ module Aws::ResilienceHub
|
|
3556
3601
|
# Name (ARN) or an Resilience Hub-native identifier.
|
3557
3602
|
#
|
3558
3603
|
# @!attribute [rw] additional_info
|
3559
|
-
# Additional configuration parameters for an
|
3560
|
-
# application.
|
3604
|
+
# Additional configuration parameters for an Resilience Hub
|
3605
|
+
# application. If you want to implement `additionalInfo` through the
|
3606
|
+
# Resilience Hub console rather than using an API call, see [Configure
|
3607
|
+
# the application configuration parameters][1].
|
3561
3608
|
#
|
3562
3609
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
3563
3610
|
# format) of only one failover region and one associated account.
|
@@ -3568,6 +3615,10 @@ module Aws::ResilienceHub
|
|
3568
3615
|
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
3569
3616
|
#
|
3570
3617
|
# </note>
|
3618
|
+
#
|
3619
|
+
#
|
3620
|
+
#
|
3621
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
3571
3622
|
# @return [Hash<String,Array<String>>]
|
3572
3623
|
#
|
3573
3624
|
# @!attribute [rw] app_components
|
@@ -3647,8 +3698,8 @@ module Aws::ResilienceHub
|
|
3647
3698
|
end
|
3648
3699
|
|
3649
3700
|
# @!attribute [rw] app_arn
|
3650
|
-
# The Amazon Resource Name (ARN) of the
|
3651
|
-
#
|
3701
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3702
|
+
# The format for this ARN is:
|
3652
3703
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3653
3704
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3654
3705
|
# in the *AWS General Reference* guide.
|
@@ -3667,8 +3718,8 @@ module Aws::ResilienceHub
|
|
3667
3718
|
end
|
3668
3719
|
|
3669
3720
|
# @!attribute [rw] app_arn
|
3670
|
-
# The Amazon Resource Name (ARN) of the
|
3671
|
-
#
|
3721
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3722
|
+
# The format for this ARN is:
|
3672
3723
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3673
3724
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3674
3725
|
# in the *AWS General Reference* guide.
|
@@ -3692,8 +3743,8 @@ module Aws::ResilienceHub
|
|
3692
3743
|
end
|
3693
3744
|
|
3694
3745
|
# @!attribute [rw] app_arn
|
3695
|
-
# The Amazon Resource Name (ARN) of the
|
3696
|
-
#
|
3746
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3747
|
+
# The format for this ARN is:
|
3697
3748
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3698
3749
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3699
3750
|
# in the *AWS General Reference* guide.
|
@@ -3712,7 +3763,7 @@ module Aws::ResilienceHub
|
|
3712
3763
|
#
|
3713
3764
|
# * <b> <code>resources</code> </b>
|
3714
3765
|
#
|
3715
|
-
# The list of logical resources that
|
3766
|
+
# The list of logical resources that must be included in the
|
3716
3767
|
# Resilience Hub application.
|
3717
3768
|
#
|
3718
3769
|
# Type: Array
|
@@ -3756,6 +3807,18 @@ module Aws::ResilienceHub
|
|
3756
3807
|
#
|
3757
3808
|
# Type: String
|
3758
3809
|
#
|
3810
|
+
# * `eksSourceName`
|
3811
|
+
#
|
3812
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
3813
|
+
# namespace this resource belongs to.
|
3814
|
+
#
|
3815
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
3816
|
+
# format.
|
3817
|
+
#
|
3818
|
+
# </note>
|
3819
|
+
#
|
3820
|
+
# Type: String
|
3821
|
+
#
|
3759
3822
|
# * <i> <code>type</code> </i>
|
3760
3823
|
#
|
3761
3824
|
# The type of resource.
|
@@ -3770,8 +3833,10 @@ module Aws::ResilienceHub
|
|
3770
3833
|
#
|
3771
3834
|
# * `additionalInfo`
|
3772
3835
|
#
|
3773
|
-
# Additional configuration parameters for an
|
3774
|
-
# application.
|
3836
|
+
# Additional configuration parameters for an Resilience Hub
|
3837
|
+
# application. If you want to implement `additionalInfo` through
|
3838
|
+
# the Resilience Hub console rather than using an API call, see
|
3839
|
+
# [Configure the application configuration parameters][1].
|
3775
3840
|
#
|
3776
3841
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
3777
3842
|
# string format) of only one failover region and one associated
|
@@ -3787,7 +3852,7 @@ module Aws::ResilienceHub
|
|
3787
3852
|
# * <b> <code>appComponents</code> </b>
|
3788
3853
|
#
|
3789
3854
|
# The list of Application Components that this resource belongs to.
|
3790
|
-
# If an Application Component is not part of the
|
3855
|
+
# If an Application Component is not part of the Resilience Hub
|
3791
3856
|
# application, it will be added.
|
3792
3857
|
#
|
3793
3858
|
# Type: Array
|
@@ -3804,7 +3869,7 @@ module Aws::ResilienceHub
|
|
3804
3869
|
#
|
3805
3870
|
# The type of Application Component. For more information about
|
3806
3871
|
# the types of Application Component, see [Grouping resources in
|
3807
|
-
# an AppComponent][
|
3872
|
+
# an AppComponent][2].
|
3808
3873
|
#
|
3809
3874
|
# Type: String
|
3810
3875
|
#
|
@@ -3817,8 +3882,10 @@ module Aws::ResilienceHub
|
|
3817
3882
|
#
|
3818
3883
|
# * `additionalInfo`
|
3819
3884
|
#
|
3820
|
-
# Additional configuration parameters for an
|
3821
|
-
# application.
|
3885
|
+
# Additional configuration parameters for an Resilience Hub
|
3886
|
+
# application. If you want to implement `additionalInfo` through
|
3887
|
+
# the Resilience Hub console rather than using an API call, see
|
3888
|
+
# [Configure the application configuration parameters][1].
|
3822
3889
|
#
|
3823
3890
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
3824
3891
|
# string format) of only one failover region and one associated
|
@@ -3858,6 +3925,8 @@ module Aws::ResilienceHub
|
|
3858
3925
|
#
|
3859
3926
|
# * `terraformSourceName`
|
3860
3927
|
#
|
3928
|
+
# * `eksSourceName`
|
3929
|
+
#
|
3861
3930
|
# </note>
|
3862
3931
|
#
|
3863
3932
|
# Each `logicalResourceIds` object includes the following fields:
|
@@ -3887,14 +3956,28 @@ module Aws::ResilienceHub
|
|
3887
3956
|
#
|
3888
3957
|
# Type: String
|
3889
3958
|
#
|
3959
|
+
# * `eksSourceName`
|
3960
|
+
#
|
3961
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
3962
|
+
# namespace this resource belongs to.
|
3963
|
+
#
|
3964
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
3965
|
+
# format.
|
3966
|
+
#
|
3967
|
+
# </note>
|
3968
|
+
#
|
3969
|
+
# Type: String
|
3970
|
+
#
|
3890
3971
|
# * <b> <code>version</code> </b>
|
3891
3972
|
#
|
3892
|
-
# The
|
3973
|
+
# The Resilience Hub application version.
|
3893
3974
|
#
|
3894
3975
|
# * `additionalInfo`
|
3895
3976
|
#
|
3896
|
-
# Additional configuration parameters for an
|
3897
|
-
# application.
|
3977
|
+
# Additional configuration parameters for an Resilience Hub
|
3978
|
+
# application. If you want to implement `additionalInfo` through the
|
3979
|
+
# Resilience Hub console rather than using an API call, see
|
3980
|
+
# [Configure the application configuration parameters][1].
|
3898
3981
|
#
|
3899
3982
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
3900
3983
|
# format) of only one failover region and one associated account.
|
@@ -3908,7 +3991,8 @@ module Aws::ResilienceHub
|
|
3908
3991
|
#
|
3909
3992
|
#
|
3910
3993
|
#
|
3911
|
-
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/
|
3994
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
3995
|
+
# [2]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
|
3912
3996
|
# @return [String]
|
3913
3997
|
#
|
3914
3998
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PutDraftAppVersionTemplateRequest AWS API Documentation
|
@@ -3921,8 +4005,8 @@ module Aws::ResilienceHub
|
|
3921
4005
|
end
|
3922
4006
|
|
3923
4007
|
# @!attribute [rw] app_arn
|
3924
|
-
# The Amazon Resource Name (ARN) of the
|
3925
|
-
#
|
4008
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4009
|
+
# The format for this ARN is:
|
3926
4010
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3927
4011
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3928
4012
|
# in the *AWS General Reference* guide.
|
@@ -4017,8 +4101,8 @@ module Aws::ResilienceHub
|
|
4017
4101
|
# CreateRecommendationTemplate action.
|
4018
4102
|
#
|
4019
4103
|
# @!attribute [rw] app_arn
|
4020
|
-
# The Amazon Resource Name (ARN) of the
|
4021
|
-
#
|
4104
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4105
|
+
# The format for this ARN is:
|
4022
4106
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4023
4107
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4024
4108
|
# in the *AWS General Reference* guide.
|
@@ -4134,8 +4218,8 @@ module Aws::ResilienceHub
|
|
4134
4218
|
end
|
4135
4219
|
|
4136
4220
|
# @!attribute [rw] app_arn
|
4137
|
-
# The Amazon Resource Name (ARN) of the
|
4138
|
-
#
|
4221
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4222
|
+
# The format for this ARN is:
|
4139
4223
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4140
4224
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4141
4225
|
# in the *AWS General Reference* guide.
|
@@ -4194,8 +4278,8 @@ module Aws::ResilienceHub
|
|
4194
4278
|
end
|
4195
4279
|
|
4196
4280
|
# @!attribute [rw] app_arn
|
4197
|
-
# The Amazon Resource Name (ARN) of the
|
4198
|
-
#
|
4281
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4282
|
+
# The format for this ARN is:
|
4199
4283
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4200
4284
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4201
4285
|
# in the *AWS General Reference* guide.
|
@@ -4305,8 +4389,8 @@ module Aws::ResilienceHub
|
|
4305
4389
|
end
|
4306
4390
|
|
4307
4391
|
# @!attribute [rw] app_arn
|
4308
|
-
# The Amazon Resource Name (ARN) of the
|
4309
|
-
#
|
4392
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4393
|
+
# The format for this ARN is:
|
4310
4394
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4311
4395
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4312
4396
|
# in the *AWS General Reference* guide.
|
@@ -4330,8 +4414,8 @@ module Aws::ResilienceHub
|
|
4330
4414
|
end
|
4331
4415
|
|
4332
4416
|
# @!attribute [rw] app_arn
|
4333
|
-
# The Amazon Resource Name (ARN) of the
|
4334
|
-
#
|
4417
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4418
|
+
# The format for this ARN is:
|
4335
4419
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4336
4420
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4337
4421
|
# in the *AWS General Reference* guide.
|
@@ -4448,7 +4532,7 @@ module Aws::ResilienceHub
|
|
4448
4532
|
#
|
4449
4533
|
# ResourceGroup
|
4450
4534
|
#
|
4451
|
-
# : The resource is mapped to
|
4535
|
+
# : The resource is mapped to Resource Groups. The name of the
|
4452
4536
|
# resource group is contained in the `resourceGroupName` property.
|
4453
4537
|
# @return [String]
|
4454
4538
|
#
|
@@ -4590,8 +4674,8 @@ module Aws::ResilienceHub
|
|
4590
4674
|
end
|
4591
4675
|
|
4592
4676
|
# @!attribute [rw] app_arn
|
4593
|
-
# The Amazon Resource Name (ARN) of the
|
4594
|
-
#
|
4677
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4678
|
+
# The format for this ARN is:
|
4595
4679
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4596
4680
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4597
4681
|
# in the *AWS General Reference* guide.
|
@@ -4783,7 +4867,7 @@ module Aws::ResilienceHub
|
|
4783
4867
|
# @return [String]
|
4784
4868
|
#
|
4785
4869
|
# @!attribute [rw] unsupported_resource_status
|
4786
|
-
# The status of unsupported resource.
|
4870
|
+
# The status of the unsupported resource.
|
4787
4871
|
# @return [String]
|
4788
4872
|
#
|
4789
4873
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UnsupportedResource AWS API Documentation
|
@@ -4819,8 +4903,8 @@ module Aws::ResilienceHub
|
|
4819
4903
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
4820
4904
|
|
4821
4905
|
# @!attribute [rw] app_arn
|
4822
|
-
# The Amazon Resource Name (ARN) of the
|
4823
|
-
#
|
4906
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4907
|
+
# The format for this ARN is:
|
4824
4908
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4825
4909
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4826
4910
|
# in the *AWS General Reference* guide.
|
@@ -4886,8 +4970,8 @@ module Aws::ResilienceHub
|
|
4886
4970
|
# @return [Hash<String,Array<String>>]
|
4887
4971
|
#
|
4888
4972
|
# @!attribute [rw] app_arn
|
4889
|
-
# The Amazon Resource Name (ARN) of the
|
4890
|
-
#
|
4973
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4974
|
+
# The format for this ARN is:
|
4891
4975
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4892
4976
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4893
4977
|
# in the *AWS General Reference* guide.
|
@@ -4928,8 +5012,8 @@ module Aws::ResilienceHub
|
|
4928
5012
|
end
|
4929
5013
|
|
4930
5014
|
# @!attribute [rw] app_arn
|
4931
|
-
# The Amazon Resource Name (ARN) of the
|
4932
|
-
#
|
5015
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
5016
|
+
# The format for this ARN is:
|
4933
5017
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4934
5018
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4935
5019
|
# in the *AWS General Reference* guide.
|
@@ -4944,7 +5028,7 @@ module Aws::ResilienceHub
|
|
4944
5028
|
# @return [Types::AppComponent]
|
4945
5029
|
#
|
4946
5030
|
# @!attribute [rw] app_version
|
4947
|
-
# The
|
5031
|
+
# The Resilience Hub application version.
|
4948
5032
|
# @return [String]
|
4949
5033
|
#
|
4950
5034
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionAppComponentResponse AWS API Documentation
|
@@ -4958,8 +5042,10 @@ module Aws::ResilienceHub
|
|
4958
5042
|
end
|
4959
5043
|
|
4960
5044
|
# @!attribute [rw] additional_info
|
4961
|
-
# Additional configuration parameters for an
|
4962
|
-
# application.
|
5045
|
+
# Additional configuration parameters for an Resilience Hub
|
5046
|
+
# application. If you want to implement `additionalInfo` through the
|
5047
|
+
# Resilience Hub console rather than using an API call, see [Configure
|
5048
|
+
# the application configuration parameters][1].
|
4963
5049
|
#
|
4964
5050
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
4965
5051
|
# format) of only one failover region and one associated account.
|
@@ -4970,11 +5056,15 @@ module Aws::ResilienceHub
|
|
4970
5056
|
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
4971
5057
|
#
|
4972
5058
|
# </note>
|
5059
|
+
#
|
5060
|
+
#
|
5061
|
+
#
|
5062
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
4973
5063
|
# @return [Hash<String,Array<String>>]
|
4974
5064
|
#
|
4975
5065
|
# @!attribute [rw] app_arn
|
4976
|
-
# The Amazon Resource Name (ARN) of the
|
4977
|
-
#
|
5066
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
5067
|
+
# The format for this ARN is:
|
4978
5068
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4979
5069
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4980
5070
|
# in the *AWS General Reference* guide.
|
@@ -4999,8 +5089,8 @@ module Aws::ResilienceHub
|
|
4999
5089
|
# @return [Hash<String,Array<String>>]
|
5000
5090
|
#
|
5001
5091
|
# @!attribute [rw] app_arn
|
5002
|
-
# The Amazon Resource Name (ARN) of the
|
5003
|
-
#
|
5092
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
5093
|
+
# The format for this ARN is:
|
5004
5094
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5005
5095
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5006
5096
|
# in the *AWS General Reference* guide.
|
@@ -5012,7 +5102,7 @@ module Aws::ResilienceHub
|
|
5012
5102
|
#
|
5013
5103
|
# @!attribute [rw] app_components
|
5014
5104
|
# The list of Application Components that this resource belongs to. If
|
5015
|
-
# an Application Component is not part of the
|
5105
|
+
# an Application Component is not part of the Resilience Hub
|
5016
5106
|
# application, it will be added.
|
5017
5107
|
# @return [Array<String>]
|
5018
5108
|
#
|
@@ -5068,8 +5158,8 @@ module Aws::ResilienceHub
|
|
5068
5158
|
end
|
5069
5159
|
|
5070
5160
|
# @!attribute [rw] app_arn
|
5071
|
-
# The Amazon Resource Name (ARN) of the
|
5072
|
-
#
|
5161
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
5162
|
+
# The format for this ARN is:
|
5073
5163
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5074
5164
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5075
5165
|
# in the *AWS General Reference* guide.
|
@@ -5080,7 +5170,7 @@ module Aws::ResilienceHub
|
|
5080
5170
|
# @return [String]
|
5081
5171
|
#
|
5082
5172
|
# @!attribute [rw] app_version
|
5083
|
-
# The
|
5173
|
+
# The Resilience Hub application version.
|
5084
5174
|
# @return [String]
|
5085
5175
|
#
|
5086
5176
|
# @!attribute [rw] physical_resource
|
@@ -5100,17 +5190,23 @@ module Aws::ResilienceHub
|
|
5100
5190
|
end
|
5101
5191
|
|
5102
5192
|
# @!attribute [rw] additional_info
|
5103
|
-
# Additional configuration parameters for an
|
5104
|
-
# application.
|
5193
|
+
# Additional configuration parameters for an Resilience Hub
|
5194
|
+
# application. If you want to implement `additionalInfo` through the
|
5195
|
+
# Resilience Hub console rather than using an API call, see [Configure
|
5196
|
+
# the application configuration parameters][1].
|
5105
5197
|
#
|
5106
5198
|
# <note markdown="1"> Currently, this parameter supports only failover region and account.
|
5107
5199
|
#
|
5108
5200
|
# </note>
|
5201
|
+
#
|
5202
|
+
#
|
5203
|
+
#
|
5204
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
5109
5205
|
# @return [Hash<String,Array<String>>]
|
5110
5206
|
#
|
5111
5207
|
# @!attribute [rw] app_arn
|
5112
|
-
# The Amazon Resource Name (ARN) of the
|
5113
|
-
#
|
5208
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
5209
|
+
# The format for this ARN is:
|
5114
5210
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5115
5211
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5116
5212
|
# in the *AWS General Reference* guide.
|
@@ -5121,7 +5217,7 @@ module Aws::ResilienceHub
|
|
5121
5217
|
# @return [String]
|
5122
5218
|
#
|
5123
5219
|
# @!attribute [rw] app_version
|
5124
|
-
# The
|
5220
|
+
# The Resilience Hub application version.
|
5125
5221
|
# @return [String]
|
5126
5222
|
#
|
5127
5223
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionResponse AWS API Documentation
|