aws-iam-data 0.0.84 → 0.0.86
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.
- package/dist/data/json/changelog.json +46 -0
- package/dist/data/json/iam.json +357 -594
- package/dist/data/json/metadata.json +3 -39
- package/dist/data/json/reports.json +5 -5
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -38967,14 +38967,18 @@
|
|
|
38967
38967
|
"name": "CopyBackupToRegion",
|
|
38968
38968
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_CopyBackupToRegion.html",
|
|
38969
38969
|
"permissionOnly": false,
|
|
38970
|
-
"description": "
|
|
38970
|
+
"description": "Grants permission to create a copy of a backup in the specified region",
|
|
38971
38971
|
"accessLevel": "Write",
|
|
38972
38972
|
"resourceTypes": [
|
|
38973
38973
|
{
|
|
38974
38974
|
"resourceType": "backup",
|
|
38975
38975
|
"required": true,
|
|
38976
38976
|
"conditionKeys": [],
|
|
38977
|
-
"dependentActions": [
|
|
38977
|
+
"dependentActions": [
|
|
38978
|
+
"cloudhsm:CopyBackupToRegion",
|
|
38979
|
+
"cloudhsm:TagResource",
|
|
38980
|
+
"cloudhsm:UntagResource"
|
|
38981
|
+
]
|
|
38978
38982
|
},
|
|
38979
38983
|
{
|
|
38980
38984
|
"resourceType": "",
|
|
@@ -38991,14 +38995,23 @@
|
|
|
38991
38995
|
"name": "CreateCluster",
|
|
38992
38996
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_CreateCluster.html",
|
|
38993
38997
|
"permissionOnly": false,
|
|
38994
|
-
"description": "
|
|
38998
|
+
"description": "Grants permission to create a new AWS CloudHSM cluster",
|
|
38995
38999
|
"accessLevel": "Write",
|
|
38996
39000
|
"resourceTypes": [
|
|
38997
39001
|
{
|
|
38998
39002
|
"resourceType": "backup",
|
|
38999
39003
|
"required": false,
|
|
39000
39004
|
"conditionKeys": [],
|
|
39001
|
-
"dependentActions": [
|
|
39005
|
+
"dependentActions": [
|
|
39006
|
+
"cloudhsm:TagResource",
|
|
39007
|
+
"ec2:AuthorizeSecurityGroupEgress",
|
|
39008
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
39009
|
+
"ec2:CreateSecurityGroup",
|
|
39010
|
+
"ec2:DescribeSecurityGroups",
|
|
39011
|
+
"ec2:DescribeSubnets",
|
|
39012
|
+
"ec2:RevokeSecurityGroupEgress",
|
|
39013
|
+
"iam:CreateServiceLinkedRole"
|
|
39014
|
+
]
|
|
39002
39015
|
},
|
|
39003
39016
|
{
|
|
39004
39017
|
"resourceType": "",
|
|
@@ -39030,14 +39043,24 @@
|
|
|
39030
39043
|
"name": "CreateHsm",
|
|
39031
39044
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_CreateHsm.html",
|
|
39032
39045
|
"permissionOnly": false,
|
|
39033
|
-
"description": "
|
|
39046
|
+
"description": "Grants permission to create a new hardware security module (HSM) in the specified AWS CloudHSM cluster",
|
|
39034
39047
|
"accessLevel": "Write",
|
|
39035
39048
|
"resourceTypes": [
|
|
39036
39049
|
{
|
|
39037
39050
|
"resourceType": "cluster",
|
|
39038
39051
|
"required": true,
|
|
39039
39052
|
"conditionKeys": [],
|
|
39040
|
-
"dependentActions": [
|
|
39053
|
+
"dependentActions": [
|
|
39054
|
+
"ec2:AuthorizeSecurityGroupEgress",
|
|
39055
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
39056
|
+
"ec2:CreateNetworkInterface",
|
|
39057
|
+
"ec2:CreateSecurityGroup",
|
|
39058
|
+
"ec2:DeleteNetworkInterface",
|
|
39059
|
+
"ec2:DescribeNetworkInterfaces",
|
|
39060
|
+
"ec2:DescribeSecurityGroups",
|
|
39061
|
+
"ec2:DescribeSubnets",
|
|
39062
|
+
"ec2:RevokeSecurityGroupEgress"
|
|
39063
|
+
]
|
|
39041
39064
|
}
|
|
39042
39065
|
]
|
|
39043
39066
|
},
|
|
@@ -39060,7 +39083,7 @@
|
|
|
39060
39083
|
"name": "DeleteBackup",
|
|
39061
39084
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DeleteBackup.html",
|
|
39062
39085
|
"permissionOnly": false,
|
|
39063
|
-
"description": "
|
|
39086
|
+
"description": "Grants permission to delete the specified CloudHSM backup",
|
|
39064
39087
|
"accessLevel": "Write",
|
|
39065
39088
|
"resourceTypes": [
|
|
39066
39089
|
{
|
|
@@ -39075,14 +39098,17 @@
|
|
|
39075
39098
|
"name": "DeleteCluster",
|
|
39076
39099
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DeleteCluster.html",
|
|
39077
39100
|
"permissionOnly": false,
|
|
39078
|
-
"description": "
|
|
39101
|
+
"description": "Grants permission to delete the specified AWS CloudHSM cluster",
|
|
39079
39102
|
"accessLevel": "Write",
|
|
39080
39103
|
"resourceTypes": [
|
|
39081
39104
|
{
|
|
39082
39105
|
"resourceType": "cluster",
|
|
39083
39106
|
"required": true,
|
|
39084
39107
|
"conditionKeys": [],
|
|
39085
|
-
"dependentActions": [
|
|
39108
|
+
"dependentActions": [
|
|
39109
|
+
"ec2:DeleteNetworkInterface",
|
|
39110
|
+
"ec2:DeleteSecurityGroup"
|
|
39111
|
+
]
|
|
39086
39112
|
}
|
|
39087
39113
|
]
|
|
39088
39114
|
},
|
|
@@ -39105,14 +39131,16 @@
|
|
|
39105
39131
|
"name": "DeleteHsm",
|
|
39106
39132
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DeleteHsm.html",
|
|
39107
39133
|
"permissionOnly": false,
|
|
39108
|
-
"description": "
|
|
39134
|
+
"description": "Grants permission to delete the specified HSM",
|
|
39109
39135
|
"accessLevel": "Write",
|
|
39110
39136
|
"resourceTypes": [
|
|
39111
39137
|
{
|
|
39112
39138
|
"resourceType": "",
|
|
39113
39139
|
"required": false,
|
|
39114
39140
|
"conditionKeys": [],
|
|
39115
|
-
"dependentActions": [
|
|
39141
|
+
"dependentActions": [
|
|
39142
|
+
"ec2:DeleteNetworkInterface"
|
|
39143
|
+
]
|
|
39116
39144
|
}
|
|
39117
39145
|
]
|
|
39118
39146
|
},
|
|
@@ -39135,7 +39163,7 @@
|
|
|
39135
39163
|
"name": "DescribeBackups",
|
|
39136
39164
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DescribeBackups.html",
|
|
39137
39165
|
"permissionOnly": false,
|
|
39138
|
-
"description": "
|
|
39166
|
+
"description": "Grants permission to get information about backups of AWS CloudHSM clusters",
|
|
39139
39167
|
"accessLevel": "Read",
|
|
39140
39168
|
"resourceTypes": [
|
|
39141
39169
|
{
|
|
@@ -39150,7 +39178,7 @@
|
|
|
39150
39178
|
"name": "DescribeClusters",
|
|
39151
39179
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DescribeClusters.html",
|
|
39152
39180
|
"permissionOnly": false,
|
|
39153
|
-
"description": "
|
|
39181
|
+
"description": "Grants permission to get information about AWS CloudHSM clusters",
|
|
39154
39182
|
"accessLevel": "Read",
|
|
39155
39183
|
"resourceTypes": [
|
|
39156
39184
|
{
|
|
@@ -39225,7 +39253,7 @@
|
|
|
39225
39253
|
"name": "InitializeCluster",
|
|
39226
39254
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_InitializeCluster.html",
|
|
39227
39255
|
"permissionOnly": false,
|
|
39228
|
-
"description": "
|
|
39256
|
+
"description": "Grants permission to claim an AWS CloudHSM cluster",
|
|
39229
39257
|
"accessLevel": "Write",
|
|
39230
39258
|
"resourceTypes": [
|
|
39231
39259
|
{
|
|
@@ -39300,7 +39328,7 @@
|
|
|
39300
39328
|
"name": "ListTags",
|
|
39301
39329
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_ListTags.html",
|
|
39302
39330
|
"permissionOnly": false,
|
|
39303
|
-
"description": "
|
|
39331
|
+
"description": "Grants permission to get a list of tags for the specified AWS CloudHSM cluster",
|
|
39304
39332
|
"accessLevel": "Read",
|
|
39305
39333
|
"resourceTypes": [
|
|
39306
39334
|
{
|
|
@@ -39336,7 +39364,7 @@
|
|
|
39336
39364
|
"name": "ModifyBackupAttributes",
|
|
39337
39365
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_ModifyBackupAttributes.html",
|
|
39338
39366
|
"permissionOnly": false,
|
|
39339
|
-
"description": "
|
|
39367
|
+
"description": "Grants permission to modify attributes for an AWS CloudHSM backup",
|
|
39340
39368
|
"accessLevel": "Write",
|
|
39341
39369
|
"resourceTypes": [
|
|
39342
39370
|
{
|
|
@@ -39351,7 +39379,7 @@
|
|
|
39351
39379
|
"name": "ModifyCluster",
|
|
39352
39380
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_ModifyCluster.html",
|
|
39353
39381
|
"permissionOnly": false,
|
|
39354
|
-
"description": "
|
|
39382
|
+
"description": "Grants permission to modify AWS CloudHSM cluster",
|
|
39355
39383
|
"accessLevel": "Write",
|
|
39356
39384
|
"resourceTypes": [
|
|
39357
39385
|
{
|
|
@@ -39426,7 +39454,7 @@
|
|
|
39426
39454
|
"name": "RestoreBackup",
|
|
39427
39455
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_RestoreBackup.html",
|
|
39428
39456
|
"permissionOnly": false,
|
|
39429
|
-
"description": "
|
|
39457
|
+
"description": "Grants permission to restore the specified CloudHSM backup",
|
|
39430
39458
|
"accessLevel": "Write",
|
|
39431
39459
|
"resourceTypes": [
|
|
39432
39460
|
{
|
|
@@ -39441,7 +39469,7 @@
|
|
|
39441
39469
|
"name": "TagResource",
|
|
39442
39470
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_TagResource.html",
|
|
39443
39471
|
"permissionOnly": false,
|
|
39444
|
-
"description": "
|
|
39472
|
+
"description": "Grants permission to add or overwrite one or more tags for the specified AWS CloudHSM cluster",
|
|
39445
39473
|
"accessLevel": "Tagging",
|
|
39446
39474
|
"resourceTypes": [
|
|
39447
39475
|
{
|
|
@@ -39471,7 +39499,7 @@
|
|
|
39471
39499
|
"name": "UntagResource",
|
|
39472
39500
|
"apiReferenceUrl": "https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_UntagResource.html",
|
|
39473
39501
|
"permissionOnly": false,
|
|
39474
|
-
"description": "
|
|
39502
|
+
"description": "Grants permission to remove the specified tag or tags from the specified AWS CloudHSM cluster",
|
|
39475
39503
|
"accessLevel": "Tagging",
|
|
39476
39504
|
"resourceTypes": [
|
|
39477
39505
|
{
|
|
@@ -39519,19 +39547,19 @@
|
|
|
39519
39547
|
{
|
|
39520
39548
|
"name": "aws:RequestTag/${TagKey}",
|
|
39521
39549
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag",
|
|
39522
|
-
"description": "Filters
|
|
39550
|
+
"description": "Filters access by the presence of tag key-value pairs in the request",
|
|
39523
39551
|
"type": "String"
|
|
39524
39552
|
},
|
|
39525
39553
|
{
|
|
39526
39554
|
"name": "aws:ResourceTag/${TagKey}",
|
|
39527
39555
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag",
|
|
39528
|
-
"description": "Filters
|
|
39556
|
+
"description": "Filters access by tag key-value pairs attached to the resource",
|
|
39529
39557
|
"type": "String"
|
|
39530
39558
|
},
|
|
39531
39559
|
{
|
|
39532
39560
|
"name": "aws:TagKeys",
|
|
39533
39561
|
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
39534
|
-
"description": "Filters
|
|
39562
|
+
"description": "Filters access by the presence of tag keys in the request",
|
|
39535
39563
|
"type": "ArrayOfString"
|
|
39536
39564
|
}
|
|
39537
39565
|
]
|
|
@@ -43563,7 +43591,7 @@
|
|
|
43563
43591
|
"accessLevel": "Write",
|
|
43564
43592
|
"resourceTypes": [
|
|
43565
43593
|
{
|
|
43566
|
-
"resourceType": "log-
|
|
43594
|
+
"resourceType": "log-stream",
|
|
43567
43595
|
"required": true,
|
|
43568
43596
|
"conditionKeys": [],
|
|
43569
43597
|
"dependentActions": []
|
|
@@ -62941,6 +62969,7 @@
|
|
|
62941
62969
|
"resourceType": "",
|
|
62942
62970
|
"required": false,
|
|
62943
62971
|
"conditionKeys": [
|
|
62972
|
+
"aws:ResourceTag/${TagKey}",
|
|
62944
62973
|
"connect:InstanceId"
|
|
62945
62974
|
],
|
|
62946
62975
|
"dependentActions": []
|
|
@@ -62982,6 +63011,7 @@
|
|
|
62982
63011
|
"resourceType": "",
|
|
62983
63012
|
"required": false,
|
|
62984
63013
|
"conditionKeys": [
|
|
63014
|
+
"aws:ResourceTag/${TagKey}",
|
|
62985
63015
|
"connect:InstanceId"
|
|
62986
63016
|
],
|
|
62987
63017
|
"dependentActions": []
|
|
@@ -63047,6 +63077,7 @@
|
|
|
63047
63077
|
"resourceType": "",
|
|
63048
63078
|
"required": false,
|
|
63049
63079
|
"conditionKeys": [
|
|
63080
|
+
"aws:ResourceTag/${TagKey}",
|
|
63050
63081
|
"connect:InstanceId"
|
|
63051
63082
|
],
|
|
63052
63083
|
"dependentActions": []
|
|
@@ -63083,6 +63114,15 @@
|
|
|
63083
63114
|
"required": true,
|
|
63084
63115
|
"conditionKeys": [],
|
|
63085
63116
|
"dependentActions": []
|
|
63117
|
+
},
|
|
63118
|
+
{
|
|
63119
|
+
"resourceType": "",
|
|
63120
|
+
"required": false,
|
|
63121
|
+
"conditionKeys": [
|
|
63122
|
+
"aws:ResourceTag/${TagKey}",
|
|
63123
|
+
"connect:InstanceId"
|
|
63124
|
+
],
|
|
63125
|
+
"dependentActions": []
|
|
63086
63126
|
}
|
|
63087
63127
|
]
|
|
63088
63128
|
},
|
|
@@ -86762,6 +86802,8 @@
|
|
|
86762
86802
|
"resourceType": "elastic-ip",
|
|
86763
86803
|
"required": true,
|
|
86764
86804
|
"conditionKeys": [
|
|
86805
|
+
"aws:RequestTag/${TagKey}",
|
|
86806
|
+
"aws:TagKeys",
|
|
86765
86807
|
"ec2:AllocationId",
|
|
86766
86808
|
"ec2:Domain",
|
|
86767
86809
|
"ec2:PublicIpAddress"
|
|
@@ -86774,8 +86816,6 @@
|
|
|
86774
86816
|
"resourceType": "",
|
|
86775
86817
|
"required": false,
|
|
86776
86818
|
"conditionKeys": [
|
|
86777
|
-
"aws:RequestTag/${TagKey}",
|
|
86778
|
-
"aws:TagKeys",
|
|
86779
86819
|
"ec2:Region"
|
|
86780
86820
|
],
|
|
86781
86821
|
"dependentActions": []
|
|
@@ -86979,7 +87019,10 @@
|
|
|
86979
87019
|
{
|
|
86980
87020
|
"resourceType": "elastic-ip",
|
|
86981
87021
|
"required": true,
|
|
86982
|
-
"conditionKeys": [
|
|
87022
|
+
"conditionKeys": [
|
|
87023
|
+
"aws:RequestTag/${TagKey}",
|
|
87024
|
+
"aws:TagKeys"
|
|
87025
|
+
],
|
|
86983
87026
|
"dependentActions": [
|
|
86984
87027
|
"ec2:CreateTags"
|
|
86985
87028
|
]
|
|
@@ -86997,8 +87040,6 @@
|
|
|
86997
87040
|
"resourceType": "",
|
|
86998
87041
|
"required": false,
|
|
86999
87042
|
"conditionKeys": [
|
|
87000
|
-
"aws:RequestTag/${TagKey}",
|
|
87001
|
-
"aws:TagKeys",
|
|
87002
87043
|
"ec2:Region"
|
|
87003
87044
|
],
|
|
87004
87045
|
"dependentActions": []
|
|
@@ -87016,6 +87057,8 @@
|
|
|
87016
87057
|
"resourceType": "dedicated-host",
|
|
87017
87058
|
"required": true,
|
|
87018
87059
|
"conditionKeys": [
|
|
87060
|
+
"aws:RequestTag/${TagKey}",
|
|
87061
|
+
"aws:TagKeys",
|
|
87019
87062
|
"ec2:AutoPlacement",
|
|
87020
87063
|
"ec2:AvailabilityZone",
|
|
87021
87064
|
"ec2:HostRecovery",
|
|
@@ -87030,8 +87073,6 @@
|
|
|
87030
87073
|
"resourceType": "",
|
|
87031
87074
|
"required": false,
|
|
87032
87075
|
"conditionKeys": [
|
|
87033
|
-
"aws:RequestTag/${TagKey}",
|
|
87034
|
-
"aws:TagKeys",
|
|
87035
87076
|
"ec2:Region"
|
|
87036
87077
|
],
|
|
87037
87078
|
"dependentActions": []
|
|
@@ -87477,15 +87518,16 @@
|
|
|
87477
87518
|
{
|
|
87478
87519
|
"resourceType": "ipam-resource-discovery-association",
|
|
87479
87520
|
"required": true,
|
|
87480
|
-
"conditionKeys": [
|
|
87521
|
+
"conditionKeys": [
|
|
87522
|
+
"aws:RequestTag/${TagKey}",
|
|
87523
|
+
"aws:TagKeys"
|
|
87524
|
+
],
|
|
87481
87525
|
"dependentActions": []
|
|
87482
87526
|
},
|
|
87483
87527
|
{
|
|
87484
87528
|
"resourceType": "",
|
|
87485
87529
|
"required": false,
|
|
87486
87530
|
"conditionKeys": [
|
|
87487
|
-
"aws:RequestTag/${TagKey}",
|
|
87488
|
-
"aws:TagKeys",
|
|
87489
87531
|
"ec2:Region"
|
|
87490
87532
|
],
|
|
87491
87533
|
"dependentActions": []
|
|
@@ -88161,15 +88203,16 @@
|
|
|
88161
88203
|
{
|
|
88162
88204
|
"resourceType": "security-group-rule",
|
|
88163
88205
|
"required": false,
|
|
88164
|
-
"conditionKeys": [
|
|
88206
|
+
"conditionKeys": [
|
|
88207
|
+
"aws:RequestTag/${TagKey}",
|
|
88208
|
+
"aws:TagKeys"
|
|
88209
|
+
],
|
|
88165
88210
|
"dependentActions": []
|
|
88166
88211
|
},
|
|
88167
88212
|
{
|
|
88168
88213
|
"resourceType": "",
|
|
88169
88214
|
"required": false,
|
|
88170
88215
|
"conditionKeys": [
|
|
88171
|
-
"aws:RequestTag/${TagKey}",
|
|
88172
|
-
"aws:TagKeys",
|
|
88173
88216
|
"ec2:Region"
|
|
88174
88217
|
],
|
|
88175
88218
|
"dependentActions": []
|
|
@@ -88199,15 +88242,16 @@
|
|
|
88199
88242
|
{
|
|
88200
88243
|
"resourceType": "security-group-rule",
|
|
88201
88244
|
"required": false,
|
|
88202
|
-
"conditionKeys": [
|
|
88245
|
+
"conditionKeys": [
|
|
88246
|
+
"aws:RequestTag/${TagKey}",
|
|
88247
|
+
"aws:TagKeys"
|
|
88248
|
+
],
|
|
88203
88249
|
"dependentActions": []
|
|
88204
88250
|
},
|
|
88205
88251
|
{
|
|
88206
88252
|
"resourceType": "",
|
|
88207
88253
|
"required": false,
|
|
88208
88254
|
"conditionKeys": [
|
|
88209
|
-
"aws:RequestTag/${TagKey}",
|
|
88210
|
-
"aws:TagKeys",
|
|
88211
88255
|
"ec2:Region"
|
|
88212
88256
|
],
|
|
88213
88257
|
"dependentActions": []
|
|
@@ -88567,6 +88611,8 @@
|
|
|
88567
88611
|
"resourceType": "snapshot",
|
|
88568
88612
|
"required": true,
|
|
88569
88613
|
"conditionKeys": [
|
|
88614
|
+
"aws:RequestTag/${TagKey}",
|
|
88615
|
+
"aws:TagKeys",
|
|
88570
88616
|
"ec2:OutpostArn",
|
|
88571
88617
|
"ec2:SnapshotID"
|
|
88572
88618
|
],
|
|
@@ -88578,8 +88624,6 @@
|
|
|
88578
88624
|
"resourceType": "",
|
|
88579
88625
|
"required": false,
|
|
88580
88626
|
"conditionKeys": [
|
|
88581
|
-
"aws:RequestTag/${TagKey}",
|
|
88582
|
-
"aws:TagKeys",
|
|
88583
88627
|
"ec2:Region"
|
|
88584
88628
|
],
|
|
88585
88629
|
"dependentActions": []
|
|
@@ -88597,6 +88641,8 @@
|
|
|
88597
88641
|
"resourceType": "capacity-reservation",
|
|
88598
88642
|
"required": true,
|
|
88599
88643
|
"conditionKeys": [
|
|
88644
|
+
"aws:RequestTag/${TagKey}",
|
|
88645
|
+
"aws:TagKeys",
|
|
88600
88646
|
"ec2:CapacityReservationFleet"
|
|
88601
88647
|
],
|
|
88602
88648
|
"dependentActions": [
|
|
@@ -88607,8 +88653,6 @@
|
|
|
88607
88653
|
"resourceType": "",
|
|
88608
88654
|
"required": false,
|
|
88609
88655
|
"conditionKeys": [
|
|
88610
|
-
"aws:RequestTag/${TagKey}",
|
|
88611
|
-
"aws:TagKeys",
|
|
88612
88656
|
"ec2:Region"
|
|
88613
88657
|
],
|
|
88614
88658
|
"dependentActions": []
|
|
@@ -88625,7 +88669,10 @@
|
|
|
88625
88669
|
{
|
|
88626
88670
|
"resourceType": "capacity-reservation-fleet",
|
|
88627
88671
|
"required": true,
|
|
88628
|
-
"conditionKeys": [
|
|
88672
|
+
"conditionKeys": [
|
|
88673
|
+
"aws:RequestTag/${TagKey}",
|
|
88674
|
+
"aws:TagKeys"
|
|
88675
|
+
],
|
|
88629
88676
|
"dependentActions": [
|
|
88630
88677
|
"ec2:CreateTags"
|
|
88631
88678
|
]
|
|
@@ -88634,8 +88681,6 @@
|
|
|
88634
88681
|
"resourceType": "",
|
|
88635
88682
|
"required": false,
|
|
88636
88683
|
"conditionKeys": [
|
|
88637
|
-
"aws:RequestTag/${TagKey}",
|
|
88638
|
-
"aws:TagKeys",
|
|
88639
88684
|
"ec2:Region"
|
|
88640
88685
|
],
|
|
88641
88686
|
"dependentActions": []
|
|
@@ -88652,7 +88697,10 @@
|
|
|
88652
88697
|
{
|
|
88653
88698
|
"resourceType": "carrier-gateway",
|
|
88654
88699
|
"required": true,
|
|
88655
|
-
"conditionKeys": [
|
|
88700
|
+
"conditionKeys": [
|
|
88701
|
+
"aws:RequestTag/${TagKey}",
|
|
88702
|
+
"aws:TagKeys"
|
|
88703
|
+
],
|
|
88656
88704
|
"dependentActions": [
|
|
88657
88705
|
"ec2:CreateTags"
|
|
88658
88706
|
]
|
|
@@ -88672,8 +88720,6 @@
|
|
|
88672
88720
|
"resourceType": "",
|
|
88673
88721
|
"required": false,
|
|
88674
88722
|
"conditionKeys": [
|
|
88675
|
-
"aws:RequestTag/${TagKey}",
|
|
88676
|
-
"aws:TagKeys",
|
|
88677
88723
|
"ec2:Region"
|
|
88678
88724
|
],
|
|
88679
88725
|
"dependentActions": []
|
|
@@ -88691,6 +88737,8 @@
|
|
|
88691
88737
|
"resourceType": "client-vpn-endpoint",
|
|
88692
88738
|
"required": true,
|
|
88693
88739
|
"conditionKeys": [
|
|
88740
|
+
"aws:RequestTag/${TagKey}",
|
|
88741
|
+
"aws:TagKeys",
|
|
88694
88742
|
"ec2:ClientRootCertificateChainArn",
|
|
88695
88743
|
"ec2:CloudwatchLogGroupArn",
|
|
88696
88744
|
"ec2:CloudwatchLogStreamArn",
|
|
@@ -88726,8 +88774,6 @@
|
|
|
88726
88774
|
"resourceType": "",
|
|
88727
88775
|
"required": false,
|
|
88728
88776
|
"conditionKeys": [
|
|
88729
|
-
"aws:RequestTag/${TagKey}",
|
|
88730
|
-
"aws:TagKeys",
|
|
88731
88777
|
"ec2:Region"
|
|
88732
88778
|
],
|
|
88733
88779
|
"dependentActions": []
|
|
@@ -88812,7 +88858,10 @@
|
|
|
88812
88858
|
{
|
|
88813
88859
|
"resourceType": "coip-pool",
|
|
88814
88860
|
"required": true,
|
|
88815
|
-
"conditionKeys": [
|
|
88861
|
+
"conditionKeys": [
|
|
88862
|
+
"aws:RequestTag/${TagKey}",
|
|
88863
|
+
"aws:TagKeys"
|
|
88864
|
+
],
|
|
88816
88865
|
"dependentActions": [
|
|
88817
88866
|
"ec2:CreateTags"
|
|
88818
88867
|
]
|
|
@@ -88830,8 +88879,6 @@
|
|
|
88830
88879
|
"resourceType": "",
|
|
88831
88880
|
"required": false,
|
|
88832
88881
|
"conditionKeys": [
|
|
88833
|
-
"aws:RequestTag/${TagKey}",
|
|
88834
|
-
"aws:TagKeys",
|
|
88835
88882
|
"ec2:Region"
|
|
88836
88883
|
],
|
|
88837
88884
|
"dependentActions": []
|
|
@@ -88874,7 +88921,10 @@
|
|
|
88874
88921
|
{
|
|
88875
88922
|
"resourceType": "customer-gateway",
|
|
88876
88923
|
"required": true,
|
|
88877
|
-
"conditionKeys": [
|
|
88924
|
+
"conditionKeys": [
|
|
88925
|
+
"aws:RequestTag/${TagKey}",
|
|
88926
|
+
"aws:TagKeys"
|
|
88927
|
+
],
|
|
88878
88928
|
"dependentActions": [
|
|
88879
88929
|
"ec2:CreateTags"
|
|
88880
88930
|
]
|
|
@@ -88883,8 +88933,6 @@
|
|
|
88883
88933
|
"resourceType": "",
|
|
88884
88934
|
"required": false,
|
|
88885
88935
|
"conditionKeys": [
|
|
88886
|
-
"aws:RequestTag/${TagKey}",
|
|
88887
|
-
"aws:TagKeys",
|
|
88888
88936
|
"ec2:Region"
|
|
88889
88937
|
],
|
|
88890
88938
|
"dependentActions": []
|
|
@@ -88936,6 +88984,8 @@
|
|
|
88936
88984
|
"resourceType": "dhcp-options",
|
|
88937
88985
|
"required": true,
|
|
88938
88986
|
"conditionKeys": [
|
|
88987
|
+
"aws:RequestTag/${TagKey}",
|
|
88988
|
+
"aws:TagKeys",
|
|
88939
88989
|
"ec2:DhcpOptionsID"
|
|
88940
88990
|
],
|
|
88941
88991
|
"dependentActions": [
|
|
@@ -88946,8 +88996,6 @@
|
|
|
88946
88996
|
"resourceType": "",
|
|
88947
88997
|
"required": false,
|
|
88948
88998
|
"conditionKeys": [
|
|
88949
|
-
"aws:RequestTag/${TagKey}",
|
|
88950
|
-
"aws:TagKeys",
|
|
88951
88999
|
"ec2:Region"
|
|
88952
89000
|
],
|
|
88953
89001
|
"dependentActions": []
|
|
@@ -88964,7 +89012,10 @@
|
|
|
88964
89012
|
{
|
|
88965
89013
|
"resourceType": "egress-only-internet-gateway",
|
|
88966
89014
|
"required": true,
|
|
88967
|
-
"conditionKeys": [
|
|
89015
|
+
"conditionKeys": [
|
|
89016
|
+
"aws:RequestTag/${TagKey}",
|
|
89017
|
+
"aws:TagKeys"
|
|
89018
|
+
],
|
|
88968
89019
|
"dependentActions": [
|
|
88969
89020
|
"ec2:CreateTags"
|
|
88970
89021
|
]
|
|
@@ -88984,8 +89035,6 @@
|
|
|
88984
89035
|
"resourceType": "",
|
|
88985
89036
|
"required": false,
|
|
88986
89037
|
"conditionKeys": [
|
|
88987
|
-
"aws:RequestTag/${TagKey}",
|
|
88988
|
-
"aws:TagKeys",
|
|
88989
89038
|
"ec2:Region"
|
|
88990
89039
|
],
|
|
88991
89040
|
"dependentActions": []
|
|
@@ -89002,7 +89051,10 @@
|
|
|
89002
89051
|
{
|
|
89003
89052
|
"resourceType": "fleet",
|
|
89004
89053
|
"required": true,
|
|
89005
|
-
"conditionKeys": [
|
|
89054
|
+
"conditionKeys": [
|
|
89055
|
+
"aws:RequestTag/${TagKey}",
|
|
89056
|
+
"aws:TagKeys"
|
|
89057
|
+
],
|
|
89006
89058
|
"dependentActions": [
|
|
89007
89059
|
"ec2:CreateTags"
|
|
89008
89060
|
]
|
|
@@ -89011,6 +89063,8 @@
|
|
|
89011
89063
|
"resourceType": "instance",
|
|
89012
89064
|
"required": true,
|
|
89013
89065
|
"conditionKeys": [
|
|
89066
|
+
"aws:RequestTag/${TagKey}",
|
|
89067
|
+
"aws:TagKeys",
|
|
89014
89068
|
"ec2:AvailabilityZone",
|
|
89015
89069
|
"ec2:EbsOptimized",
|
|
89016
89070
|
"ec2:InstanceID",
|
|
@@ -89121,6 +89175,8 @@
|
|
|
89121
89175
|
"resourceType": "volume",
|
|
89122
89176
|
"required": false,
|
|
89123
89177
|
"conditionKeys": [
|
|
89178
|
+
"aws:RequestTag/${TagKey}",
|
|
89179
|
+
"aws:TagKeys",
|
|
89124
89180
|
"ec2:AvailabilityZone",
|
|
89125
89181
|
"ec2:Encrypted",
|
|
89126
89182
|
"ec2:KmsKeyId",
|
|
@@ -89137,8 +89193,6 @@
|
|
|
89137
89193
|
"resourceType": "",
|
|
89138
89194
|
"required": false,
|
|
89139
89195
|
"conditionKeys": [
|
|
89140
|
-
"aws:RequestTag/${TagKey}",
|
|
89141
|
-
"aws:TagKeys",
|
|
89142
89196
|
"ec2:Region"
|
|
89143
89197
|
],
|
|
89144
89198
|
"dependentActions": []
|
|
@@ -89155,7 +89209,10 @@
|
|
|
89155
89209
|
{
|
|
89156
89210
|
"resourceType": "vpc-flow-log",
|
|
89157
89211
|
"required": true,
|
|
89158
|
-
"conditionKeys": [
|
|
89212
|
+
"conditionKeys": [
|
|
89213
|
+
"aws:RequestTag/${TagKey}",
|
|
89214
|
+
"aws:TagKeys"
|
|
89215
|
+
],
|
|
89159
89216
|
"dependentActions": [
|
|
89160
89217
|
"ec2:CreateTags",
|
|
89161
89218
|
"iam:PassRole"
|
|
@@ -89201,8 +89258,6 @@
|
|
|
89201
89258
|
"resourceType": "",
|
|
89202
89259
|
"required": false,
|
|
89203
89260
|
"conditionKeys": [
|
|
89204
|
-
"aws:RequestTag/${TagKey}",
|
|
89205
|
-
"aws:TagKeys",
|
|
89206
89261
|
"ec2:Region"
|
|
89207
89262
|
],
|
|
89208
89263
|
"dependentActions": []
|
|
@@ -89220,6 +89275,8 @@
|
|
|
89220
89275
|
"resourceType": "fpga-image",
|
|
89221
89276
|
"required": true,
|
|
89222
89277
|
"conditionKeys": [
|
|
89278
|
+
"aws:RequestTag/${TagKey}",
|
|
89279
|
+
"aws:TagKeys",
|
|
89223
89280
|
"ec2:Owner",
|
|
89224
89281
|
"ec2:Public"
|
|
89225
89282
|
],
|
|
@@ -89231,8 +89288,6 @@
|
|
|
89231
89288
|
"resourceType": "",
|
|
89232
89289
|
"required": false,
|
|
89233
89290
|
"conditionKeys": [
|
|
89234
|
-
"aws:RequestTag/${TagKey}",
|
|
89235
|
-
"aws:TagKeys",
|
|
89236
89291
|
"ec2:Region"
|
|
89237
89292
|
],
|
|
89238
89293
|
"dependentActions": []
|
|
@@ -89250,6 +89305,8 @@
|
|
|
89250
89305
|
"resourceType": "image",
|
|
89251
89306
|
"required": true,
|
|
89252
89307
|
"conditionKeys": [
|
|
89308
|
+
"aws:RequestTag/${TagKey}",
|
|
89309
|
+
"aws:TagKeys",
|
|
89253
89310
|
"ec2:ImageID",
|
|
89254
89311
|
"ec2:Owner"
|
|
89255
89312
|
],
|
|
@@ -89285,6 +89342,8 @@
|
|
|
89285
89342
|
"resourceType": "snapshot",
|
|
89286
89343
|
"required": true,
|
|
89287
89344
|
"conditionKeys": [
|
|
89345
|
+
"aws:RequestTag/${TagKey}",
|
|
89346
|
+
"aws:TagKeys",
|
|
89288
89347
|
"ec2:OutpostArn",
|
|
89289
89348
|
"ec2:Owner",
|
|
89290
89349
|
"ec2:ParentVolume",
|
|
@@ -89299,8 +89358,6 @@
|
|
|
89299
89358
|
"resourceType": "",
|
|
89300
89359
|
"required": false,
|
|
89301
89360
|
"conditionKeys": [
|
|
89302
|
-
"aws:RequestTag/${TagKey}",
|
|
89303
|
-
"aws:TagKeys",
|
|
89304
89361
|
"ec2:Region"
|
|
89305
89362
|
],
|
|
89306
89363
|
"dependentActions": []
|
|
@@ -89318,6 +89375,8 @@
|
|
|
89318
89375
|
"resourceType": "instance-connect-endpoint",
|
|
89319
89376
|
"required": true,
|
|
89320
89377
|
"conditionKeys": [
|
|
89378
|
+
"aws:RequestTag/${TagKey}",
|
|
89379
|
+
"aws:TagKeys",
|
|
89321
89380
|
"ec2:SubnetID"
|
|
89322
89381
|
],
|
|
89323
89382
|
"dependentActions": [
|
|
@@ -89351,8 +89410,6 @@
|
|
|
89351
89410
|
"resourceType": "",
|
|
89352
89411
|
"required": false,
|
|
89353
89412
|
"conditionKeys": [
|
|
89354
|
-
"aws:RequestTag/${TagKey}",
|
|
89355
|
-
"aws:TagKeys",
|
|
89356
89413
|
"ec2:Region"
|
|
89357
89414
|
],
|
|
89358
89415
|
"dependentActions": []
|
|
@@ -89369,7 +89426,10 @@
|
|
|
89369
89426
|
{
|
|
89370
89427
|
"resourceType": "instance-event-window",
|
|
89371
89428
|
"required": true,
|
|
89372
|
-
"conditionKeys": [
|
|
89429
|
+
"conditionKeys": [
|
|
89430
|
+
"aws:RequestTag/${TagKey}",
|
|
89431
|
+
"aws:TagKeys"
|
|
89432
|
+
],
|
|
89373
89433
|
"dependentActions": [
|
|
89374
89434
|
"ec2:CreateTags"
|
|
89375
89435
|
]
|
|
@@ -89378,8 +89438,6 @@
|
|
|
89378
89438
|
"resourceType": "",
|
|
89379
89439
|
"required": false,
|
|
89380
89440
|
"conditionKeys": [
|
|
89381
|
-
"aws:RequestTag/${TagKey}",
|
|
89382
|
-
"aws:TagKeys",
|
|
89383
89441
|
"ec2:Region"
|
|
89384
89442
|
],
|
|
89385
89443
|
"dependentActions": []
|
|
@@ -89396,7 +89454,10 @@
|
|
|
89396
89454
|
{
|
|
89397
89455
|
"resourceType": "export-instance-task",
|
|
89398
89456
|
"required": true,
|
|
89399
|
-
"conditionKeys": [
|
|
89457
|
+
"conditionKeys": [
|
|
89458
|
+
"aws:RequestTag/${TagKey}",
|
|
89459
|
+
"aws:TagKeys"
|
|
89460
|
+
],
|
|
89400
89461
|
"dependentActions": [
|
|
89401
89462
|
"ec2:CreateTags"
|
|
89402
89463
|
]
|
|
@@ -89428,8 +89489,6 @@
|
|
|
89428
89489
|
"resourceType": "",
|
|
89429
89490
|
"required": false,
|
|
89430
89491
|
"conditionKeys": [
|
|
89431
|
-
"aws:RequestTag/${TagKey}",
|
|
89432
|
-
"aws:TagKeys",
|
|
89433
89492
|
"ec2:Region"
|
|
89434
89493
|
],
|
|
89435
89494
|
"dependentActions": []
|
|
@@ -89447,6 +89506,8 @@
|
|
|
89447
89506
|
"resourceType": "internet-gateway",
|
|
89448
89507
|
"required": true,
|
|
89449
89508
|
"conditionKeys": [
|
|
89509
|
+
"aws:RequestTag/${TagKey}",
|
|
89510
|
+
"aws:TagKeys",
|
|
89450
89511
|
"ec2:InternetGatewayID"
|
|
89451
89512
|
],
|
|
89452
89513
|
"dependentActions": [
|
|
@@ -89457,8 +89518,6 @@
|
|
|
89457
89518
|
"resourceType": "",
|
|
89458
89519
|
"required": false,
|
|
89459
89520
|
"conditionKeys": [
|
|
89460
|
-
"aws:RequestTag/${TagKey}",
|
|
89461
|
-
"aws:TagKeys",
|
|
89462
89521
|
"ec2:Region"
|
|
89463
89522
|
],
|
|
89464
89523
|
"dependentActions": []
|
|
@@ -89475,7 +89534,10 @@
|
|
|
89475
89534
|
{
|
|
89476
89535
|
"resourceType": "ipam",
|
|
89477
89536
|
"required": true,
|
|
89478
|
-
"conditionKeys": [
|
|
89537
|
+
"conditionKeys": [
|
|
89538
|
+
"aws:RequestTag/${TagKey}",
|
|
89539
|
+
"aws:TagKeys"
|
|
89540
|
+
],
|
|
89479
89541
|
"dependentActions": [
|
|
89480
89542
|
"ec2:CreateTags",
|
|
89481
89543
|
"iam:CreateServiceLinkedRole"
|
|
@@ -89485,8 +89547,6 @@
|
|
|
89485
89547
|
"resourceType": "",
|
|
89486
89548
|
"required": false,
|
|
89487
89549
|
"conditionKeys": [
|
|
89488
|
-
"aws:RequestTag/${TagKey}",
|
|
89489
|
-
"aws:TagKeys",
|
|
89490
89550
|
"ec2:Region"
|
|
89491
89551
|
],
|
|
89492
89552
|
"dependentActions": []
|
|
@@ -89503,7 +89563,10 @@
|
|
|
89503
89563
|
{
|
|
89504
89564
|
"resourceType": "ipam-pool",
|
|
89505
89565
|
"required": true,
|
|
89506
|
-
"conditionKeys": [
|
|
89566
|
+
"conditionKeys": [
|
|
89567
|
+
"aws:RequestTag/${TagKey}",
|
|
89568
|
+
"aws:TagKeys"
|
|
89569
|
+
],
|
|
89507
89570
|
"dependentActions": [
|
|
89508
89571
|
"ec2:CreateTags"
|
|
89509
89572
|
]
|
|
@@ -89521,8 +89584,6 @@
|
|
|
89521
89584
|
"resourceType": "",
|
|
89522
89585
|
"required": false,
|
|
89523
89586
|
"conditionKeys": [
|
|
89524
|
-
"aws:RequestTag/${TagKey}",
|
|
89525
|
-
"aws:TagKeys",
|
|
89526
89587
|
"ec2:Region"
|
|
89527
89588
|
],
|
|
89528
89589
|
"dependentActions": []
|
|
@@ -89539,7 +89600,10 @@
|
|
|
89539
89600
|
{
|
|
89540
89601
|
"resourceType": "ipam-resource-discovery",
|
|
89541
89602
|
"required": true,
|
|
89542
|
-
"conditionKeys": [
|
|
89603
|
+
"conditionKeys": [
|
|
89604
|
+
"aws:RequestTag/${TagKey}",
|
|
89605
|
+
"aws:TagKeys"
|
|
89606
|
+
],
|
|
89543
89607
|
"dependentActions": [
|
|
89544
89608
|
"ec2:CreateTags",
|
|
89545
89609
|
"iam:CreateServiceLinkedRole"
|
|
@@ -89549,8 +89613,6 @@
|
|
|
89549
89613
|
"resourceType": "",
|
|
89550
89614
|
"required": false,
|
|
89551
89615
|
"conditionKeys": [
|
|
89552
|
-
"aws:RequestTag/${TagKey}",
|
|
89553
|
-
"aws:TagKeys",
|
|
89554
89616
|
"ec2:Region"
|
|
89555
89617
|
],
|
|
89556
89618
|
"dependentActions": []
|
|
@@ -89578,15 +89640,16 @@
|
|
|
89578
89640
|
{
|
|
89579
89641
|
"resourceType": "ipam-scope",
|
|
89580
89642
|
"required": true,
|
|
89581
|
-
"conditionKeys": [
|
|
89643
|
+
"conditionKeys": [
|
|
89644
|
+
"aws:RequestTag/${TagKey}",
|
|
89645
|
+
"aws:TagKeys"
|
|
89646
|
+
],
|
|
89582
89647
|
"dependentActions": []
|
|
89583
89648
|
},
|
|
89584
89649
|
{
|
|
89585
89650
|
"resourceType": "",
|
|
89586
89651
|
"required": false,
|
|
89587
89652
|
"conditionKeys": [
|
|
89588
|
-
"aws:RequestTag/${TagKey}",
|
|
89589
|
-
"aws:TagKeys",
|
|
89590
89653
|
"ec2:Region"
|
|
89591
89654
|
],
|
|
89592
89655
|
"dependentActions": []
|
|
@@ -89604,6 +89667,8 @@
|
|
|
89604
89667
|
"resourceType": "key-pair",
|
|
89605
89668
|
"required": true,
|
|
89606
89669
|
"conditionKeys": [
|
|
89670
|
+
"aws:RequestTag/${TagKey}",
|
|
89671
|
+
"aws:TagKeys",
|
|
89607
89672
|
"ec2:KeyPairType"
|
|
89608
89673
|
],
|
|
89609
89674
|
"dependentActions": [
|
|
@@ -89614,8 +89679,6 @@
|
|
|
89614
89679
|
"resourceType": "",
|
|
89615
89680
|
"required": false,
|
|
89616
89681
|
"conditionKeys": [
|
|
89617
|
-
"aws:RequestTag/${TagKey}",
|
|
89618
|
-
"aws:TagKeys",
|
|
89619
89682
|
"ec2:Region"
|
|
89620
89683
|
],
|
|
89621
89684
|
"dependentActions": []
|
|
@@ -89632,7 +89695,10 @@
|
|
|
89632
89695
|
{
|
|
89633
89696
|
"resourceType": "launch-template",
|
|
89634
89697
|
"required": true,
|
|
89635
|
-
"conditionKeys": [
|
|
89698
|
+
"conditionKeys": [
|
|
89699
|
+
"aws:RequestTag/${TagKey}",
|
|
89700
|
+
"aws:TagKeys"
|
|
89701
|
+
],
|
|
89636
89702
|
"dependentActions": [
|
|
89637
89703
|
"ec2:CreateTags"
|
|
89638
89704
|
]
|
|
@@ -89641,8 +89707,6 @@
|
|
|
89641
89707
|
"resourceType": "",
|
|
89642
89708
|
"required": false,
|
|
89643
89709
|
"conditionKeys": [
|
|
89644
|
-
"aws:RequestTag/${TagKey}",
|
|
89645
|
-
"aws:TagKeys",
|
|
89646
89710
|
"ec2:Region"
|
|
89647
89711
|
],
|
|
89648
89712
|
"dependentActions": []
|
|
@@ -89753,15 +89817,16 @@
|
|
|
89753
89817
|
{
|
|
89754
89818
|
"resourceType": "local-gateway-route-table",
|
|
89755
89819
|
"required": true,
|
|
89756
|
-
"conditionKeys": [
|
|
89820
|
+
"conditionKeys": [
|
|
89821
|
+
"aws:RequestTag/${TagKey}",
|
|
89822
|
+
"aws:TagKeys"
|
|
89823
|
+
],
|
|
89757
89824
|
"dependentActions": []
|
|
89758
89825
|
},
|
|
89759
89826
|
{
|
|
89760
89827
|
"resourceType": "",
|
|
89761
89828
|
"required": false,
|
|
89762
89829
|
"conditionKeys": [
|
|
89763
|
-
"aws:RequestTag/${TagKey}",
|
|
89764
|
-
"aws:TagKeys",
|
|
89765
89830
|
"ec2:Region"
|
|
89766
89831
|
],
|
|
89767
89832
|
"dependentActions": []
|
|
@@ -89815,7 +89880,10 @@
|
|
|
89815
89880
|
{
|
|
89816
89881
|
"resourceType": "local-gateway-route-table-virtual-interface-group-association",
|
|
89817
89882
|
"required": true,
|
|
89818
|
-
"conditionKeys": [
|
|
89883
|
+
"conditionKeys": [
|
|
89884
|
+
"aws:RequestTag/${TagKey}",
|
|
89885
|
+
"aws:TagKeys"
|
|
89886
|
+
],
|
|
89819
89887
|
"dependentActions": []
|
|
89820
89888
|
},
|
|
89821
89889
|
{
|
|
@@ -89831,8 +89899,6 @@
|
|
|
89831
89899
|
"resourceType": "",
|
|
89832
89900
|
"required": false,
|
|
89833
89901
|
"conditionKeys": [
|
|
89834
|
-
"aws:RequestTag/${TagKey}",
|
|
89835
|
-
"aws:TagKeys",
|
|
89836
89902
|
"ec2:Region"
|
|
89837
89903
|
],
|
|
89838
89904
|
"dependentActions": []
|
|
@@ -89860,7 +89926,10 @@
|
|
|
89860
89926
|
{
|
|
89861
89927
|
"resourceType": "local-gateway-route-table-vpc-association",
|
|
89862
89928
|
"required": true,
|
|
89863
|
-
"conditionKeys": [
|
|
89929
|
+
"conditionKeys": [
|
|
89930
|
+
"aws:RequestTag/${TagKey}",
|
|
89931
|
+
"aws:TagKeys"
|
|
89932
|
+
],
|
|
89864
89933
|
"dependentActions": []
|
|
89865
89934
|
},
|
|
89866
89935
|
{
|
|
@@ -89878,8 +89947,6 @@
|
|
|
89878
89947
|
"resourceType": "",
|
|
89879
89948
|
"required": false,
|
|
89880
89949
|
"conditionKeys": [
|
|
89881
|
-
"aws:RequestTag/${TagKey}",
|
|
89882
|
-
"aws:TagKeys",
|
|
89883
89950
|
"ec2:Region"
|
|
89884
89951
|
],
|
|
89885
89952
|
"dependentActions": []
|
|
@@ -89896,7 +89963,10 @@
|
|
|
89896
89963
|
{
|
|
89897
89964
|
"resourceType": "prefix-list",
|
|
89898
89965
|
"required": true,
|
|
89899
|
-
"conditionKeys": [
|
|
89966
|
+
"conditionKeys": [
|
|
89967
|
+
"aws:RequestTag/${TagKey}",
|
|
89968
|
+
"aws:TagKeys"
|
|
89969
|
+
],
|
|
89900
89970
|
"dependentActions": [
|
|
89901
89971
|
"ec2:CreateTags"
|
|
89902
89972
|
]
|
|
@@ -89905,8 +89975,6 @@
|
|
|
89905
89975
|
"resourceType": "",
|
|
89906
89976
|
"required": false,
|
|
89907
89977
|
"conditionKeys": [
|
|
89908
|
-
"aws:RequestTag/${TagKey}",
|
|
89909
|
-
"aws:TagKeys",
|
|
89910
89978
|
"ec2:Region"
|
|
89911
89979
|
],
|
|
89912
89980
|
"dependentActions": []
|
|
@@ -89923,7 +89991,10 @@
|
|
|
89923
89991
|
{
|
|
89924
89992
|
"resourceType": "natgateway",
|
|
89925
89993
|
"required": true,
|
|
89926
|
-
"conditionKeys": [
|
|
89994
|
+
"conditionKeys": [
|
|
89995
|
+
"aws:RequestTag/${TagKey}",
|
|
89996
|
+
"aws:TagKeys"
|
|
89997
|
+
],
|
|
89927
89998
|
"dependentActions": [
|
|
89928
89999
|
"ec2:CreateTags"
|
|
89929
90000
|
]
|
|
@@ -89956,8 +90027,6 @@
|
|
|
89956
90027
|
"resourceType": "",
|
|
89957
90028
|
"required": false,
|
|
89958
90029
|
"conditionKeys": [
|
|
89959
|
-
"aws:RequestTag/${TagKey}",
|
|
89960
|
-
"aws:TagKeys",
|
|
89961
90030
|
"ec2:Region"
|
|
89962
90031
|
],
|
|
89963
90032
|
"dependentActions": []
|
|
@@ -89975,6 +90044,8 @@
|
|
|
89975
90044
|
"resourceType": "network-acl",
|
|
89976
90045
|
"required": true,
|
|
89977
90046
|
"conditionKeys": [
|
|
90047
|
+
"aws:RequestTag/${TagKey}",
|
|
90048
|
+
"aws:TagKeys",
|
|
89978
90049
|
"ec2:NetworkAclID"
|
|
89979
90050
|
],
|
|
89980
90051
|
"dependentActions": [
|
|
@@ -89996,8 +90067,6 @@
|
|
|
89996
90067
|
"resourceType": "",
|
|
89997
90068
|
"required": false,
|
|
89998
90069
|
"conditionKeys": [
|
|
89999
|
-
"aws:RequestTag/${TagKey}",
|
|
90000
|
-
"aws:TagKeys",
|
|
90001
90070
|
"ec2:Region"
|
|
90002
90071
|
],
|
|
90003
90072
|
"dependentActions": []
|
|
@@ -90042,7 +90111,10 @@
|
|
|
90042
90111
|
{
|
|
90043
90112
|
"resourceType": "network-insights-access-scope",
|
|
90044
90113
|
"required": true,
|
|
90045
|
-
"conditionKeys": [
|
|
90114
|
+
"conditionKeys": [
|
|
90115
|
+
"aws:RequestTag/${TagKey}",
|
|
90116
|
+
"aws:TagKeys"
|
|
90117
|
+
],
|
|
90046
90118
|
"dependentActions": [
|
|
90047
90119
|
"ec2:CreateTags"
|
|
90048
90120
|
]
|
|
@@ -90051,8 +90123,6 @@
|
|
|
90051
90123
|
"resourceType": "",
|
|
90052
90124
|
"required": false,
|
|
90053
90125
|
"conditionKeys": [
|
|
90054
|
-
"aws:RequestTag/${TagKey}",
|
|
90055
|
-
"aws:TagKeys",
|
|
90056
90126
|
"ec2:Region"
|
|
90057
90127
|
],
|
|
90058
90128
|
"dependentActions": []
|
|
@@ -90069,7 +90139,10 @@
|
|
|
90069
90139
|
{
|
|
90070
90140
|
"resourceType": "network-insights-path",
|
|
90071
90141
|
"required": true,
|
|
90072
|
-
"conditionKeys": [
|
|
90142
|
+
"conditionKeys": [
|
|
90143
|
+
"aws:RequestTag/${TagKey}",
|
|
90144
|
+
"aws:TagKeys"
|
|
90145
|
+
],
|
|
90073
90146
|
"dependentActions": [
|
|
90074
90147
|
"ec2:CreateTags"
|
|
90075
90148
|
]
|
|
@@ -90166,8 +90239,6 @@
|
|
|
90166
90239
|
"resourceType": "",
|
|
90167
90240
|
"required": false,
|
|
90168
90241
|
"conditionKeys": [
|
|
90169
|
-
"aws:RequestTag/${TagKey}",
|
|
90170
|
-
"aws:TagKeys",
|
|
90171
90242
|
"ec2:Region"
|
|
90172
90243
|
],
|
|
90173
90244
|
"dependentActions": []
|
|
@@ -90185,6 +90256,8 @@
|
|
|
90185
90256
|
"resourceType": "network-interface",
|
|
90186
90257
|
"required": true,
|
|
90187
90258
|
"conditionKeys": [
|
|
90259
|
+
"aws:RequestTag/${TagKey}",
|
|
90260
|
+
"aws:TagKeys",
|
|
90188
90261
|
"ec2:NetworkInterfaceID"
|
|
90189
90262
|
],
|
|
90190
90263
|
"dependentActions": [
|
|
@@ -90218,8 +90291,6 @@
|
|
|
90218
90291
|
"resourceType": "",
|
|
90219
90292
|
"required": false,
|
|
90220
90293
|
"conditionKeys": [
|
|
90221
|
-
"aws:RequestTag/${TagKey}",
|
|
90222
|
-
"aws:TagKeys",
|
|
90223
90294
|
"ec2:Region"
|
|
90224
90295
|
],
|
|
90225
90296
|
"dependentActions": []
|
|
@@ -90270,6 +90341,8 @@
|
|
|
90270
90341
|
"resourceType": "placement-group",
|
|
90271
90342
|
"required": true,
|
|
90272
90343
|
"conditionKeys": [
|
|
90344
|
+
"aws:RequestTag/${TagKey}",
|
|
90345
|
+
"aws:TagKeys",
|
|
90273
90346
|
"ec2:PlacementGroupName",
|
|
90274
90347
|
"ec2:PlacementGroupStrategy"
|
|
90275
90348
|
],
|
|
@@ -90281,8 +90354,6 @@
|
|
|
90281
90354
|
"resourceType": "",
|
|
90282
90355
|
"required": false,
|
|
90283
90356
|
"conditionKeys": [
|
|
90284
|
-
"aws:RequestTag/${TagKey}",
|
|
90285
|
-
"aws:TagKeys",
|
|
90286
90357
|
"ec2:Region"
|
|
90287
90358
|
],
|
|
90288
90359
|
"dependentActions": []
|
|
@@ -90299,7 +90370,10 @@
|
|
|
90299
90370
|
{
|
|
90300
90371
|
"resourceType": "ipv4pool-ec2",
|
|
90301
90372
|
"required": true,
|
|
90302
|
-
"conditionKeys": [
|
|
90373
|
+
"conditionKeys": [
|
|
90374
|
+
"aws:RequestTag/${TagKey}",
|
|
90375
|
+
"aws:TagKeys"
|
|
90376
|
+
],
|
|
90303
90377
|
"dependentActions": [
|
|
90304
90378
|
"ec2:CreateTags"
|
|
90305
90379
|
]
|
|
@@ -90308,8 +90382,6 @@
|
|
|
90308
90382
|
"resourceType": "",
|
|
90309
90383
|
"required": false,
|
|
90310
90384
|
"conditionKeys": [
|
|
90311
|
-
"aws:RequestTag/${TagKey}",
|
|
90312
|
-
"aws:TagKeys",
|
|
90313
90385
|
"ec2:Region"
|
|
90314
90386
|
],
|
|
90315
90387
|
"dependentActions": []
|
|
@@ -90352,13 +90424,18 @@
|
|
|
90352
90424
|
{
|
|
90353
90425
|
"resourceType": "replace-root-volume-task",
|
|
90354
90426
|
"required": true,
|
|
90355
|
-
"conditionKeys": [
|
|
90427
|
+
"conditionKeys": [
|
|
90428
|
+
"aws:RequestTag/${TagKey}",
|
|
90429
|
+
"aws:TagKeys"
|
|
90430
|
+
],
|
|
90356
90431
|
"dependentActions": []
|
|
90357
90432
|
},
|
|
90358
90433
|
{
|
|
90359
90434
|
"resourceType": "volume",
|
|
90360
90435
|
"required": true,
|
|
90361
90436
|
"conditionKeys": [
|
|
90437
|
+
"aws:RequestTag/${TagKey}",
|
|
90438
|
+
"aws:TagKeys",
|
|
90362
90439
|
"ec2:VolumeID"
|
|
90363
90440
|
],
|
|
90364
90441
|
"dependentActions": []
|
|
@@ -90395,8 +90472,6 @@
|
|
|
90395
90472
|
"resourceType": "",
|
|
90396
90473
|
"required": false,
|
|
90397
90474
|
"conditionKeys": [
|
|
90398
|
-
"aws:RequestTag/${TagKey}",
|
|
90399
|
-
"aws:TagKeys",
|
|
90400
90475
|
"ec2:Region"
|
|
90401
90476
|
],
|
|
90402
90477
|
"dependentActions": []
|
|
@@ -90431,6 +90506,8 @@
|
|
|
90431
90506
|
"resourceType": "image",
|
|
90432
90507
|
"required": true,
|
|
90433
90508
|
"conditionKeys": [
|
|
90509
|
+
"aws:RequestTag/${TagKey}",
|
|
90510
|
+
"aws:TagKeys",
|
|
90434
90511
|
"ec2:ImageID",
|
|
90435
90512
|
"ec2:Owner"
|
|
90436
90513
|
],
|
|
@@ -90442,8 +90519,6 @@
|
|
|
90442
90519
|
"resourceType": "",
|
|
90443
90520
|
"required": false,
|
|
90444
90521
|
"conditionKeys": [
|
|
90445
|
-
"aws:RequestTag/${TagKey}",
|
|
90446
|
-
"aws:TagKeys",
|
|
90447
90522
|
"ec2:Region"
|
|
90448
90523
|
],
|
|
90449
90524
|
"dependentActions": []
|
|
@@ -90489,6 +90564,8 @@
|
|
|
90489
90564
|
"resourceType": "route-table",
|
|
90490
90565
|
"required": true,
|
|
90491
90566
|
"conditionKeys": [
|
|
90567
|
+
"aws:RequestTag/${TagKey}",
|
|
90568
|
+
"aws:TagKeys",
|
|
90492
90569
|
"ec2:RouteTableID"
|
|
90493
90570
|
],
|
|
90494
90571
|
"dependentActions": [
|
|
@@ -90510,8 +90587,6 @@
|
|
|
90510
90587
|
"resourceType": "",
|
|
90511
90588
|
"required": false,
|
|
90512
90589
|
"conditionKeys": [
|
|
90513
|
-
"aws:RequestTag/${TagKey}",
|
|
90514
|
-
"aws:TagKeys",
|
|
90515
90590
|
"ec2:Region"
|
|
90516
90591
|
],
|
|
90517
90592
|
"dependentActions": []
|
|
@@ -90529,6 +90604,8 @@
|
|
|
90529
90604
|
"resourceType": "security-group",
|
|
90530
90605
|
"required": true,
|
|
90531
90606
|
"conditionKeys": [
|
|
90607
|
+
"aws:RequestTag/${TagKey}",
|
|
90608
|
+
"aws:TagKeys",
|
|
90532
90609
|
"ec2:SecurityGroupID"
|
|
90533
90610
|
],
|
|
90534
90611
|
"dependentActions": [
|
|
@@ -90550,8 +90627,6 @@
|
|
|
90550
90627
|
"resourceType": "",
|
|
90551
90628
|
"required": false,
|
|
90552
90629
|
"conditionKeys": [
|
|
90553
|
-
"aws:RequestTag/${TagKey}",
|
|
90554
|
-
"aws:TagKeys",
|
|
90555
90630
|
"ec2:Region"
|
|
90556
90631
|
],
|
|
90557
90632
|
"dependentActions": []
|
|
@@ -90569,6 +90644,8 @@
|
|
|
90569
90644
|
"resourceType": "snapshot",
|
|
90570
90645
|
"required": true,
|
|
90571
90646
|
"conditionKeys": [
|
|
90647
|
+
"aws:RequestTag/${TagKey}",
|
|
90648
|
+
"aws:TagKeys",
|
|
90572
90649
|
"ec2:OutpostArn",
|
|
90573
90650
|
"ec2:ParentVolume",
|
|
90574
90651
|
"ec2:SnapshotID",
|
|
@@ -90598,8 +90675,6 @@
|
|
|
90598
90675
|
"resourceType": "",
|
|
90599
90676
|
"required": false,
|
|
90600
90677
|
"conditionKeys": [
|
|
90601
|
-
"aws:RequestTag/${TagKey}",
|
|
90602
|
-
"aws:TagKeys",
|
|
90603
90678
|
"ec2:Region"
|
|
90604
90679
|
],
|
|
90605
90680
|
"dependentActions": []
|
|
@@ -90636,6 +90711,8 @@
|
|
|
90636
90711
|
"resourceType": "snapshot",
|
|
90637
90712
|
"required": true,
|
|
90638
90713
|
"conditionKeys": [
|
|
90714
|
+
"aws:RequestTag/${TagKey}",
|
|
90715
|
+
"aws:TagKeys",
|
|
90639
90716
|
"ec2:OutpostArn",
|
|
90640
90717
|
"ec2:ParentVolume",
|
|
90641
90718
|
"ec2:SnapshotID",
|
|
@@ -90663,8 +90740,6 @@
|
|
|
90663
90740
|
"resourceType": "",
|
|
90664
90741
|
"required": false,
|
|
90665
90742
|
"conditionKeys": [
|
|
90666
|
-
"aws:RequestTag/${TagKey}",
|
|
90667
|
-
"aws:TagKeys",
|
|
90668
90743
|
"ec2:Region"
|
|
90669
90744
|
],
|
|
90670
90745
|
"dependentActions": []
|
|
@@ -90730,6 +90805,8 @@
|
|
|
90730
90805
|
"resourceType": "subnet",
|
|
90731
90806
|
"required": true,
|
|
90732
90807
|
"conditionKeys": [
|
|
90808
|
+
"aws:RequestTag/${TagKey}",
|
|
90809
|
+
"aws:TagKeys",
|
|
90733
90810
|
"ec2:SubnetID"
|
|
90734
90811
|
],
|
|
90735
90812
|
"dependentActions": [
|
|
@@ -90751,8 +90828,6 @@
|
|
|
90751
90828
|
"resourceType": "",
|
|
90752
90829
|
"required": false,
|
|
90753
90830
|
"conditionKeys": [
|
|
90754
|
-
"aws:RequestTag/${TagKey}",
|
|
90755
|
-
"aws:TagKeys",
|
|
90756
90831
|
"ec2:Region"
|
|
90757
90832
|
],
|
|
90758
90833
|
"dependentActions": []
|
|
@@ -91645,7 +91720,10 @@
|
|
|
91645
91720
|
{
|
|
91646
91721
|
"resourceType": "traffic-mirror-filter",
|
|
91647
91722
|
"required": true,
|
|
91648
|
-
"conditionKeys": [
|
|
91723
|
+
"conditionKeys": [
|
|
91724
|
+
"aws:RequestTag/${TagKey}",
|
|
91725
|
+
"aws:TagKeys"
|
|
91726
|
+
],
|
|
91649
91727
|
"dependentActions": [
|
|
91650
91728
|
"ec2:CreateTags"
|
|
91651
91729
|
]
|
|
@@ -91654,8 +91732,6 @@
|
|
|
91654
91732
|
"resourceType": "",
|
|
91655
91733
|
"required": false,
|
|
91656
91734
|
"conditionKeys": [
|
|
91657
|
-
"aws:RequestTag/${TagKey}",
|
|
91658
|
-
"aws:TagKeys",
|
|
91659
91735
|
"ec2:Region"
|
|
91660
91736
|
],
|
|
91661
91737
|
"dependentActions": []
|
|
@@ -91719,7 +91795,10 @@
|
|
|
91719
91795
|
{
|
|
91720
91796
|
"resourceType": "traffic-mirror-session",
|
|
91721
91797
|
"required": true,
|
|
91722
|
-
"conditionKeys": [
|
|
91798
|
+
"conditionKeys": [
|
|
91799
|
+
"aws:RequestTag/${TagKey}",
|
|
91800
|
+
"aws:TagKeys"
|
|
91801
|
+
],
|
|
91723
91802
|
"dependentActions": []
|
|
91724
91803
|
},
|
|
91725
91804
|
{
|
|
@@ -91735,8 +91814,6 @@
|
|
|
91735
91814
|
"resourceType": "",
|
|
91736
91815
|
"required": false,
|
|
91737
91816
|
"conditionKeys": [
|
|
91738
|
-
"aws:RequestTag/${TagKey}",
|
|
91739
|
-
"aws:TagKeys",
|
|
91740
91817
|
"ec2:Region"
|
|
91741
91818
|
],
|
|
91742
91819
|
"dependentActions": []
|
|
@@ -91753,7 +91830,10 @@
|
|
|
91753
91830
|
{
|
|
91754
91831
|
"resourceType": "traffic-mirror-target",
|
|
91755
91832
|
"required": true,
|
|
91756
|
-
"conditionKeys": [
|
|
91833
|
+
"conditionKeys": [
|
|
91834
|
+
"aws:RequestTag/${TagKey}",
|
|
91835
|
+
"aws:TagKeys"
|
|
91836
|
+
],
|
|
91757
91837
|
"dependentActions": [
|
|
91758
91838
|
"ec2:CreateTags"
|
|
91759
91839
|
]
|
|
@@ -91783,8 +91863,6 @@
|
|
|
91783
91863
|
"resourceType": "",
|
|
91784
91864
|
"required": false,
|
|
91785
91865
|
"conditionKeys": [
|
|
91786
|
-
"aws:RequestTag/${TagKey}",
|
|
91787
|
-
"aws:TagKeys",
|
|
91788
91866
|
"ec2:Region"
|
|
91789
91867
|
],
|
|
91790
91868
|
"dependentActions": []
|
|
@@ -91801,7 +91879,10 @@
|
|
|
91801
91879
|
{
|
|
91802
91880
|
"resourceType": "transit-gateway",
|
|
91803
91881
|
"required": true,
|
|
91804
|
-
"conditionKeys": [
|
|
91882
|
+
"conditionKeys": [
|
|
91883
|
+
"aws:RequestTag/${TagKey}",
|
|
91884
|
+
"aws:TagKeys"
|
|
91885
|
+
],
|
|
91805
91886
|
"dependentActions": [
|
|
91806
91887
|
"ec2:CreateTags"
|
|
91807
91888
|
]
|
|
@@ -91810,8 +91891,6 @@
|
|
|
91810
91891
|
"resourceType": "",
|
|
91811
91892
|
"required": false,
|
|
91812
91893
|
"conditionKeys": [
|
|
91813
|
-
"aws:RequestTag/${TagKey}",
|
|
91814
|
-
"aws:TagKeys",
|
|
91815
91894
|
"ec2:Region"
|
|
91816
91895
|
],
|
|
91817
91896
|
"dependentActions": []
|
|
@@ -91828,7 +91907,10 @@
|
|
|
91828
91907
|
{
|
|
91829
91908
|
"resourceType": "transit-gateway-attachment",
|
|
91830
91909
|
"required": true,
|
|
91831
|
-
"conditionKeys": [
|
|
91910
|
+
"conditionKeys": [
|
|
91911
|
+
"aws:RequestTag/${TagKey}",
|
|
91912
|
+
"aws:TagKeys"
|
|
91913
|
+
],
|
|
91832
91914
|
"dependentActions": [
|
|
91833
91915
|
"ec2:CreateTags"
|
|
91834
91916
|
]
|
|
@@ -91837,8 +91919,6 @@
|
|
|
91837
91919
|
"resourceType": "",
|
|
91838
91920
|
"required": false,
|
|
91839
91921
|
"conditionKeys": [
|
|
91840
|
-
"aws:RequestTag/${TagKey}",
|
|
91841
|
-
"aws:TagKeys",
|
|
91842
91922
|
"ec2:Region"
|
|
91843
91923
|
],
|
|
91844
91924
|
"dependentActions": []
|
|
@@ -91866,15 +91946,16 @@
|
|
|
91866
91946
|
{
|
|
91867
91947
|
"resourceType": "transit-gateway-connect-peer",
|
|
91868
91948
|
"required": true,
|
|
91869
|
-
"conditionKeys": [
|
|
91949
|
+
"conditionKeys": [
|
|
91950
|
+
"aws:RequestTag/${TagKey}",
|
|
91951
|
+
"aws:TagKeys"
|
|
91952
|
+
],
|
|
91870
91953
|
"dependentActions": []
|
|
91871
91954
|
},
|
|
91872
91955
|
{
|
|
91873
91956
|
"resourceType": "",
|
|
91874
91957
|
"required": false,
|
|
91875
91958
|
"conditionKeys": [
|
|
91876
|
-
"aws:RequestTag/${TagKey}",
|
|
91877
|
-
"aws:TagKeys",
|
|
91878
91959
|
"ec2:Region"
|
|
91879
91960
|
],
|
|
91880
91961
|
"dependentActions": []
|
|
@@ -91902,15 +91983,16 @@
|
|
|
91902
91983
|
{
|
|
91903
91984
|
"resourceType": "transit-gateway-multicast-domain",
|
|
91904
91985
|
"required": true,
|
|
91905
|
-
"conditionKeys": [
|
|
91986
|
+
"conditionKeys": [
|
|
91987
|
+
"aws:RequestTag/${TagKey}",
|
|
91988
|
+
"aws:TagKeys"
|
|
91989
|
+
],
|
|
91906
91990
|
"dependentActions": []
|
|
91907
91991
|
},
|
|
91908
91992
|
{
|
|
91909
91993
|
"resourceType": "",
|
|
91910
91994
|
"required": false,
|
|
91911
91995
|
"conditionKeys": [
|
|
91912
|
-
"aws:RequestTag/${TagKey}",
|
|
91913
|
-
"aws:TagKeys",
|
|
91914
91996
|
"ec2:Region"
|
|
91915
91997
|
],
|
|
91916
91998
|
"dependentActions": []
|
|
@@ -91938,15 +92020,16 @@
|
|
|
91938
92020
|
{
|
|
91939
92021
|
"resourceType": "transit-gateway-attachment",
|
|
91940
92022
|
"required": true,
|
|
91941
|
-
"conditionKeys": [
|
|
92023
|
+
"conditionKeys": [
|
|
92024
|
+
"aws:RequestTag/${TagKey}",
|
|
92025
|
+
"aws:TagKeys"
|
|
92026
|
+
],
|
|
91942
92027
|
"dependentActions": []
|
|
91943
92028
|
},
|
|
91944
92029
|
{
|
|
91945
92030
|
"resourceType": "",
|
|
91946
92031
|
"required": false,
|
|
91947
92032
|
"conditionKeys": [
|
|
91948
|
-
"aws:RequestTag/${TagKey}",
|
|
91949
|
-
"aws:TagKeys",
|
|
91950
92033
|
"ec2:Region"
|
|
91951
92034
|
],
|
|
91952
92035
|
"dependentActions": []
|
|
@@ -91974,15 +92057,16 @@
|
|
|
91974
92057
|
{
|
|
91975
92058
|
"resourceType": "transit-gateway-policy-table",
|
|
91976
92059
|
"required": true,
|
|
91977
|
-
"conditionKeys": [
|
|
92060
|
+
"conditionKeys": [
|
|
92061
|
+
"aws:RequestTag/${TagKey}",
|
|
92062
|
+
"aws:TagKeys"
|
|
92063
|
+
],
|
|
91978
92064
|
"dependentActions": []
|
|
91979
92065
|
},
|
|
91980
92066
|
{
|
|
91981
92067
|
"resourceType": "",
|
|
91982
92068
|
"required": false,
|
|
91983
92069
|
"conditionKeys": [
|
|
91984
|
-
"aws:RequestTag/${TagKey}",
|
|
91985
|
-
"aws:TagKeys",
|
|
91986
92070
|
"ec2:Region"
|
|
91987
92071
|
],
|
|
91988
92072
|
"dependentActions": []
|
|
@@ -92089,15 +92173,16 @@
|
|
|
92089
92173
|
{
|
|
92090
92174
|
"resourceType": "transit-gateway-route-table",
|
|
92091
92175
|
"required": true,
|
|
92092
|
-
"conditionKeys": [
|
|
92176
|
+
"conditionKeys": [
|
|
92177
|
+
"aws:RequestTag/${TagKey}",
|
|
92178
|
+
"aws:TagKeys"
|
|
92179
|
+
],
|
|
92093
92180
|
"dependentActions": []
|
|
92094
92181
|
},
|
|
92095
92182
|
{
|
|
92096
92183
|
"resourceType": "",
|
|
92097
92184
|
"required": false,
|
|
92098
92185
|
"conditionKeys": [
|
|
92099
|
-
"aws:RequestTag/${TagKey}",
|
|
92100
|
-
"aws:TagKeys",
|
|
92101
92186
|
"ec2:Region"
|
|
92102
92187
|
],
|
|
92103
92188
|
"dependentActions": []
|
|
@@ -92134,15 +92219,16 @@
|
|
|
92134
92219
|
{
|
|
92135
92220
|
"resourceType": "transit-gateway-route-table-announcement",
|
|
92136
92221
|
"required": true,
|
|
92137
|
-
"conditionKeys": [
|
|
92222
|
+
"conditionKeys": [
|
|
92223
|
+
"aws:RequestTag/${TagKey}",
|
|
92224
|
+
"aws:TagKeys"
|
|
92225
|
+
],
|
|
92138
92226
|
"dependentActions": []
|
|
92139
92227
|
},
|
|
92140
92228
|
{
|
|
92141
92229
|
"resourceType": "",
|
|
92142
92230
|
"required": false,
|
|
92143
92231
|
"conditionKeys": [
|
|
92144
|
-
"aws:RequestTag/${TagKey}",
|
|
92145
|
-
"aws:TagKeys",
|
|
92146
92232
|
"ec2:Region"
|
|
92147
92233
|
],
|
|
92148
92234
|
"dependentActions": []
|
|
@@ -92182,7 +92268,10 @@
|
|
|
92182
92268
|
{
|
|
92183
92269
|
"resourceType": "transit-gateway-attachment",
|
|
92184
92270
|
"required": true,
|
|
92185
|
-
"conditionKeys": [
|
|
92271
|
+
"conditionKeys": [
|
|
92272
|
+
"aws:RequestTag/${TagKey}",
|
|
92273
|
+
"aws:TagKeys"
|
|
92274
|
+
],
|
|
92186
92275
|
"dependentActions": []
|
|
92187
92276
|
},
|
|
92188
92277
|
{
|
|
@@ -92200,8 +92289,6 @@
|
|
|
92200
92289
|
"resourceType": "",
|
|
92201
92290
|
"required": false,
|
|
92202
92291
|
"conditionKeys": [
|
|
92203
|
-
"aws:RequestTag/${TagKey}",
|
|
92204
|
-
"aws:TagKeys",
|
|
92205
92292
|
"ec2:Region"
|
|
92206
92293
|
],
|
|
92207
92294
|
"dependentActions": []
|
|
@@ -92218,7 +92305,10 @@
|
|
|
92218
92305
|
{
|
|
92219
92306
|
"resourceType": "verified-access-endpoint",
|
|
92220
92307
|
"required": true,
|
|
92221
|
-
"conditionKeys": [
|
|
92308
|
+
"conditionKeys": [
|
|
92309
|
+
"aws:RequestTag/${TagKey}",
|
|
92310
|
+
"aws:TagKeys"
|
|
92311
|
+
],
|
|
92222
92312
|
"dependentActions": [
|
|
92223
92313
|
"ec2:CreateTags"
|
|
92224
92314
|
]
|
|
@@ -92274,8 +92364,6 @@
|
|
|
92274
92364
|
"resourceType": "",
|
|
92275
92365
|
"required": false,
|
|
92276
92366
|
"conditionKeys": [
|
|
92277
|
-
"aws:RequestTag/${TagKey}",
|
|
92278
|
-
"aws:TagKeys",
|
|
92279
92367
|
"ec2:Region"
|
|
92280
92368
|
],
|
|
92281
92369
|
"dependentActions": []
|
|
@@ -92292,7 +92380,10 @@
|
|
|
92292
92380
|
{
|
|
92293
92381
|
"resourceType": "verified-access-group",
|
|
92294
92382
|
"required": true,
|
|
92295
|
-
"conditionKeys": [
|
|
92383
|
+
"conditionKeys": [
|
|
92384
|
+
"aws:RequestTag/${TagKey}",
|
|
92385
|
+
"aws:TagKeys"
|
|
92386
|
+
],
|
|
92296
92387
|
"dependentActions": [
|
|
92297
92388
|
"ec2:CreateTags"
|
|
92298
92389
|
]
|
|
@@ -92310,8 +92401,6 @@
|
|
|
92310
92401
|
"resourceType": "",
|
|
92311
92402
|
"required": false,
|
|
92312
92403
|
"conditionKeys": [
|
|
92313
|
-
"aws:RequestTag/${TagKey}",
|
|
92314
|
-
"aws:TagKeys",
|
|
92315
92404
|
"ec2:Region"
|
|
92316
92405
|
],
|
|
92317
92406
|
"dependentActions": []
|
|
@@ -92328,7 +92417,10 @@
|
|
|
92328
92417
|
{
|
|
92329
92418
|
"resourceType": "verified-access-instance",
|
|
92330
92419
|
"required": true,
|
|
92331
|
-
"conditionKeys": [
|
|
92420
|
+
"conditionKeys": [
|
|
92421
|
+
"aws:RequestTag/${TagKey}",
|
|
92422
|
+
"aws:TagKeys"
|
|
92423
|
+
],
|
|
92332
92424
|
"dependentActions": [
|
|
92333
92425
|
"ec2:CreateTags"
|
|
92334
92426
|
]
|
|
@@ -92337,8 +92429,6 @@
|
|
|
92337
92429
|
"resourceType": "",
|
|
92338
92430
|
"required": false,
|
|
92339
92431
|
"conditionKeys": [
|
|
92340
|
-
"aws:RequestTag/${TagKey}",
|
|
92341
|
-
"aws:TagKeys",
|
|
92342
92432
|
"ec2:Region"
|
|
92343
92433
|
],
|
|
92344
92434
|
"dependentActions": []
|
|
@@ -92355,7 +92445,10 @@
|
|
|
92355
92445
|
{
|
|
92356
92446
|
"resourceType": "verified-access-trust-provider",
|
|
92357
92447
|
"required": true,
|
|
92358
|
-
"conditionKeys": [
|
|
92448
|
+
"conditionKeys": [
|
|
92449
|
+
"aws:RequestTag/${TagKey}",
|
|
92450
|
+
"aws:TagKeys"
|
|
92451
|
+
],
|
|
92359
92452
|
"dependentActions": [
|
|
92360
92453
|
"ec2:CreateTags"
|
|
92361
92454
|
]
|
|
@@ -92364,8 +92457,6 @@
|
|
|
92364
92457
|
"resourceType": "",
|
|
92365
92458
|
"required": false,
|
|
92366
92459
|
"conditionKeys": [
|
|
92367
|
-
"aws:RequestTag/${TagKey}",
|
|
92368
|
-
"aws:TagKeys",
|
|
92369
92460
|
"ec2:Region"
|
|
92370
92461
|
],
|
|
92371
92462
|
"dependentActions": []
|
|
@@ -92383,6 +92474,8 @@
|
|
|
92383
92474
|
"resourceType": "volume",
|
|
92384
92475
|
"required": true,
|
|
92385
92476
|
"conditionKeys": [
|
|
92477
|
+
"aws:RequestTag/${TagKey}",
|
|
92478
|
+
"aws:TagKeys",
|
|
92386
92479
|
"ec2:AvailabilityZone",
|
|
92387
92480
|
"ec2:Encrypted",
|
|
92388
92481
|
"ec2:KmsKeyId",
|
|
@@ -92401,8 +92494,6 @@
|
|
|
92401
92494
|
"resourceType": "",
|
|
92402
92495
|
"required": false,
|
|
92403
92496
|
"conditionKeys": [
|
|
92404
|
-
"aws:RequestTag/${TagKey}",
|
|
92405
|
-
"aws:TagKeys",
|
|
92406
92497
|
"ec2:Region"
|
|
92407
92498
|
],
|
|
92408
92499
|
"dependentActions": []
|
|
@@ -92420,6 +92511,8 @@
|
|
|
92420
92511
|
"resourceType": "vpc",
|
|
92421
92512
|
"required": true,
|
|
92422
92513
|
"conditionKeys": [
|
|
92514
|
+
"aws:RequestTag/${TagKey}",
|
|
92515
|
+
"aws:TagKeys",
|
|
92423
92516
|
"ec2:Ipv4IpamPoolId",
|
|
92424
92517
|
"ec2:Ipv6IpamPoolId",
|
|
92425
92518
|
"ec2:VpcID"
|
|
@@ -92450,8 +92543,6 @@
|
|
|
92450
92543
|
"resourceType": "",
|
|
92451
92544
|
"required": false,
|
|
92452
92545
|
"conditionKeys": [
|
|
92453
|
-
"aws:RequestTag/${TagKey}",
|
|
92454
|
-
"aws:TagKeys",
|
|
92455
92546
|
"ec2:Region"
|
|
92456
92547
|
],
|
|
92457
92548
|
"dependentActions": []
|
|
@@ -92482,6 +92573,8 @@
|
|
|
92482
92573
|
"resourceType": "vpc-endpoint",
|
|
92483
92574
|
"required": true,
|
|
92484
92575
|
"conditionKeys": [
|
|
92576
|
+
"aws:RequestTag/${TagKey}",
|
|
92577
|
+
"aws:TagKeys",
|
|
92485
92578
|
"ec2:VpceServiceName",
|
|
92486
92579
|
"ec2:VpceServiceOwner"
|
|
92487
92580
|
],
|
|
@@ -92521,8 +92614,6 @@
|
|
|
92521
92614
|
"resourceType": "",
|
|
92522
92615
|
"required": false,
|
|
92523
92616
|
"conditionKeys": [
|
|
92524
|
-
"aws:RequestTag/${TagKey}",
|
|
92525
|
-
"aws:TagKeys",
|
|
92526
92617
|
"ec2:Region"
|
|
92527
92618
|
],
|
|
92528
92619
|
"dependentActions": []
|
|
@@ -92575,6 +92666,8 @@
|
|
|
92575
92666
|
"resourceType": "vpc-endpoint-service",
|
|
92576
92667
|
"required": true,
|
|
92577
92668
|
"conditionKeys": [
|
|
92669
|
+
"aws:RequestTag/${TagKey}",
|
|
92670
|
+
"aws:TagKeys",
|
|
92578
92671
|
"ec2:VpceServicePrivateDnsName"
|
|
92579
92672
|
],
|
|
92580
92673
|
"dependentActions": [
|
|
@@ -92585,8 +92678,6 @@
|
|
|
92585
92678
|
"resourceType": "",
|
|
92586
92679
|
"required": false,
|
|
92587
92680
|
"conditionKeys": [
|
|
92588
|
-
"aws:RequestTag/${TagKey}",
|
|
92589
|
-
"aws:TagKeys",
|
|
92590
92681
|
"ec2:Region"
|
|
92591
92682
|
],
|
|
92592
92683
|
"dependentActions": []
|
|
@@ -92617,6 +92708,8 @@
|
|
|
92617
92708
|
"resourceType": "vpc-peering-connection",
|
|
92618
92709
|
"required": true,
|
|
92619
92710
|
"conditionKeys": [
|
|
92711
|
+
"aws:RequestTag/${TagKey}",
|
|
92712
|
+
"aws:TagKeys",
|
|
92620
92713
|
"ec2:AccepterVpc",
|
|
92621
92714
|
"ec2:RequesterVpc",
|
|
92622
92715
|
"ec2:VpcPeeringConnectionID"
|
|
@@ -92627,8 +92720,6 @@
|
|
|
92627
92720
|
"resourceType": "",
|
|
92628
92721
|
"required": false,
|
|
92629
92722
|
"conditionKeys": [
|
|
92630
|
-
"aws:RequestTag/${TagKey}",
|
|
92631
|
-
"aws:TagKeys",
|
|
92632
92723
|
"ec2:Region"
|
|
92633
92724
|
],
|
|
92634
92725
|
"dependentActions": []
|
|
@@ -92657,6 +92748,8 @@
|
|
|
92657
92748
|
"resourceType": "vpn-connection",
|
|
92658
92749
|
"required": true,
|
|
92659
92750
|
"conditionKeys": [
|
|
92751
|
+
"aws:RequestTag/${TagKey}",
|
|
92752
|
+
"aws:TagKeys",
|
|
92660
92753
|
"ec2:AuthenticationType",
|
|
92661
92754
|
"ec2:DPDTimeoutSeconds",
|
|
92662
92755
|
"ec2:GatewayType",
|
|
@@ -92710,8 +92803,6 @@
|
|
|
92710
92803
|
"resourceType": "",
|
|
92711
92804
|
"required": false,
|
|
92712
92805
|
"conditionKeys": [
|
|
92713
|
-
"aws:RequestTag/${TagKey}",
|
|
92714
|
-
"aws:TagKeys",
|
|
92715
92806
|
"ec2:Region"
|
|
92716
92807
|
],
|
|
92717
92808
|
"dependentActions": []
|
|
@@ -92754,7 +92845,10 @@
|
|
|
92754
92845
|
{
|
|
92755
92846
|
"resourceType": "vpn-gateway",
|
|
92756
92847
|
"required": true,
|
|
92757
|
-
"conditionKeys": [
|
|
92848
|
+
"conditionKeys": [
|
|
92849
|
+
"aws:RequestTag/${TagKey}",
|
|
92850
|
+
"aws:TagKeys"
|
|
92851
|
+
],
|
|
92758
92852
|
"dependentActions": [
|
|
92759
92853
|
"ec2:CreateTags"
|
|
92760
92854
|
]
|
|
@@ -92763,8 +92857,6 @@
|
|
|
92763
92857
|
"resourceType": "",
|
|
92764
92858
|
"required": false,
|
|
92765
92859
|
"conditionKeys": [
|
|
92766
|
-
"aws:RequestTag/${TagKey}",
|
|
92767
|
-
"aws:TagKeys",
|
|
92768
92860
|
"ec2:Region"
|
|
92769
92861
|
],
|
|
92770
92862
|
"dependentActions": []
|
|
@@ -100143,7 +100235,10 @@
|
|
|
100143
100235
|
{
|
|
100144
100236
|
"resourceType": "export-image-task",
|
|
100145
100237
|
"required": true,
|
|
100146
|
-
"conditionKeys": [
|
|
100238
|
+
"conditionKeys": [
|
|
100239
|
+
"aws:RequestTag/${TagKey}",
|
|
100240
|
+
"aws:TagKeys"
|
|
100241
|
+
],
|
|
100147
100242
|
"dependentActions": [
|
|
100148
100243
|
"ec2:CreateTags"
|
|
100149
100244
|
]
|
|
@@ -100166,8 +100261,6 @@
|
|
|
100166
100261
|
"resourceType": "",
|
|
100167
100262
|
"required": false,
|
|
100168
100263
|
"conditionKeys": [
|
|
100169
|
-
"aws:RequestTag/${TagKey}",
|
|
100170
|
-
"aws:TagKeys",
|
|
100171
100264
|
"ec2:Region"
|
|
100172
100265
|
],
|
|
100173
100266
|
"dependentActions": []
|
|
@@ -101379,6 +101472,8 @@
|
|
|
101379
101472
|
"resourceType": "image",
|
|
101380
101473
|
"required": true,
|
|
101381
101474
|
"conditionKeys": [
|
|
101475
|
+
"aws:RequestTag/${TagKey}",
|
|
101476
|
+
"aws:TagKeys",
|
|
101382
101477
|
"ec2:ImageID",
|
|
101383
101478
|
"ec2:ImageType",
|
|
101384
101479
|
"ec2:Owner",
|
|
@@ -101392,7 +101487,10 @@
|
|
|
101392
101487
|
{
|
|
101393
101488
|
"resourceType": "import-image-task",
|
|
101394
101489
|
"required": true,
|
|
101395
|
-
"conditionKeys": [
|
|
101490
|
+
"conditionKeys": [
|
|
101491
|
+
"aws:RequestTag/${TagKey}",
|
|
101492
|
+
"aws:TagKeys"
|
|
101493
|
+
],
|
|
101396
101494
|
"dependentActions": []
|
|
101397
101495
|
},
|
|
101398
101496
|
{
|
|
@@ -101413,8 +101511,6 @@
|
|
|
101413
101511
|
"resourceType": "",
|
|
101414
101512
|
"required": false,
|
|
101415
101513
|
"conditionKeys": [
|
|
101416
|
-
"aws:RequestTag/${TagKey}",
|
|
101417
|
-
"aws:TagKeys",
|
|
101418
101514
|
"ec2:Region"
|
|
101419
101515
|
],
|
|
101420
101516
|
"dependentActions": []
|
|
@@ -101499,7 +101595,10 @@
|
|
|
101499
101595
|
{
|
|
101500
101596
|
"resourceType": "key-pair",
|
|
101501
101597
|
"required": true,
|
|
101502
|
-
"conditionKeys": [
|
|
101598
|
+
"conditionKeys": [
|
|
101599
|
+
"aws:RequestTag/${TagKey}",
|
|
101600
|
+
"aws:TagKeys"
|
|
101601
|
+
],
|
|
101503
101602
|
"dependentActions": [
|
|
101504
101603
|
"ec2:CreateTags"
|
|
101505
101604
|
]
|
|
@@ -101508,8 +101607,6 @@
|
|
|
101508
101607
|
"resourceType": "",
|
|
101509
101608
|
"required": false,
|
|
101510
101609
|
"conditionKeys": [
|
|
101511
|
-
"aws:RequestTag/${TagKey}",
|
|
101512
|
-
"aws:TagKeys",
|
|
101513
101610
|
"ec2:Region"
|
|
101514
101611
|
],
|
|
101515
101612
|
"dependentActions": []
|
|
@@ -101526,7 +101623,10 @@
|
|
|
101526
101623
|
{
|
|
101527
101624
|
"resourceType": "import-snapshot-task",
|
|
101528
101625
|
"required": true,
|
|
101529
|
-
"conditionKeys": [
|
|
101626
|
+
"conditionKeys": [
|
|
101627
|
+
"aws:RequestTag/${TagKey}",
|
|
101628
|
+
"aws:TagKeys"
|
|
101629
|
+
],
|
|
101530
101630
|
"dependentActions": [
|
|
101531
101631
|
"ec2:CreateTags"
|
|
101532
101632
|
]
|
|
@@ -101535,6 +101635,8 @@
|
|
|
101535
101635
|
"resourceType": "snapshot",
|
|
101536
101636
|
"required": true,
|
|
101537
101637
|
"conditionKeys": [
|
|
101638
|
+
"aws:RequestTag/${TagKey}",
|
|
101639
|
+
"aws:TagKeys",
|
|
101538
101640
|
"ec2:Owner",
|
|
101539
101641
|
"ec2:ParentVolume",
|
|
101540
101642
|
"ec2:SnapshotID",
|
|
@@ -101547,8 +101649,6 @@
|
|
|
101547
101649
|
"resourceType": "",
|
|
101548
101650
|
"required": false,
|
|
101549
101651
|
"conditionKeys": [
|
|
101550
|
-
"aws:RequestTag/${TagKey}",
|
|
101551
|
-
"aws:TagKeys",
|
|
101552
101652
|
"ec2:Region"
|
|
101553
101653
|
],
|
|
101554
101654
|
"dependentActions": []
|
|
@@ -105088,7 +105188,10 @@
|
|
|
105088
105188
|
{
|
|
105089
105189
|
"resourceType": "spot-instances-request",
|
|
105090
105190
|
"required": true,
|
|
105091
|
-
"conditionKeys": [
|
|
105191
|
+
"conditionKeys": [
|
|
105192
|
+
"aws:RequestTag/${TagKey}",
|
|
105193
|
+
"aws:TagKeys"
|
|
105194
|
+
],
|
|
105092
105195
|
"dependentActions": [
|
|
105093
105196
|
"ec2:CreateTags"
|
|
105094
105197
|
]
|
|
@@ -105187,8 +105290,6 @@
|
|
|
105187
105290
|
"resourceType": "",
|
|
105188
105291
|
"required": false,
|
|
105189
105292
|
"conditionKeys": [
|
|
105190
|
-
"aws:RequestTag/${TagKey}",
|
|
105191
|
-
"aws:TagKeys",
|
|
105192
105293
|
"ec2:Region"
|
|
105193
105294
|
],
|
|
105194
105295
|
"dependentActions": []
|
|
@@ -105662,6 +105763,8 @@
|
|
|
105662
105763
|
"resourceType": "instance",
|
|
105663
105764
|
"required": true,
|
|
105664
105765
|
"conditionKeys": [
|
|
105766
|
+
"aws:RequestTag/${TagKey}",
|
|
105767
|
+
"aws:TagKeys",
|
|
105665
105768
|
"ec2:AvailabilityZone",
|
|
105666
105769
|
"ec2:EbsOptimized",
|
|
105667
105770
|
"ec2:InstanceAutoRecovery",
|
|
@@ -105686,6 +105789,8 @@
|
|
|
105686
105789
|
"resourceType": "network-interface",
|
|
105687
105790
|
"required": true,
|
|
105688
105791
|
"conditionKeys": [
|
|
105792
|
+
"aws:RequestTag/${TagKey}",
|
|
105793
|
+
"aws:TagKeys",
|
|
105689
105794
|
"ec2:AssociatePublicIpAddress",
|
|
105690
105795
|
"ec2:AuthorizedService",
|
|
105691
105796
|
"ec2:AvailabilityZone",
|
|
@@ -105728,6 +105833,8 @@
|
|
|
105728
105833
|
"resourceType": "volume",
|
|
105729
105834
|
"required": true,
|
|
105730
105835
|
"conditionKeys": [
|
|
105836
|
+
"aws:RequestTag/${TagKey}",
|
|
105837
|
+
"aws:TagKeys",
|
|
105731
105838
|
"ec2:AvailabilityZone",
|
|
105732
105839
|
"ec2:Encrypted",
|
|
105733
105840
|
"ec2:IsLaunchTemplateResource",
|
|
@@ -105839,8 +105946,6 @@
|
|
|
105839
105946
|
"resourceType": "",
|
|
105840
105947
|
"required": false,
|
|
105841
105948
|
"conditionKeys": [
|
|
105842
|
-
"aws:RequestTag/${TagKey}",
|
|
105843
|
-
"aws:TagKeys",
|
|
105844
105949
|
"ec2:Region"
|
|
105845
105950
|
],
|
|
105846
105951
|
"dependentActions": []
|
|
@@ -106082,15 +106187,16 @@
|
|
|
106082
106187
|
{
|
|
106083
106188
|
"resourceType": "network-insights-access-scope-analysis",
|
|
106084
106189
|
"required": true,
|
|
106085
|
-
"conditionKeys": [
|
|
106190
|
+
"conditionKeys": [
|
|
106191
|
+
"aws:RequestTag/${TagKey}",
|
|
106192
|
+
"aws:TagKeys"
|
|
106193
|
+
],
|
|
106086
106194
|
"dependentActions": []
|
|
106087
106195
|
},
|
|
106088
106196
|
{
|
|
106089
106197
|
"resourceType": "",
|
|
106090
106198
|
"required": false,
|
|
106091
106199
|
"conditionKeys": [
|
|
106092
|
-
"aws:RequestTag/${TagKey}",
|
|
106093
|
-
"aws:TagKeys",
|
|
106094
106200
|
"ec2:Region"
|
|
106095
106201
|
],
|
|
106096
106202
|
"dependentActions": []
|
|
@@ -106107,7 +106213,10 @@
|
|
|
106107
106213
|
{
|
|
106108
106214
|
"resourceType": "network-insights-analysis",
|
|
106109
106215
|
"required": true,
|
|
106110
|
-
"conditionKeys": [
|
|
106216
|
+
"conditionKeys": [
|
|
106217
|
+
"aws:RequestTag/${TagKey}",
|
|
106218
|
+
"aws:TagKeys"
|
|
106219
|
+
],
|
|
106111
106220
|
"dependentActions": [
|
|
106112
106221
|
"ec2:CreateTags"
|
|
106113
106222
|
]
|
|
@@ -106125,8 +106234,6 @@
|
|
|
106125
106234
|
"resourceType": "",
|
|
106126
106235
|
"required": false,
|
|
106127
106236
|
"conditionKeys": [
|
|
106128
|
-
"aws:RequestTag/${TagKey}",
|
|
106129
|
-
"aws:TagKeys",
|
|
106130
106237
|
"ec2:Region"
|
|
106131
106238
|
],
|
|
106132
106239
|
"dependentActions": []
|
|
@@ -130593,13 +130700,13 @@
|
|
|
130593
130700
|
"name": "emr-containers:ExecutionRoleArn",
|
|
130594
130701
|
"apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/iam-execution-role.html",
|
|
130595
130702
|
"description": "Filters access by the execution role arn present in the request",
|
|
130596
|
-
"type": "
|
|
130703
|
+
"type": "ARN"
|
|
130597
130704
|
},
|
|
130598
130705
|
{
|
|
130599
130706
|
"name": "emr-containers:JobTemplateArn",
|
|
130600
130707
|
"apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/iam-job-template.html",
|
|
130601
130708
|
"description": "Filters access by the job template arn present in the request",
|
|
130602
|
-
"type": "
|
|
130709
|
+
"type": "ARN"
|
|
130603
130710
|
}
|
|
130604
130711
|
]
|
|
130605
130712
|
},
|
|
@@ -151777,6 +151884,23 @@
|
|
|
151777
151884
|
}
|
|
151778
151885
|
]
|
|
151779
151886
|
},
|
|
151887
|
+
{
|
|
151888
|
+
"name": "DescribeEntityAggregatesForOrganization",
|
|
151889
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEntityAggregatesForOrganization.html",
|
|
151890
|
+
"permissionOnly": false,
|
|
151891
|
+
"description": "Grants permission to retrieve the number of entities that are affected by each of the specified events in an organization",
|
|
151892
|
+
"accessLevel": "Read",
|
|
151893
|
+
"resourceTypes": [
|
|
151894
|
+
{
|
|
151895
|
+
"resourceType": "",
|
|
151896
|
+
"required": false,
|
|
151897
|
+
"conditionKeys": [],
|
|
151898
|
+
"dependentActions": [
|
|
151899
|
+
"organizations:ListAccounts"
|
|
151900
|
+
]
|
|
151901
|
+
}
|
|
151902
|
+
]
|
|
151903
|
+
},
|
|
151780
151904
|
{
|
|
151781
151905
|
"name": "DescribeEventAggregates",
|
|
151782
151906
|
"apiReferenceUrl": "https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventAggregates.html",
|
|
@@ -212555,367 +212679,6 @@
|
|
|
212555
212679
|
"resourceTypes": [],
|
|
212556
212680
|
"conditionKeys": []
|
|
212557
212681
|
},
|
|
212558
|
-
{
|
|
212559
|
-
"name": "AWS Mobile Hub",
|
|
212560
|
-
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmobilehub.html",
|
|
212561
|
-
"servicePrefix": "mobilehub",
|
|
212562
|
-
"actions": [
|
|
212563
|
-
{
|
|
212564
|
-
"name": "CreateProject",
|
|
212565
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212566
|
-
"permissionOnly": false,
|
|
212567
|
-
"description": "Create a project",
|
|
212568
|
-
"accessLevel": "Write",
|
|
212569
|
-
"resourceTypes": [
|
|
212570
|
-
{
|
|
212571
|
-
"resourceType": "",
|
|
212572
|
-
"required": false,
|
|
212573
|
-
"conditionKeys": [],
|
|
212574
|
-
"dependentActions": []
|
|
212575
|
-
}
|
|
212576
|
-
]
|
|
212577
|
-
},
|
|
212578
|
-
{
|
|
212579
|
-
"name": "CreateServiceRole",
|
|
212580
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212581
|
-
"permissionOnly": false,
|
|
212582
|
-
"description": "Enable AWS Mobile Hub in the account by creating the required service role",
|
|
212583
|
-
"accessLevel": "Write",
|
|
212584
|
-
"resourceTypes": [
|
|
212585
|
-
{
|
|
212586
|
-
"resourceType": "",
|
|
212587
|
-
"required": false,
|
|
212588
|
-
"conditionKeys": [],
|
|
212589
|
-
"dependentActions": []
|
|
212590
|
-
}
|
|
212591
|
-
]
|
|
212592
|
-
},
|
|
212593
|
-
{
|
|
212594
|
-
"name": "DeleteProject",
|
|
212595
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212596
|
-
"permissionOnly": false,
|
|
212597
|
-
"description": "Delete the specified project",
|
|
212598
|
-
"accessLevel": "Write",
|
|
212599
|
-
"resourceTypes": [
|
|
212600
|
-
{
|
|
212601
|
-
"resourceType": "project",
|
|
212602
|
-
"required": true,
|
|
212603
|
-
"conditionKeys": [],
|
|
212604
|
-
"dependentActions": []
|
|
212605
|
-
}
|
|
212606
|
-
]
|
|
212607
|
-
},
|
|
212608
|
-
{
|
|
212609
|
-
"name": "DeleteProjectSnapshot",
|
|
212610
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212611
|
-
"permissionOnly": false,
|
|
212612
|
-
"description": "Delete a saved snapshot of project configuration",
|
|
212613
|
-
"accessLevel": "Write",
|
|
212614
|
-
"resourceTypes": [
|
|
212615
|
-
{
|
|
212616
|
-
"resourceType": "",
|
|
212617
|
-
"required": false,
|
|
212618
|
-
"conditionKeys": [],
|
|
212619
|
-
"dependentActions": []
|
|
212620
|
-
}
|
|
212621
|
-
]
|
|
212622
|
-
},
|
|
212623
|
-
{
|
|
212624
|
-
"name": "DeployToStage",
|
|
212625
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212626
|
-
"permissionOnly": false,
|
|
212627
|
-
"description": "Deploy changes to the specified stage",
|
|
212628
|
-
"accessLevel": "Write",
|
|
212629
|
-
"resourceTypes": [
|
|
212630
|
-
{
|
|
212631
|
-
"resourceType": "",
|
|
212632
|
-
"required": false,
|
|
212633
|
-
"conditionKeys": [],
|
|
212634
|
-
"dependentActions": []
|
|
212635
|
-
}
|
|
212636
|
-
]
|
|
212637
|
-
},
|
|
212638
|
-
{
|
|
212639
|
-
"name": "DescribeBundle",
|
|
212640
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212641
|
-
"permissionOnly": false,
|
|
212642
|
-
"description": "Describe the download bundle",
|
|
212643
|
-
"accessLevel": "Read",
|
|
212644
|
-
"resourceTypes": [
|
|
212645
|
-
{
|
|
212646
|
-
"resourceType": "",
|
|
212647
|
-
"required": false,
|
|
212648
|
-
"conditionKeys": [],
|
|
212649
|
-
"dependentActions": []
|
|
212650
|
-
}
|
|
212651
|
-
]
|
|
212652
|
-
},
|
|
212653
|
-
{
|
|
212654
|
-
"name": "ExportBundle",
|
|
212655
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212656
|
-
"permissionOnly": false,
|
|
212657
|
-
"description": "Export the download bundle",
|
|
212658
|
-
"accessLevel": "Read",
|
|
212659
|
-
"resourceTypes": [
|
|
212660
|
-
{
|
|
212661
|
-
"resourceType": "",
|
|
212662
|
-
"required": false,
|
|
212663
|
-
"conditionKeys": [],
|
|
212664
|
-
"dependentActions": []
|
|
212665
|
-
}
|
|
212666
|
-
]
|
|
212667
|
-
},
|
|
212668
|
-
{
|
|
212669
|
-
"name": "ExportProject",
|
|
212670
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212671
|
-
"permissionOnly": false,
|
|
212672
|
-
"description": "Export the project configuration",
|
|
212673
|
-
"accessLevel": "Read",
|
|
212674
|
-
"resourceTypes": [
|
|
212675
|
-
{
|
|
212676
|
-
"resourceType": "project",
|
|
212677
|
-
"required": true,
|
|
212678
|
-
"conditionKeys": [],
|
|
212679
|
-
"dependentActions": []
|
|
212680
|
-
}
|
|
212681
|
-
]
|
|
212682
|
-
},
|
|
212683
|
-
{
|
|
212684
|
-
"name": "GenerateProjectParameters",
|
|
212685
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212686
|
-
"permissionOnly": false,
|
|
212687
|
-
"description": "Generate project parameters required for code generation",
|
|
212688
|
-
"accessLevel": "Read",
|
|
212689
|
-
"resourceTypes": [
|
|
212690
|
-
{
|
|
212691
|
-
"resourceType": "project",
|
|
212692
|
-
"required": true,
|
|
212693
|
-
"conditionKeys": [],
|
|
212694
|
-
"dependentActions": []
|
|
212695
|
-
}
|
|
212696
|
-
]
|
|
212697
|
-
},
|
|
212698
|
-
{
|
|
212699
|
-
"name": "GetProject",
|
|
212700
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212701
|
-
"permissionOnly": false,
|
|
212702
|
-
"description": "Get project configuration and resources",
|
|
212703
|
-
"accessLevel": "Read",
|
|
212704
|
-
"resourceTypes": [
|
|
212705
|
-
{
|
|
212706
|
-
"resourceType": "project",
|
|
212707
|
-
"required": true,
|
|
212708
|
-
"conditionKeys": [],
|
|
212709
|
-
"dependentActions": []
|
|
212710
|
-
}
|
|
212711
|
-
]
|
|
212712
|
-
},
|
|
212713
|
-
{
|
|
212714
|
-
"name": "GetProjectSnapshot",
|
|
212715
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212716
|
-
"permissionOnly": false,
|
|
212717
|
-
"description": "Fetch the previously exported project configuration snapshot",
|
|
212718
|
-
"accessLevel": "Read",
|
|
212719
|
-
"resourceTypes": [
|
|
212720
|
-
{
|
|
212721
|
-
"resourceType": "",
|
|
212722
|
-
"required": false,
|
|
212723
|
-
"conditionKeys": [],
|
|
212724
|
-
"dependentActions": []
|
|
212725
|
-
}
|
|
212726
|
-
]
|
|
212727
|
-
},
|
|
212728
|
-
{
|
|
212729
|
-
"name": "ImportProject",
|
|
212730
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212731
|
-
"permissionOnly": false,
|
|
212732
|
-
"description": "Create a new project from the previously exported project configuration",
|
|
212733
|
-
"accessLevel": "Write",
|
|
212734
|
-
"resourceTypes": [
|
|
212735
|
-
{
|
|
212736
|
-
"resourceType": "",
|
|
212737
|
-
"required": false,
|
|
212738
|
-
"conditionKeys": [],
|
|
212739
|
-
"dependentActions": []
|
|
212740
|
-
}
|
|
212741
|
-
]
|
|
212742
|
-
},
|
|
212743
|
-
{
|
|
212744
|
-
"name": "InstallBundle",
|
|
212745
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212746
|
-
"permissionOnly": false,
|
|
212747
|
-
"description": "Install a bundle in the project deployments S3 bucket",
|
|
212748
|
-
"accessLevel": "Write",
|
|
212749
|
-
"resourceTypes": [
|
|
212750
|
-
{
|
|
212751
|
-
"resourceType": "",
|
|
212752
|
-
"required": false,
|
|
212753
|
-
"conditionKeys": [],
|
|
212754
|
-
"dependentActions": []
|
|
212755
|
-
}
|
|
212756
|
-
]
|
|
212757
|
-
},
|
|
212758
|
-
{
|
|
212759
|
-
"name": "ListAvailableConnectors",
|
|
212760
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212761
|
-
"permissionOnly": false,
|
|
212762
|
-
"description": "List the available SaaS (Software as a Service) connectors",
|
|
212763
|
-
"accessLevel": "List",
|
|
212764
|
-
"resourceTypes": [
|
|
212765
|
-
{
|
|
212766
|
-
"resourceType": "",
|
|
212767
|
-
"required": false,
|
|
212768
|
-
"conditionKeys": [],
|
|
212769
|
-
"dependentActions": []
|
|
212770
|
-
}
|
|
212771
|
-
]
|
|
212772
|
-
},
|
|
212773
|
-
{
|
|
212774
|
-
"name": "ListAvailableFeatures",
|
|
212775
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212776
|
-
"permissionOnly": false,
|
|
212777
|
-
"description": "List available features",
|
|
212778
|
-
"accessLevel": "List",
|
|
212779
|
-
"resourceTypes": [
|
|
212780
|
-
{
|
|
212781
|
-
"resourceType": "",
|
|
212782
|
-
"required": false,
|
|
212783
|
-
"conditionKeys": [],
|
|
212784
|
-
"dependentActions": []
|
|
212785
|
-
}
|
|
212786
|
-
]
|
|
212787
|
-
},
|
|
212788
|
-
{
|
|
212789
|
-
"name": "ListAvailableRegions",
|
|
212790
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212791
|
-
"permissionOnly": false,
|
|
212792
|
-
"description": "List available regions for projects",
|
|
212793
|
-
"accessLevel": "List",
|
|
212794
|
-
"resourceTypes": [
|
|
212795
|
-
{
|
|
212796
|
-
"resourceType": "",
|
|
212797
|
-
"required": false,
|
|
212798
|
-
"conditionKeys": [],
|
|
212799
|
-
"dependentActions": []
|
|
212800
|
-
}
|
|
212801
|
-
]
|
|
212802
|
-
},
|
|
212803
|
-
{
|
|
212804
|
-
"name": "ListBundles",
|
|
212805
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212806
|
-
"permissionOnly": false,
|
|
212807
|
-
"description": "List the available download bundles",
|
|
212808
|
-
"accessLevel": "List",
|
|
212809
|
-
"resourceTypes": [
|
|
212810
|
-
{
|
|
212811
|
-
"resourceType": "",
|
|
212812
|
-
"required": false,
|
|
212813
|
-
"conditionKeys": [],
|
|
212814
|
-
"dependentActions": []
|
|
212815
|
-
}
|
|
212816
|
-
]
|
|
212817
|
-
},
|
|
212818
|
-
{
|
|
212819
|
-
"name": "ListProjectSnapshots",
|
|
212820
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212821
|
-
"permissionOnly": false,
|
|
212822
|
-
"description": "List saved snapshots of project configuration",
|
|
212823
|
-
"accessLevel": "List",
|
|
212824
|
-
"resourceTypes": [
|
|
212825
|
-
{
|
|
212826
|
-
"resourceType": "",
|
|
212827
|
-
"required": false,
|
|
212828
|
-
"conditionKeys": [],
|
|
212829
|
-
"dependentActions": []
|
|
212830
|
-
}
|
|
212831
|
-
]
|
|
212832
|
-
},
|
|
212833
|
-
{
|
|
212834
|
-
"name": "ListProjects",
|
|
212835
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212836
|
-
"permissionOnly": false,
|
|
212837
|
-
"description": "List projects",
|
|
212838
|
-
"accessLevel": "List",
|
|
212839
|
-
"resourceTypes": [
|
|
212840
|
-
{
|
|
212841
|
-
"resourceType": "",
|
|
212842
|
-
"required": false,
|
|
212843
|
-
"conditionKeys": [],
|
|
212844
|
-
"dependentActions": []
|
|
212845
|
-
}
|
|
212846
|
-
]
|
|
212847
|
-
},
|
|
212848
|
-
{
|
|
212849
|
-
"name": "SynchronizeProject",
|
|
212850
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212851
|
-
"permissionOnly": false,
|
|
212852
|
-
"description": "Synchronize state of resources into project",
|
|
212853
|
-
"accessLevel": "Write",
|
|
212854
|
-
"resourceTypes": [
|
|
212855
|
-
{
|
|
212856
|
-
"resourceType": "project",
|
|
212857
|
-
"required": true,
|
|
212858
|
-
"conditionKeys": [],
|
|
212859
|
-
"dependentActions": []
|
|
212860
|
-
}
|
|
212861
|
-
]
|
|
212862
|
-
},
|
|
212863
|
-
{
|
|
212864
|
-
"name": "UpdateProject",
|
|
212865
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212866
|
-
"permissionOnly": false,
|
|
212867
|
-
"description": "Update project",
|
|
212868
|
-
"accessLevel": "Write",
|
|
212869
|
-
"resourceTypes": [
|
|
212870
|
-
{
|
|
212871
|
-
"resourceType": "project",
|
|
212872
|
-
"required": true,
|
|
212873
|
-
"conditionKeys": [],
|
|
212874
|
-
"dependentActions": []
|
|
212875
|
-
}
|
|
212876
|
-
]
|
|
212877
|
-
},
|
|
212878
|
-
{
|
|
212879
|
-
"name": "ValidateProject",
|
|
212880
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212881
|
-
"permissionOnly": false,
|
|
212882
|
-
"description": "Validate a mobile hub project.",
|
|
212883
|
-
"accessLevel": "Read",
|
|
212884
|
-
"resourceTypes": [
|
|
212885
|
-
{
|
|
212886
|
-
"resourceType": "",
|
|
212887
|
-
"required": false,
|
|
212888
|
-
"conditionKeys": [],
|
|
212889
|
-
"dependentActions": []
|
|
212890
|
-
}
|
|
212891
|
-
]
|
|
212892
|
-
},
|
|
212893
|
-
{
|
|
212894
|
-
"name": "VerifyServiceRole",
|
|
212895
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/managed-policies.html",
|
|
212896
|
-
"permissionOnly": false,
|
|
212897
|
-
"description": "Verify AWS Mobile Hub is enabled in the account",
|
|
212898
|
-
"accessLevel": "Read",
|
|
212899
|
-
"resourceTypes": [
|
|
212900
|
-
{
|
|
212901
|
-
"resourceType": "",
|
|
212902
|
-
"required": false,
|
|
212903
|
-
"conditionKeys": [],
|
|
212904
|
-
"dependentActions": []
|
|
212905
|
-
}
|
|
212906
|
-
]
|
|
212907
|
-
}
|
|
212908
|
-
],
|
|
212909
|
-
"resourceTypes": [
|
|
212910
|
-
{
|
|
212911
|
-
"name": "project",
|
|
212912
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/mobile-hub/latest/developerguide/reference-mobile-hub-iam-managed-policies.html",
|
|
212913
|
-
"arnPattern": "arn:${Partition}:mobilehub:${Region}:${Account}:project/${ProjectId}",
|
|
212914
|
-
"conditionKeys": []
|
|
212915
|
-
}
|
|
212916
|
-
],
|
|
212917
|
-
"conditionKeys": []
|
|
212918
|
-
},
|
|
212919
212682
|
{
|
|
212920
212683
|
"name": "Amazon Monitron",
|
|
212921
212684
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmonitron.html",
|