aws-sdk-resiliencehub 1.19.0 → 1.21.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resiliencehub/client.rb +108 -53
- data/lib/aws-sdk-resiliencehub/client_api.rb +9 -0
- data/lib/aws-sdk-resiliencehub/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-resiliencehub/types.rb +156 -101
- data/lib/aws-sdk-resiliencehub.rb +1 -1
- metadata +4 -4
@@ -30,7 +30,7 @@ module Aws::ResilienceHub
|
|
30
30
|
# 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
|
-
# in the *
|
33
|
+
# in the *Amazon Web Services General Reference* guide.
|
34
34
|
#
|
35
35
|
#
|
36
36
|
#
|
@@ -60,7 +60,7 @@ module Aws::ResilienceHub
|
|
60
60
|
# 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
|
-
# in the *
|
63
|
+
# in the *Amazon Web Services General Reference* guide.
|
64
64
|
#
|
65
65
|
#
|
66
66
|
#
|
@@ -152,7 +152,7 @@ module Aws::ResilienceHub
|
|
152
152
|
# format for this ARN is:
|
153
153
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
154
154
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
155
|
-
# in the *
|
155
|
+
# in the *Amazon Web Services General Reference* guide.
|
156
156
|
#
|
157
157
|
#
|
158
158
|
#
|
@@ -168,7 +168,7 @@ module Aws::ResilienceHub
|
|
168
168
|
# @return [String]
|
169
169
|
#
|
170
170
|
# @!attribute [rw] creation_time
|
171
|
-
#
|
171
|
+
# Date and time when the app was created.
|
172
172
|
# @return [Time]
|
173
173
|
#
|
174
174
|
# @!attribute [rw] description
|
@@ -187,7 +187,7 @@ module Aws::ResilienceHub
|
|
187
187
|
# @return [Array<Types::EventSubscription>]
|
188
188
|
#
|
189
189
|
# @!attribute [rw] last_app_compliance_evaluation_time
|
190
|
-
#
|
190
|
+
# Date and time the most recent compliance evaluation.
|
191
191
|
# @return [Time]
|
192
192
|
#
|
193
193
|
# @!attribute [rw] last_drift_evaluation_time
|
@@ -195,7 +195,7 @@ module Aws::ResilienceHub
|
|
195
195
|
# @return [Time]
|
196
196
|
#
|
197
197
|
# @!attribute [rw] last_resiliency_score_evaluation_time
|
198
|
-
#
|
198
|
+
# Date and time the most recent resiliency score evaluation.
|
199
199
|
# @return [Time]
|
200
200
|
#
|
201
201
|
# @!attribute [rw] name
|
@@ -213,7 +213,7 @@ module Aws::ResilienceHub
|
|
213
213
|
# this ARN is:
|
214
214
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
215
215
|
# For more information about ARNs, see [ Amazon Resource Names
|
216
|
-
# (ARNs)][1] in the *
|
216
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
217
217
|
#
|
218
218
|
#
|
219
219
|
#
|
@@ -224,6 +224,14 @@ module Aws::ResilienceHub
|
|
224
224
|
# Current resiliency score for the application.
|
225
225
|
# @return [Float]
|
226
226
|
#
|
227
|
+
# @!attribute [rw] rpo_in_secs
|
228
|
+
# Recovery Point Objective (RPO) in seconds.
|
229
|
+
# @return [Integer]
|
230
|
+
#
|
231
|
+
# @!attribute [rw] rto_in_secs
|
232
|
+
# Recovery Time Objective (RTO) in seconds.
|
233
|
+
# @return [Integer]
|
234
|
+
#
|
227
235
|
# @!attribute [rw] status
|
228
236
|
# Status of the application.
|
229
237
|
# @return [String]
|
@@ -251,6 +259,8 @@ module Aws::ResilienceHub
|
|
251
259
|
:permission_model,
|
252
260
|
:policy_arn,
|
253
261
|
:resiliency_score,
|
262
|
+
:rpo_in_secs,
|
263
|
+
:rto_in_secs,
|
254
264
|
:status,
|
255
265
|
:tags)
|
256
266
|
SENSITIVE = [:tags]
|
@@ -264,7 +274,7 @@ module Aws::ResilienceHub
|
|
264
274
|
# format for this ARN is:
|
265
275
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
266
276
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
267
|
-
# in the *
|
277
|
+
# in the *Amazon Web Services General Reference* guide.
|
268
278
|
#
|
269
279
|
#
|
270
280
|
#
|
@@ -280,7 +290,7 @@ module Aws::ResilienceHub
|
|
280
290
|
# ARN is:
|
281
291
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
282
292
|
# For more information about ARNs, see [ Amazon Resource Names
|
283
|
-
# (ARNs)][1] in the *
|
293
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
284
294
|
#
|
285
295
|
#
|
286
296
|
#
|
@@ -383,7 +393,7 @@ module Aws::ResilienceHub
|
|
383
393
|
# format for this ARN is:
|
384
394
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
385
395
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
386
|
-
# in the *
|
396
|
+
# in the *Amazon Web Services General Reference* guide.
|
387
397
|
#
|
388
398
|
#
|
389
399
|
#
|
@@ -399,7 +409,7 @@ module Aws::ResilienceHub
|
|
399
409
|
# ARN is:
|
400
410
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
401
411
|
# For more information about ARNs, see [ Amazon Resource Names
|
402
|
-
# (ARNs)][1] in the *
|
412
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
403
413
|
#
|
404
414
|
#
|
405
415
|
#
|
@@ -576,7 +586,7 @@ module Aws::ResilienceHub
|
|
576
586
|
# @!attribute [rw] source_arn
|
577
587
|
# The Amazon Resource Name (ARN) of the input source. For more
|
578
588
|
# information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
579
|
-
# the *
|
589
|
+
# the *Amazon Web Services General Reference* guide.
|
580
590
|
#
|
581
591
|
#
|
582
592
|
#
|
@@ -611,7 +621,7 @@ module Aws::ResilienceHub
|
|
611
621
|
# format for this ARN is:
|
612
622
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
613
623
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
614
|
-
# in the *
|
624
|
+
# in the *Amazon Web Services General Reference* guide.
|
615
625
|
#
|
616
626
|
#
|
617
627
|
#
|
@@ -627,7 +637,7 @@ module Aws::ResilienceHub
|
|
627
637
|
# @return [String]
|
628
638
|
#
|
629
639
|
# @!attribute [rw] creation_time
|
630
|
-
#
|
640
|
+
# Date and time when the app was created.
|
631
641
|
# @return [Time]
|
632
642
|
#
|
633
643
|
# @!attribute [rw] description
|
@@ -639,6 +649,10 @@ module Aws::ResilienceHub
|
|
639
649
|
# running an assessment for your application.
|
640
650
|
# @return [String]
|
641
651
|
#
|
652
|
+
# @!attribute [rw] last_app_compliance_evaluation_time
|
653
|
+
# Date and time of the most recent compliance evaluation.
|
654
|
+
# @return [Time]
|
655
|
+
#
|
642
656
|
# @!attribute [rw] name
|
643
657
|
# The name of the application.
|
644
658
|
# @return [String]
|
@@ -647,6 +661,14 @@ module Aws::ResilienceHub
|
|
647
661
|
# The current resiliency score for the application.
|
648
662
|
# @return [Float]
|
649
663
|
#
|
664
|
+
# @!attribute [rw] rpo_in_secs
|
665
|
+
# Recovery Point Objective (RPO) in seconds.
|
666
|
+
# @return [Integer]
|
667
|
+
#
|
668
|
+
# @!attribute [rw] rto_in_secs
|
669
|
+
# Recovery Time Objective (RTO) in seconds.
|
670
|
+
# @return [Integer]
|
671
|
+
#
|
650
672
|
# @!attribute [rw] status
|
651
673
|
# Status of the application.
|
652
674
|
# @return [String]
|
@@ -660,8 +682,11 @@ module Aws::ResilienceHub
|
|
660
682
|
:creation_time,
|
661
683
|
:description,
|
662
684
|
:drift_status,
|
685
|
+
:last_app_compliance_evaluation_time,
|
663
686
|
:name,
|
664
687
|
:resiliency_score,
|
688
|
+
:rpo_in_secs,
|
689
|
+
:rto_in_secs,
|
665
690
|
:status)
|
666
691
|
SENSITIVE = []
|
667
692
|
include Aws::Structure
|
@@ -728,7 +753,7 @@ module Aws::ResilienceHub
|
|
728
753
|
# format for this ARN is:
|
729
754
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
730
755
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
731
|
-
# in the *
|
756
|
+
# in the *Amazon Web Services General Reference* guide.
|
732
757
|
#
|
733
758
|
#
|
734
759
|
#
|
@@ -754,7 +779,7 @@ module Aws::ResilienceHub
|
|
754
779
|
# format for this ARN is:
|
755
780
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
756
781
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
757
|
-
# in the *
|
782
|
+
# in the *Amazon Web Services General Reference* guide.
|
758
783
|
#
|
759
784
|
#
|
760
785
|
#
|
@@ -1069,7 +1094,7 @@ module Aws::ResilienceHub
|
|
1069
1094
|
# this ARN is:
|
1070
1095
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
1071
1096
|
# For more information about ARNs, see [ Amazon Resource Names
|
1072
|
-
# (ARNs)][1] in the *
|
1097
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
1073
1098
|
#
|
1074
1099
|
#
|
1075
1100
|
#
|
@@ -1121,7 +1146,7 @@ module Aws::ResilienceHub
|
|
1121
1146
|
# format for this ARN is:
|
1122
1147
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1123
1148
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1124
|
-
# in the *
|
1149
|
+
# in the *Amazon Web Services General Reference* guide.
|
1125
1150
|
#
|
1126
1151
|
#
|
1127
1152
|
#
|
@@ -1173,7 +1198,7 @@ module Aws::ResilienceHub
|
|
1173
1198
|
# format for this ARN is:
|
1174
1199
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1175
1200
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1176
|
-
# in the *
|
1201
|
+
# in the *Amazon Web Services General Reference* guide.
|
1177
1202
|
#
|
1178
1203
|
#
|
1179
1204
|
#
|
@@ -1208,7 +1233,7 @@ module Aws::ResilienceHub
|
|
1208
1233
|
# format for this ARN is:
|
1209
1234
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1210
1235
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1211
|
-
# in the *
|
1236
|
+
# in the *Amazon Web Services General Reference* guide.
|
1212
1237
|
#
|
1213
1238
|
#
|
1214
1239
|
#
|
@@ -1276,7 +1301,7 @@ module Aws::ResilienceHub
|
|
1276
1301
|
# format for this ARN is:
|
1277
1302
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1278
1303
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1279
|
-
# in the *
|
1304
|
+
# in the *Amazon Web Services General Reference* guide.
|
1280
1305
|
#
|
1281
1306
|
#
|
1282
1307
|
#
|
@@ -1308,7 +1333,7 @@ module Aws::ResilienceHub
|
|
1308
1333
|
# ARN is:
|
1309
1334
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1310
1335
|
# For more information about ARNs, see [ Amazon Resource Names
|
1311
|
-
# (ARNs)][1] in the *
|
1336
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
1312
1337
|
#
|
1313
1338
|
#
|
1314
1339
|
#
|
@@ -1473,7 +1498,7 @@ module Aws::ResilienceHub
|
|
1473
1498
|
# ARN is:
|
1474
1499
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1475
1500
|
# For more information about ARNs, see [ Amazon Resource Names
|
1476
|
-
# (ARNs)][1] in the *
|
1501
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
1477
1502
|
#
|
1478
1503
|
#
|
1479
1504
|
#
|
@@ -1503,7 +1528,7 @@ module Aws::ResilienceHub
|
|
1503
1528
|
# ARN is:
|
1504
1529
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1505
1530
|
# For more information about ARNs, see [ Amazon Resource Names
|
1506
|
-
# (ARNs)][1] in the *
|
1531
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
1507
1532
|
#
|
1508
1533
|
#
|
1509
1534
|
#
|
@@ -1528,7 +1553,7 @@ module Aws::ResilienceHub
|
|
1528
1553
|
# format for this ARN is:
|
1529
1554
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1530
1555
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1531
|
-
# in the *
|
1556
|
+
# in the *Amazon Web Services General Reference* guide.
|
1532
1557
|
#
|
1533
1558
|
#
|
1534
1559
|
#
|
@@ -1552,8 +1577,8 @@ module Aws::ResilienceHub
|
|
1552
1577
|
# @!attribute [rw] source_arn
|
1553
1578
|
# The Amazon Resource Name (ARN) of the imported resource you want to
|
1554
1579
|
# remove from the Resilience Hub application. For more information
|
1555
|
-
# about ARNs, see [ Amazon Resource Names (ARNs)][1] in the *
|
1556
|
-
# General Reference* guide.
|
1580
|
+
# about ARNs, see [ Amazon Resource Names (ARNs)][1] in the *Amazon
|
1581
|
+
# Web Services General Reference* guide.
|
1557
1582
|
#
|
1558
1583
|
#
|
1559
1584
|
#
|
@@ -1582,7 +1607,7 @@ module Aws::ResilienceHub
|
|
1582
1607
|
# format for this ARN is:
|
1583
1608
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1584
1609
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1585
|
-
# in the *
|
1610
|
+
# in the *Amazon Web Services General Reference* guide.
|
1586
1611
|
#
|
1587
1612
|
#
|
1588
1613
|
#
|
@@ -1608,7 +1633,7 @@ module Aws::ResilienceHub
|
|
1608
1633
|
# format for this ARN is:
|
1609
1634
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1610
1635
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1611
|
-
# in the *
|
1636
|
+
# in the *Amazon Web Services General Reference* guide.
|
1612
1637
|
#
|
1613
1638
|
#
|
1614
1639
|
#
|
@@ -1644,7 +1669,7 @@ module Aws::ResilienceHub
|
|
1644
1669
|
# format for this ARN is:
|
1645
1670
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1646
1671
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1647
|
-
# in the *
|
1672
|
+
# in the *Amazon Web Services General Reference* guide.
|
1648
1673
|
#
|
1649
1674
|
#
|
1650
1675
|
#
|
@@ -1664,7 +1689,7 @@ module Aws::ResilienceHub
|
|
1664
1689
|
# format for this ARN is:
|
1665
1690
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1666
1691
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1667
|
-
# in the *
|
1692
|
+
# in the *Amazon Web Services General Reference* guide.
|
1668
1693
|
#
|
1669
1694
|
#
|
1670
1695
|
#
|
@@ -1699,7 +1724,7 @@ module Aws::ResilienceHub
|
|
1699
1724
|
# format for this ARN is:
|
1700
1725
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1701
1726
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1702
|
-
# in the *
|
1727
|
+
# in the *Amazon Web Services General Reference* guide.
|
1703
1728
|
#
|
1704
1729
|
#
|
1705
1730
|
#
|
@@ -1729,7 +1754,7 @@ module Aws::ResilienceHub
|
|
1729
1754
|
# format for this ARN is:
|
1730
1755
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1731
1756
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1732
|
-
# in the *
|
1757
|
+
# in the *Amazon Web Services General Reference* guide.
|
1733
1758
|
#
|
1734
1759
|
#
|
1735
1760
|
#
|
@@ -1784,7 +1809,7 @@ module Aws::ResilienceHub
|
|
1784
1809
|
# format for this ARN is:
|
1785
1810
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1786
1811
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1787
|
-
# in the *
|
1812
|
+
# in the *Amazon Web Services General Reference* guide.
|
1788
1813
|
#
|
1789
1814
|
#
|
1790
1815
|
#
|
@@ -1864,7 +1889,7 @@ module Aws::ResilienceHub
|
|
1864
1889
|
# this ARN is:
|
1865
1890
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
1866
1891
|
# For more information about ARNs, see [ Amazon Resource Names
|
1867
|
-
# (ARNs)][1] in the *
|
1892
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
1868
1893
|
#
|
1869
1894
|
#
|
1870
1895
|
#
|
@@ -1885,7 +1910,7 @@ module Aws::ResilienceHub
|
|
1885
1910
|
# this ARN is:
|
1886
1911
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
1887
1912
|
# For more information about ARNs, see [ Amazon Resource Names
|
1888
|
-
# (ARNs)][1] in the *
|
1913
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
1889
1914
|
#
|
1890
1915
|
#
|
1891
1916
|
#
|
@@ -1905,7 +1930,7 @@ module Aws::ResilienceHub
|
|
1905
1930
|
# ARN is:
|
1906
1931
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1907
1932
|
# For more information about ARNs, see [ Amazon Resource Names
|
1908
|
-
# (ARNs)][1] in the *
|
1933
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
1909
1934
|
#
|
1910
1935
|
#
|
1911
1936
|
#
|
@@ -1940,7 +1965,7 @@ module Aws::ResilienceHub
|
|
1940
1965
|
# format for this ARN is:
|
1941
1966
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1942
1967
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1943
|
-
# in the *
|
1968
|
+
# in the *Amazon Web Services General Reference* guide.
|
1944
1969
|
#
|
1945
1970
|
#
|
1946
1971
|
#
|
@@ -1974,7 +1999,7 @@ module Aws::ResilienceHub
|
|
1974
1999
|
# format for this ARN is:
|
1975
2000
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1976
2001
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1977
|
-
# in the *
|
2002
|
+
# in the *Amazon Web Services General Reference* guide.
|
1978
2003
|
#
|
1979
2004
|
#
|
1980
2005
|
#
|
@@ -2004,7 +2029,7 @@ module Aws::ResilienceHub
|
|
2004
2029
|
# format for this ARN is:
|
2005
2030
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2006
2031
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2007
|
-
# in the *
|
2032
|
+
# in the *Amazon Web Services General Reference* guide.
|
2008
2033
|
#
|
2009
2034
|
#
|
2010
2035
|
#
|
@@ -2034,7 +2059,7 @@ module Aws::ResilienceHub
|
|
2034
2059
|
# format for this ARN is:
|
2035
2060
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2036
2061
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2037
|
-
# in the *
|
2062
|
+
# in the *Amazon Web Services General Reference* guide.
|
2038
2063
|
#
|
2039
2064
|
#
|
2040
2065
|
#
|
@@ -2059,7 +2084,7 @@ module Aws::ResilienceHub
|
|
2059
2084
|
# format for this ARN is:
|
2060
2085
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2061
2086
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2062
|
-
# in the *
|
2087
|
+
# in the *Amazon Web Services General Reference* guide.
|
2063
2088
|
#
|
2064
2089
|
#
|
2065
2090
|
#
|
@@ -2109,7 +2134,7 @@ module Aws::ResilienceHub
|
|
2109
2134
|
# format for this ARN is:
|
2110
2135
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2111
2136
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2112
|
-
# in the *
|
2137
|
+
# in the *Amazon Web Services General Reference* guide.
|
2113
2138
|
#
|
2114
2139
|
#
|
2115
2140
|
#
|
@@ -2141,7 +2166,7 @@ module Aws::ResilienceHub
|
|
2141
2166
|
# format for this ARN is:
|
2142
2167
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2143
2168
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2144
|
-
# in the *
|
2169
|
+
# in the *Amazon Web Services General Reference* guide.
|
2145
2170
|
#
|
2146
2171
|
#
|
2147
2172
|
#
|
@@ -2171,7 +2196,7 @@ module Aws::ResilienceHub
|
|
2171
2196
|
# format for this ARN is:
|
2172
2197
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2173
2198
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2174
|
-
# in the *
|
2199
|
+
# in the *Amazon Web Services General Reference* guide.
|
2175
2200
|
#
|
2176
2201
|
#
|
2177
2202
|
#
|
@@ -2226,7 +2251,7 @@ module Aws::ResilienceHub
|
|
2226
2251
|
# format for this ARN is:
|
2227
2252
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2228
2253
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2229
|
-
# in the *
|
2254
|
+
# in the *Amazon Web Services General Reference* guide.
|
2230
2255
|
#
|
2231
2256
|
#
|
2232
2257
|
#
|
@@ -2252,7 +2277,7 @@ module Aws::ResilienceHub
|
|
2252
2277
|
# format for this ARN is:
|
2253
2278
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2254
2279
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2255
|
-
# in the *
|
2280
|
+
# in the *Amazon Web Services General Reference* guide.
|
2256
2281
|
#
|
2257
2282
|
#
|
2258
2283
|
#
|
@@ -2277,7 +2302,7 @@ module Aws::ResilienceHub
|
|
2277
2302
|
# format for this ARN is:
|
2278
2303
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2279
2304
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2280
|
-
# in the *
|
2305
|
+
# in the *Amazon Web Services General Reference* guide.
|
2281
2306
|
#
|
2282
2307
|
#
|
2283
2308
|
#
|
@@ -2544,7 +2569,7 @@ module Aws::ResilienceHub
|
|
2544
2569
|
# format for this ARN is:
|
2545
2570
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2546
2571
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2547
|
-
# in the *
|
2572
|
+
# in the *Amazon Web Services General Reference* guide.
|
2548
2573
|
#
|
2549
2574
|
#
|
2550
2575
|
#
|
@@ -2564,7 +2589,7 @@ module Aws::ResilienceHub
|
|
2564
2589
|
# format for this ARN is:
|
2565
2590
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2566
2591
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2567
|
-
# in the *
|
2592
|
+
# in the *Amazon Web Services General Reference* guide.
|
2568
2593
|
#
|
2569
2594
|
#
|
2570
2595
|
#
|
@@ -2584,7 +2609,7 @@ module Aws::ResilienceHub
|
|
2584
2609
|
# @return [String]
|
2585
2610
|
#
|
2586
2611
|
# @!attribute [rw] status_change_time
|
2587
|
-
# The
|
2612
|
+
# The time when the status last changed.
|
2588
2613
|
# @return [Time]
|
2589
2614
|
#
|
2590
2615
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeDraftAppVersionResourcesImportStatusResponse AWS API Documentation
|
@@ -2604,7 +2629,7 @@ module Aws::ResilienceHub
|
|
2604
2629
|
# this ARN is:
|
2605
2630
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
2606
2631
|
# For more information about ARNs, see [ Amazon Resource Names
|
2607
|
-
# (ARNs)][1] in the *
|
2632
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
2608
2633
|
#
|
2609
2634
|
#
|
2610
2635
|
#
|
@@ -2701,7 +2726,7 @@ module Aws::ResilienceHub
|
|
2701
2726
|
# cluster. The format for this ARN is:
|
2702
2727
|
# arn:`aws`:eks:`region`:`account-id`:cluster/`cluster-name`. For more
|
2703
2728
|
# information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2704
|
-
# the *
|
2729
|
+
# the *Amazon Web Services General Reference* guide.
|
2705
2730
|
#
|
2706
2731
|
#
|
2707
2732
|
#
|
@@ -2730,7 +2755,7 @@ module Aws::ResilienceHub
|
|
2730
2755
|
# cluster. The format for this ARN is:
|
2731
2756
|
# arn:`aws`:eks:`region`:`account-id`:cluster/`cluster-name`. For more
|
2732
2757
|
# information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2733
|
-
# the *
|
2758
|
+
# the *Amazon Web Services General Reference* guide.
|
2734
2759
|
#
|
2735
2760
|
#
|
2736
2761
|
#
|
@@ -2769,9 +2794,9 @@ module Aws::ResilienceHub
|
|
2769
2794
|
# @!attribute [rw] sns_topic_arn
|
2770
2795
|
# Amazon Resource Name (ARN) of the Amazon Simple Notification Service
|
2771
2796
|
# topic. The format for this ARN is:
|
2772
|
-
# arn
|
2773
|
-
#
|
2774
|
-
#
|
2797
|
+
# `arn:partition:sns:region:account:topic-name`. For more information
|
2798
|
+
# about ARNs, see [ Amazon Resource Names (ARNs)][1] in the *Amazon
|
2799
|
+
# Web Services General Reference* guide.
|
2775
2800
|
#
|
2776
2801
|
#
|
2777
2802
|
#
|
@@ -2791,11 +2816,11 @@ module Aws::ResilienceHub
|
|
2791
2816
|
# Defines a failure policy.
|
2792
2817
|
#
|
2793
2818
|
# @!attribute [rw] rpo_in_secs
|
2794
|
-
#
|
2819
|
+
# Recovery Point Objective (RPO) in seconds.
|
2795
2820
|
# @return [Integer]
|
2796
2821
|
#
|
2797
2822
|
# @!attribute [rw] rto_in_secs
|
2798
|
-
#
|
2823
|
+
# Recovery Time Objective (RTO) in seconds.
|
2799
2824
|
# @return [Integer]
|
2800
2825
|
#
|
2801
2826
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/FailurePolicy AWS API Documentation
|
@@ -2812,7 +2837,7 @@ module Aws::ResilienceHub
|
|
2812
2837
|
# format for this ARN is:
|
2813
2838
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2814
2839
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2815
|
-
# in the *
|
2840
|
+
# in the *Amazon Web Services General Reference* guide.
|
2816
2841
|
#
|
2817
2842
|
#
|
2818
2843
|
#
|
@@ -2854,7 +2879,7 @@ module Aws::ResilienceHub
|
|
2854
2879
|
# format for this ARN is:
|
2855
2880
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2856
2881
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2857
|
-
# in the *
|
2882
|
+
# in the *Amazon Web Services General Reference* guide.
|
2858
2883
|
#
|
2859
2884
|
#
|
2860
2885
|
#
|
@@ -2915,7 +2940,7 @@ module Aws::ResilienceHub
|
|
2915
2940
|
# ARN is:
|
2916
2941
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
2917
2942
|
# For more information about ARNs, see [ Amazon Resource Names
|
2918
|
-
# (ARNs)][1] in the *
|
2943
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
2919
2944
|
#
|
2920
2945
|
#
|
2921
2946
|
#
|
@@ -2970,7 +2995,7 @@ module Aws::ResilienceHub
|
|
2970
2995
|
# ARN is:
|
2971
2996
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
2972
2997
|
# For more information about ARNs, see [ Amazon Resource Names
|
2973
|
-
# (ARNs)][1] in the *
|
2998
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
2974
2999
|
#
|
2975
3000
|
#
|
2976
3001
|
#
|
@@ -3021,7 +3046,7 @@ module Aws::ResilienceHub
|
|
3021
3046
|
# format for this ARN is:
|
3022
3047
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3023
3048
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3024
|
-
# in the *
|
3049
|
+
# in the *Amazon Web Services General Reference* guide.
|
3025
3050
|
#
|
3026
3051
|
#
|
3027
3052
|
#
|
@@ -3103,7 +3128,7 @@ module Aws::ResilienceHub
|
|
3103
3128
|
# ARN is:
|
3104
3129
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3105
3130
|
# For more information about ARNs, see [ Amazon Resource Names
|
3106
|
-
# (ARNs)][1] in the *
|
3131
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
3107
3132
|
#
|
3108
3133
|
#
|
3109
3134
|
#
|
@@ -3158,7 +3183,7 @@ module Aws::ResilienceHub
|
|
3158
3183
|
# ARN is:
|
3159
3184
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3160
3185
|
# For more information about ARNs, see [ Amazon Resource Names
|
3161
|
-
# (ARNs)][1] in the *
|
3186
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
3162
3187
|
#
|
3163
3188
|
#
|
3164
3189
|
#
|
@@ -3213,7 +3238,7 @@ module Aws::ResilienceHub
|
|
3213
3238
|
# format for this ARN is:
|
3214
3239
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3215
3240
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3216
|
-
# in the *
|
3241
|
+
# in the *Amazon Web Services General Reference* guide.
|
3217
3242
|
#
|
3218
3243
|
#
|
3219
3244
|
#
|
@@ -3268,7 +3293,7 @@ module Aws::ResilienceHub
|
|
3268
3293
|
# format for this ARN is:
|
3269
3294
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3270
3295
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3271
|
-
# in the *
|
3296
|
+
# in the *Amazon Web Services General Reference* guide.
|
3272
3297
|
#
|
3273
3298
|
#
|
3274
3299
|
#
|
@@ -3305,7 +3330,7 @@ module Aws::ResilienceHub
|
|
3305
3330
|
# format for this ARN is:
|
3306
3331
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3307
3332
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3308
|
-
# in the *
|
3333
|
+
# in the *Amazon Web Services General Reference* guide.
|
3309
3334
|
#
|
3310
3335
|
#
|
3311
3336
|
#
|
@@ -3341,7 +3366,7 @@ module Aws::ResilienceHub
|
|
3341
3366
|
# format for this ARN is:
|
3342
3367
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3343
3368
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3344
|
-
# in the *
|
3369
|
+
# in the *Amazon Web Services General Reference* guide.
|
3345
3370
|
#
|
3346
3371
|
#
|
3347
3372
|
#
|
@@ -3403,7 +3428,7 @@ module Aws::ResilienceHub
|
|
3403
3428
|
# format for this ARN is:
|
3404
3429
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3405
3430
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3406
|
-
# in the *
|
3431
|
+
# in the *Amazon Web Services General Reference* guide.
|
3407
3432
|
#
|
3408
3433
|
#
|
3409
3434
|
#
|
@@ -3470,7 +3495,7 @@ module Aws::ResilienceHub
|
|
3470
3495
|
# format for this ARN is:
|
3471
3496
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3472
3497
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3473
|
-
# in the *
|
3498
|
+
# in the *Amazon Web Services General Reference* guide.
|
3474
3499
|
#
|
3475
3500
|
#
|
3476
3501
|
#
|
@@ -3532,13 +3557,18 @@ module Aws::ResilienceHub
|
|
3532
3557
|
# format for this ARN is:
|
3533
3558
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3534
3559
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3535
|
-
# in the *
|
3560
|
+
# in the *Amazon Web Services General Reference* guide.
|
3536
3561
|
#
|
3537
3562
|
#
|
3538
3563
|
#
|
3539
3564
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
3540
3565
|
# @return [String]
|
3541
3566
|
#
|
3567
|
+
# @!attribute [rw] from_last_assessment_time
|
3568
|
+
# Indicates the lower limit of the range that is used to filter
|
3569
|
+
# applications based on their last assessment times.
|
3570
|
+
# @return [Time]
|
3571
|
+
#
|
3542
3572
|
# @!attribute [rw] max_results
|
3543
3573
|
# Maximum number of results to include in the response. If more
|
3544
3574
|
# results exist than the specified `MaxResults` value, a token is
|
@@ -3555,13 +3585,28 @@ module Aws::ResilienceHub
|
|
3555
3585
|
# results.
|
3556
3586
|
# @return [String]
|
3557
3587
|
#
|
3588
|
+
# @!attribute [rw] reverse_order
|
3589
|
+
# The application list is sorted based on the values of
|
3590
|
+
# `lastAppComplianceEvaluationTime` field. By default, application
|
3591
|
+
# list is sorted in ascending order. To sort the appliation list in
|
3592
|
+
# descending order, set this field to `True`.
|
3593
|
+
# @return [Boolean]
|
3594
|
+
#
|
3595
|
+
# @!attribute [rw] to_last_assessment_time
|
3596
|
+
# Indicates the upper limit of the range that is used to filter the
|
3597
|
+
# applications based on their last assessment times.
|
3598
|
+
# @return [Time]
|
3599
|
+
#
|
3558
3600
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppsRequest AWS API Documentation
|
3559
3601
|
#
|
3560
3602
|
class ListAppsRequest < Struct.new(
|
3561
3603
|
:app_arn,
|
3604
|
+
:from_last_assessment_time,
|
3562
3605
|
:max_results,
|
3563
3606
|
:name,
|
3564
|
-
:next_token
|
3607
|
+
:next_token,
|
3608
|
+
:reverse_order,
|
3609
|
+
:to_last_assessment_time)
|
3565
3610
|
SENSITIVE = []
|
3566
3611
|
include Aws::Structure
|
3567
3612
|
end
|
@@ -3589,7 +3634,7 @@ module Aws::ResilienceHub
|
|
3589
3634
|
# ARN is:
|
3590
3635
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3591
3636
|
# For more information about ARNs, see [ Amazon Resource Names
|
3592
|
-
# (ARNs)][1] in the *
|
3637
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
3593
3638
|
#
|
3594
3639
|
#
|
3595
3640
|
#
|
@@ -3706,7 +3751,7 @@ module Aws::ResilienceHub
|
|
3706
3751
|
# ARN is:
|
3707
3752
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3708
3753
|
# For more information about ARNs, see [ Amazon Resource Names
|
3709
|
-
# (ARNs)][1] in the *
|
3754
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
3710
3755
|
#
|
3711
3756
|
#
|
3712
3757
|
#
|
@@ -3826,7 +3871,7 @@ module Aws::ResilienceHub
|
|
3826
3871
|
# ARN is:
|
3827
3872
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3828
3873
|
# For more information about ARNs, see [ Amazon Resource Names
|
3829
|
-
# (ARNs)][1] in the *
|
3874
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
3830
3875
|
#
|
3831
3876
|
#
|
3832
3877
|
#
|
@@ -3878,7 +3923,7 @@ module Aws::ResilienceHub
|
|
3878
3923
|
# format for this ARN is:
|
3879
3924
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3880
3925
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3881
|
-
# in the *
|
3926
|
+
# in the *Amazon Web Services General Reference* guide.
|
3882
3927
|
#
|
3883
3928
|
#
|
3884
3929
|
#
|
@@ -4076,7 +4121,7 @@ module Aws::ResilienceHub
|
|
4076
4121
|
# @return [String]
|
4077
4122
|
#
|
4078
4123
|
# @!attribute [rw] resource_type
|
4079
|
-
#
|
4124
|
+
# Type of resource.
|
4080
4125
|
# @return [String]
|
4081
4126
|
#
|
4082
4127
|
# @!attribute [rw] source_type
|
@@ -4192,7 +4237,7 @@ module Aws::ResilienceHub
|
|
4192
4237
|
# format for this ARN is:
|
4193
4238
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4194
4239
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4195
|
-
# in the *
|
4240
|
+
# in the *Amazon Web Services General Reference* guide.
|
4196
4241
|
#
|
4197
4242
|
#
|
4198
4243
|
#
|
@@ -4217,7 +4262,7 @@ module Aws::ResilienceHub
|
|
4217
4262
|
# format for this ARN is:
|
4218
4263
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4219
4264
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4220
|
-
# in the *
|
4265
|
+
# in the *Amazon Web Services General Reference* guide.
|
4221
4266
|
#
|
4222
4267
|
#
|
4223
4268
|
#
|
@@ -4252,7 +4297,7 @@ module Aws::ResilienceHub
|
|
4252
4297
|
# format for this ARN is:
|
4253
4298
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4254
4299
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4255
|
-
# in the *
|
4300
|
+
# in the *Amazon Web Services General Reference* guide.
|
4256
4301
|
#
|
4257
4302
|
#
|
4258
4303
|
#
|
@@ -4514,7 +4559,7 @@ module Aws::ResilienceHub
|
|
4514
4559
|
# format for this ARN is:
|
4515
4560
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4516
4561
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4517
|
-
# in the *
|
4562
|
+
# in the *Amazon Web Services General Reference* guide.
|
4518
4563
|
#
|
4519
4564
|
#
|
4520
4565
|
#
|
@@ -4620,7 +4665,7 @@ module Aws::ResilienceHub
|
|
4620
4665
|
# format for this ARN is:
|
4621
4666
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4622
4667
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4623
|
-
# in the *
|
4668
|
+
# in the *Amazon Web Services General Reference* guide.
|
4624
4669
|
#
|
4625
4670
|
#
|
4626
4671
|
#
|
@@ -4632,7 +4677,7 @@ module Aws::ResilienceHub
|
|
4632
4677
|
# ARN is:
|
4633
4678
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
4634
4679
|
# For more information about ARNs, see [ Amazon Resource Names
|
4635
|
-
# (ARNs)][1] in the *
|
4680
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
4636
4681
|
#
|
4637
4682
|
#
|
4638
4683
|
#
|
@@ -4737,7 +4782,7 @@ module Aws::ResilienceHub
|
|
4737
4782
|
# format for this ARN is:
|
4738
4783
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4739
4784
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4740
|
-
# in the *
|
4785
|
+
# in the *Amazon Web Services General Reference* guide.
|
4741
4786
|
#
|
4742
4787
|
#
|
4743
4788
|
#
|
@@ -4797,7 +4842,7 @@ module Aws::ResilienceHub
|
|
4797
4842
|
# format for this ARN is:
|
4798
4843
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4799
4844
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4800
|
-
# in the *
|
4845
|
+
# in the *Amazon Web Services General Reference* guide.
|
4801
4846
|
#
|
4802
4847
|
#
|
4803
4848
|
#
|
@@ -4819,8 +4864,18 @@ module Aws::ResilienceHub
|
|
4819
4864
|
|
4820
4865
|
# Defines a resiliency policy.
|
4821
4866
|
#
|
4867
|
+
# <note markdown="1"> Resilience Hub allows you to provide a value of zero for `rtoInSecs`
|
4868
|
+
# and `rpoInSecs` of your resiliency policy. But, while assessing your
|
4869
|
+
# application, the lowest possible assessment result is near zero.
|
4870
|
+
# Hence, if you provide value zero for `rtoInSecs` and `rpoInSecs`, the
|
4871
|
+
# estimated workload RTO and estimated workload RPO result will be near
|
4872
|
+
# zero and the **Compliance status** for your application will be set to
|
4873
|
+
# **Policy breached**.
|
4874
|
+
#
|
4875
|
+
# </note>
|
4876
|
+
#
|
4822
4877
|
# @!attribute [rw] creation_time
|
4823
|
-
#
|
4878
|
+
# Date and time when the resiliency policy was created.
|
4824
4879
|
# @return [Time]
|
4825
4880
|
#
|
4826
4881
|
# @!attribute [rw] data_location_constraint
|
@@ -4841,7 +4896,7 @@ module Aws::ResilienceHub
|
|
4841
4896
|
# this ARN is:
|
4842
4897
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
4843
4898
|
# For more information about ARNs, see [ Amazon Resource Names
|
4844
|
-
# (ARNs)][1] in the *
|
4899
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
4845
4900
|
#
|
4846
4901
|
#
|
4847
4902
|
#
|
@@ -4908,7 +4963,7 @@ module Aws::ResilienceHub
|
|
4908
4963
|
# format for this ARN is:
|
4909
4964
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4910
4965
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4911
|
-
# in the *
|
4966
|
+
# in the *Amazon Web Services General Reference* guide.
|
4912
4967
|
#
|
4913
4968
|
#
|
4914
4969
|
#
|
@@ -4933,7 +4988,7 @@ module Aws::ResilienceHub
|
|
4933
4988
|
# format for this ARN is:
|
4934
4989
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4935
4990
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4936
|
-
# in the *
|
4991
|
+
# in the *Amazon Web Services General Reference* guide.
|
4937
4992
|
#
|
4938
4993
|
#
|
4939
4994
|
#
|
@@ -5193,7 +5248,7 @@ module Aws::ResilienceHub
|
|
5193
5248
|
# format for this ARN is:
|
5194
5249
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5195
5250
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5196
|
-
# in the *
|
5251
|
+
# in the *Amazon Web Services General Reference* guide.
|
5197
5252
|
#
|
5198
5253
|
#
|
5199
5254
|
#
|
@@ -5422,7 +5477,7 @@ module Aws::ResilienceHub
|
|
5422
5477
|
# format for this ARN is:
|
5423
5478
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5424
5479
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5425
|
-
# in the *
|
5480
|
+
# in the *Amazon Web Services General Reference* guide.
|
5426
5481
|
#
|
5427
5482
|
#
|
5428
5483
|
#
|
@@ -5458,7 +5513,7 @@ module Aws::ResilienceHub
|
|
5458
5513
|
# this ARN is:
|
5459
5514
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
5460
5515
|
# For more information about ARNs, see [ Amazon Resource Names
|
5461
|
-
# (ARNs)][1] in the *
|
5516
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
5462
5517
|
#
|
5463
5518
|
#
|
5464
5519
|
#
|
@@ -5503,7 +5558,7 @@ module Aws::ResilienceHub
|
|
5503
5558
|
# format for this ARN is:
|
5504
5559
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5505
5560
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5506
|
-
# in the *
|
5561
|
+
# in the *Amazon Web Services General Reference* guide.
|
5507
5562
|
#
|
5508
5563
|
#
|
5509
5564
|
#
|
@@ -5545,7 +5600,7 @@ module Aws::ResilienceHub
|
|
5545
5600
|
# format for this ARN is:
|
5546
5601
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5547
5602
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5548
|
-
# in the *
|
5603
|
+
# in the *Amazon Web Services General Reference* guide.
|
5549
5604
|
#
|
5550
5605
|
#
|
5551
5606
|
#
|
@@ -5596,7 +5651,7 @@ module Aws::ResilienceHub
|
|
5596
5651
|
# format for this ARN is:
|
5597
5652
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5598
5653
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5599
|
-
# in the *
|
5654
|
+
# in the *Amazon Web Services General Reference* guide.
|
5600
5655
|
#
|
5601
5656
|
#
|
5602
5657
|
#
|
@@ -5622,7 +5677,7 @@ module Aws::ResilienceHub
|
|
5622
5677
|
# format for this ARN is:
|
5623
5678
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5624
5679
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5625
|
-
# in the *
|
5680
|
+
# in the *Amazon Web Services General Reference* guide.
|
5626
5681
|
#
|
5627
5682
|
#
|
5628
5683
|
#
|
@@ -5691,7 +5746,7 @@ module Aws::ResilienceHub
|
|
5691
5746
|
# format for this ARN is:
|
5692
5747
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5693
5748
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5694
|
-
# in the *
|
5749
|
+
# in the *Amazon Web Services General Reference* guide.
|
5695
5750
|
#
|
5696
5751
|
#
|
5697
5752
|
#
|
@@ -5738,7 +5793,7 @@ module Aws::ResilienceHub
|
|
5738
5793
|
# format for this ARN is:
|
5739
5794
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5740
5795
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5741
|
-
# in the *
|
5796
|
+
# in the *Amazon Web Services General Reference* guide.
|
5742
5797
|
#
|
5743
5798
|
#
|
5744
5799
|
#
|
@@ -5841,7 +5896,7 @@ module Aws::ResilienceHub
|
|
5841
5896
|
# this ARN is:
|
5842
5897
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
5843
5898
|
# For more information about ARNs, see [ Amazon Resource Names
|
5844
|
-
# (ARNs)][1] in the *
|
5899
|
+
# (ARNs)][1] in the *Amazon Web Services General Reference* guide.
|
5845
5900
|
#
|
5846
5901
|
#
|
5847
5902
|
#
|