aws-iam-data 0.0.407 → 0.0.409
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 +97 -0
- package/dist/data/json/iam.json +1414 -57
- package/dist/data/json/metadata.json +112 -17
- package/dist/data/json/reports.json +6 -6
- package/package.json +1 -1
package/dist/data/json/iam.json
CHANGED
|
@@ -6546,6 +6546,7 @@
|
|
|
6546
6546
|
"apigateway:Resource/EndpointType",
|
|
6547
6547
|
"apigateway:Resource/MtlsTrustStoreUri",
|
|
6548
6548
|
"apigateway:Resource/MtlsTrustStoreVersion",
|
|
6549
|
+
"apigateway:Resource/RoutingMode",
|
|
6549
6550
|
"apigateway:Resource/SecurityPolicy",
|
|
6550
6551
|
"aws:ResourceTag/${TagKey}"
|
|
6551
6552
|
]
|
|
@@ -6559,6 +6560,7 @@
|
|
|
6559
6560
|
"apigateway:Request/MtlsTrustStoreUri",
|
|
6560
6561
|
"apigateway:Request/MtlsTrustStoreVersion",
|
|
6561
6562
|
"apigateway:Request/SecurityPolicy",
|
|
6563
|
+
"apigateway:Resource/RoutingMode",
|
|
6562
6564
|
"aws:ResourceTag/${TagKey}"
|
|
6563
6565
|
]
|
|
6564
6566
|
},
|
|
@@ -6669,6 +6671,7 @@
|
|
|
6669
6671
|
"conditionKeys": [
|
|
6670
6672
|
"apigateway:Request/EndpointType",
|
|
6671
6673
|
"apigateway:Resource/EndpointType",
|
|
6674
|
+
"apigateway:Resource/RoutingMode",
|
|
6672
6675
|
"aws:ResourceTag/${TagKey}"
|
|
6673
6676
|
]
|
|
6674
6677
|
},
|
|
@@ -6919,6 +6922,12 @@
|
|
|
6919
6922
|
"description": "Filters access by authorization type, for example NONE, AWS_IAM, CUSTOM, JWT, COGNITO_USER_POOLS. Available during the CreateMethod and PutMethod operations Also available as a collection during import",
|
|
6920
6923
|
"type": "ArrayOfString"
|
|
6921
6924
|
},
|
|
6925
|
+
{
|
|
6926
|
+
"name": "apigateway:Request/RoutingMode",
|
|
6927
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-routing-mode",
|
|
6928
|
+
"description": "Filters access by routing mode of the domain name. Available during the CreateDomainName and UpdateDomainName operations",
|
|
6929
|
+
"type": "String"
|
|
6930
|
+
},
|
|
6922
6931
|
{
|
|
6923
6932
|
"name": "apigateway:Request/SecurityPolicy",
|
|
6924
6933
|
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
@@ -7003,6 +7012,12 @@
|
|
|
7003
7012
|
"description": "Filters access by authorization type of the existing Method resource, for example NONE, AWS_IAM, CUSTOM, JWT, COGNITO_USER_POOLS. Available during the PutMethod and DeleteMethod operations. Also available as a collection during reimport",
|
|
7004
7013
|
"type": "ArrayOfString"
|
|
7005
7014
|
},
|
|
7015
|
+
{
|
|
7016
|
+
"name": "apigateway:Resource/RoutingMode",
|
|
7017
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-routing-mode",
|
|
7018
|
+
"description": "Filters access by routing mode of the domain name. Available during the UpdateDomainName and DeleteDomainName operations",
|
|
7019
|
+
"type": "String"
|
|
7020
|
+
},
|
|
7006
7021
|
{
|
|
7007
7022
|
"name": "apigateway:Resource/SecurityPolicy",
|
|
7008
7023
|
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
@@ -7034,9 +7049,37 @@
|
|
|
7034
7049
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonapigatewaymanagementv2.html",
|
|
7035
7050
|
"servicePrefix": "apigateway",
|
|
7036
7051
|
"actions": [
|
|
7052
|
+
{
|
|
7053
|
+
"name": "CreateRoutingRule",
|
|
7054
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/domainnames-domainname-routingrules.html#domainnames-domainname-routingrulespost",
|
|
7055
|
+
"permissionOnly": false,
|
|
7056
|
+
"description": "Grants permission to create a routing rule",
|
|
7057
|
+
"accessLevel": "Write",
|
|
7058
|
+
"resourceTypes": [
|
|
7059
|
+
{
|
|
7060
|
+
"resourceType": "RoutingRule",
|
|
7061
|
+
"required": true,
|
|
7062
|
+
"conditionKeys": [
|
|
7063
|
+
"apigateway:Request/Priority",
|
|
7064
|
+
"apigateway:Request/ConditionBasePaths"
|
|
7065
|
+
],
|
|
7066
|
+
"dependentActions": []
|
|
7067
|
+
},
|
|
7068
|
+
{
|
|
7069
|
+
"resourceType": "",
|
|
7070
|
+
"required": false,
|
|
7071
|
+
"conditionKeys": [
|
|
7072
|
+
"aws:ResourceTag/${TagKey}",
|
|
7073
|
+
"apigateway:Request/Priority",
|
|
7074
|
+
"apigateway:Request/ConditionBasePaths"
|
|
7075
|
+
],
|
|
7076
|
+
"dependentActions": []
|
|
7077
|
+
}
|
|
7078
|
+
]
|
|
7079
|
+
},
|
|
7037
7080
|
{
|
|
7038
7081
|
"name": "DELETE",
|
|
7039
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/
|
|
7082
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/api-reference.html",
|
|
7040
7083
|
"permissionOnly": false,
|
|
7041
7084
|
"description": "Grants permission to delete a particular resource",
|
|
7042
7085
|
"accessLevel": "Write",
|
|
@@ -7148,9 +7191,37 @@
|
|
|
7148
7191
|
}
|
|
7149
7192
|
]
|
|
7150
7193
|
},
|
|
7194
|
+
{
|
|
7195
|
+
"name": "DeleteRoutingRule",
|
|
7196
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/domainnames-domainname-routingrules-routingruleid.html#domainnames-domainname-routingrules-routingruleiddelete",
|
|
7197
|
+
"permissionOnly": false,
|
|
7198
|
+
"description": "Grants permission to delete a routing rule",
|
|
7199
|
+
"accessLevel": "Write",
|
|
7200
|
+
"resourceTypes": [
|
|
7201
|
+
{
|
|
7202
|
+
"resourceType": "RoutingRule",
|
|
7203
|
+
"required": true,
|
|
7204
|
+
"conditionKeys": [
|
|
7205
|
+
"apigateway:Resource/Priority",
|
|
7206
|
+
"apigateway:Resource/ConditionBasePaths"
|
|
7207
|
+
],
|
|
7208
|
+
"dependentActions": []
|
|
7209
|
+
},
|
|
7210
|
+
{
|
|
7211
|
+
"resourceType": "",
|
|
7212
|
+
"required": false,
|
|
7213
|
+
"conditionKeys": [
|
|
7214
|
+
"aws:ResourceTag/${TagKey}",
|
|
7215
|
+
"apigateway:Resource/Priority",
|
|
7216
|
+
"apigateway:Resource/ConditionBasePaths"
|
|
7217
|
+
],
|
|
7218
|
+
"dependentActions": []
|
|
7219
|
+
}
|
|
7220
|
+
]
|
|
7221
|
+
},
|
|
7151
7222
|
{
|
|
7152
7223
|
"name": "GET",
|
|
7153
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/
|
|
7224
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/api-reference.html",
|
|
7154
7225
|
"permissionOnly": false,
|
|
7155
7226
|
"description": "Grants permission to read a particular resource",
|
|
7156
7227
|
"accessLevel": "Read",
|
|
@@ -7331,9 +7402,55 @@
|
|
|
7331
7402
|
}
|
|
7332
7403
|
]
|
|
7333
7404
|
},
|
|
7405
|
+
{
|
|
7406
|
+
"name": "GetRoutingRule",
|
|
7407
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/domainnames-domainname-routingrules-routingruleid.html#domainnames-domainname-routingrules-routingruleidget",
|
|
7408
|
+
"permissionOnly": false,
|
|
7409
|
+
"description": "Grants permission to read a routing rule",
|
|
7410
|
+
"accessLevel": "Read",
|
|
7411
|
+
"resourceTypes": [
|
|
7412
|
+
{
|
|
7413
|
+
"resourceType": "RoutingRule",
|
|
7414
|
+
"required": true,
|
|
7415
|
+
"conditionKeys": [],
|
|
7416
|
+
"dependentActions": []
|
|
7417
|
+
},
|
|
7418
|
+
{
|
|
7419
|
+
"resourceType": "",
|
|
7420
|
+
"required": false,
|
|
7421
|
+
"conditionKeys": [
|
|
7422
|
+
"aws:ResourceTag/${TagKey}"
|
|
7423
|
+
],
|
|
7424
|
+
"dependentActions": []
|
|
7425
|
+
}
|
|
7426
|
+
]
|
|
7427
|
+
},
|
|
7428
|
+
{
|
|
7429
|
+
"name": "ListRoutingRule",
|
|
7430
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/domainnames-domainname-routingrules.html#domainnames-domainname-routingrulesget",
|
|
7431
|
+
"permissionOnly": false,
|
|
7432
|
+
"description": "Grants permission to list routing rules under a domain name",
|
|
7433
|
+
"accessLevel": "List",
|
|
7434
|
+
"resourceTypes": [
|
|
7435
|
+
{
|
|
7436
|
+
"resourceType": "RoutingRule",
|
|
7437
|
+
"required": true,
|
|
7438
|
+
"conditionKeys": [],
|
|
7439
|
+
"dependentActions": []
|
|
7440
|
+
},
|
|
7441
|
+
{
|
|
7442
|
+
"resourceType": "",
|
|
7443
|
+
"required": false,
|
|
7444
|
+
"conditionKeys": [
|
|
7445
|
+
"aws:ResourceTag/${TagKey}"
|
|
7446
|
+
],
|
|
7447
|
+
"dependentActions": []
|
|
7448
|
+
}
|
|
7449
|
+
]
|
|
7450
|
+
},
|
|
7334
7451
|
{
|
|
7335
7452
|
"name": "PATCH",
|
|
7336
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/
|
|
7453
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/api-reference.html",
|
|
7337
7454
|
"permissionOnly": false,
|
|
7338
7455
|
"description": "Grants permission to update a particular resource",
|
|
7339
7456
|
"accessLevel": "Write",
|
|
@@ -7423,7 +7540,7 @@
|
|
|
7423
7540
|
},
|
|
7424
7541
|
{
|
|
7425
7542
|
"name": "POST",
|
|
7426
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/
|
|
7543
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/api-reference.html",
|
|
7427
7544
|
"permissionOnly": false,
|
|
7428
7545
|
"description": "Grants permission to create a particular resource",
|
|
7429
7546
|
"accessLevel": "Write",
|
|
@@ -7507,7 +7624,7 @@
|
|
|
7507
7624
|
},
|
|
7508
7625
|
{
|
|
7509
7626
|
"name": "PUT",
|
|
7510
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/
|
|
7627
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/api-reference.html",
|
|
7511
7628
|
"permissionOnly": false,
|
|
7512
7629
|
"description": "Grants permission to update a particular resource",
|
|
7513
7630
|
"accessLevel": "Write",
|
|
@@ -7534,6 +7651,38 @@
|
|
|
7534
7651
|
"dependentActions": []
|
|
7535
7652
|
}
|
|
7536
7653
|
]
|
|
7654
|
+
},
|
|
7655
|
+
{
|
|
7656
|
+
"name": "UpdateRoutingRule",
|
|
7657
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/domainnames-domainname-routingrules-routingruleid.html#domainnames-domainname-routingrules-routingruleidput",
|
|
7658
|
+
"permissionOnly": false,
|
|
7659
|
+
"description": "Grants permission to update a routing rule using the PutRoutingRule API",
|
|
7660
|
+
"accessLevel": "Write",
|
|
7661
|
+
"resourceTypes": [
|
|
7662
|
+
{
|
|
7663
|
+
"resourceType": "RoutingRule",
|
|
7664
|
+
"required": true,
|
|
7665
|
+
"conditionKeys": [
|
|
7666
|
+
"apigateway:Request/Priority",
|
|
7667
|
+
"apigateway:Request/ConditionBasePaths",
|
|
7668
|
+
"apigateway:Resource/Priority",
|
|
7669
|
+
"apigateway:Resource/ConditionBasePaths"
|
|
7670
|
+
],
|
|
7671
|
+
"dependentActions": []
|
|
7672
|
+
},
|
|
7673
|
+
{
|
|
7674
|
+
"resourceType": "",
|
|
7675
|
+
"required": false,
|
|
7676
|
+
"conditionKeys": [
|
|
7677
|
+
"aws:ResourceTag/${TagKey}",
|
|
7678
|
+
"apigateway:Request/Priority",
|
|
7679
|
+
"apigateway:Request/ConditionBasePaths",
|
|
7680
|
+
"apigateway:Resource/Priority",
|
|
7681
|
+
"apigateway:Resource/ConditionBasePaths"
|
|
7682
|
+
],
|
|
7683
|
+
"dependentActions": []
|
|
7684
|
+
}
|
|
7685
|
+
]
|
|
7537
7686
|
}
|
|
7538
7687
|
],
|
|
7539
7688
|
"resourceTypes": [
|
|
@@ -7771,6 +7920,16 @@
|
|
|
7771
7920
|
"aws:ResourceTag/${TagKey}"
|
|
7772
7921
|
]
|
|
7773
7922
|
},
|
|
7923
|
+
{
|
|
7924
|
+
"name": "RoutingRule",
|
|
7925
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
7926
|
+
"arnPattern": "arn:${Partition}:apigateway:${Region}:${Account}:/domainnames/${DomainName}/routingrules/${RoutingRuleId}",
|
|
7927
|
+
"conditionKeys": [
|
|
7928
|
+
"apigateway:Resource/ConditionBasePaths",
|
|
7929
|
+
"apigateway:Resource/Priority",
|
|
7930
|
+
"aws:ResourceTag/${TagKey}"
|
|
7931
|
+
]
|
|
7932
|
+
},
|
|
7774
7933
|
{
|
|
7775
7934
|
"name": "Stage",
|
|
7776
7935
|
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
@@ -7847,6 +8006,12 @@
|
|
|
7847
8006
|
"description": "Filters access by URI of a Lambda authorizer function. Available during CreateAuthorizer and UpdateAuthorizer. Also available during import and reimport as an ArrayOfString",
|
|
7848
8007
|
"type": "ArrayOfString"
|
|
7849
8008
|
},
|
|
8009
|
+
{
|
|
8010
|
+
"name": "apigateway:Request/ConditionBasePaths",
|
|
8011
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-routing-mode",
|
|
8012
|
+
"description": "Filters access by base paths defined on the condition of a routing rule. Available during the CreateRoutingRule and UpdateRoutingRule operations",
|
|
8013
|
+
"type": "ArrayOfString"
|
|
8014
|
+
},
|
|
7850
8015
|
{
|
|
7851
8016
|
"name": "apigateway:Request/DisableExecuteApiEndpoint",
|
|
7852
8017
|
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
@@ -7871,12 +8036,24 @@
|
|
|
7871
8036
|
"description": "Filters access by version of the truststore used for mutual TLS authentication. Available during the CreateDomainName and UpdateDomainName operations",
|
|
7872
8037
|
"type": "String"
|
|
7873
8038
|
},
|
|
8039
|
+
{
|
|
8040
|
+
"name": "apigateway:Request/Priority",
|
|
8041
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-routing-mode",
|
|
8042
|
+
"description": "Filters access by priority of the routing rule. Available during the CreateRoutingRule and UpdateRoutingRule operations",
|
|
8043
|
+
"type": "Numeric"
|
|
8044
|
+
},
|
|
7874
8045
|
{
|
|
7875
8046
|
"name": "apigateway:Request/RouteAuthorizationType",
|
|
7876
8047
|
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
7877
8048
|
"description": "Filters access by authorization type, for example NONE, AWS_IAM, CUSTOM, JWT. Available during the CreateRoute and UpdateRoute operations. Also available as a collection during import",
|
|
7878
8049
|
"type": "ArrayOfString"
|
|
7879
8050
|
},
|
|
8051
|
+
{
|
|
8052
|
+
"name": "apigateway:Request/RoutingMode",
|
|
8053
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-routing-mode",
|
|
8054
|
+
"description": "Filters access by routing mode of the domain name. Available during the CreateDomainName and UpdateDomainName operations",
|
|
8055
|
+
"type": "String"
|
|
8056
|
+
},
|
|
7880
8057
|
{
|
|
7881
8058
|
"name": "apigateway:Request/SecurityPolicy",
|
|
7882
8059
|
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
@@ -7925,6 +8102,12 @@
|
|
|
7925
8102
|
"description": "Filters access by the URI of the current Lambda authorizer associated with the current API. Available during UpdateAuthorizer and DeleteAuthorizer. Also available as a collection during reimport",
|
|
7926
8103
|
"type": "ArrayOfString"
|
|
7927
8104
|
},
|
|
8105
|
+
{
|
|
8106
|
+
"name": "apigateway:Resource/ConditionBasePaths",
|
|
8107
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-routing-mode",
|
|
8108
|
+
"description": "Filters access by base paths defined on the condition of the existing routing rule. Available during the UpdateRoutingRule and DeleteRoutingRule operations",
|
|
8109
|
+
"type": "ArrayOfString"
|
|
8110
|
+
},
|
|
7928
8111
|
{
|
|
7929
8112
|
"name": "apigateway:Resource/DisableExecuteApiEndpoint",
|
|
7930
8113
|
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
@@ -7949,12 +8132,24 @@
|
|
|
7949
8132
|
"description": "Filters access by version of the truststore used for mutual TLS authentication. Available during the UpdateDomainName and DeleteDomainName operations",
|
|
7950
8133
|
"type": "String"
|
|
7951
8134
|
},
|
|
8135
|
+
{
|
|
8136
|
+
"name": "apigateway:Resource/Priority",
|
|
8137
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-routing-mode",
|
|
8138
|
+
"description": "Filters access by priority of the existing routing rule. Available during the UpdateRoutingRule and DeleteRoutingRule operations",
|
|
8139
|
+
"type": "Numeric"
|
|
8140
|
+
},
|
|
7952
8141
|
{
|
|
7953
8142
|
"name": "apigateway:Resource/RouteAuthorizationType",
|
|
7954
8143
|
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
7955
8144
|
"description": "Filters access by authorization type of the existing Route resource, for example NONE, AWS_IAM, CUSTOM. Available during the UpdateRoute and DeleteRoute operations. Also available as a collection during reimport",
|
|
7956
8145
|
"type": "ArrayOfString"
|
|
7957
8146
|
},
|
|
8147
|
+
{
|
|
8148
|
+
"name": "apigateway:Resource/RoutingMode",
|
|
8149
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-routing-mode",
|
|
8150
|
+
"description": "Filters access by routing mode of the existing domain name. Available during the UpdateDomainName and DeleteDomainName operations",
|
|
8151
|
+
"type": "String"
|
|
8152
|
+
},
|
|
7958
8153
|
{
|
|
7959
8154
|
"name": "apigateway:Resource/SecurityPolicy",
|
|
7960
8155
|
"apiReferenceUrl": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security_iam_service-with-iam.html",
|
|
@@ -13427,6 +13622,21 @@
|
|
|
13427
13622
|
}
|
|
13428
13623
|
]
|
|
13429
13624
|
},
|
|
13625
|
+
{
|
|
13626
|
+
"name": "CreateDataIntegrationSchedule",
|
|
13627
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegrationSchedule.html",
|
|
13628
|
+
"permissionOnly": false,
|
|
13629
|
+
"description": "Grants permission to create a data integration schedule",
|
|
13630
|
+
"accessLevel": "Write",
|
|
13631
|
+
"resourceTypes": [
|
|
13632
|
+
{
|
|
13633
|
+
"resourceType": "data-integration",
|
|
13634
|
+
"required": true,
|
|
13635
|
+
"conditionKeys": [],
|
|
13636
|
+
"dependentActions": []
|
|
13637
|
+
}
|
|
13638
|
+
]
|
|
13639
|
+
},
|
|
13430
13640
|
{
|
|
13431
13641
|
"name": "CreateEventIntegration",
|
|
13432
13642
|
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateEventIntegration.html",
|
|
@@ -13654,6 +13864,36 @@
|
|
|
13654
13864
|
}
|
|
13655
13865
|
]
|
|
13656
13866
|
},
|
|
13867
|
+
{
|
|
13868
|
+
"name": "GetDataIntegrationExecution",
|
|
13869
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_GetDataIntegrationExecution.html",
|
|
13870
|
+
"permissionOnly": false,
|
|
13871
|
+
"description": "Grants permission to get details about a data integration execution",
|
|
13872
|
+
"accessLevel": "Read",
|
|
13873
|
+
"resourceTypes": [
|
|
13874
|
+
{
|
|
13875
|
+
"resourceType": "data-integration",
|
|
13876
|
+
"required": true,
|
|
13877
|
+
"conditionKeys": [],
|
|
13878
|
+
"dependentActions": []
|
|
13879
|
+
}
|
|
13880
|
+
]
|
|
13881
|
+
},
|
|
13882
|
+
{
|
|
13883
|
+
"name": "GetDataIntegrationSchedule",
|
|
13884
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_GetDataIntegrationSchedule.html",
|
|
13885
|
+
"permissionOnly": false,
|
|
13886
|
+
"description": "Grants permission to get details about a data integration schedule",
|
|
13887
|
+
"accessLevel": "Read",
|
|
13888
|
+
"resourceTypes": [
|
|
13889
|
+
{
|
|
13890
|
+
"resourceType": "data-integration",
|
|
13891
|
+
"required": true,
|
|
13892
|
+
"conditionKeys": [],
|
|
13893
|
+
"dependentActions": []
|
|
13894
|
+
}
|
|
13895
|
+
]
|
|
13896
|
+
},
|
|
13657
13897
|
{
|
|
13658
13898
|
"name": "GetEventIntegration",
|
|
13659
13899
|
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_GetEventIntegration.html",
|
|
@@ -13722,6 +13962,36 @@
|
|
|
13722
13962
|
}
|
|
13723
13963
|
]
|
|
13724
13964
|
},
|
|
13965
|
+
{
|
|
13966
|
+
"name": "ListDataIntegrationExecutions",
|
|
13967
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_ListDataIntegrationExecutions.html",
|
|
13968
|
+
"permissionOnly": false,
|
|
13969
|
+
"description": "Grants permission to list data integration executions",
|
|
13970
|
+
"accessLevel": "List",
|
|
13971
|
+
"resourceTypes": [
|
|
13972
|
+
{
|
|
13973
|
+
"resourceType": "data-integration",
|
|
13974
|
+
"required": true,
|
|
13975
|
+
"conditionKeys": [],
|
|
13976
|
+
"dependentActions": []
|
|
13977
|
+
}
|
|
13978
|
+
]
|
|
13979
|
+
},
|
|
13980
|
+
{
|
|
13981
|
+
"name": "ListDataIntegrationSchedules",
|
|
13982
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_ListDataIntegrationSchedules.html",
|
|
13983
|
+
"permissionOnly": false,
|
|
13984
|
+
"description": "Grants permission to list data integration schedules",
|
|
13985
|
+
"accessLevel": "List",
|
|
13986
|
+
"resourceTypes": [
|
|
13987
|
+
{
|
|
13988
|
+
"resourceType": "data-integration",
|
|
13989
|
+
"required": true,
|
|
13990
|
+
"conditionKeys": [],
|
|
13991
|
+
"dependentActions": []
|
|
13992
|
+
}
|
|
13993
|
+
]
|
|
13994
|
+
},
|
|
13725
13995
|
{
|
|
13726
13996
|
"name": "ListDataIntegrations",
|
|
13727
13997
|
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_ListDataIntegrations.html",
|
|
@@ -13814,6 +14084,24 @@
|
|
|
13814
14084
|
}
|
|
13815
14085
|
]
|
|
13816
14086
|
},
|
|
14087
|
+
{
|
|
14088
|
+
"name": "StartDataIntegrationExecution",
|
|
14089
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_StartDataIntegrationExecution.html",
|
|
14090
|
+
"permissionOnly": false,
|
|
14091
|
+
"description": "Grants permission to start a data integration execution",
|
|
14092
|
+
"accessLevel": "Write",
|
|
14093
|
+
"resourceTypes": [
|
|
14094
|
+
{
|
|
14095
|
+
"resourceType": "data-integration",
|
|
14096
|
+
"required": true,
|
|
14097
|
+
"conditionKeys": [],
|
|
14098
|
+
"dependentActions": [
|
|
14099
|
+
"profile:CreateSegmentSnapshot",
|
|
14100
|
+
"profile:CreateSnapshot"
|
|
14101
|
+
]
|
|
14102
|
+
}
|
|
14103
|
+
]
|
|
14104
|
+
},
|
|
13817
14105
|
{
|
|
13818
14106
|
"name": "TagResource",
|
|
13819
14107
|
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_TagResource.html",
|
|
@@ -13995,6 +14283,21 @@
|
|
|
13995
14283
|
}
|
|
13996
14284
|
]
|
|
13997
14285
|
},
|
|
14286
|
+
{
|
|
14287
|
+
"name": "UpdateDataIntegrationSchedule",
|
|
14288
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_UpdateDataIntegrationSchedule.html",
|
|
14289
|
+
"permissionOnly": false,
|
|
14290
|
+
"description": "Grants permission to update a data integration schedule",
|
|
14291
|
+
"accessLevel": "Write",
|
|
14292
|
+
"resourceTypes": [
|
|
14293
|
+
{
|
|
14294
|
+
"resourceType": "data-integration",
|
|
14295
|
+
"required": true,
|
|
14296
|
+
"conditionKeys": [],
|
|
14297
|
+
"dependentActions": []
|
|
14298
|
+
}
|
|
14299
|
+
]
|
|
14300
|
+
},
|
|
13998
14301
|
{
|
|
13999
14302
|
"name": "UpdateEventIntegration",
|
|
14000
14303
|
"apiReferenceUrl": "https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_UpdateEventIntegration.html",
|
|
@@ -21583,42 +21886,6 @@
|
|
|
21583
21886
|
}
|
|
21584
21887
|
]
|
|
21585
21888
|
},
|
|
21586
|
-
{
|
|
21587
|
-
"name": "DownloadAgreement",
|
|
21588
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/managing-agreements.html",
|
|
21589
|
-
"permissionOnly": false,
|
|
21590
|
-
"description": "Grants permission to download an AWS agreement that has not yet been accepted or a customer agreement that has been accepted by the customer account",
|
|
21591
|
-
"accessLevel": "Read",
|
|
21592
|
-
"resourceTypes": [
|
|
21593
|
-
{
|
|
21594
|
-
"resourceType": "agreement",
|
|
21595
|
-
"required": false,
|
|
21596
|
-
"conditionKeys": [],
|
|
21597
|
-
"dependentActions": []
|
|
21598
|
-
},
|
|
21599
|
-
{
|
|
21600
|
-
"resourceType": "customer-agreement",
|
|
21601
|
-
"required": false,
|
|
21602
|
-
"conditionKeys": [],
|
|
21603
|
-
"dependentActions": []
|
|
21604
|
-
}
|
|
21605
|
-
]
|
|
21606
|
-
},
|
|
21607
|
-
{
|
|
21608
|
-
"name": "Get",
|
|
21609
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/getting-started.html",
|
|
21610
|
-
"permissionOnly": false,
|
|
21611
|
-
"description": "Grants permission to download an AWS compliance report package",
|
|
21612
|
-
"accessLevel": "Read",
|
|
21613
|
-
"resourceTypes": [
|
|
21614
|
-
{
|
|
21615
|
-
"resourceType": "report-package",
|
|
21616
|
-
"required": true,
|
|
21617
|
-
"conditionKeys": [],
|
|
21618
|
-
"dependentActions": []
|
|
21619
|
-
}
|
|
21620
|
-
]
|
|
21621
|
-
},
|
|
21622
21889
|
{
|
|
21623
21890
|
"name": "GetAccountSettings",
|
|
21624
21891
|
"apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/APIReference/API_GetAccountSettings.html",
|
|
@@ -21801,12 +22068,6 @@
|
|
|
21801
22068
|
}
|
|
21802
22069
|
],
|
|
21803
22070
|
"resourceTypes": [
|
|
21804
|
-
{
|
|
21805
|
-
"name": "report-package",
|
|
21806
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/what-is-aws-artifact.html",
|
|
21807
|
-
"arnPattern": "arn:${Partition}:artifact:::report-package/*",
|
|
21808
|
-
"conditionKeys": []
|
|
21809
|
-
},
|
|
21810
22071
|
{
|
|
21811
22072
|
"name": "customer-agreement",
|
|
21812
22073
|
"apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/managing-agreements.html",
|
|
@@ -21823,7 +22084,10 @@
|
|
|
21823
22084
|
"name": "report",
|
|
21824
22085
|
"apiReferenceUrl": "https://docs.aws.amazon.com/artifact/latest/ug/what-is-aws-artifact.html",
|
|
21825
22086
|
"arnPattern": "arn:${Partition}:artifact:${Region}::report/${ReportId}:${Version}",
|
|
21826
|
-
"conditionKeys": [
|
|
22087
|
+
"conditionKeys": [
|
|
22088
|
+
"artifact:ReportCategory",
|
|
22089
|
+
"artifact:ReportSeries"
|
|
22090
|
+
]
|
|
21827
22091
|
}
|
|
21828
22092
|
],
|
|
21829
22093
|
"conditionKeys": [
|
|
@@ -24266,7 +24530,7 @@
|
|
|
24266
24530
|
{
|
|
24267
24531
|
"name": "AddPeerCluster",
|
|
24268
24532
|
"apiReferenceUrl": "https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_CreateCluster.html",
|
|
24269
|
-
"permissionOnly":
|
|
24533
|
+
"permissionOnly": true,
|
|
24270
24534
|
"description": "Grants permission to add a peer cluster to a multi-Region cluster",
|
|
24271
24535
|
"accessLevel": "Write",
|
|
24272
24536
|
"resourceTypes": [
|
|
@@ -24445,7 +24709,7 @@
|
|
|
24445
24709
|
{
|
|
24446
24710
|
"name": "PutMultiRegionProperties",
|
|
24447
24711
|
"apiReferenceUrl": "https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_CreateCluster.html",
|
|
24448
|
-
"permissionOnly":
|
|
24712
|
+
"permissionOnly": true,
|
|
24449
24713
|
"description": "Grants permission to update multi-Region properties of a cluster",
|
|
24450
24714
|
"accessLevel": "Write",
|
|
24451
24715
|
"resourceTypes": [
|
|
@@ -24460,7 +24724,7 @@
|
|
|
24460
24724
|
{
|
|
24461
24725
|
"name": "PutWitnessRegion",
|
|
24462
24726
|
"apiReferenceUrl": "https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_CreateCluster.html",
|
|
24463
|
-
"permissionOnly":
|
|
24727
|
+
"permissionOnly": true,
|
|
24464
24728
|
"description": "Grants permission to configure and update the witness Region of a multi-Region cluster",
|
|
24465
24729
|
"accessLevel": "Write",
|
|
24466
24730
|
"resourceTypes": [
|
|
@@ -24485,7 +24749,7 @@
|
|
|
24485
24749
|
{
|
|
24486
24750
|
"name": "RemovePeerCluster",
|
|
24487
24751
|
"apiReferenceUrl": "https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_UpdateCluster.html",
|
|
24488
|
-
"permissionOnly":
|
|
24752
|
+
"permissionOnly": true,
|
|
24489
24753
|
"description": "Grants permission to remove a peer cluster from a multi-Region cluster",
|
|
24490
24754
|
"accessLevel": "Write",
|
|
24491
24755
|
"resourceTypes": [
|
|
@@ -82015,6 +82279,9 @@
|
|
|
82015
82279
|
"app-integrations:CreateApplicationAssociation",
|
|
82016
82280
|
"app-integrations:CreateEventIntegrationAssociation",
|
|
82017
82281
|
"app-integrations:GetApplication",
|
|
82282
|
+
"app-integrations:GetDataIntegration",
|
|
82283
|
+
"app-integrations:ListDataIntegrationAssociations",
|
|
82284
|
+
"app-integrations:TagResource",
|
|
82018
82285
|
"cases:GetDomain",
|
|
82019
82286
|
"chime:AssociateVoiceConnectorConnect",
|
|
82020
82287
|
"chime:DisassociateVoiceConnectorConnect",
|
|
@@ -82875,6 +83142,7 @@
|
|
|
82875
83142
|
"dependentActions": [
|
|
82876
83143
|
"app-integrations:DeleteApplicationAssociation",
|
|
82877
83144
|
"app-integrations:DeleteEventIntegrationAssociation",
|
|
83145
|
+
"app-integrations:UntagResource",
|
|
82878
83146
|
"connect:DescribeInstance",
|
|
82879
83147
|
"ds:DescribeDirectories",
|
|
82880
83148
|
"events:DeleteRule",
|
|
@@ -115391,6 +115659,21 @@
|
|
|
115391
115659
|
}
|
|
115392
115660
|
]
|
|
115393
115661
|
},
|
|
115662
|
+
{
|
|
115663
|
+
"name": "CreateGlobalTableWitness",
|
|
115664
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2gt_IAM.html",
|
|
115665
|
+
"permissionOnly": true,
|
|
115666
|
+
"description": "Grants permission to add a Witness to a Global Table",
|
|
115667
|
+
"accessLevel": "Write",
|
|
115668
|
+
"resourceTypes": [
|
|
115669
|
+
{
|
|
115670
|
+
"resourceType": "table",
|
|
115671
|
+
"required": true,
|
|
115672
|
+
"conditionKeys": [],
|
|
115673
|
+
"dependentActions": []
|
|
115674
|
+
}
|
|
115675
|
+
]
|
|
115676
|
+
},
|
|
115394
115677
|
{
|
|
115395
115678
|
"name": "CreateTable",
|
|
115396
115679
|
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_CreateTable.html",
|
|
@@ -115445,6 +115728,21 @@
|
|
|
115445
115728
|
}
|
|
115446
115729
|
]
|
|
115447
115730
|
},
|
|
115731
|
+
{
|
|
115732
|
+
"name": "DeleteGlobalTableWitness",
|
|
115733
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2gt_IAM.html",
|
|
115734
|
+
"permissionOnly": true,
|
|
115735
|
+
"description": "Grants permission to remove a Witness from a Global Table",
|
|
115736
|
+
"accessLevel": "Write",
|
|
115737
|
+
"resourceTypes": [
|
|
115738
|
+
{
|
|
115739
|
+
"resourceType": "table",
|
|
115740
|
+
"required": true,
|
|
115741
|
+
"conditionKeys": [],
|
|
115742
|
+
"dependentActions": []
|
|
115743
|
+
}
|
|
115744
|
+
]
|
|
115745
|
+
},
|
|
115448
115746
|
{
|
|
115449
115747
|
"name": "DeleteItem",
|
|
115450
115748
|
"apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteItem.html",
|
|
@@ -235451,6 +235749,66 @@
|
|
|
235451
235749
|
}
|
|
235452
235750
|
]
|
|
235453
235751
|
},
|
|
235752
|
+
{
|
|
235753
|
+
"name": "GetRecords",
|
|
235754
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/keyspaces/latest/devguide/",
|
|
235755
|
+
"permissionOnly": false,
|
|
235756
|
+
"description": "Grants permission to retrieve the CDC stream records from a given shard",
|
|
235757
|
+
"accessLevel": "Read",
|
|
235758
|
+
"resourceTypes": [
|
|
235759
|
+
{
|
|
235760
|
+
"resourceType": "stream",
|
|
235761
|
+
"required": true,
|
|
235762
|
+
"conditionKeys": [],
|
|
235763
|
+
"dependentActions": []
|
|
235764
|
+
}
|
|
235765
|
+
]
|
|
235766
|
+
},
|
|
235767
|
+
{
|
|
235768
|
+
"name": "GetShardIterator",
|
|
235769
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/keyspaces/latest/devguide/",
|
|
235770
|
+
"permissionOnly": false,
|
|
235771
|
+
"description": "Grants permission to return a shard iterator",
|
|
235772
|
+
"accessLevel": "Read",
|
|
235773
|
+
"resourceTypes": [
|
|
235774
|
+
{
|
|
235775
|
+
"resourceType": "stream",
|
|
235776
|
+
"required": true,
|
|
235777
|
+
"conditionKeys": [],
|
|
235778
|
+
"dependentActions": []
|
|
235779
|
+
}
|
|
235780
|
+
]
|
|
235781
|
+
},
|
|
235782
|
+
{
|
|
235783
|
+
"name": "GetStream",
|
|
235784
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/keyspaces/latest/devguide/",
|
|
235785
|
+
"permissionOnly": false,
|
|
235786
|
+
"description": "Grants permission to return information about a CDC stream, including the composition of its shards",
|
|
235787
|
+
"accessLevel": "Read",
|
|
235788
|
+
"resourceTypes": [
|
|
235789
|
+
{
|
|
235790
|
+
"resourceType": "stream",
|
|
235791
|
+
"required": true,
|
|
235792
|
+
"conditionKeys": [],
|
|
235793
|
+
"dependentActions": []
|
|
235794
|
+
}
|
|
235795
|
+
]
|
|
235796
|
+
},
|
|
235797
|
+
{
|
|
235798
|
+
"name": "ListStreams",
|
|
235799
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/keyspaces/latest/devguide/",
|
|
235800
|
+
"permissionOnly": false,
|
|
235801
|
+
"description": "Grants permission to return an array of CDC stream ARNs associated with the current account and endpoint",
|
|
235802
|
+
"accessLevel": "List",
|
|
235803
|
+
"resourceTypes": [
|
|
235804
|
+
{
|
|
235805
|
+
"resourceType": "",
|
|
235806
|
+
"required": false,
|
|
235807
|
+
"conditionKeys": [],
|
|
235808
|
+
"dependentActions": []
|
|
235809
|
+
}
|
|
235810
|
+
]
|
|
235811
|
+
},
|
|
235454
235812
|
{
|
|
235455
235813
|
"name": "Modify",
|
|
235456
235814
|
"apiReferenceUrl": "https://docs.aws.amazon.com/keyspaces/latest/devguide/",
|
|
@@ -235575,7 +235933,7 @@
|
|
|
235575
235933
|
"name": "TagResource",
|
|
235576
235934
|
"apiReferenceUrl": "https://docs.aws.amazon.com/keyspaces/latest/devguide/",
|
|
235577
235935
|
"permissionOnly": false,
|
|
235578
|
-
"description": "Grants permission to tag a keyspace or
|
|
235936
|
+
"description": "Grants permission to tag a keyspace, table, or stream",
|
|
235579
235937
|
"accessLevel": "Tagging",
|
|
235580
235938
|
"resourceTypes": [
|
|
235581
235939
|
{
|
|
@@ -235584,6 +235942,12 @@
|
|
|
235584
235942
|
"conditionKeys": [],
|
|
235585
235943
|
"dependentActions": []
|
|
235586
235944
|
},
|
|
235945
|
+
{
|
|
235946
|
+
"resourceType": "stream",
|
|
235947
|
+
"required": false,
|
|
235948
|
+
"conditionKeys": [],
|
|
235949
|
+
"dependentActions": []
|
|
235950
|
+
},
|
|
235587
235951
|
{
|
|
235588
235952
|
"resourceType": "table",
|
|
235589
235953
|
"required": false,
|
|
@@ -235634,7 +235998,7 @@
|
|
|
235634
235998
|
"name": "UntagResource",
|
|
235635
235999
|
"apiReferenceUrl": "https://docs.aws.amazon.com/keyspaces/latest/devguide/",
|
|
235636
236000
|
"permissionOnly": false,
|
|
235637
|
-
"description": "Grants permission to untag a keyspace or
|
|
236001
|
+
"description": "Grants permission to untag a keyspace, table or stream",
|
|
235638
236002
|
"accessLevel": "Tagging",
|
|
235639
236003
|
"resourceTypes": [
|
|
235640
236004
|
{
|
|
@@ -235643,6 +236007,12 @@
|
|
|
235643
236007
|
"conditionKeys": [],
|
|
235644
236008
|
"dependentActions": []
|
|
235645
236009
|
},
|
|
236010
|
+
{
|
|
236011
|
+
"resourceType": "stream",
|
|
236012
|
+
"required": false,
|
|
236013
|
+
"conditionKeys": [],
|
|
236014
|
+
"dependentActions": []
|
|
236015
|
+
},
|
|
235646
236016
|
{
|
|
235647
236017
|
"resourceType": "table",
|
|
235648
236018
|
"required": false,
|
|
@@ -235691,6 +236061,14 @@
|
|
|
235691
236061
|
"conditionKeys": [
|
|
235692
236062
|
"aws:ResourceTag/${TagKey}"
|
|
235693
236063
|
]
|
|
236064
|
+
},
|
|
236065
|
+
{
|
|
236066
|
+
"name": "stream",
|
|
236067
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/keyspaces/latest/devguide/what-is.html",
|
|
236068
|
+
"arnPattern": "arn:${Partition}:cassandra:${Region}:${Account}:/keyspace/${KeyspaceName}/table/${TableName}/stream/${StreamLabel}",
|
|
236069
|
+
"conditionKeys": [
|
|
236070
|
+
"aws:ResourceTag/${TagKey}"
|
|
236071
|
+
]
|
|
235694
236072
|
}
|
|
235695
236073
|
],
|
|
235696
236074
|
"conditionKeys": [
|
|
@@ -315350,8 +315728,8 @@
|
|
|
315350
315728
|
"accessLevel": "List",
|
|
315351
315729
|
"resourceTypes": [
|
|
315352
315730
|
{
|
|
315353
|
-
"resourceType": "
|
|
315354
|
-
"required":
|
|
315731
|
+
"resourceType": "",
|
|
315732
|
+
"required": false,
|
|
315355
315733
|
"conditionKeys": [],
|
|
315356
315734
|
"dependentActions": []
|
|
315357
315735
|
}
|
|
@@ -350997,6 +351375,977 @@
|
|
|
350997
351375
|
}
|
|
350998
351376
|
]
|
|
350999
351377
|
},
|
|
351378
|
+
{
|
|
351379
|
+
"name": "AWS Service - Oracle Database@AWS",
|
|
351380
|
+
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsservice-oracledatabaseataws.html",
|
|
351381
|
+
"servicePrefix": "odb",
|
|
351382
|
+
"actions": [
|
|
351383
|
+
{
|
|
351384
|
+
"name": "AcceptMarketplaceRegistration",
|
|
351385
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_AcceptMarketplaceRegistration.html",
|
|
351386
|
+
"permissionOnly": false,
|
|
351387
|
+
"description": "Grants permission to register the Amazon Web Services Marketplace token for your Amazon Web Services account to activate your Oracle Database@Amazon Web Services subscription",
|
|
351388
|
+
"accessLevel": "Write",
|
|
351389
|
+
"resourceTypes": [
|
|
351390
|
+
{
|
|
351391
|
+
"resourceType": "",
|
|
351392
|
+
"required": false,
|
|
351393
|
+
"conditionKeys": [],
|
|
351394
|
+
"dependentActions": []
|
|
351395
|
+
}
|
|
351396
|
+
]
|
|
351397
|
+
},
|
|
351398
|
+
{
|
|
351399
|
+
"name": "CreateCloudAutonomousVmCluster",
|
|
351400
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_CreateCloudAutonomousVmCluster.html",
|
|
351401
|
+
"permissionOnly": false,
|
|
351402
|
+
"description": "Grants permission to create a new Autonomous VM cluster in the specified Exadata infrastructure",
|
|
351403
|
+
"accessLevel": "Write",
|
|
351404
|
+
"resourceTypes": [
|
|
351405
|
+
{
|
|
351406
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
351407
|
+
"required": true,
|
|
351408
|
+
"conditionKeys": [],
|
|
351409
|
+
"dependentActions": []
|
|
351410
|
+
},
|
|
351411
|
+
{
|
|
351412
|
+
"resourceType": "odb-network",
|
|
351413
|
+
"required": true,
|
|
351414
|
+
"conditionKeys": [],
|
|
351415
|
+
"dependentActions": []
|
|
351416
|
+
},
|
|
351417
|
+
{
|
|
351418
|
+
"resourceType": "",
|
|
351419
|
+
"required": false,
|
|
351420
|
+
"conditionKeys": [
|
|
351421
|
+
"aws:RequestTag/${TagKey}",
|
|
351422
|
+
"aws:TagKeys"
|
|
351423
|
+
],
|
|
351424
|
+
"dependentActions": []
|
|
351425
|
+
}
|
|
351426
|
+
]
|
|
351427
|
+
},
|
|
351428
|
+
{
|
|
351429
|
+
"name": "CreateCloudExadataInfrastructure",
|
|
351430
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_CreateCloudExadataInfrastructure.html",
|
|
351431
|
+
"permissionOnly": false,
|
|
351432
|
+
"description": "Grants permission to create an Exadata infrastructure",
|
|
351433
|
+
"accessLevel": "Write",
|
|
351434
|
+
"resourceTypes": [
|
|
351435
|
+
{
|
|
351436
|
+
"resourceType": "",
|
|
351437
|
+
"required": false,
|
|
351438
|
+
"conditionKeys": [
|
|
351439
|
+
"aws:RequestTag/${TagKey}",
|
|
351440
|
+
"aws:TagKeys"
|
|
351441
|
+
],
|
|
351442
|
+
"dependentActions": []
|
|
351443
|
+
}
|
|
351444
|
+
]
|
|
351445
|
+
},
|
|
351446
|
+
{
|
|
351447
|
+
"name": "CreateCloudVmCluster",
|
|
351448
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_CreateCloudVmCluster.html",
|
|
351449
|
+
"permissionOnly": false,
|
|
351450
|
+
"description": "Grants permission to create a VM cluster on the specified Exadata infrastructure",
|
|
351451
|
+
"accessLevel": "Write",
|
|
351452
|
+
"resourceTypes": [
|
|
351453
|
+
{
|
|
351454
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
351455
|
+
"required": true,
|
|
351456
|
+
"conditionKeys": [],
|
|
351457
|
+
"dependentActions": []
|
|
351458
|
+
},
|
|
351459
|
+
{
|
|
351460
|
+
"resourceType": "odb-network",
|
|
351461
|
+
"required": true,
|
|
351462
|
+
"conditionKeys": [],
|
|
351463
|
+
"dependentActions": []
|
|
351464
|
+
},
|
|
351465
|
+
{
|
|
351466
|
+
"resourceType": "",
|
|
351467
|
+
"required": false,
|
|
351468
|
+
"conditionKeys": [
|
|
351469
|
+
"aws:RequestTag/${TagKey}",
|
|
351470
|
+
"aws:TagKeys"
|
|
351471
|
+
],
|
|
351472
|
+
"dependentActions": []
|
|
351473
|
+
}
|
|
351474
|
+
]
|
|
351475
|
+
},
|
|
351476
|
+
{
|
|
351477
|
+
"name": "CreateDbNode",
|
|
351478
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_CreateDbNode.html",
|
|
351479
|
+
"permissionOnly": true,
|
|
351480
|
+
"description": "Grants permission to create a DB Node",
|
|
351481
|
+
"accessLevel": "Write",
|
|
351482
|
+
"resourceTypes": [
|
|
351483
|
+
{
|
|
351484
|
+
"resourceType": "db-node",
|
|
351485
|
+
"required": true,
|
|
351486
|
+
"conditionKeys": [],
|
|
351487
|
+
"dependentActions": []
|
|
351488
|
+
}
|
|
351489
|
+
]
|
|
351490
|
+
},
|
|
351491
|
+
{
|
|
351492
|
+
"name": "CreateOdbNetwork",
|
|
351493
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_CreateOdbNetwork.html",
|
|
351494
|
+
"permissionOnly": false,
|
|
351495
|
+
"description": "Grants permission to create an ODB network",
|
|
351496
|
+
"accessLevel": "Write",
|
|
351497
|
+
"resourceTypes": [
|
|
351498
|
+
{
|
|
351499
|
+
"resourceType": "",
|
|
351500
|
+
"required": false,
|
|
351501
|
+
"conditionKeys": [
|
|
351502
|
+
"aws:RequestTag/${TagKey}",
|
|
351503
|
+
"aws:TagKeys"
|
|
351504
|
+
],
|
|
351505
|
+
"dependentActions": []
|
|
351506
|
+
}
|
|
351507
|
+
]
|
|
351508
|
+
},
|
|
351509
|
+
{
|
|
351510
|
+
"name": "CreateOdbPeeringConnection",
|
|
351511
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_CreateOdbPeeringConnection.html",
|
|
351512
|
+
"permissionOnly": false,
|
|
351513
|
+
"description": "Grants permission to create an ODB Peering Connection",
|
|
351514
|
+
"accessLevel": "Write",
|
|
351515
|
+
"resourceTypes": [
|
|
351516
|
+
{
|
|
351517
|
+
"resourceType": "odb-network",
|
|
351518
|
+
"required": true,
|
|
351519
|
+
"conditionKeys": [],
|
|
351520
|
+
"dependentActions": []
|
|
351521
|
+
},
|
|
351522
|
+
{
|
|
351523
|
+
"resourceType": "",
|
|
351524
|
+
"required": false,
|
|
351525
|
+
"conditionKeys": [
|
|
351526
|
+
"aws:RequestTag/${TagKey}",
|
|
351527
|
+
"aws:TagKeys"
|
|
351528
|
+
],
|
|
351529
|
+
"dependentActions": []
|
|
351530
|
+
}
|
|
351531
|
+
]
|
|
351532
|
+
},
|
|
351533
|
+
{
|
|
351534
|
+
"name": "CreateOutboundIntegration",
|
|
351535
|
+
"apiReferenceUrl": "API_CreateOutboundIntegration.html",
|
|
351536
|
+
"permissionOnly": true,
|
|
351537
|
+
"description": "Grants permission to create an Outbound Integration",
|
|
351538
|
+
"accessLevel": "Write",
|
|
351539
|
+
"resourceTypes": [
|
|
351540
|
+
{
|
|
351541
|
+
"resourceType": "cloud-autonomous-vm-cluster",
|
|
351542
|
+
"required": true,
|
|
351543
|
+
"conditionKeys": [],
|
|
351544
|
+
"dependentActions": []
|
|
351545
|
+
},
|
|
351546
|
+
{
|
|
351547
|
+
"resourceType": "cloud-vm-cluster",
|
|
351548
|
+
"required": true,
|
|
351549
|
+
"conditionKeys": [],
|
|
351550
|
+
"dependentActions": []
|
|
351551
|
+
}
|
|
351552
|
+
]
|
|
351553
|
+
},
|
|
351554
|
+
{
|
|
351555
|
+
"name": "DeleteCloudAutonomousVmCluster",
|
|
351556
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_DeleteCloudAutonomousVmCluster.html",
|
|
351557
|
+
"permissionOnly": false,
|
|
351558
|
+
"description": "Grants permission to Deletes an Autonomous VM cluster",
|
|
351559
|
+
"accessLevel": "Write",
|
|
351560
|
+
"resourceTypes": [
|
|
351561
|
+
{
|
|
351562
|
+
"resourceType": "cloud-autonomous-vm-cluster",
|
|
351563
|
+
"required": true,
|
|
351564
|
+
"conditionKeys": [],
|
|
351565
|
+
"dependentActions": []
|
|
351566
|
+
}
|
|
351567
|
+
]
|
|
351568
|
+
},
|
|
351569
|
+
{
|
|
351570
|
+
"name": "DeleteCloudExadataInfrastructure",
|
|
351571
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_DeleteCloudExadataInfrastructure.html",
|
|
351572
|
+
"permissionOnly": false,
|
|
351573
|
+
"description": "Grants permission to delete a specified Exadata infrastructure. Before you use this operation, make sure to delete all of the VM clusters that are hosted on this Exadata infrastructure",
|
|
351574
|
+
"accessLevel": "Write",
|
|
351575
|
+
"resourceTypes": [
|
|
351576
|
+
{
|
|
351577
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
351578
|
+
"required": true,
|
|
351579
|
+
"conditionKeys": [],
|
|
351580
|
+
"dependentActions": []
|
|
351581
|
+
}
|
|
351582
|
+
]
|
|
351583
|
+
},
|
|
351584
|
+
{
|
|
351585
|
+
"name": "DeleteCloudVmCluster",
|
|
351586
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_DeleteCloudVmCluster.html",
|
|
351587
|
+
"permissionOnly": false,
|
|
351588
|
+
"description": "Grants permission to delete a specified VM cluster",
|
|
351589
|
+
"accessLevel": "Write",
|
|
351590
|
+
"resourceTypes": [
|
|
351591
|
+
{
|
|
351592
|
+
"resourceType": "cloud-vm-cluster",
|
|
351593
|
+
"required": true,
|
|
351594
|
+
"conditionKeys": [],
|
|
351595
|
+
"dependentActions": []
|
|
351596
|
+
}
|
|
351597
|
+
]
|
|
351598
|
+
},
|
|
351599
|
+
{
|
|
351600
|
+
"name": "DeleteDbNode",
|
|
351601
|
+
"apiReferenceUrl": "API_DeleteDbNode.html",
|
|
351602
|
+
"permissionOnly": true,
|
|
351603
|
+
"description": "Grants permission to delete a DB Node",
|
|
351604
|
+
"accessLevel": "Write",
|
|
351605
|
+
"resourceTypes": [
|
|
351606
|
+
{
|
|
351607
|
+
"resourceType": "db-node",
|
|
351608
|
+
"required": true,
|
|
351609
|
+
"conditionKeys": [],
|
|
351610
|
+
"dependentActions": []
|
|
351611
|
+
}
|
|
351612
|
+
]
|
|
351613
|
+
},
|
|
351614
|
+
{
|
|
351615
|
+
"name": "DeleteOdbNetwork",
|
|
351616
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_DeleteOdbNetwork.html",
|
|
351617
|
+
"permissionOnly": false,
|
|
351618
|
+
"description": "Grants permission to delete the specified ODB network",
|
|
351619
|
+
"accessLevel": "Write",
|
|
351620
|
+
"resourceTypes": [
|
|
351621
|
+
{
|
|
351622
|
+
"resourceType": "odb-network",
|
|
351623
|
+
"required": true,
|
|
351624
|
+
"conditionKeys": [],
|
|
351625
|
+
"dependentActions": []
|
|
351626
|
+
}
|
|
351627
|
+
]
|
|
351628
|
+
},
|
|
351629
|
+
{
|
|
351630
|
+
"name": "DeleteOdbPeeringConnection",
|
|
351631
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_DeleteOdbPeeringConnection.html",
|
|
351632
|
+
"permissionOnly": false,
|
|
351633
|
+
"description": "Grants permission to delete the specified ODB Peering Connection. When you delete an ODB peering connection, the underlying VPC peering connection is also deleted",
|
|
351634
|
+
"accessLevel": "Write",
|
|
351635
|
+
"resourceTypes": [
|
|
351636
|
+
{
|
|
351637
|
+
"resourceType": "odb-peering-connection",
|
|
351638
|
+
"required": true,
|
|
351639
|
+
"conditionKeys": [],
|
|
351640
|
+
"dependentActions": []
|
|
351641
|
+
}
|
|
351642
|
+
]
|
|
351643
|
+
},
|
|
351644
|
+
{
|
|
351645
|
+
"name": "DeleteResourcePolicy",
|
|
351646
|
+
"apiReferenceUrl": "API_DeleteResourcePolicy.html",
|
|
351647
|
+
"permissionOnly": true,
|
|
351648
|
+
"description": "Grants permission to delete a resource policy",
|
|
351649
|
+
"accessLevel": "Write",
|
|
351650
|
+
"resourceTypes": [
|
|
351651
|
+
{
|
|
351652
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
351653
|
+
"required": true,
|
|
351654
|
+
"conditionKeys": [],
|
|
351655
|
+
"dependentActions": []
|
|
351656
|
+
},
|
|
351657
|
+
{
|
|
351658
|
+
"resourceType": "odb-network",
|
|
351659
|
+
"required": true,
|
|
351660
|
+
"conditionKeys": [],
|
|
351661
|
+
"dependentActions": []
|
|
351662
|
+
}
|
|
351663
|
+
]
|
|
351664
|
+
},
|
|
351665
|
+
{
|
|
351666
|
+
"name": "GetCloudAutonomousVmCluster",
|
|
351667
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_GetCloudAutonomousVmCluster.html",
|
|
351668
|
+
"permissionOnly": false,
|
|
351669
|
+
"description": "Grants permission to get information about a specific Autonomous VM cluster",
|
|
351670
|
+
"accessLevel": "Read",
|
|
351671
|
+
"resourceTypes": [
|
|
351672
|
+
{
|
|
351673
|
+
"resourceType": "cloud-autonomous-vm-cluster",
|
|
351674
|
+
"required": true,
|
|
351675
|
+
"conditionKeys": [],
|
|
351676
|
+
"dependentActions": []
|
|
351677
|
+
}
|
|
351678
|
+
]
|
|
351679
|
+
},
|
|
351680
|
+
{
|
|
351681
|
+
"name": "GetCloudExadataInfrastructure",
|
|
351682
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_GetCloudExadataInfrastructure.html",
|
|
351683
|
+
"permissionOnly": false,
|
|
351684
|
+
"description": "Grants permission to get information about the specified Exadata infrastructure",
|
|
351685
|
+
"accessLevel": "Read",
|
|
351686
|
+
"resourceTypes": [
|
|
351687
|
+
{
|
|
351688
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
351689
|
+
"required": true,
|
|
351690
|
+
"conditionKeys": [],
|
|
351691
|
+
"dependentActions": []
|
|
351692
|
+
}
|
|
351693
|
+
]
|
|
351694
|
+
},
|
|
351695
|
+
{
|
|
351696
|
+
"name": "GetCloudExadataInfrastructureUnallocatedResources",
|
|
351697
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_GetCloudExadataInfrastructureUnallocatedResources.html",
|
|
351698
|
+
"permissionOnly": false,
|
|
351699
|
+
"description": "Grants permission to retrieve information about unallocated resources in a specified Cloud Exadata Infrastructure",
|
|
351700
|
+
"accessLevel": "Read",
|
|
351701
|
+
"resourceTypes": [
|
|
351702
|
+
{
|
|
351703
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
351704
|
+
"required": true,
|
|
351705
|
+
"conditionKeys": [],
|
|
351706
|
+
"dependentActions": []
|
|
351707
|
+
}
|
|
351708
|
+
]
|
|
351709
|
+
},
|
|
351710
|
+
{
|
|
351711
|
+
"name": "GetCloudVmCluster",
|
|
351712
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_GetCloudVmCluster.html",
|
|
351713
|
+
"permissionOnly": false,
|
|
351714
|
+
"description": "Grants permission to get information about the specified VM cluster",
|
|
351715
|
+
"accessLevel": "Read",
|
|
351716
|
+
"resourceTypes": [
|
|
351717
|
+
{
|
|
351718
|
+
"resourceType": "cloud-vm-cluster",
|
|
351719
|
+
"required": true,
|
|
351720
|
+
"conditionKeys": [],
|
|
351721
|
+
"dependentActions": []
|
|
351722
|
+
}
|
|
351723
|
+
]
|
|
351724
|
+
},
|
|
351725
|
+
{
|
|
351726
|
+
"name": "GetDbNode",
|
|
351727
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_GetDbNode.html",
|
|
351728
|
+
"permissionOnly": false,
|
|
351729
|
+
"description": "Grants permission to get information about the specified DB node",
|
|
351730
|
+
"accessLevel": "Read",
|
|
351731
|
+
"resourceTypes": [
|
|
351732
|
+
{
|
|
351733
|
+
"resourceType": "cloud-vm-cluster",
|
|
351734
|
+
"required": true,
|
|
351735
|
+
"conditionKeys": [],
|
|
351736
|
+
"dependentActions": []
|
|
351737
|
+
},
|
|
351738
|
+
{
|
|
351739
|
+
"resourceType": "db-node",
|
|
351740
|
+
"required": true,
|
|
351741
|
+
"conditionKeys": [],
|
|
351742
|
+
"dependentActions": []
|
|
351743
|
+
}
|
|
351744
|
+
]
|
|
351745
|
+
},
|
|
351746
|
+
{
|
|
351747
|
+
"name": "GetDbServer",
|
|
351748
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_GetDbServer.html",
|
|
351749
|
+
"permissionOnly": false,
|
|
351750
|
+
"description": "Grants permission to get information about the specified database server",
|
|
351751
|
+
"accessLevel": "Read",
|
|
351752
|
+
"resourceTypes": [
|
|
351753
|
+
{
|
|
351754
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
351755
|
+
"required": true,
|
|
351756
|
+
"conditionKeys": [],
|
|
351757
|
+
"dependentActions": []
|
|
351758
|
+
}
|
|
351759
|
+
]
|
|
351760
|
+
},
|
|
351761
|
+
{
|
|
351762
|
+
"name": "GetOciOnboardingStatus",
|
|
351763
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_GetOciOnboardingStatus.html",
|
|
351764
|
+
"permissionOnly": false,
|
|
351765
|
+
"description": "Grants permission to get the tenancy activation link and onboarding status for your Amazon Web Services account",
|
|
351766
|
+
"accessLevel": "Read",
|
|
351767
|
+
"resourceTypes": [
|
|
351768
|
+
{
|
|
351769
|
+
"resourceType": "",
|
|
351770
|
+
"required": false,
|
|
351771
|
+
"conditionKeys": [],
|
|
351772
|
+
"dependentActions": []
|
|
351773
|
+
}
|
|
351774
|
+
]
|
|
351775
|
+
},
|
|
351776
|
+
{
|
|
351777
|
+
"name": "GetOdbNetwork",
|
|
351778
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_GetOdbNetwork.html",
|
|
351779
|
+
"permissionOnly": false,
|
|
351780
|
+
"description": "Grants permission to get information about the specified ODB network",
|
|
351781
|
+
"accessLevel": "Read",
|
|
351782
|
+
"resourceTypes": [
|
|
351783
|
+
{
|
|
351784
|
+
"resourceType": "odb-network",
|
|
351785
|
+
"required": true,
|
|
351786
|
+
"conditionKeys": [],
|
|
351787
|
+
"dependentActions": []
|
|
351788
|
+
}
|
|
351789
|
+
]
|
|
351790
|
+
},
|
|
351791
|
+
{
|
|
351792
|
+
"name": "GetOdbPeeringConnection",
|
|
351793
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_GetOdbPeeringConnection.html",
|
|
351794
|
+
"permissionOnly": false,
|
|
351795
|
+
"description": "Grants permission to get information about the specified ODB Peering connection",
|
|
351796
|
+
"accessLevel": "Read",
|
|
351797
|
+
"resourceTypes": [
|
|
351798
|
+
{
|
|
351799
|
+
"resourceType": "odb-peering-connection",
|
|
351800
|
+
"required": true,
|
|
351801
|
+
"conditionKeys": [],
|
|
351802
|
+
"dependentActions": []
|
|
351803
|
+
}
|
|
351804
|
+
]
|
|
351805
|
+
},
|
|
351806
|
+
{
|
|
351807
|
+
"name": "GetResourcePolicy",
|
|
351808
|
+
"apiReferenceUrl": "API_GetResourcePolicy.html",
|
|
351809
|
+
"permissionOnly": true,
|
|
351810
|
+
"description": "Grants permission to get a resource policy",
|
|
351811
|
+
"accessLevel": "Write",
|
|
351812
|
+
"resourceTypes": [
|
|
351813
|
+
{
|
|
351814
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
351815
|
+
"required": true,
|
|
351816
|
+
"conditionKeys": [],
|
|
351817
|
+
"dependentActions": []
|
|
351818
|
+
},
|
|
351819
|
+
{
|
|
351820
|
+
"resourceType": "odb-network",
|
|
351821
|
+
"required": true,
|
|
351822
|
+
"conditionKeys": [],
|
|
351823
|
+
"dependentActions": []
|
|
351824
|
+
}
|
|
351825
|
+
]
|
|
351826
|
+
},
|
|
351827
|
+
{
|
|
351828
|
+
"name": "InitializeService",
|
|
351829
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_InitializeService.html",
|
|
351830
|
+
"permissionOnly": false,
|
|
351831
|
+
"description": "Grants permission to initialize the ODB service for the first time in an account",
|
|
351832
|
+
"accessLevel": "Write",
|
|
351833
|
+
"resourceTypes": [
|
|
351834
|
+
{
|
|
351835
|
+
"resourceType": "",
|
|
351836
|
+
"required": false,
|
|
351837
|
+
"conditionKeys": [],
|
|
351838
|
+
"dependentActions": []
|
|
351839
|
+
}
|
|
351840
|
+
]
|
|
351841
|
+
},
|
|
351842
|
+
{
|
|
351843
|
+
"name": "ListAutonomousVirtualMachines",
|
|
351844
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListAutonomousVirtualMachines.html",
|
|
351845
|
+
"permissionOnly": false,
|
|
351846
|
+
"description": "Grants permission to list all Autonomous VMs in an Autonomous VM cluster",
|
|
351847
|
+
"accessLevel": "Read",
|
|
351848
|
+
"resourceTypes": [
|
|
351849
|
+
{
|
|
351850
|
+
"resourceType": "cloud-autonomous-vm-cluster",
|
|
351851
|
+
"required": false,
|
|
351852
|
+
"conditionKeys": [],
|
|
351853
|
+
"dependentActions": []
|
|
351854
|
+
}
|
|
351855
|
+
]
|
|
351856
|
+
},
|
|
351857
|
+
{
|
|
351858
|
+
"name": "ListCloudAutonomousVmClusters",
|
|
351859
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListCloudAutonomousVmClusters.html",
|
|
351860
|
+
"permissionOnly": false,
|
|
351861
|
+
"description": "Grants permission to list all Autonomous VM clusters in a specified Cloud Exadata infrastructure",
|
|
351862
|
+
"accessLevel": "List",
|
|
351863
|
+
"resourceTypes": [
|
|
351864
|
+
{
|
|
351865
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
351866
|
+
"required": false,
|
|
351867
|
+
"conditionKeys": [],
|
|
351868
|
+
"dependentActions": []
|
|
351869
|
+
}
|
|
351870
|
+
]
|
|
351871
|
+
},
|
|
351872
|
+
{
|
|
351873
|
+
"name": "ListCloudExadataInfrastructures",
|
|
351874
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListCloudExadataInfrastructures.html",
|
|
351875
|
+
"permissionOnly": false,
|
|
351876
|
+
"description": "Grants permission to list information about the Exadata infrastructures owned by your Amazon Web Services account",
|
|
351877
|
+
"accessLevel": "List",
|
|
351878
|
+
"resourceTypes": [
|
|
351879
|
+
{
|
|
351880
|
+
"resourceType": "",
|
|
351881
|
+
"required": false,
|
|
351882
|
+
"conditionKeys": [],
|
|
351883
|
+
"dependentActions": []
|
|
351884
|
+
}
|
|
351885
|
+
]
|
|
351886
|
+
},
|
|
351887
|
+
{
|
|
351888
|
+
"name": "ListCloudVmClusters",
|
|
351889
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListCloudVmClusters.html",
|
|
351890
|
+
"permissionOnly": false,
|
|
351891
|
+
"description": "Grants permission to list information about the VM clusters owned by your Amazon Web Services account or only the ones on the specified Exadata infrastructure",
|
|
351892
|
+
"accessLevel": "List",
|
|
351893
|
+
"resourceTypes": [
|
|
351894
|
+
{
|
|
351895
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
351896
|
+
"required": false,
|
|
351897
|
+
"conditionKeys": [],
|
|
351898
|
+
"dependentActions": []
|
|
351899
|
+
}
|
|
351900
|
+
]
|
|
351901
|
+
},
|
|
351902
|
+
{
|
|
351903
|
+
"name": "ListDbNodes",
|
|
351904
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListDbNodes.html",
|
|
351905
|
+
"permissionOnly": false,
|
|
351906
|
+
"description": "Grants permission to list information about the DB nodes for the specified VM cluster",
|
|
351907
|
+
"accessLevel": "List",
|
|
351908
|
+
"resourceTypes": [
|
|
351909
|
+
{
|
|
351910
|
+
"resourceType": "cloud-vm-cluster",
|
|
351911
|
+
"required": true,
|
|
351912
|
+
"conditionKeys": [],
|
|
351913
|
+
"dependentActions": []
|
|
351914
|
+
}
|
|
351915
|
+
]
|
|
351916
|
+
},
|
|
351917
|
+
{
|
|
351918
|
+
"name": "ListDbServers",
|
|
351919
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListDbServers.html",
|
|
351920
|
+
"permissionOnly": false,
|
|
351921
|
+
"description": "Grants permission to list information about the database servers that belong to the specified Exadata infrastructure",
|
|
351922
|
+
"accessLevel": "Read",
|
|
351923
|
+
"resourceTypes": [
|
|
351924
|
+
{
|
|
351925
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
351926
|
+
"required": true,
|
|
351927
|
+
"conditionKeys": [],
|
|
351928
|
+
"dependentActions": []
|
|
351929
|
+
}
|
|
351930
|
+
]
|
|
351931
|
+
},
|
|
351932
|
+
{
|
|
351933
|
+
"name": "ListDbSystemShapes",
|
|
351934
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListDbSystemShapes.html",
|
|
351935
|
+
"permissionOnly": false,
|
|
351936
|
+
"description": "Grants permission to list information about the shapes that are available for an Exadata infrastructure",
|
|
351937
|
+
"accessLevel": "Read",
|
|
351938
|
+
"resourceTypes": [
|
|
351939
|
+
{
|
|
351940
|
+
"resourceType": "",
|
|
351941
|
+
"required": false,
|
|
351942
|
+
"conditionKeys": [],
|
|
351943
|
+
"dependentActions": []
|
|
351944
|
+
}
|
|
351945
|
+
]
|
|
351946
|
+
},
|
|
351947
|
+
{
|
|
351948
|
+
"name": "ListGiVersions",
|
|
351949
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListGiVersions.html",
|
|
351950
|
+
"permissionOnly": false,
|
|
351951
|
+
"description": "Grants permission to list information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape",
|
|
351952
|
+
"accessLevel": "Read",
|
|
351953
|
+
"resourceTypes": [
|
|
351954
|
+
{
|
|
351955
|
+
"resourceType": "",
|
|
351956
|
+
"required": false,
|
|
351957
|
+
"conditionKeys": [],
|
|
351958
|
+
"dependentActions": []
|
|
351959
|
+
}
|
|
351960
|
+
]
|
|
351961
|
+
},
|
|
351962
|
+
{
|
|
351963
|
+
"name": "ListOdbNetworks",
|
|
351964
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListOdbNetworks.html",
|
|
351965
|
+
"permissionOnly": false,
|
|
351966
|
+
"description": "Grants permission to list information about the ODB networks owned by your Amazon Web Services account",
|
|
351967
|
+
"accessLevel": "List",
|
|
351968
|
+
"resourceTypes": [
|
|
351969
|
+
{
|
|
351970
|
+
"resourceType": "",
|
|
351971
|
+
"required": false,
|
|
351972
|
+
"conditionKeys": [],
|
|
351973
|
+
"dependentActions": []
|
|
351974
|
+
}
|
|
351975
|
+
]
|
|
351976
|
+
},
|
|
351977
|
+
{
|
|
351978
|
+
"name": "ListOdbPeeringConnections",
|
|
351979
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListOdbPeeringConnections.html",
|
|
351980
|
+
"permissionOnly": false,
|
|
351981
|
+
"description": "Grants permission to list all ODB peering connections or those associated with a specific ODB network",
|
|
351982
|
+
"accessLevel": "List",
|
|
351983
|
+
"resourceTypes": [
|
|
351984
|
+
{
|
|
351985
|
+
"resourceType": "odb-network",
|
|
351986
|
+
"required": false,
|
|
351987
|
+
"conditionKeys": [],
|
|
351988
|
+
"dependentActions": []
|
|
351989
|
+
}
|
|
351990
|
+
]
|
|
351991
|
+
},
|
|
351992
|
+
{
|
|
351993
|
+
"name": "ListSystemVersions",
|
|
351994
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListSystemVersions.html",
|
|
351995
|
+
"permissionOnly": false,
|
|
351996
|
+
"description": "Grants permission to list information about the system versions that are available for a VM cluster for the specified giVersion and shape",
|
|
351997
|
+
"accessLevel": "Read",
|
|
351998
|
+
"resourceTypes": [
|
|
351999
|
+
{
|
|
352000
|
+
"resourceType": "",
|
|
352001
|
+
"required": false,
|
|
352002
|
+
"conditionKeys": [],
|
|
352003
|
+
"dependentActions": []
|
|
352004
|
+
}
|
|
352005
|
+
]
|
|
352006
|
+
},
|
|
352007
|
+
{
|
|
352008
|
+
"name": "ListTagsForResource",
|
|
352009
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_ListTagsForResource.html",
|
|
352010
|
+
"permissionOnly": false,
|
|
352011
|
+
"description": "Grants permission to list information about the tags applied to this resource",
|
|
352012
|
+
"accessLevel": "Read",
|
|
352013
|
+
"resourceTypes": [
|
|
352014
|
+
{
|
|
352015
|
+
"resourceType": "cloud-autonomous-vm-cluster",
|
|
352016
|
+
"required": false,
|
|
352017
|
+
"conditionKeys": [],
|
|
352018
|
+
"dependentActions": []
|
|
352019
|
+
},
|
|
352020
|
+
{
|
|
352021
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
352022
|
+
"required": false,
|
|
352023
|
+
"conditionKeys": [],
|
|
352024
|
+
"dependentActions": []
|
|
352025
|
+
},
|
|
352026
|
+
{
|
|
352027
|
+
"resourceType": "cloud-vm-cluster",
|
|
352028
|
+
"required": false,
|
|
352029
|
+
"conditionKeys": [],
|
|
352030
|
+
"dependentActions": []
|
|
352031
|
+
},
|
|
352032
|
+
{
|
|
352033
|
+
"resourceType": "db-node",
|
|
352034
|
+
"required": false,
|
|
352035
|
+
"conditionKeys": [],
|
|
352036
|
+
"dependentActions": []
|
|
352037
|
+
},
|
|
352038
|
+
{
|
|
352039
|
+
"resourceType": "odb-network",
|
|
352040
|
+
"required": false,
|
|
352041
|
+
"conditionKeys": [],
|
|
352042
|
+
"dependentActions": []
|
|
352043
|
+
},
|
|
352044
|
+
{
|
|
352045
|
+
"resourceType": "odb-peering-connection",
|
|
352046
|
+
"required": false,
|
|
352047
|
+
"conditionKeys": [],
|
|
352048
|
+
"dependentActions": []
|
|
352049
|
+
},
|
|
352050
|
+
{
|
|
352051
|
+
"resourceType": "",
|
|
352052
|
+
"required": false,
|
|
352053
|
+
"conditionKeys": [
|
|
352054
|
+
"aws:ResourceTag/${TagKey}"
|
|
352055
|
+
],
|
|
352056
|
+
"dependentActions": []
|
|
352057
|
+
}
|
|
352058
|
+
]
|
|
352059
|
+
},
|
|
352060
|
+
{
|
|
352061
|
+
"name": "PutResourcePolicy",
|
|
352062
|
+
"apiReferenceUrl": "API_PutResourcePolicy.html",
|
|
352063
|
+
"permissionOnly": true,
|
|
352064
|
+
"description": "Grants permission to update a resource policy",
|
|
352065
|
+
"accessLevel": "Write",
|
|
352066
|
+
"resourceTypes": [
|
|
352067
|
+
{
|
|
352068
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
352069
|
+
"required": true,
|
|
352070
|
+
"conditionKeys": [],
|
|
352071
|
+
"dependentActions": []
|
|
352072
|
+
},
|
|
352073
|
+
{
|
|
352074
|
+
"resourceType": "odb-network",
|
|
352075
|
+
"required": true,
|
|
352076
|
+
"conditionKeys": [],
|
|
352077
|
+
"dependentActions": []
|
|
352078
|
+
}
|
|
352079
|
+
]
|
|
352080
|
+
},
|
|
352081
|
+
{
|
|
352082
|
+
"name": "RebootDbNode",
|
|
352083
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_RebootDbNode.html",
|
|
352084
|
+
"permissionOnly": false,
|
|
352085
|
+
"description": "Grants permission to reboot the specified DB node in a VM cluster",
|
|
352086
|
+
"accessLevel": "Read",
|
|
352087
|
+
"resourceTypes": [
|
|
352088
|
+
{
|
|
352089
|
+
"resourceType": "cloud-vm-cluster",
|
|
352090
|
+
"required": true,
|
|
352091
|
+
"conditionKeys": [],
|
|
352092
|
+
"dependentActions": []
|
|
352093
|
+
},
|
|
352094
|
+
{
|
|
352095
|
+
"resourceType": "db-node",
|
|
352096
|
+
"required": true,
|
|
352097
|
+
"conditionKeys": [],
|
|
352098
|
+
"dependentActions": []
|
|
352099
|
+
}
|
|
352100
|
+
]
|
|
352101
|
+
},
|
|
352102
|
+
{
|
|
352103
|
+
"name": "StartDbNode",
|
|
352104
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_StartDbNode.html",
|
|
352105
|
+
"permissionOnly": false,
|
|
352106
|
+
"description": "Grants permission to start the specified DB node in a VM cluster",
|
|
352107
|
+
"accessLevel": "Read",
|
|
352108
|
+
"resourceTypes": [
|
|
352109
|
+
{
|
|
352110
|
+
"resourceType": "cloud-vm-cluster",
|
|
352111
|
+
"required": true,
|
|
352112
|
+
"conditionKeys": [],
|
|
352113
|
+
"dependentActions": []
|
|
352114
|
+
},
|
|
352115
|
+
{
|
|
352116
|
+
"resourceType": "db-node",
|
|
352117
|
+
"required": true,
|
|
352118
|
+
"conditionKeys": [],
|
|
352119
|
+
"dependentActions": []
|
|
352120
|
+
}
|
|
352121
|
+
]
|
|
352122
|
+
},
|
|
352123
|
+
{
|
|
352124
|
+
"name": "StopDbNode",
|
|
352125
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_StopDbNode.html",
|
|
352126
|
+
"permissionOnly": false,
|
|
352127
|
+
"description": "Grants permission to stop the specified DB node in a VM cluster",
|
|
352128
|
+
"accessLevel": "Read",
|
|
352129
|
+
"resourceTypes": [
|
|
352130
|
+
{
|
|
352131
|
+
"resourceType": "cloud-vm-cluster",
|
|
352132
|
+
"required": true,
|
|
352133
|
+
"conditionKeys": [],
|
|
352134
|
+
"dependentActions": []
|
|
352135
|
+
}
|
|
352136
|
+
]
|
|
352137
|
+
},
|
|
352138
|
+
{
|
|
352139
|
+
"name": "TagResource",
|
|
352140
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_TagResource.html",
|
|
352141
|
+
"permissionOnly": false,
|
|
352142
|
+
"description": "Grants permission to apply tags to the specified resource",
|
|
352143
|
+
"accessLevel": "Tagging",
|
|
352144
|
+
"resourceTypes": [
|
|
352145
|
+
{
|
|
352146
|
+
"resourceType": "cloud-autonomous-vm-cluster",
|
|
352147
|
+
"required": false,
|
|
352148
|
+
"conditionKeys": [],
|
|
352149
|
+
"dependentActions": []
|
|
352150
|
+
},
|
|
352151
|
+
{
|
|
352152
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
352153
|
+
"required": false,
|
|
352154
|
+
"conditionKeys": [],
|
|
352155
|
+
"dependentActions": []
|
|
352156
|
+
},
|
|
352157
|
+
{
|
|
352158
|
+
"resourceType": "cloud-vm-cluster",
|
|
352159
|
+
"required": false,
|
|
352160
|
+
"conditionKeys": [],
|
|
352161
|
+
"dependentActions": []
|
|
352162
|
+
},
|
|
352163
|
+
{
|
|
352164
|
+
"resourceType": "db-node",
|
|
352165
|
+
"required": false,
|
|
352166
|
+
"conditionKeys": [],
|
|
352167
|
+
"dependentActions": []
|
|
352168
|
+
},
|
|
352169
|
+
{
|
|
352170
|
+
"resourceType": "odb-network",
|
|
352171
|
+
"required": false,
|
|
352172
|
+
"conditionKeys": [],
|
|
352173
|
+
"dependentActions": []
|
|
352174
|
+
},
|
|
352175
|
+
{
|
|
352176
|
+
"resourceType": "odb-peering-connection",
|
|
352177
|
+
"required": false,
|
|
352178
|
+
"conditionKeys": [],
|
|
352179
|
+
"dependentActions": []
|
|
352180
|
+
},
|
|
352181
|
+
{
|
|
352182
|
+
"resourceType": "",
|
|
352183
|
+
"required": false,
|
|
352184
|
+
"conditionKeys": [
|
|
352185
|
+
"aws:RequestTag/${TagKey}",
|
|
352186
|
+
"aws:ResourceTag/${TagKey}",
|
|
352187
|
+
"aws:TagKeys"
|
|
352188
|
+
],
|
|
352189
|
+
"dependentActions": []
|
|
352190
|
+
}
|
|
352191
|
+
]
|
|
352192
|
+
},
|
|
352193
|
+
{
|
|
352194
|
+
"name": "UntagResource",
|
|
352195
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_UntagResource.html",
|
|
352196
|
+
"permissionOnly": false,
|
|
352197
|
+
"description": "Grants permission to remove tags from the specified resource",
|
|
352198
|
+
"accessLevel": "Tagging",
|
|
352199
|
+
"resourceTypes": [
|
|
352200
|
+
{
|
|
352201
|
+
"resourceType": "cloud-autonomous-vm-cluster",
|
|
352202
|
+
"required": false,
|
|
352203
|
+
"conditionKeys": [],
|
|
352204
|
+
"dependentActions": []
|
|
352205
|
+
},
|
|
352206
|
+
{
|
|
352207
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
352208
|
+
"required": false,
|
|
352209
|
+
"conditionKeys": [],
|
|
352210
|
+
"dependentActions": []
|
|
352211
|
+
},
|
|
352212
|
+
{
|
|
352213
|
+
"resourceType": "cloud-vm-cluster",
|
|
352214
|
+
"required": false,
|
|
352215
|
+
"conditionKeys": [],
|
|
352216
|
+
"dependentActions": []
|
|
352217
|
+
},
|
|
352218
|
+
{
|
|
352219
|
+
"resourceType": "db-node",
|
|
352220
|
+
"required": false,
|
|
352221
|
+
"conditionKeys": [],
|
|
352222
|
+
"dependentActions": []
|
|
352223
|
+
},
|
|
352224
|
+
{
|
|
352225
|
+
"resourceType": "odb-network",
|
|
352226
|
+
"required": false,
|
|
352227
|
+
"conditionKeys": [],
|
|
352228
|
+
"dependentActions": []
|
|
352229
|
+
},
|
|
352230
|
+
{
|
|
352231
|
+
"resourceType": "odb-peering-connection",
|
|
352232
|
+
"required": false,
|
|
352233
|
+
"conditionKeys": [],
|
|
352234
|
+
"dependentActions": []
|
|
352235
|
+
},
|
|
352236
|
+
{
|
|
352237
|
+
"resourceType": "",
|
|
352238
|
+
"required": false,
|
|
352239
|
+
"conditionKeys": [
|
|
352240
|
+
"aws:ResourceTag/${TagKey}",
|
|
352241
|
+
"aws:TagKeys"
|
|
352242
|
+
],
|
|
352243
|
+
"dependentActions": []
|
|
352244
|
+
}
|
|
352245
|
+
]
|
|
352246
|
+
},
|
|
352247
|
+
{
|
|
352248
|
+
"name": "UpdateCloudExadataInfrastructure",
|
|
352249
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_UpdateCloudExadataInfrastructure.html",
|
|
352250
|
+
"permissionOnly": false,
|
|
352251
|
+
"description": "Grants permission to update the properties of an Exadata infrastructure resource",
|
|
352252
|
+
"accessLevel": "Write",
|
|
352253
|
+
"resourceTypes": [
|
|
352254
|
+
{
|
|
352255
|
+
"resourceType": "cloud-exadata-infrastructure",
|
|
352256
|
+
"required": true,
|
|
352257
|
+
"conditionKeys": [],
|
|
352258
|
+
"dependentActions": []
|
|
352259
|
+
}
|
|
352260
|
+
]
|
|
352261
|
+
},
|
|
352262
|
+
{
|
|
352263
|
+
"name": "UpdateOdbNetwork",
|
|
352264
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/developerguide/API_UpdateOdbNetwork.html",
|
|
352265
|
+
"permissionOnly": false,
|
|
352266
|
+
"description": "Grants permission to update properties of a specified ODB network",
|
|
352267
|
+
"accessLevel": "Write",
|
|
352268
|
+
"resourceTypes": [
|
|
352269
|
+
{
|
|
352270
|
+
"resourceType": "odb-network",
|
|
352271
|
+
"required": true,
|
|
352272
|
+
"conditionKeys": [],
|
|
352273
|
+
"dependentActions": []
|
|
352274
|
+
}
|
|
352275
|
+
]
|
|
352276
|
+
}
|
|
352277
|
+
],
|
|
352278
|
+
"resourceTypes": [
|
|
352279
|
+
{
|
|
352280
|
+
"name": "cloud-autonomous-vm-cluster",
|
|
352281
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/APIReference/CloudAutonomousVmCluster.html",
|
|
352282
|
+
"arnPattern": "arn:${Partition}:odb:${Region}:${Account}:cloud-autonomous-vm-cluster/${CloudAutonomousVmClusterId}",
|
|
352283
|
+
"conditionKeys": [
|
|
352284
|
+
"aws:ResourceTag/${TagKey}"
|
|
352285
|
+
]
|
|
352286
|
+
},
|
|
352287
|
+
{
|
|
352288
|
+
"name": "cloud-exadata-infrastructure",
|
|
352289
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/APIReference/CloudExadataInfrastructure.html",
|
|
352290
|
+
"arnPattern": "arn:${Partition}:odb:${Region}:${Account}:cloud-exadata-infrastructure/${CloudExadataInfrastructureId}",
|
|
352291
|
+
"conditionKeys": [
|
|
352292
|
+
"aws:ResourceTag/${TagKey}"
|
|
352293
|
+
]
|
|
352294
|
+
},
|
|
352295
|
+
{
|
|
352296
|
+
"name": "cloud-vm-cluster",
|
|
352297
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/APIReference/CloudVmCluster.html",
|
|
352298
|
+
"arnPattern": "arn:${Partition}:odb:${Region}:${Account}:cloud-vm-cluster/${CloudVmClusterId}",
|
|
352299
|
+
"conditionKeys": [
|
|
352300
|
+
"aws:ResourceTag/${TagKey}"
|
|
352301
|
+
]
|
|
352302
|
+
},
|
|
352303
|
+
{
|
|
352304
|
+
"name": "db-node",
|
|
352305
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/APIReference/DbNode.html",
|
|
352306
|
+
"arnPattern": "arn:${Partition}:odb:${Region}:${Account}:db-node/${DbNodeId}",
|
|
352307
|
+
"conditionKeys": [
|
|
352308
|
+
"aws:ResourceTag/${TagKey}"
|
|
352309
|
+
]
|
|
352310
|
+
},
|
|
352311
|
+
{
|
|
352312
|
+
"name": "odb-network",
|
|
352313
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/APIReference/OdbNetwork.html",
|
|
352314
|
+
"arnPattern": "arn:${Partition}:odb:${Region}:${Account}:odb-network/${OdbNetworkId}",
|
|
352315
|
+
"conditionKeys": [
|
|
352316
|
+
"aws:ResourceTag/${TagKey}"
|
|
352317
|
+
]
|
|
352318
|
+
},
|
|
352319
|
+
{
|
|
352320
|
+
"name": "odb-peering-connection",
|
|
352321
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/APIReference/OdbPeeringConnection.html",
|
|
352322
|
+
"arnPattern": "arn:${Partition}:odb:${Region}:${Account}:odb-peering-connection/${OdbPeeringConnectionId}",
|
|
352323
|
+
"conditionKeys": [
|
|
352324
|
+
"aws:ResourceTag/${TagKey}"
|
|
352325
|
+
]
|
|
352326
|
+
}
|
|
352327
|
+
],
|
|
352328
|
+
"conditionKeys": [
|
|
352329
|
+
{
|
|
352330
|
+
"name": "aws:RequestTag/${TagKey}",
|
|
352331
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-requesttag",
|
|
352332
|
+
"description": "Filters access by a tag key and value pair that is allowed in the request",
|
|
352333
|
+
"type": "String"
|
|
352334
|
+
},
|
|
352335
|
+
{
|
|
352336
|
+
"name": "aws:ResourceTag/${TagKey}",
|
|
352337
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-resourcetag",
|
|
352338
|
+
"description": "Filters access by a tag key and value pair of a resource",
|
|
352339
|
+
"type": "String"
|
|
352340
|
+
},
|
|
352341
|
+
{
|
|
352342
|
+
"name": "aws:TagKeys",
|
|
352343
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-tagkeys",
|
|
352344
|
+
"description": "Filters access by a list of tag keys that are allowed in the request",
|
|
352345
|
+
"type": "ArrayOfString"
|
|
352346
|
+
}
|
|
352347
|
+
]
|
|
352348
|
+
},
|
|
351000
352349
|
{
|
|
351001
352350
|
"name": "AWS Service Catalog",
|
|
351002
352351
|
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsservicecatalog.html",
|
|
@@ -371847,7 +373196,9 @@
|
|
|
371847
373196
|
{
|
|
371848
373197
|
"resourceType": "",
|
|
371849
373198
|
"required": false,
|
|
371850
|
-
"conditionKeys": [
|
|
373199
|
+
"conditionKeys": [
|
|
373200
|
+
"ssm:InventoryTypeName"
|
|
373201
|
+
],
|
|
371851
373202
|
"dependentActions": []
|
|
371852
373203
|
}
|
|
371853
373204
|
]
|
|
@@ -372848,6 +374199,12 @@
|
|
|
372848
374199
|
"description": "Filters access by verifying that a user has permission to access a document belonging to a specific document type. Only available in \"aws\", \"aws-cn\", and \"aws-us-gov\" partitions",
|
|
372849
374200
|
"type": "String"
|
|
372850
374201
|
},
|
|
374202
|
+
{
|
|
374203
|
+
"name": "ssm:InventoryTypeName",
|
|
374204
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/auth-and-access-control-iam-access-control-identity-based.html#policy-conditions",
|
|
374205
|
+
"description": "Filters access by verifying that a user also has access to the InventoryType specified in the request",
|
|
374206
|
+
"type": "ArrayOfString"
|
|
374207
|
+
},
|
|
372851
374208
|
{
|
|
372852
374209
|
"name": "ssm:Overwrite",
|
|
372853
374210
|
"apiReferenceUrl": "https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policy-conditions.html#overwrite-condition",
|