aws-iam-data 0.0.146 → 0.0.147
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/iam.json
CHANGED
|
@@ -129517,7 +129517,7 @@
|
|
|
129517
129517
|
},
|
|
129518
129518
|
{
|
|
129519
129519
|
"name": "access-entry",
|
|
129520
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/access-
|
|
129520
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html",
|
|
129521
129521
|
"arnPattern": "arn:${Partition}:eks:${Region}:${Account}:access-entry/${ClusterName}/${IamIdentityType}/${IamIdentityAccountID}/${IamIdentityName}/${UUID}",
|
|
129522
129522
|
"conditionKeys": [
|
|
129523
129523
|
"aws:ResourceTag/${TagKey}",
|
|
@@ -129530,7 +129530,7 @@
|
|
|
129530
129530
|
},
|
|
129531
129531
|
{
|
|
129532
129532
|
"name": "access-policy",
|
|
129533
|
-
"apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/access-
|
|
129533
|
+
"apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/access-policies.html",
|
|
129534
129534
|
"arnPattern": "arn:${Partition}:eks::aws:cluster-access-policy/${AccessPolicyName}",
|
|
129535
129535
|
"conditionKeys": []
|
|
129536
129536
|
}
|
|
@@ -129570,7 +129570,7 @@
|
|
|
129570
129570
|
"name": "eks:bootstrapClusterCreatorAdminPermissions",
|
|
129571
129571
|
"apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies",
|
|
129572
129572
|
"description": "Filters access by the bootstrapClusterCreatorAdminPermissions present in the create cluster request",
|
|
129573
|
-
"type": "
|
|
129573
|
+
"type": "Bool"
|
|
129574
129574
|
},
|
|
129575
129575
|
{
|
|
129576
129576
|
"name": "eks:clientId",
|
|
@@ -129594,7 +129594,7 @@
|
|
|
129594
129594
|
"name": "eks:kubernetesGroups",
|
|
129595
129595
|
"apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies",
|
|
129596
129596
|
"description": "Filters access by the kubernetesGroups present in the access entry requests the user makes to the EKS service",
|
|
129597
|
-
"type": "
|
|
129597
|
+
"type": "ArrayOfString"
|
|
129598
129598
|
},
|
|
129599
129599
|
{
|
|
129600
129600
|
"name": "eks:namespaces",
|
|
@@ -129606,13 +129606,13 @@
|
|
|
129606
129606
|
"name": "eks:policyArn",
|
|
129607
129607
|
"apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies",
|
|
129608
129608
|
"description": "Filters access by the policyArn present in the access entry requests the user makes to the EKS service",
|
|
129609
|
-
"type": "
|
|
129609
|
+
"type": "ARN"
|
|
129610
129610
|
},
|
|
129611
129611
|
{
|
|
129612
129612
|
"name": "eks:principalArn",
|
|
129613
129613
|
"apiReferenceUrl": "https://docs.aws.amazon.com/eks/latest/userguide/security_iam_service-with-iam.html#security_iam_service-with-iam-id-based-policies",
|
|
129614
129614
|
"description": "Filters access by the principalArn present in the access entry requests requests the user makes to the EKS service",
|
|
129615
|
-
"type": "
|
|
129615
|
+
"type": "ARN"
|
|
129616
129616
|
},
|
|
129617
129617
|
{
|
|
129618
129618
|
"name": "eks:username",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-data",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.147",
|
|
4
4
|
"description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|