aws-sdk-resiliencehub 1.10.0 → 1.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resiliencehub/client.rb +230 -155
- data/lib/aws-sdk-resiliencehub/client_api.rb +25 -0
- data/lib/aws-sdk-resiliencehub/types.rb +425 -243
- data/lib/aws-sdk-resiliencehub.rb +1 -1
- metadata +2 -2
@@ -28,9 +28,9 @@ module Aws::ResilienceHub
|
|
28
28
|
# @!attribute [rw] app_arn
|
29
29
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
30
30
|
# application. The format for this ARN is:
|
31
|
-
# arn:`partition
|
32
|
-
#
|
33
|
-
#
|
31
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
32
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
33
|
+
# in the *AWS General Reference* guide.
|
34
34
|
#
|
35
35
|
#
|
36
36
|
#
|
@@ -58,9 +58,9 @@ module Aws::ResilienceHub
|
|
58
58
|
# @!attribute [rw] app_arn
|
59
59
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
60
60
|
# application. The format for this ARN is:
|
61
|
-
# arn:`partition
|
62
|
-
#
|
63
|
-
#
|
61
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
62
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
63
|
+
# in the *AWS General Reference* guide.
|
64
64
|
#
|
65
65
|
#
|
66
66
|
#
|
@@ -139,14 +139,14 @@ module Aws::ResilienceHub
|
|
139
139
|
include Aws::Structure
|
140
140
|
end
|
141
141
|
|
142
|
-
# Defines an
|
142
|
+
# Defines an Resilience Hub application.
|
143
143
|
#
|
144
144
|
# @!attribute [rw] app_arn
|
145
145
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
146
146
|
# application. The format for this ARN is:
|
147
|
-
# arn:`partition
|
148
|
-
#
|
149
|
-
#
|
147
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
148
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
149
|
+
# in the *AWS General Reference* guide.
|
150
150
|
#
|
151
151
|
#
|
152
152
|
#
|
@@ -184,7 +184,7 @@ module Aws::ResilienceHub
|
|
184
184
|
# @!attribute [rw] policy_arn
|
185
185
|
# The Amazon Resource Name (ARN) of the resiliency policy. The format
|
186
186
|
# for this ARN is:
|
187
|
-
# arn:`partition
|
187
|
+
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
188
188
|
# For more information about ARNs, see [ Amazon Resource Names
|
189
189
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
190
190
|
#
|
@@ -231,9 +231,9 @@ module Aws::ResilienceHub
|
|
231
231
|
# @!attribute [rw] app_arn
|
232
232
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
233
233
|
# application. The format for this ARN is:
|
234
|
-
# arn:`partition
|
235
|
-
#
|
236
|
-
#
|
234
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
235
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
236
|
+
# in the *AWS General Reference* guide.
|
237
237
|
#
|
238
238
|
#
|
239
239
|
#
|
@@ -247,7 +247,7 @@ module Aws::ResilienceHub
|
|
247
247
|
# @!attribute [rw] assessment_arn
|
248
248
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
249
249
|
# this ARN is:
|
250
|
-
# arn:`partition
|
250
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
251
251
|
# For more information about ARNs, see [ Amazon Resource Names
|
252
252
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
253
253
|
#
|
@@ -339,9 +339,9 @@ module Aws::ResilienceHub
|
|
339
339
|
# @!attribute [rw] app_arn
|
340
340
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
341
341
|
# application. The format for this ARN is:
|
342
|
-
# arn:`partition
|
343
|
-
#
|
344
|
-
#
|
342
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
343
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
344
|
+
# in the *AWS General Reference* guide.
|
345
345
|
#
|
346
346
|
#
|
347
347
|
#
|
@@ -355,7 +355,7 @@ module Aws::ResilienceHub
|
|
355
355
|
# @!attribute [rw] assessment_arn
|
356
356
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
357
357
|
# this ARN is:
|
358
|
-
# arn:`partition
|
358
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
359
359
|
# For more information about ARNs, see [ Amazon Resource Names
|
360
360
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
361
361
|
#
|
@@ -500,14 +500,18 @@ module Aws::ResilienceHub
|
|
500
500
|
include Aws::Structure
|
501
501
|
end
|
502
502
|
|
503
|
-
# The list of
|
503
|
+
# The list of Resilience Hub application input sources.
|
504
|
+
#
|
505
|
+
# @!attribute [rw] eks_source_cluster_namespace
|
506
|
+
# The namespace on your Amazon Elastic Kubernetes Service cluster.
|
507
|
+
# @return [Types::EksSourceClusterNamespace]
|
504
508
|
#
|
505
509
|
# @!attribute [rw] import_type
|
506
510
|
# The resource type of the input source.
|
507
511
|
# @return [String]
|
508
512
|
#
|
509
513
|
# @!attribute [rw] resource_count
|
510
|
-
# The number of resources
|
514
|
+
# The number of resources.
|
511
515
|
# @return [Integer]
|
512
516
|
#
|
513
517
|
# @!attribute [rw] source_arn
|
@@ -531,6 +535,7 @@ module Aws::ResilienceHub
|
|
531
535
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AppInputSource AWS API Documentation
|
532
536
|
#
|
533
537
|
class AppInputSource < Struct.new(
|
538
|
+
:eks_source_cluster_namespace,
|
534
539
|
:import_type,
|
535
540
|
:resource_count,
|
536
541
|
:source_arn,
|
@@ -545,9 +550,9 @@ module Aws::ResilienceHub
|
|
545
550
|
# @!attribute [rw] app_arn
|
546
551
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
547
552
|
# application. The format for this ARN is:
|
548
|
-
# arn:`partition
|
549
|
-
#
|
550
|
-
#
|
553
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
554
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
555
|
+
# in the *AWS General Reference* guide.
|
551
556
|
#
|
552
557
|
#
|
553
558
|
#
|
@@ -611,9 +616,9 @@ module Aws::ResilienceHub
|
|
611
616
|
include Aws::Structure
|
612
617
|
end
|
613
618
|
|
614
|
-
# Defines recommendations for an
|
615
|
-
#
|
616
|
-
#
|
619
|
+
# Defines recommendations for an Resilience Hub Application Component,
|
620
|
+
# returned as an object. This object contains component names,
|
621
|
+
# configuration recommendations, and recommendation statuses.
|
617
622
|
#
|
618
623
|
# @!attribute [rw] app_component_name
|
619
624
|
# The name of the Application Component.
|
@@ -773,7 +778,7 @@ module Aws::ResilienceHub
|
|
773
778
|
# @!attribute [rw] policy_arn
|
774
779
|
# The Amazon Resource Name (ARN) of the resiliency policy. The format
|
775
780
|
# for this ARN is:
|
776
|
-
# arn:`partition
|
781
|
+
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
777
782
|
# For more information about ARNs, see [ Amazon Resource Names
|
778
783
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
779
784
|
#
|
@@ -823,9 +828,9 @@ module Aws::ResilienceHub
|
|
823
828
|
# @!attribute [rw] app_arn
|
824
829
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
825
830
|
# application. The format for this ARN is:
|
826
|
-
# arn:`partition
|
827
|
-
#
|
828
|
-
#
|
831
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
832
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
833
|
+
# in the *AWS General Reference* guide.
|
829
834
|
#
|
830
835
|
#
|
831
836
|
#
|
@@ -875,9 +880,9 @@ module Aws::ResilienceHub
|
|
875
880
|
# @!attribute [rw] app_arn
|
876
881
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
877
882
|
# application. The format for this ARN is:
|
878
|
-
# arn:`partition
|
879
|
-
#
|
880
|
-
#
|
883
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
884
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
885
|
+
# in the *AWS General Reference* guide.
|
881
886
|
#
|
882
887
|
#
|
883
888
|
#
|
@@ -885,7 +890,7 @@ module Aws::ResilienceHub
|
|
885
890
|
# @return [String]
|
886
891
|
#
|
887
892
|
# @!attribute [rw] app_component
|
888
|
-
#
|
893
|
+
# The list of Application Components that belong to this resource.
|
889
894
|
# @return [Types::AppComponent]
|
890
895
|
#
|
891
896
|
# @!attribute [rw] app_version
|
@@ -910,9 +915,9 @@ module Aws::ResilienceHub
|
|
910
915
|
# @!attribute [rw] app_arn
|
911
916
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
912
917
|
# application. The format for this ARN is:
|
913
|
-
# arn:`partition
|
914
|
-
#
|
915
|
-
#
|
918
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
919
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
920
|
+
# in the *AWS General Reference* guide.
|
916
921
|
#
|
917
922
|
#
|
918
923
|
#
|
@@ -978,9 +983,9 @@ module Aws::ResilienceHub
|
|
978
983
|
# @!attribute [rw] app_arn
|
979
984
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
980
985
|
# application. The format for this ARN is:
|
981
|
-
# arn:`partition
|
982
|
-
#
|
983
|
-
#
|
986
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
987
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
988
|
+
# in the *AWS General Reference* guide.
|
984
989
|
#
|
985
990
|
#
|
986
991
|
#
|
@@ -1010,7 +1015,7 @@ module Aws::ResilienceHub
|
|
1010
1015
|
# @!attribute [rw] assessment_arn
|
1011
1016
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
1012
1017
|
# this ARN is:
|
1013
|
-
# arn:`partition
|
1018
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1014
1019
|
# For more information about ARNs, see [ Amazon Resource Names
|
1015
1020
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
1016
1021
|
#
|
@@ -1175,7 +1180,7 @@ module Aws::ResilienceHub
|
|
1175
1180
|
# @!attribute [rw] assessment_arn
|
1176
1181
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
1177
1182
|
# this ARN is:
|
1178
|
-
# arn:`partition
|
1183
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1179
1184
|
# For more information about ARNs, see [ Amazon Resource Names
|
1180
1185
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
1181
1186
|
#
|
@@ -1205,7 +1210,7 @@ module Aws::ResilienceHub
|
|
1205
1210
|
# @!attribute [rw] assessment_arn
|
1206
1211
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
1207
1212
|
# this ARN is:
|
1208
|
-
# arn:`partition
|
1213
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1209
1214
|
# For more information about ARNs, see [ Amazon Resource Names
|
1210
1215
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
1211
1216
|
#
|
@@ -1230,9 +1235,9 @@ module Aws::ResilienceHub
|
|
1230
1235
|
# @!attribute [rw] app_arn
|
1231
1236
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1232
1237
|
# application. The format for this ARN is:
|
1233
|
-
# arn:`partition
|
1234
|
-
#
|
1235
|
-
#
|
1238
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1239
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1240
|
+
# in the *AWS General Reference* guide.
|
1236
1241
|
#
|
1237
1242
|
#
|
1238
1243
|
#
|
@@ -1248,9 +1253,14 @@ module Aws::ResilienceHub
|
|
1248
1253
|
# not need to pass this option.
|
1249
1254
|
# @return [String]
|
1250
1255
|
#
|
1256
|
+
# @!attribute [rw] eks_source_cluster_namespace
|
1257
|
+
# The namespace on your Amazon Elastic Kubernetes Service cluster that
|
1258
|
+
# you want to delete from the Resilience Hub application.
|
1259
|
+
# @return [Types::EksSourceClusterNamespace]
|
1260
|
+
#
|
1251
1261
|
# @!attribute [rw] source_arn
|
1252
1262
|
# The Amazon Resource Name (ARN) of the imported resource you want to
|
1253
|
-
# remove from the
|
1263
|
+
# remove from the Resilience Hub application. For more information
|
1254
1264
|
# about ARNs, see [ Amazon Resource Names (ARNs)][1] in the *AWS
|
1255
1265
|
# General Reference* guide.
|
1256
1266
|
#
|
@@ -1260,7 +1270,7 @@ module Aws::ResilienceHub
|
|
1260
1270
|
# @return [String]
|
1261
1271
|
#
|
1262
1272
|
# @!attribute [rw] terraform_source
|
1263
|
-
# The imported Terraform s3 state file you want to remove from the
|
1273
|
+
# The imported Terraform s3 state file you want to remove from the
|
1264
1274
|
# Resilience Hub application.
|
1265
1275
|
# @return [Types::TerraformSource]
|
1266
1276
|
#
|
@@ -1269,6 +1279,7 @@ module Aws::ResilienceHub
|
|
1269
1279
|
class DeleteAppInputSourceRequest < Struct.new(
|
1270
1280
|
:app_arn,
|
1271
1281
|
:client_token,
|
1282
|
+
:eks_source_cluster_namespace,
|
1272
1283
|
:source_arn,
|
1273
1284
|
:terraform_source)
|
1274
1285
|
SENSITIVE = []
|
@@ -1278,9 +1289,9 @@ module Aws::ResilienceHub
|
|
1278
1289
|
# @!attribute [rw] app_arn
|
1279
1290
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1280
1291
|
# application. The format for this ARN is:
|
1281
|
-
# arn:`partition
|
1282
|
-
#
|
1283
|
-
#
|
1292
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1293
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1294
|
+
# in the *AWS General Reference* guide.
|
1284
1295
|
#
|
1285
1296
|
#
|
1286
1297
|
#
|
@@ -1304,9 +1315,9 @@ module Aws::ResilienceHub
|
|
1304
1315
|
# @!attribute [rw] app_arn
|
1305
1316
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1306
1317
|
# application. The format for this ARN is:
|
1307
|
-
# arn:`partition
|
1308
|
-
#
|
1309
|
-
#
|
1318
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1319
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1320
|
+
# in the *AWS General Reference* guide.
|
1310
1321
|
#
|
1311
1322
|
#
|
1312
1323
|
#
|
@@ -1323,7 +1334,7 @@ module Aws::ResilienceHub
|
|
1323
1334
|
# @return [String]
|
1324
1335
|
#
|
1325
1336
|
# @!attribute [rw] force_delete
|
1326
|
-
# A boolean option to force the deletion of an
|
1337
|
+
# A boolean option to force the deletion of an Resilience Hub
|
1327
1338
|
# application.
|
1328
1339
|
# @return [Boolean]
|
1329
1340
|
#
|
@@ -1340,9 +1351,9 @@ module Aws::ResilienceHub
|
|
1340
1351
|
# @!attribute [rw] app_arn
|
1341
1352
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1342
1353
|
# application. The format for this ARN is:
|
1343
|
-
# arn:`partition
|
1344
|
-
#
|
1345
|
-
#
|
1354
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1355
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1356
|
+
# in the *AWS General Reference* guide.
|
1346
1357
|
#
|
1347
1358
|
#
|
1348
1359
|
#
|
@@ -1360,9 +1371,9 @@ module Aws::ResilienceHub
|
|
1360
1371
|
# @!attribute [rw] app_arn
|
1361
1372
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1362
1373
|
# application. The format for this ARN is:
|
1363
|
-
# arn:`partition
|
1364
|
-
#
|
1365
|
-
#
|
1374
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1375
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1376
|
+
# in the *AWS General Reference* guide.
|
1366
1377
|
#
|
1367
1378
|
#
|
1368
1379
|
#
|
@@ -1395,9 +1406,9 @@ module Aws::ResilienceHub
|
|
1395
1406
|
# @!attribute [rw] app_arn
|
1396
1407
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1397
1408
|
# application. The format for this ARN is:
|
1398
|
-
# arn:`partition
|
1399
|
-
#
|
1400
|
-
#
|
1409
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1410
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1411
|
+
# in the *AWS General Reference* guide.
|
1401
1412
|
#
|
1402
1413
|
#
|
1403
1414
|
#
|
@@ -1405,7 +1416,7 @@ module Aws::ResilienceHub
|
|
1405
1416
|
# @return [String]
|
1406
1417
|
#
|
1407
1418
|
# @!attribute [rw] app_component
|
1408
|
-
#
|
1419
|
+
# The list of Application Components that belong to this resource.
|
1409
1420
|
# @return [Types::AppComponent]
|
1410
1421
|
#
|
1411
1422
|
# @!attribute [rw] app_version
|
@@ -1425,9 +1436,9 @@ module Aws::ResilienceHub
|
|
1425
1436
|
# @!attribute [rw] app_arn
|
1426
1437
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1427
1438
|
# application. The format for this ARN is:
|
1428
|
-
# arn:`partition
|
1429
|
-
#
|
1430
|
-
#
|
1439
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1440
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1441
|
+
# in the *AWS General Reference* guide.
|
1431
1442
|
#
|
1432
1443
|
#
|
1433
1444
|
#
|
@@ -1480,9 +1491,9 @@ module Aws::ResilienceHub
|
|
1480
1491
|
# @!attribute [rw] app_arn
|
1481
1492
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1482
1493
|
# application. The format for this ARN is:
|
1483
|
-
# arn:`partition
|
1484
|
-
#
|
1485
|
-
#
|
1494
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1495
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1496
|
+
# in the *AWS General Reference* guide.
|
1486
1497
|
#
|
1487
1498
|
#
|
1488
1499
|
#
|
@@ -1560,7 +1571,7 @@ module Aws::ResilienceHub
|
|
1560
1571
|
# @!attribute [rw] policy_arn
|
1561
1572
|
# The Amazon Resource Name (ARN) of the resiliency policy. The format
|
1562
1573
|
# for this ARN is:
|
1563
|
-
# arn:`partition
|
1574
|
+
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
1564
1575
|
# For more information about ARNs, see [ Amazon Resource Names
|
1565
1576
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
1566
1577
|
#
|
@@ -1581,7 +1592,7 @@ module Aws::ResilienceHub
|
|
1581
1592
|
# @!attribute [rw] policy_arn
|
1582
1593
|
# The Amazon Resource Name (ARN) of the resiliency policy. The format
|
1583
1594
|
# for this ARN is:
|
1584
|
-
# arn:`partition
|
1595
|
+
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
1585
1596
|
# For more information about ARNs, see [ Amazon Resource Names
|
1586
1597
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
1587
1598
|
#
|
@@ -1601,7 +1612,7 @@ module Aws::ResilienceHub
|
|
1601
1612
|
# @!attribute [rw] assessment_arn
|
1602
1613
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
1603
1614
|
# this ARN is:
|
1604
|
-
# arn:`partition
|
1615
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1605
1616
|
# For more information about ARNs, see [ Amazon Resource Names
|
1606
1617
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
1607
1618
|
#
|
@@ -1619,7 +1630,7 @@ module Aws::ResilienceHub
|
|
1619
1630
|
end
|
1620
1631
|
|
1621
1632
|
# @!attribute [rw] assessment
|
1622
|
-
# The assessment for an
|
1633
|
+
# The assessment for an Resilience Hub application, returned as an
|
1623
1634
|
# object. This object includes Amazon Resource Names (ARNs),
|
1624
1635
|
# compliance information, compliance status, cost, messages,
|
1625
1636
|
# resiliency scores, and more.
|
@@ -1636,9 +1647,9 @@ module Aws::ResilienceHub
|
|
1636
1647
|
# @!attribute [rw] app_arn
|
1637
1648
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1638
1649
|
# application. The format for this ARN is:
|
1639
|
-
# arn:`partition
|
1640
|
-
#
|
1641
|
-
#
|
1650
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1651
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1652
|
+
# in the *AWS General Reference* guide.
|
1642
1653
|
#
|
1643
1654
|
#
|
1644
1655
|
#
|
@@ -1670,9 +1681,9 @@ module Aws::ResilienceHub
|
|
1670
1681
|
# @!attribute [rw] app_arn
|
1671
1682
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1672
1683
|
# application. The format for this ARN is:
|
1673
|
-
# arn:`partition
|
1674
|
-
#
|
1675
|
-
#
|
1684
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1685
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1686
|
+
# in the *AWS General Reference* guide.
|
1676
1687
|
#
|
1677
1688
|
#
|
1678
1689
|
#
|
@@ -1700,9 +1711,9 @@ module Aws::ResilienceHub
|
|
1700
1711
|
# @!attribute [rw] app_arn
|
1701
1712
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1702
1713
|
# application. The format for this ARN is:
|
1703
|
-
# arn:`partition
|
1704
|
-
#
|
1705
|
-
#
|
1714
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1715
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1716
|
+
# in the *AWS General Reference* guide.
|
1706
1717
|
#
|
1707
1718
|
#
|
1708
1719
|
#
|
@@ -1710,7 +1721,7 @@ module Aws::ResilienceHub
|
|
1710
1721
|
# @return [String]
|
1711
1722
|
#
|
1712
1723
|
# @!attribute [rw] app_component
|
1713
|
-
#
|
1724
|
+
# The list of Application Components that belong to this resource.
|
1714
1725
|
# @return [Types::AppComponent]
|
1715
1726
|
#
|
1716
1727
|
# @!attribute [rw] app_version
|
@@ -1730,9 +1741,9 @@ module Aws::ResilienceHub
|
|
1730
1741
|
# @!attribute [rw] app_arn
|
1731
1742
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1732
1743
|
# application. The format for this ARN is:
|
1733
|
-
# arn:`partition
|
1734
|
-
#
|
1735
|
-
#
|
1744
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1745
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1746
|
+
# in the *AWS General Reference* guide.
|
1736
1747
|
#
|
1737
1748
|
#
|
1738
1749
|
#
|
@@ -1755,9 +1766,9 @@ module Aws::ResilienceHub
|
|
1755
1766
|
# @!attribute [rw] app_arn
|
1756
1767
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1757
1768
|
# application. The format for this ARN is:
|
1758
|
-
# arn:`partition
|
1759
|
-
#
|
1760
|
-
#
|
1769
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1770
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1771
|
+
# in the *AWS General Reference* guide.
|
1761
1772
|
#
|
1762
1773
|
#
|
1763
1774
|
#
|
@@ -1805,9 +1816,9 @@ module Aws::ResilienceHub
|
|
1805
1816
|
# @!attribute [rw] app_arn
|
1806
1817
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1807
1818
|
# application. The format for this ARN is:
|
1808
|
-
# arn:`partition
|
1809
|
-
#
|
1810
|
-
#
|
1819
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1820
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1821
|
+
# in the *AWS General Reference* guide.
|
1811
1822
|
#
|
1812
1823
|
#
|
1813
1824
|
#
|
@@ -1837,9 +1848,9 @@ module Aws::ResilienceHub
|
|
1837
1848
|
# @!attribute [rw] app_arn
|
1838
1849
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1839
1850
|
# application. The format for this ARN is:
|
1840
|
-
# arn:`partition
|
1841
|
-
#
|
1842
|
-
#
|
1851
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1852
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1853
|
+
# in the *AWS General Reference* guide.
|
1843
1854
|
#
|
1844
1855
|
#
|
1845
1856
|
#
|
@@ -1867,9 +1878,9 @@ module Aws::ResilienceHub
|
|
1867
1878
|
# @!attribute [rw] app_arn
|
1868
1879
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1869
1880
|
# application. The format for this ARN is:
|
1870
|
-
# arn:`partition
|
1871
|
-
#
|
1872
|
-
#
|
1881
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1882
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1883
|
+
# in the *AWS General Reference* guide.
|
1873
1884
|
#
|
1874
1885
|
#
|
1875
1886
|
#
|
@@ -1916,9 +1927,9 @@ module Aws::ResilienceHub
|
|
1916
1927
|
# @!attribute [rw] app_arn
|
1917
1928
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1918
1929
|
# application. The format for this ARN is:
|
1919
|
-
# arn:`partition
|
1920
|
-
#
|
1921
|
-
#
|
1930
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1931
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1932
|
+
# in the *AWS General Reference* guide.
|
1922
1933
|
#
|
1923
1934
|
#
|
1924
1935
|
#
|
@@ -1942,9 +1953,9 @@ module Aws::ResilienceHub
|
|
1942
1953
|
# @!attribute [rw] app_arn
|
1943
1954
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1944
1955
|
# application. The format for this ARN is:
|
1945
|
-
# arn:`partition
|
1946
|
-
#
|
1947
|
-
#
|
1956
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1957
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1958
|
+
# in the *AWS General Reference* guide.
|
1948
1959
|
#
|
1949
1960
|
#
|
1950
1961
|
#
|
@@ -1967,9 +1978,9 @@ module Aws::ResilienceHub
|
|
1967
1978
|
# @!attribute [rw] app_arn
|
1968
1979
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1969
1980
|
# application. The format for this ARN is:
|
1970
|
-
# arn:`partition
|
1971
|
-
#
|
1972
|
-
#
|
1981
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1982
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1983
|
+
# in the *AWS General Reference* guide.
|
1973
1984
|
#
|
1974
1985
|
#
|
1975
1986
|
#
|
@@ -1986,7 +1997,7 @@ module Aws::ResilienceHub
|
|
1986
1997
|
# * <b> <code>resources</code> </b>
|
1987
1998
|
#
|
1988
1999
|
# The list of logical resources that needs to be included in the
|
1989
|
-
# application.
|
2000
|
+
# Resilience Hub application.
|
1990
2001
|
#
|
1991
2002
|
# Type: Array
|
1992
2003
|
#
|
@@ -2041,6 +2052,22 @@ module Aws::ResilienceHub
|
|
2041
2052
|
#
|
2042
2053
|
# Type: String
|
2043
2054
|
#
|
2055
|
+
# * `additionalInfo`
|
2056
|
+
#
|
2057
|
+
# Additional configuration parameters for an AWS Resilience Hub
|
2058
|
+
# application.
|
2059
|
+
#
|
2060
|
+
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
2061
|
+
# string format) of only one failover region and one associated
|
2062
|
+
# account.
|
2063
|
+
#
|
2064
|
+
# Key: `"failover-regions"`
|
2065
|
+
#
|
2066
|
+
# Value: `"[\{"region":"<REGION>",
|
2067
|
+
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
2068
|
+
#
|
2069
|
+
# </note>
|
2070
|
+
#
|
2044
2071
|
# * <b> <code>appComponents</code> </b>
|
2045
2072
|
#
|
2046
2073
|
# The list of Application Components that this resource belongs to.
|
@@ -2144,6 +2171,25 @@ module Aws::ResilienceHub
|
|
2144
2171
|
#
|
2145
2172
|
# Type: String
|
2146
2173
|
#
|
2174
|
+
# * <b> <code>version</code> </b>
|
2175
|
+
#
|
2176
|
+
# The AWS Resilience Hub application version.
|
2177
|
+
#
|
2178
|
+
# * `additionalInfo`
|
2179
|
+
#
|
2180
|
+
# Additional configuration parameters for an AWS Resilience Hub
|
2181
|
+
# application.
|
2182
|
+
#
|
2183
|
+
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
2184
|
+
# format) of only one failover region and one associated account.
|
2185
|
+
#
|
2186
|
+
# Key: `"failover-regions"`
|
2187
|
+
#
|
2188
|
+
# Value: `"[\{"region":"<REGION>",
|
2189
|
+
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
2190
|
+
#
|
2191
|
+
# </note>
|
2192
|
+
#
|
2147
2193
|
#
|
2148
2194
|
#
|
2149
2195
|
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
|
@@ -2166,9 +2212,9 @@ module Aws::ResilienceHub
|
|
2166
2212
|
# @!attribute [rw] app_arn
|
2167
2213
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2168
2214
|
# application. The format for this ARN is:
|
2169
|
-
# arn:`partition
|
2170
|
-
#
|
2171
|
-
#
|
2215
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2216
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2217
|
+
# in the *AWS General Reference* guide.
|
2172
2218
|
#
|
2173
2219
|
#
|
2174
2220
|
#
|
@@ -2186,9 +2232,9 @@ module Aws::ResilienceHub
|
|
2186
2232
|
# @!attribute [rw] app_arn
|
2187
2233
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2188
2234
|
# application. The format for this ARN is:
|
2189
|
-
# arn:`partition
|
2190
|
-
#
|
2191
|
-
#
|
2235
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2236
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2237
|
+
# in the *AWS General Reference* guide.
|
2192
2238
|
#
|
2193
2239
|
#
|
2194
2240
|
#
|
@@ -2226,7 +2272,7 @@ module Aws::ResilienceHub
|
|
2226
2272
|
# @!attribute [rw] policy_arn
|
2227
2273
|
# The Amazon Resource Name (ARN) of the resiliency policy. The format
|
2228
2274
|
# for this ARN is:
|
2229
|
-
# arn:`partition
|
2275
|
+
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
2230
2276
|
# For more information about ARNs, see [ Amazon Resource Names
|
2231
2277
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
2232
2278
|
#
|
@@ -2318,6 +2364,63 @@ module Aws::ResilienceHub
|
|
2318
2364
|
include Aws::Structure
|
2319
2365
|
end
|
2320
2366
|
|
2367
|
+
# The input source of the Amazon Elastic Kubernetes Service cluster.
|
2368
|
+
#
|
2369
|
+
# @!attribute [rw] eks_cluster_arn
|
2370
|
+
# The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes
|
2371
|
+
# Service cluster. The format for this ARN is:
|
2372
|
+
# arn:`aws`:eks:`region`:`account-id`:cluster/`cluster-name`. For more
|
2373
|
+
# information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2374
|
+
# the *AWS General Reference* guide.
|
2375
|
+
#
|
2376
|
+
#
|
2377
|
+
#
|
2378
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2379
|
+
# @return [String]
|
2380
|
+
#
|
2381
|
+
# @!attribute [rw] namespaces
|
2382
|
+
# The list of namespaces located on your Amazon Elastic Kubernetes
|
2383
|
+
# Service cluster.
|
2384
|
+
# @return [Array<String>]
|
2385
|
+
#
|
2386
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/EksSource AWS API Documentation
|
2387
|
+
#
|
2388
|
+
class EksSource < Struct.new(
|
2389
|
+
:eks_cluster_arn,
|
2390
|
+
:namespaces)
|
2391
|
+
SENSITIVE = []
|
2392
|
+
include Aws::Structure
|
2393
|
+
end
|
2394
|
+
|
2395
|
+
# The input source of the namespace that is located on your Amazon
|
2396
|
+
# Elastic Kubernetes Service cluster.
|
2397
|
+
#
|
2398
|
+
# @!attribute [rw] eks_cluster_arn
|
2399
|
+
# The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes
|
2400
|
+
# Service cluster. The format for this ARN is:
|
2401
|
+
# arn:`aws`:eks:`region`:`account-id`:cluster/`cluster-name`. For more
|
2402
|
+
# information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2403
|
+
# the *AWS General Reference* guide.
|
2404
|
+
#
|
2405
|
+
#
|
2406
|
+
#
|
2407
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2408
|
+
# @return [String]
|
2409
|
+
#
|
2410
|
+
# @!attribute [rw] namespace
|
2411
|
+
# Name of the namespace that is located on your Amazon Elastic
|
2412
|
+
# Kubernetes Service cluster.
|
2413
|
+
# @return [String]
|
2414
|
+
#
|
2415
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/EksSourceClusterNamespace AWS API Documentation
|
2416
|
+
#
|
2417
|
+
class EksSourceClusterNamespace < Struct.new(
|
2418
|
+
:eks_cluster_arn,
|
2419
|
+
:namespace)
|
2420
|
+
SENSITIVE = []
|
2421
|
+
include Aws::Structure
|
2422
|
+
end
|
2423
|
+
|
2321
2424
|
# Defines a failure policy.
|
2322
2425
|
#
|
2323
2426
|
# @!attribute [rw] rpo_in_secs
|
@@ -2340,23 +2443,27 @@ module Aws::ResilienceHub
|
|
2340
2443
|
# @!attribute [rw] app_arn
|
2341
2444
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2342
2445
|
# application. The format for this ARN is:
|
2343
|
-
# arn:`partition
|
2344
|
-
#
|
2345
|
-
#
|
2446
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2447
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2448
|
+
# in the *AWS General Reference* guide.
|
2346
2449
|
#
|
2347
2450
|
#
|
2348
2451
|
#
|
2349
2452
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2350
2453
|
# @return [String]
|
2351
2454
|
#
|
2455
|
+
# @!attribute [rw] eks_sources
|
2456
|
+
# The input sources of the Amazon Elastic Kubernetes Service resources
|
2457
|
+
# you need to import.
|
2458
|
+
# @return [Array<Types::EksSource>]
|
2459
|
+
#
|
2352
2460
|
# @!attribute [rw] import_strategy
|
2353
2461
|
# The import strategy you would like to set to import resources into
|
2354
|
-
#
|
2462
|
+
# Resilience Hub application.
|
2355
2463
|
# @return [String]
|
2356
2464
|
#
|
2357
2465
|
# @!attribute [rw] source_arns
|
2358
|
-
# The Amazon Resource Names (ARNs) for the resources
|
2359
|
-
# import.
|
2466
|
+
# The Amazon Resource Names (ARNs) for the resources.
|
2360
2467
|
# @return [Array<String>]
|
2361
2468
|
#
|
2362
2469
|
# @!attribute [rw] terraform_sources
|
@@ -2367,6 +2474,7 @@ module Aws::ResilienceHub
|
|
2367
2474
|
#
|
2368
2475
|
class ImportResourcesToDraftAppVersionRequest < Struct.new(
|
2369
2476
|
:app_arn,
|
2477
|
+
:eks_sources,
|
2370
2478
|
:import_strategy,
|
2371
2479
|
:source_arns,
|
2372
2480
|
:terraform_sources)
|
@@ -2377,9 +2485,9 @@ module Aws::ResilienceHub
|
|
2377
2485
|
# @!attribute [rw] app_arn
|
2378
2486
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2379
2487
|
# application. The format for this ARN is:
|
2380
|
-
# arn:`partition
|
2381
|
-
#
|
2382
|
-
#
|
2488
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2489
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2490
|
+
# in the *AWS General Reference* guide.
|
2383
2491
|
#
|
2384
2492
|
#
|
2385
2493
|
#
|
@@ -2390,8 +2498,13 @@ module Aws::ResilienceHub
|
|
2390
2498
|
# The version of the application.
|
2391
2499
|
# @return [String]
|
2392
2500
|
#
|
2501
|
+
# @!attribute [rw] eks_sources
|
2502
|
+
# The input sources of the Amazon Elastic Kubernetes Service resources
|
2503
|
+
# you have imported.
|
2504
|
+
# @return [Array<Types::EksSource>]
|
2505
|
+
#
|
2393
2506
|
# @!attribute [rw] source_arns
|
2394
|
-
# The Amazon Resource Names (ARNs) for the resources
|
2507
|
+
# The Amazon Resource Names (ARNs) for the resources you have
|
2395
2508
|
# imported.
|
2396
2509
|
# @return [Array<String>]
|
2397
2510
|
#
|
@@ -2400,7 +2513,7 @@ module Aws::ResilienceHub
|
|
2400
2513
|
# @return [String]
|
2401
2514
|
#
|
2402
2515
|
# @!attribute [rw] terraform_sources
|
2403
|
-
# A list of terraform file s3 URLs you
|
2516
|
+
# A list of terraform file s3 URLs you have imported.
|
2404
2517
|
# @return [Array<Types::TerraformSource>]
|
2405
2518
|
#
|
2406
2519
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ImportResourcesToDraftAppVersionResponse AWS API Documentation
|
@@ -2408,6 +2521,7 @@ module Aws::ResilienceHub
|
|
2408
2521
|
class ImportResourcesToDraftAppVersionResponse < Struct.new(
|
2409
2522
|
:app_arn,
|
2410
2523
|
:app_version,
|
2524
|
+
:eks_sources,
|
2411
2525
|
:source_arns,
|
2412
2526
|
:status,
|
2413
2527
|
:terraform_sources)
|
@@ -2415,7 +2529,7 @@ module Aws::ResilienceHub
|
|
2415
2529
|
include Aws::Structure
|
2416
2530
|
end
|
2417
2531
|
|
2418
|
-
# This exception occurs when there is an internal failure in the
|
2532
|
+
# This exception occurs when there is an internal failure in the
|
2419
2533
|
# Resilience Hub service.
|
2420
2534
|
#
|
2421
2535
|
# @!attribute [rw] message
|
@@ -2432,7 +2546,7 @@ module Aws::ResilienceHub
|
|
2432
2546
|
# @!attribute [rw] assessment_arn
|
2433
2547
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
2434
2548
|
# this ARN is:
|
2435
|
-
# arn:`partition
|
2549
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
2436
2550
|
# For more information about ARNs, see [ Amazon Resource Names
|
2437
2551
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
2438
2552
|
#
|
@@ -2464,7 +2578,7 @@ module Aws::ResilienceHub
|
|
2464
2578
|
end
|
2465
2579
|
|
2466
2580
|
# @!attribute [rw] alarm_recommendations
|
2467
|
-
# The alarm recommendations for an
|
2581
|
+
# The alarm recommendations for an Resilience Hub application,
|
2468
2582
|
# returned as an object. This object includes Application Component
|
2469
2583
|
# names, descriptions, information about whether a recommendation has
|
2470
2584
|
# already been implemented or not, prerequisites, and more.
|
@@ -2487,9 +2601,9 @@ module Aws::ResilienceHub
|
|
2487
2601
|
# @!attribute [rw] app_arn
|
2488
2602
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2489
2603
|
# application. The format for this ARN is:
|
2490
|
-
# arn:`partition
|
2491
|
-
#
|
2492
|
-
#
|
2604
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2605
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2606
|
+
# in the *AWS General Reference* guide.
|
2493
2607
|
#
|
2494
2608
|
#
|
2495
2609
|
#
|
@@ -2569,7 +2683,7 @@ module Aws::ResilienceHub
|
|
2569
2683
|
# @!attribute [rw] assessment_arn
|
2570
2684
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
2571
2685
|
# this ARN is:
|
2572
|
-
# arn:`partition
|
2686
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
2573
2687
|
# For more information about ARNs, see [ Amazon Resource Names
|
2574
2688
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
2575
2689
|
#
|
@@ -2601,7 +2715,7 @@ module Aws::ResilienceHub
|
|
2601
2715
|
end
|
2602
2716
|
|
2603
2717
|
# @!attribute [rw] component_compliances
|
2604
|
-
# The compliances for an
|
2718
|
+
# The compliances for an Resilience Hub Application Component,
|
2605
2719
|
# returned as an object. This object contains the names of the
|
2606
2720
|
# Application Components, compliances, costs, resiliency scores,
|
2607
2721
|
# outage scores, and more.
|
@@ -2624,7 +2738,7 @@ module Aws::ResilienceHub
|
|
2624
2738
|
# @!attribute [rw] assessment_arn
|
2625
2739
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
2626
2740
|
# this ARN is:
|
2627
|
-
# arn:`partition
|
2741
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
2628
2742
|
# For more information about ARNs, see [ Amazon Resource Names
|
2629
2743
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
2630
2744
|
#
|
@@ -2656,7 +2770,7 @@ module Aws::ResilienceHub
|
|
2656
2770
|
end
|
2657
2771
|
|
2658
2772
|
# @!attribute [rw] component_recommendations
|
2659
|
-
# The recommendations for an
|
2773
|
+
# The recommendations for an Resilience Hub Application Component,
|
2660
2774
|
# returned as an object. This object contains the names of the
|
2661
2775
|
# Application Components, configuration recommendations, and
|
2662
2776
|
# recommendation statuses.
|
@@ -2679,9 +2793,9 @@ module Aws::ResilienceHub
|
|
2679
2793
|
# @!attribute [rw] app_arn
|
2680
2794
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2681
2795
|
# application. The format for this ARN is:
|
2682
|
-
# arn:`partition
|
2683
|
-
#
|
2684
|
-
#
|
2796
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2797
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2798
|
+
# in the *AWS General Reference* guide.
|
2685
2799
|
#
|
2686
2800
|
#
|
2687
2801
|
#
|
@@ -2693,8 +2807,8 @@ module Aws::ResilienceHub
|
|
2693
2807
|
# @return [String]
|
2694
2808
|
#
|
2695
2809
|
# @!attribute [rw] max_results
|
2696
|
-
# Maximum number of input sources to be displayed per
|
2697
|
-
#
|
2810
|
+
# Maximum number of input sources to be displayed per Resilience Hub
|
2811
|
+
# application.
|
2698
2812
|
# @return [Integer]
|
2699
2813
|
#
|
2700
2814
|
# @!attribute [rw] next_token
|
@@ -2714,7 +2828,7 @@ module Aws::ResilienceHub
|
|
2714
2828
|
end
|
2715
2829
|
|
2716
2830
|
# @!attribute [rw] app_input_sources
|
2717
|
-
# The list of
|
2831
|
+
# The list of Resilience Hub application input sources.
|
2718
2832
|
# @return [Array<Types::AppInputSource>]
|
2719
2833
|
#
|
2720
2834
|
# @!attribute [rw] next_token
|
@@ -2734,9 +2848,9 @@ module Aws::ResilienceHub
|
|
2734
2848
|
# @!attribute [rw] app_arn
|
2735
2849
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2736
2850
|
# application. The format for this ARN is:
|
2737
|
-
# arn:`partition
|
2738
|
-
#
|
2739
|
-
#
|
2851
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2852
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2853
|
+
# in the *AWS General Reference* guide.
|
2740
2854
|
#
|
2741
2855
|
#
|
2742
2856
|
#
|
@@ -2771,9 +2885,9 @@ module Aws::ResilienceHub
|
|
2771
2885
|
# @!attribute [rw] app_arn
|
2772
2886
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2773
2887
|
# application. The format for this ARN is:
|
2774
|
-
# arn:`partition
|
2775
|
-
#
|
2776
|
-
#
|
2888
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2889
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2890
|
+
# in the *AWS General Reference* guide.
|
2777
2891
|
#
|
2778
2892
|
#
|
2779
2893
|
#
|
@@ -2807,9 +2921,9 @@ module Aws::ResilienceHub
|
|
2807
2921
|
# @!attribute [rw] app_arn
|
2808
2922
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2809
2923
|
# application. The format for this ARN is:
|
2810
|
-
# arn:`partition
|
2811
|
-
#
|
2812
|
-
#
|
2924
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2925
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2926
|
+
# in the *AWS General Reference* guide.
|
2813
2927
|
#
|
2814
2928
|
#
|
2815
2929
|
#
|
@@ -2869,9 +2983,9 @@ module Aws::ResilienceHub
|
|
2869
2983
|
# @!attribute [rw] app_arn
|
2870
2984
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2871
2985
|
# application. The format for this ARN is:
|
2872
|
-
# arn:`partition
|
2873
|
-
#
|
2874
|
-
#
|
2986
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2987
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2988
|
+
# in the *AWS General Reference* guide.
|
2875
2989
|
#
|
2876
2990
|
#
|
2877
2991
|
#
|
@@ -2936,9 +3050,9 @@ module Aws::ResilienceHub
|
|
2936
3050
|
# @!attribute [rw] app_arn
|
2937
3051
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2938
3052
|
# application. The format for this ARN is:
|
2939
|
-
# arn:`partition
|
2940
|
-
#
|
2941
|
-
#
|
3053
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3054
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3055
|
+
# in the *AWS General Reference* guide.
|
2942
3056
|
#
|
2943
3057
|
#
|
2944
3058
|
#
|
@@ -2988,9 +3102,9 @@ module Aws::ResilienceHub
|
|
2988
3102
|
# @!attribute [rw] app_arn
|
2989
3103
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2990
3104
|
# application. The format for this ARN is:
|
2991
|
-
# arn:`partition
|
2992
|
-
#
|
2993
|
-
#
|
3105
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3106
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3107
|
+
# in the *AWS General Reference* guide.
|
2994
3108
|
#
|
2995
3109
|
#
|
2996
3110
|
#
|
@@ -3025,7 +3139,7 @@ module Aws::ResilienceHub
|
|
3025
3139
|
end
|
3026
3140
|
|
3027
3141
|
# @!attribute [rw] app_summaries
|
3028
|
-
# Summaries for the
|
3142
|
+
# Summaries for the Resilience Hub application.
|
3029
3143
|
# @return [Array<Types::AppSummary>]
|
3030
3144
|
#
|
3031
3145
|
# @!attribute [rw] next_token
|
@@ -3045,7 +3159,7 @@ module Aws::ResilienceHub
|
|
3045
3159
|
# @!attribute [rw] assessment_arn
|
3046
3160
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
3047
3161
|
# this ARN is:
|
3048
|
-
# arn:`partition
|
3162
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3049
3163
|
# For more information about ARNs, see [ Amazon Resource Names
|
3050
3164
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
3051
3165
|
#
|
@@ -3103,8 +3217,7 @@ module Aws::ResilienceHub
|
|
3103
3217
|
# @return [String]
|
3104
3218
|
#
|
3105
3219
|
# @!attribute [rw] recommendation_templates
|
3106
|
-
# The recommendation templates for the
|
3107
|
-
# applications.
|
3220
|
+
# The recommendation templates for the Resilience Hub applications.
|
3108
3221
|
# @return [Array<Types::RecommendationTemplate>]
|
3109
3222
|
#
|
3110
3223
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListRecommendationTemplatesResponse AWS API Documentation
|
@@ -3148,7 +3261,7 @@ module Aws::ResilienceHub
|
|
3148
3261
|
# @return [String]
|
3149
3262
|
#
|
3150
3263
|
# @!attribute [rw] resiliency_policies
|
3151
|
-
# The resiliency policies for the
|
3264
|
+
# The resiliency policies for the Resilience Hub applications.
|
3152
3265
|
# @return [Array<Types::ResiliencyPolicy>]
|
3153
3266
|
#
|
3154
3267
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListResiliencyPoliciesResponse AWS API Documentation
|
@@ -3163,7 +3276,7 @@ module Aws::ResilienceHub
|
|
3163
3276
|
# @!attribute [rw] assessment_arn
|
3164
3277
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
3165
3278
|
# this ARN is:
|
3166
|
-
# arn:`partition
|
3279
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3167
3280
|
# For more information about ARNs, see [ Amazon Resource Names
|
3168
3281
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
3169
3282
|
#
|
@@ -3200,7 +3313,7 @@ module Aws::ResilienceHub
|
|
3200
3313
|
# @return [String]
|
3201
3314
|
#
|
3202
3315
|
# @!attribute [rw] sop_recommendations
|
3203
|
-
# The standard operating procedure (SOP) recommendations for the
|
3316
|
+
# The standard operating procedure (SOP) recommendations for the
|
3204
3317
|
# Resilience Hub applications.
|
3205
3318
|
# @return [Array<Types::SopRecommendation>]
|
3206
3319
|
#
|
@@ -3240,7 +3353,7 @@ module Aws::ResilienceHub
|
|
3240
3353
|
# @return [String]
|
3241
3354
|
#
|
3242
3355
|
# @!attribute [rw] resiliency_policies
|
3243
|
-
# The suggested resiliency policies for the
|
3356
|
+
# The suggested resiliency policies for the Resilience Hub
|
3244
3357
|
# applications.
|
3245
3358
|
# @return [Array<Types::ResiliencyPolicy>]
|
3246
3359
|
#
|
@@ -3254,7 +3367,7 @@ module Aws::ResilienceHub
|
|
3254
3367
|
end
|
3255
3368
|
|
3256
3369
|
# @!attribute [rw] resource_arn
|
3257
|
-
# The Amazon Resource Name (ARN) for a specific resource in your
|
3370
|
+
# The Amazon Resource Name (ARN) for a specific resource in your
|
3258
3371
|
# Resilience Hub application.
|
3259
3372
|
# @return [String]
|
3260
3373
|
#
|
@@ -3283,7 +3396,7 @@ module Aws::ResilienceHub
|
|
3283
3396
|
# @!attribute [rw] assessment_arn
|
3284
3397
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
3285
3398
|
# this ARN is:
|
3286
|
-
# arn:`partition
|
3399
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3287
3400
|
# For more information about ARNs, see [ Amazon Resource Names
|
3288
3401
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
3289
3402
|
#
|
@@ -3320,7 +3433,7 @@ module Aws::ResilienceHub
|
|
3320
3433
|
# @return [String]
|
3321
3434
|
#
|
3322
3435
|
# @!attribute [rw] test_recommendations
|
3323
|
-
# The test recommendations for the
|
3436
|
+
# The test recommendations for the Resilience Hub application.
|
3324
3437
|
# @return [Array<Types::TestRecommendation>]
|
3325
3438
|
#
|
3326
3439
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListTestRecommendationsResponse AWS API Documentation
|
@@ -3335,9 +3448,9 @@ module Aws::ResilienceHub
|
|
3335
3448
|
# @!attribute [rw] app_arn
|
3336
3449
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3337
3450
|
# application. The format for this ARN is:
|
3338
|
-
# arn:`partition
|
3339
|
-
#
|
3340
|
-
#
|
3451
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3452
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3453
|
+
# in the *AWS General Reference* guide.
|
3341
3454
|
#
|
3342
3455
|
#
|
3343
3456
|
#
|
@@ -3401,6 +3514,15 @@ module Aws::ResilienceHub
|
|
3401
3514
|
|
3402
3515
|
# Defines a logical resource identifier.
|
3403
3516
|
#
|
3517
|
+
# @!attribute [rw] eks_source_name
|
3518
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
3519
|
+
# namespace this resource belongs to.
|
3520
|
+
#
|
3521
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace" format.
|
3522
|
+
#
|
3523
|
+
# </note>
|
3524
|
+
# @return [String]
|
3525
|
+
#
|
3404
3526
|
# @!attribute [rw] identifier
|
3405
3527
|
# The identifier of the resource.
|
3406
3528
|
# @return [String]
|
@@ -3420,6 +3542,7 @@ module Aws::ResilienceHub
|
|
3420
3542
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/LogicalResourceId AWS API Documentation
|
3421
3543
|
#
|
3422
3544
|
class LogicalResourceId < Struct.new(
|
3545
|
+
:eks_source_name,
|
3423
3546
|
:identifier,
|
3424
3547
|
:logical_stack_name,
|
3425
3548
|
:resource_group_name,
|
@@ -3430,7 +3553,7 @@ module Aws::ResilienceHub
|
|
3430
3553
|
|
3431
3554
|
# Defines a physical resource. A physical resource is a resource that
|
3432
3555
|
# exists in your account. It can be identified using an Amazon Resource
|
3433
|
-
# Name (ARN) or an
|
3556
|
+
# Name (ARN) or an Resilience Hub-native identifier.
|
3434
3557
|
#
|
3435
3558
|
# @!attribute [rw] additional_info
|
3436
3559
|
# Additional configuration parameters for an AWS Resilience Hub
|
@@ -3509,8 +3632,7 @@ module Aws::ResilienceHub
|
|
3509
3632
|
#
|
3510
3633
|
# Native
|
3511
3634
|
#
|
3512
|
-
# : The resource identifier is an
|
3513
|
-
# identifier.
|
3635
|
+
# : The resource identifier is an Resilience Hub-native identifier.
|
3514
3636
|
# @return [String]
|
3515
3637
|
#
|
3516
3638
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PhysicalResourceId AWS API Documentation
|
@@ -3527,9 +3649,9 @@ module Aws::ResilienceHub
|
|
3527
3649
|
# @!attribute [rw] app_arn
|
3528
3650
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3529
3651
|
# application. The format for this ARN is:
|
3530
|
-
# arn:`partition
|
3531
|
-
#
|
3532
|
-
#
|
3652
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3653
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3654
|
+
# in the *AWS General Reference* guide.
|
3533
3655
|
#
|
3534
3656
|
#
|
3535
3657
|
#
|
@@ -3547,9 +3669,9 @@ module Aws::ResilienceHub
|
|
3547
3669
|
# @!attribute [rw] app_arn
|
3548
3670
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3549
3671
|
# application. The format for this ARN is:
|
3550
|
-
# arn:`partition
|
3551
|
-
#
|
3552
|
-
#
|
3672
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3673
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3674
|
+
# in the *AWS General Reference* guide.
|
3553
3675
|
#
|
3554
3676
|
#
|
3555
3677
|
#
|
@@ -3572,9 +3694,9 @@ module Aws::ResilienceHub
|
|
3572
3694
|
# @!attribute [rw] app_arn
|
3573
3695
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3574
3696
|
# application. The format for this ARN is:
|
3575
|
-
# arn:`partition
|
3576
|
-
#
|
3577
|
-
#
|
3697
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3698
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3699
|
+
# in the *AWS General Reference* guide.
|
3578
3700
|
#
|
3579
3701
|
#
|
3580
3702
|
#
|
@@ -3591,7 +3713,7 @@ module Aws::ResilienceHub
|
|
3591
3713
|
# * <b> <code>resources</code> </b>
|
3592
3714
|
#
|
3593
3715
|
# The list of logical resources that needs to be included in the
|
3594
|
-
# application.
|
3716
|
+
# Resilience Hub application.
|
3595
3717
|
#
|
3596
3718
|
# Type: Array
|
3597
3719
|
#
|
@@ -3646,6 +3768,22 @@ module Aws::ResilienceHub
|
|
3646
3768
|
#
|
3647
3769
|
# Type: String
|
3648
3770
|
#
|
3771
|
+
# * `additionalInfo`
|
3772
|
+
#
|
3773
|
+
# Additional configuration parameters for an AWS Resilience Hub
|
3774
|
+
# application.
|
3775
|
+
#
|
3776
|
+
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
3777
|
+
# string format) of only one failover region and one associated
|
3778
|
+
# account.
|
3779
|
+
#
|
3780
|
+
# Key: `"failover-regions"`
|
3781
|
+
#
|
3782
|
+
# Value: `"[\{"region":"<REGION>",
|
3783
|
+
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
3784
|
+
#
|
3785
|
+
# </note>
|
3786
|
+
#
|
3649
3787
|
# * <b> <code>appComponents</code> </b>
|
3650
3788
|
#
|
3651
3789
|
# The list of Application Components that this resource belongs to.
|
@@ -3749,6 +3887,25 @@ module Aws::ResilienceHub
|
|
3749
3887
|
#
|
3750
3888
|
# Type: String
|
3751
3889
|
#
|
3890
|
+
# * <b> <code>version</code> </b>
|
3891
|
+
#
|
3892
|
+
# The AWS Resilience Hub application version.
|
3893
|
+
#
|
3894
|
+
# * `additionalInfo`
|
3895
|
+
#
|
3896
|
+
# Additional configuration parameters for an AWS Resilience Hub
|
3897
|
+
# application.
|
3898
|
+
#
|
3899
|
+
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
3900
|
+
# format) of only one failover region and one associated account.
|
3901
|
+
#
|
3902
|
+
# Key: `"failover-regions"`
|
3903
|
+
#
|
3904
|
+
# Value: `"[\{"region":"<REGION>",
|
3905
|
+
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
3906
|
+
#
|
3907
|
+
# </note>
|
3908
|
+
#
|
3752
3909
|
#
|
3753
3910
|
#
|
3754
3911
|
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
|
@@ -3766,9 +3923,9 @@ module Aws::ResilienceHub
|
|
3766
3923
|
# @!attribute [rw] app_arn
|
3767
3924
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3768
3925
|
# application. The format for this ARN is:
|
3769
|
-
# arn:`partition
|
3770
|
-
#
|
3771
|
-
#
|
3926
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3927
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3928
|
+
# in the *AWS General Reference* guide.
|
3772
3929
|
#
|
3773
3930
|
#
|
3774
3931
|
#
|
@@ -3862,9 +4019,9 @@ module Aws::ResilienceHub
|
|
3862
4019
|
# @!attribute [rw] app_arn
|
3863
4020
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3864
4021
|
# application. The format for this ARN is:
|
3865
|
-
# arn:`partition
|
3866
|
-
#
|
3867
|
-
#
|
4022
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4023
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4024
|
+
# in the *AWS General Reference* guide.
|
3868
4025
|
#
|
3869
4026
|
#
|
3870
4027
|
#
|
@@ -3874,7 +4031,7 @@ module Aws::ResilienceHub
|
|
3874
4031
|
# @!attribute [rw] assessment_arn
|
3875
4032
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
3876
4033
|
# this ARN is:
|
3877
|
-
# arn:`partition
|
4034
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3878
4035
|
# For more information about ARNs, see [ Amazon Resource Names
|
3879
4036
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
3880
4037
|
#
|
@@ -3979,9 +4136,9 @@ module Aws::ResilienceHub
|
|
3979
4136
|
# @!attribute [rw] app_arn
|
3980
4137
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3981
4138
|
# application. The format for this ARN is:
|
3982
|
-
# arn:`partition
|
3983
|
-
#
|
3984
|
-
#
|
4139
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4140
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4141
|
+
# in the *AWS General Reference* guide.
|
3985
4142
|
#
|
3986
4143
|
#
|
3987
4144
|
#
|
@@ -3993,6 +4150,15 @@ module Aws::ResilienceHub
|
|
3993
4150
|
# resource mappings.
|
3994
4151
|
# @return [Array<String>]
|
3995
4152
|
#
|
4153
|
+
# @!attribute [rw] eks_source_names
|
4154
|
+
# The names of the Amazon Elastic Kubernetes Service clusters and
|
4155
|
+
# namespaces you want to remove from the resource mappings.
|
4156
|
+
#
|
4157
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace" format.
|
4158
|
+
#
|
4159
|
+
# </note>
|
4160
|
+
# @return [Array<String>]
|
4161
|
+
#
|
3996
4162
|
# @!attribute [rw] logical_stack_names
|
3997
4163
|
# The names of the CloudFormation stacks you want to remove from the
|
3998
4164
|
# resource mappings.
|
@@ -4018,6 +4184,7 @@ module Aws::ResilienceHub
|
|
4018
4184
|
class RemoveDraftAppVersionResourceMappingsRequest < Struct.new(
|
4019
4185
|
:app_arn,
|
4020
4186
|
:app_registry_app_names,
|
4187
|
+
:eks_source_names,
|
4021
4188
|
:logical_stack_names,
|
4022
4189
|
:resource_group_names,
|
4023
4190
|
:resource_names,
|
@@ -4029,9 +4196,9 @@ module Aws::ResilienceHub
|
|
4029
4196
|
# @!attribute [rw] app_arn
|
4030
4197
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4031
4198
|
# application. The format for this ARN is:
|
4032
|
-
# arn:`partition
|
4033
|
-
#
|
4034
|
-
#
|
4199
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4200
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4201
|
+
# in the *AWS General Reference* guide.
|
4035
4202
|
#
|
4036
4203
|
#
|
4037
4204
|
#
|
@@ -4073,7 +4240,7 @@ module Aws::ResilienceHub
|
|
4073
4240
|
# @!attribute [rw] policy_arn
|
4074
4241
|
# The Amazon Resource Name (ARN) of the resiliency policy. The format
|
4075
4242
|
# for this ARN is:
|
4076
|
-
# arn:`partition
|
4243
|
+
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
4077
4244
|
# For more information about ARNs, see [ Amazon Resource Names
|
4078
4245
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
4079
4246
|
#
|
@@ -4140,9 +4307,9 @@ module Aws::ResilienceHub
|
|
4140
4307
|
# @!attribute [rw] app_arn
|
4141
4308
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4142
4309
|
# application. The format for this ARN is:
|
4143
|
-
# arn:`partition
|
4144
|
-
#
|
4145
|
-
#
|
4310
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4311
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4312
|
+
# in the *AWS General Reference* guide.
|
4146
4313
|
#
|
4147
4314
|
#
|
4148
4315
|
#
|
@@ -4165,9 +4332,9 @@ module Aws::ResilienceHub
|
|
4165
4332
|
# @!attribute [rw] app_arn
|
4166
4333
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4167
4334
|
# application. The format for this ARN is:
|
4168
|
-
# arn:`partition
|
4169
|
-
#
|
4170
|
-
#
|
4335
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4336
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4337
|
+
# in the *AWS General Reference* guide.
|
4171
4338
|
#
|
4172
4339
|
#
|
4173
4340
|
#
|
@@ -4247,6 +4414,15 @@ module Aws::ResilienceHub
|
|
4247
4414
|
# The name of the application this resource is mapped to.
|
4248
4415
|
# @return [String]
|
4249
4416
|
#
|
4417
|
+
# @!attribute [rw] eks_source_name
|
4418
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
4419
|
+
# namespace this resource belongs to.
|
4420
|
+
#
|
4421
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace" format.
|
4422
|
+
#
|
4423
|
+
# </note>
|
4424
|
+
# @return [String]
|
4425
|
+
#
|
4250
4426
|
# @!attribute [rw] logical_stack_name
|
4251
4427
|
# The name of the CloudFormation stack this resource is mapped to.
|
4252
4428
|
# @return [String]
|
@@ -4272,7 +4448,7 @@ module Aws::ResilienceHub
|
|
4272
4448
|
#
|
4273
4449
|
# ResourceGroup
|
4274
4450
|
#
|
4275
|
-
# : The resource is mapped to
|
4451
|
+
# : The resource is mapped to an Resource Groups. The name of the
|
4276
4452
|
# resource group is contained in the `resourceGroupName` property.
|
4277
4453
|
# @return [String]
|
4278
4454
|
#
|
@@ -4296,6 +4472,7 @@ module Aws::ResilienceHub
|
|
4296
4472
|
#
|
4297
4473
|
class ResourceMapping < Struct.new(
|
4298
4474
|
:app_registry_app_name,
|
4475
|
+
:eks_source_name,
|
4299
4476
|
:logical_stack_name,
|
4300
4477
|
:mapping_type,
|
4301
4478
|
:physical_resource_id,
|
@@ -4415,9 +4592,9 @@ module Aws::ResilienceHub
|
|
4415
4592
|
# @!attribute [rw] app_arn
|
4416
4593
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4417
4594
|
# application. The format for this ARN is:
|
4418
|
-
# arn:`partition
|
4419
|
-
#
|
4420
|
-
#
|
4595
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4596
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4597
|
+
# in the *AWS General Reference* guide.
|
4421
4598
|
#
|
4422
4599
|
#
|
4423
4600
|
#
|
@@ -4496,7 +4673,7 @@ module Aws::ResilienceHub
|
|
4496
4673
|
# The Terraform s3 state file you need to import.
|
4497
4674
|
#
|
4498
4675
|
# @!attribute [rw] s3_state_file_url
|
4499
|
-
# The Terraform s3 state file you need to import.
|
4676
|
+
# The URL of the Terraform s3 state file you need to import.
|
4500
4677
|
# @return [String]
|
4501
4678
|
#
|
4502
4679
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/TerraformSource AWS API Documentation
|
@@ -4591,7 +4768,7 @@ module Aws::ResilienceHub
|
|
4591
4768
|
include Aws::Structure
|
4592
4769
|
end
|
4593
4770
|
|
4594
|
-
# Defines a resource that is not supported by
|
4771
|
+
# Defines a resource that is not supported by Resilience Hub.
|
4595
4772
|
#
|
4596
4773
|
# @!attribute [rw] logical_resource_id
|
4597
4774
|
# The logical resource identifier for the unsupported resource.
|
@@ -4605,12 +4782,17 @@ module Aws::ResilienceHub
|
|
4605
4782
|
# The type of resource.
|
4606
4783
|
# @return [String]
|
4607
4784
|
#
|
4785
|
+
# @!attribute [rw] unsupported_resource_status
|
4786
|
+
# The status of unsupported resource.
|
4787
|
+
# @return [String]
|
4788
|
+
#
|
4608
4789
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UnsupportedResource AWS API Documentation
|
4609
4790
|
#
|
4610
4791
|
class UnsupportedResource < Struct.new(
|
4611
4792
|
:logical_resource_id,
|
4612
4793
|
:physical_resource_id,
|
4613
|
-
:resource_type
|
4794
|
+
:resource_type,
|
4795
|
+
:unsupported_resource_status)
|
4614
4796
|
SENSITIVE = []
|
4615
4797
|
include Aws::Structure
|
4616
4798
|
end
|
@@ -4639,9 +4821,9 @@ module Aws::ResilienceHub
|
|
4639
4821
|
# @!attribute [rw] app_arn
|
4640
4822
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4641
4823
|
# application. The format for this ARN is:
|
4642
|
-
# arn:`partition
|
4643
|
-
#
|
4644
|
-
#
|
4824
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4825
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4826
|
+
# in the *AWS General Reference* guide.
|
4645
4827
|
#
|
4646
4828
|
#
|
4647
4829
|
#
|
@@ -4663,7 +4845,7 @@ module Aws::ResilienceHub
|
|
4663
4845
|
# @!attribute [rw] policy_arn
|
4664
4846
|
# The Amazon Resource Name (ARN) of the resiliency policy. The format
|
4665
4847
|
# for this ARN is:
|
4666
|
-
# arn:`partition
|
4848
|
+
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
4667
4849
|
# For more information about ARNs, see [ Amazon Resource Names
|
4668
4850
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
4669
4851
|
#
|
@@ -4706,9 +4888,9 @@ module Aws::ResilienceHub
|
|
4706
4888
|
# @!attribute [rw] app_arn
|
4707
4889
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4708
4890
|
# application. The format for this ARN is:
|
4709
|
-
# arn:`partition
|
4710
|
-
#
|
4711
|
-
#
|
4891
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4892
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4893
|
+
# in the *AWS General Reference* guide.
|
4712
4894
|
#
|
4713
4895
|
#
|
4714
4896
|
#
|
@@ -4748,9 +4930,9 @@ module Aws::ResilienceHub
|
|
4748
4930
|
# @!attribute [rw] app_arn
|
4749
4931
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4750
4932
|
# application. The format for this ARN is:
|
4751
|
-
# arn:`partition
|
4752
|
-
#
|
4753
|
-
#
|
4933
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4934
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4935
|
+
# in the *AWS General Reference* guide.
|
4754
4936
|
#
|
4755
4937
|
#
|
4756
4938
|
#
|
@@ -4758,7 +4940,7 @@ module Aws::ResilienceHub
|
|
4758
4940
|
# @return [String]
|
4759
4941
|
#
|
4760
4942
|
# @!attribute [rw] app_component
|
4761
|
-
#
|
4943
|
+
# The list of Application Components that belong to this resource.
|
4762
4944
|
# @return [Types::AppComponent]
|
4763
4945
|
#
|
4764
4946
|
# @!attribute [rw] app_version
|
@@ -4793,9 +4975,9 @@ module Aws::ResilienceHub
|
|
4793
4975
|
# @!attribute [rw] app_arn
|
4794
4976
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4795
4977
|
# application. The format for this ARN is:
|
4796
|
-
# arn:`partition
|
4797
|
-
#
|
4798
|
-
#
|
4978
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4979
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4980
|
+
# in the *AWS General Reference* guide.
|
4799
4981
|
#
|
4800
4982
|
#
|
4801
4983
|
#
|
@@ -4819,9 +5001,9 @@ module Aws::ResilienceHub
|
|
4819
5001
|
# @!attribute [rw] app_arn
|
4820
5002
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4821
5003
|
# application. The format for this ARN is:
|
4822
|
-
# arn:`partition
|
4823
|
-
#
|
4824
|
-
#
|
5004
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5005
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5006
|
+
# in the *AWS General Reference* guide.
|
4825
5007
|
#
|
4826
5008
|
#
|
4827
5009
|
#
|
@@ -4843,10 +5025,10 @@ module Aws::ResilienceHub
|
|
4843
5025
|
# @return [String]
|
4844
5026
|
#
|
4845
5027
|
# @!attribute [rw] excluded
|
4846
|
-
# Indicates if a resource is excluded from an
|
5028
|
+
# Indicates if a resource is excluded from an Resilience Hub
|
4847
5029
|
# application.
|
4848
5030
|
#
|
4849
|
-
# <note markdown="1"> You can exclude only imported resources from an
|
5031
|
+
# <note markdown="1"> You can exclude only imported resources from an Resilience Hub
|
4850
5032
|
# application.
|
4851
5033
|
#
|
4852
5034
|
# </note>
|
@@ -4888,9 +5070,9 @@ module Aws::ResilienceHub
|
|
4888
5070
|
# @!attribute [rw] app_arn
|
4889
5071
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4890
5072
|
# application. The format for this ARN is:
|
4891
|
-
# arn:`partition
|
4892
|
-
#
|
4893
|
-
#
|
5073
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5074
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5075
|
+
# in the *AWS General Reference* guide.
|
4894
5076
|
#
|
4895
5077
|
#
|
4896
5078
|
#
|
@@ -4929,9 +5111,9 @@ module Aws::ResilienceHub
|
|
4929
5111
|
# @!attribute [rw] app_arn
|
4930
5112
|
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4931
5113
|
# application. The format for this ARN is:
|
4932
|
-
# arn:`partition
|
4933
|
-
#
|
4934
|
-
#
|
5114
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5115
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5116
|
+
# in the *AWS General Reference* guide.
|
4935
5117
|
#
|
4936
5118
|
#
|
4937
5119
|
#
|
@@ -4965,7 +5147,7 @@ module Aws::ResilienceHub
|
|
4965
5147
|
# @!attribute [rw] policy_arn
|
4966
5148
|
# The Amazon Resource Name (ARN) of the resiliency policy. The format
|
4967
5149
|
# for this ARN is:
|
4968
|
-
# arn:`partition
|
5150
|
+
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
4969
5151
|
# For more information about ARNs, see [ Amazon Resource Names
|
4970
5152
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
4971
5153
|
#
|