aws-iam-managed-policies 0.0.97 → 0.0.99
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/managedPolicies.json +390 -6
- package/package.json +1 -1
|
@@ -175276,8 +175276,8 @@
|
|
|
175276
175276
|
},
|
|
175277
175277
|
"AmazonRDSServiceRolePolicy": {
|
|
175278
175278
|
"arn": "arn:aws:iam::aws:policy/aws-service-role/AmazonRDSServiceRolePolicy",
|
|
175279
|
-
"latestVersionId": "
|
|
175280
|
-
"versionsCount":
|
|
175279
|
+
"latestVersionId": "v13",
|
|
175280
|
+
"versionsCount": 13,
|
|
175281
175281
|
"versions": {
|
|
175282
175282
|
"v1": {
|
|
175283
175283
|
"createdDate": "2018-01-08T18:17:46.000Z",
|
|
@@ -176379,10 +176379,181 @@
|
|
|
176379
176379
|
}
|
|
176380
176380
|
]
|
|
176381
176381
|
}
|
|
176382
|
+
},
|
|
176383
|
+
"v13": {
|
|
176384
|
+
"createdDate": "2018-01-08T18:17:46.000Z",
|
|
176385
|
+
"document": {
|
|
176386
|
+
"Version": "2012-10-17",
|
|
176387
|
+
"Statement": [
|
|
176388
|
+
{
|
|
176389
|
+
"Sid": "CrossRegionCommunication",
|
|
176390
|
+
"Effect": "Allow",
|
|
176391
|
+
"Action": [
|
|
176392
|
+
"rds:CrossRegionCommunication"
|
|
176393
|
+
],
|
|
176394
|
+
"Resource": "*"
|
|
176395
|
+
},
|
|
176396
|
+
{
|
|
176397
|
+
"Sid": "Ec2",
|
|
176398
|
+
"Effect": "Allow",
|
|
176399
|
+
"Action": [
|
|
176400
|
+
"ec2:AllocateAddress",
|
|
176401
|
+
"ec2:AssociateAddress",
|
|
176402
|
+
"ec2:AuthorizeSecurityGroupIngress",
|
|
176403
|
+
"ec2:CreateCoipPoolPermission",
|
|
176404
|
+
"ec2:CreateLocalGatewayRouteTablePermission",
|
|
176405
|
+
"ec2:CreateNetworkInterface",
|
|
176406
|
+
"ec2:CreateSecurityGroup",
|
|
176407
|
+
"ec2:DeleteCoipPoolPermission",
|
|
176408
|
+
"ec2:DeleteLocalGatewayRouteTablePermission",
|
|
176409
|
+
"ec2:DeleteNetworkInterface",
|
|
176410
|
+
"ec2:DeleteSecurityGroup",
|
|
176411
|
+
"ec2:DescribeAddresses",
|
|
176412
|
+
"ec2:DescribeAvailabilityZones",
|
|
176413
|
+
"ec2:DescribeCoipPools",
|
|
176414
|
+
"ec2:DescribeInternetGateways",
|
|
176415
|
+
"ec2:DescribeLocalGatewayRouteTablePermissions",
|
|
176416
|
+
"ec2:DescribeLocalGatewayRouteTables",
|
|
176417
|
+
"ec2:DescribeLocalGatewayRouteTableVpcAssociations",
|
|
176418
|
+
"ec2:DescribeLocalGateways",
|
|
176419
|
+
"ec2:DescribeSecurityGroups",
|
|
176420
|
+
"ec2:DescribeSubnets",
|
|
176421
|
+
"ec2:DescribeVpcAttribute",
|
|
176422
|
+
"ec2:DescribeVpcs",
|
|
176423
|
+
"ec2:DisassociateAddress",
|
|
176424
|
+
"ec2:ModifyNetworkInterfaceAttribute",
|
|
176425
|
+
"ec2:ModifyVpcEndpoint",
|
|
176426
|
+
"ec2:ReleaseAddress",
|
|
176427
|
+
"ec2:RevokeSecurityGroupIngress",
|
|
176428
|
+
"ec2:CreateVpcEndpoint",
|
|
176429
|
+
"ec2:DescribeVpcEndpoints",
|
|
176430
|
+
"ec2:DeleteVpcEndpoints",
|
|
176431
|
+
"ec2:AssignPrivateIpAddresses",
|
|
176432
|
+
"ec2:UnassignPrivateIpAddresses"
|
|
176433
|
+
],
|
|
176434
|
+
"Resource": "*"
|
|
176435
|
+
},
|
|
176436
|
+
{
|
|
176437
|
+
"Sid": "Sns",
|
|
176438
|
+
"Effect": "Allow",
|
|
176439
|
+
"Action": [
|
|
176440
|
+
"sns:Publish"
|
|
176441
|
+
],
|
|
176442
|
+
"Resource": "*"
|
|
176443
|
+
},
|
|
176444
|
+
{
|
|
176445
|
+
"Sid": "CloudWatchLogs",
|
|
176446
|
+
"Effect": "Allow",
|
|
176447
|
+
"Action": [
|
|
176448
|
+
"logs:CreateLogGroup"
|
|
176449
|
+
],
|
|
176450
|
+
"Resource": [
|
|
176451
|
+
"arn:aws:logs:*:*:log-group:/aws/rds/*",
|
|
176452
|
+
"arn:aws:logs:*:*:log-group:/aws/docdb/*",
|
|
176453
|
+
"arn:aws:logs:*:*:log-group:/aws/neptune/*"
|
|
176454
|
+
]
|
|
176455
|
+
},
|
|
176456
|
+
{
|
|
176457
|
+
"Sid": "CloudWatchStreams",
|
|
176458
|
+
"Effect": "Allow",
|
|
176459
|
+
"Action": [
|
|
176460
|
+
"logs:CreateLogStream",
|
|
176461
|
+
"logs:PutLogEvents",
|
|
176462
|
+
"logs:DescribeLogStreams"
|
|
176463
|
+
],
|
|
176464
|
+
"Resource": [
|
|
176465
|
+
"arn:aws:logs:*:*:log-group:/aws/rds/*:log-stream:*",
|
|
176466
|
+
"arn:aws:logs:*:*:log-group:/aws/docdb/*:log-stream:*",
|
|
176467
|
+
"arn:aws:logs:*:*:log-group:/aws/neptune/*:log-stream:*"
|
|
176468
|
+
]
|
|
176469
|
+
},
|
|
176470
|
+
{
|
|
176471
|
+
"Sid": "Kinesis",
|
|
176472
|
+
"Effect": "Allow",
|
|
176473
|
+
"Action": [
|
|
176474
|
+
"kinesis:CreateStream",
|
|
176475
|
+
"kinesis:PutRecord",
|
|
176476
|
+
"kinesis:PutRecords",
|
|
176477
|
+
"kinesis:DescribeStream",
|
|
176478
|
+
"kinesis:SplitShard",
|
|
176479
|
+
"kinesis:MergeShards",
|
|
176480
|
+
"kinesis:DeleteStream",
|
|
176481
|
+
"kinesis:UpdateShardCount"
|
|
176482
|
+
],
|
|
176483
|
+
"Resource": [
|
|
176484
|
+
"arn:aws:kinesis:*:*:stream/aws-rds-das-*"
|
|
176485
|
+
]
|
|
176486
|
+
},
|
|
176487
|
+
{
|
|
176488
|
+
"Sid": "CloudWatch",
|
|
176489
|
+
"Effect": "Allow",
|
|
176490
|
+
"Action": [
|
|
176491
|
+
"cloudwatch:PutMetricData"
|
|
176492
|
+
],
|
|
176493
|
+
"Resource": "*",
|
|
176494
|
+
"Condition": {
|
|
176495
|
+
"StringEquals": {
|
|
176496
|
+
"cloudwatch:namespace": [
|
|
176497
|
+
"AWS/DocDB",
|
|
176498
|
+
"AWS/Neptune",
|
|
176499
|
+
"AWS/RDS",
|
|
176500
|
+
"AWS/Usage"
|
|
176501
|
+
]
|
|
176502
|
+
}
|
|
176503
|
+
}
|
|
176504
|
+
},
|
|
176505
|
+
{
|
|
176506
|
+
"Sid": "SecretsManagerPassword",
|
|
176507
|
+
"Effect": "Allow",
|
|
176508
|
+
"Action": [
|
|
176509
|
+
"secretsmanager:GetRandomPassword"
|
|
176510
|
+
],
|
|
176511
|
+
"Resource": "*"
|
|
176512
|
+
},
|
|
176513
|
+
{
|
|
176514
|
+
"Sid": "SecretsManagerSecret",
|
|
176515
|
+
"Effect": "Allow",
|
|
176516
|
+
"Action": [
|
|
176517
|
+
"secretsmanager:DeleteSecret",
|
|
176518
|
+
"secretsmanager:DescribeSecret",
|
|
176519
|
+
"secretsmanager:PutSecretValue",
|
|
176520
|
+
"secretsmanager:RotateSecret",
|
|
176521
|
+
"secretsmanager:UpdateSecret",
|
|
176522
|
+
"secretsmanager:UpdateSecretVersionStage",
|
|
176523
|
+
"secretsmanager:ListSecretVersionIds"
|
|
176524
|
+
],
|
|
176525
|
+
"Resource": [
|
|
176526
|
+
"arn:aws:secretsmanager:*:*:secret:rds!*"
|
|
176527
|
+
],
|
|
176528
|
+
"Condition": {
|
|
176529
|
+
"StringLike": {
|
|
176530
|
+
"secretsmanager:ResourceTag/aws:secretsmanager:owningService": "rds"
|
|
176531
|
+
}
|
|
176532
|
+
}
|
|
176533
|
+
},
|
|
176534
|
+
{
|
|
176535
|
+
"Sid": "SecretsManagerTags",
|
|
176536
|
+
"Effect": "Allow",
|
|
176537
|
+
"Action": "secretsmanager:TagResource",
|
|
176538
|
+
"Resource": "arn:aws:secretsmanager:*:*:secret:rds!*",
|
|
176539
|
+
"Condition": {
|
|
176540
|
+
"ForAllValues:StringEquals": {
|
|
176541
|
+
"aws:TagKeys": [
|
|
176542
|
+
"aws:rds:primaryDBInstanceArn",
|
|
176543
|
+
"aws:rds:primaryDBClusterArn"
|
|
176544
|
+
]
|
|
176545
|
+
},
|
|
176546
|
+
"StringLike": {
|
|
176547
|
+
"secretsmanager:ResourceTag/aws:secretsmanager:owningService": "rds"
|
|
176548
|
+
}
|
|
176549
|
+
}
|
|
176550
|
+
}
|
|
176551
|
+
]
|
|
176552
|
+
}
|
|
176382
176553
|
}
|
|
176383
176554
|
},
|
|
176384
176555
|
"createdDate": "2018-01-08T18:17:46.000Z",
|
|
176385
|
-
"lastUpdatedDate": "
|
|
176556
|
+
"lastUpdatedDate": "2024-01-19T15:10:09.000Z"
|
|
176386
176557
|
},
|
|
176387
176558
|
"AutoScalingServiceRolePolicy": {
|
|
176388
176559
|
"arn": "arn:aws:iam::aws:policy/aws-service-role/AutoScalingServiceRolePolicy",
|
|
@@ -178474,8 +178645,8 @@
|
|
|
178474
178645
|
},
|
|
178475
178646
|
"AWSTrustedAdvisorServiceRolePolicy": {
|
|
178476
178647
|
"arn": "arn:aws:iam::aws:policy/aws-service-role/AWSTrustedAdvisorServiceRolePolicy",
|
|
178477
|
-
"latestVersionId": "
|
|
178478
|
-
"versionsCount":
|
|
178648
|
+
"latestVersionId": "v12",
|
|
178649
|
+
"versionsCount": 12,
|
|
178479
178650
|
"versions": {
|
|
178480
178651
|
"v1": {
|
|
178481
178652
|
"createdDate": "2018-02-22T21:24:25.000Z",
|
|
@@ -179496,10 +179667,121 @@
|
|
|
179496
179667
|
}
|
|
179497
179668
|
]
|
|
179498
179669
|
}
|
|
179670
|
+
},
|
|
179671
|
+
"v12": {
|
|
179672
|
+
"createdDate": "2018-02-22T21:24:25.000Z",
|
|
179673
|
+
"document": {
|
|
179674
|
+
"Version": "2012-10-17",
|
|
179675
|
+
"Statement": [
|
|
179676
|
+
{
|
|
179677
|
+
"Sid": "TrustedAdvisorServiceRolePermissions",
|
|
179678
|
+
"Effect": "Allow",
|
|
179679
|
+
"Action": [
|
|
179680
|
+
"autoscaling:DescribeAccountLimits",
|
|
179681
|
+
"autoscaling:DescribeAutoScalingGroups",
|
|
179682
|
+
"autoscaling:DescribeLaunchConfigurations",
|
|
179683
|
+
"ce:GetReservationPurchaseRecommendation",
|
|
179684
|
+
"ce:GetSavingsPlansPurchaseRecommendation",
|
|
179685
|
+
"cloudformation:DescribeAccountLimits",
|
|
179686
|
+
"cloudformation:DescribeStacks",
|
|
179687
|
+
"cloudformation:ListStacks",
|
|
179688
|
+
"cloudfront:ListDistributions",
|
|
179689
|
+
"cloudtrail:DescribeTrails",
|
|
179690
|
+
"cloudtrail:GetTrailStatus",
|
|
179691
|
+
"cloudtrail:GetTrail",
|
|
179692
|
+
"cloudtrail:ListTrails",
|
|
179693
|
+
"cloudtrail:GetEventSelectors",
|
|
179694
|
+
"cloudwatch:GetMetricStatistics",
|
|
179695
|
+
"dynamodb:DescribeLimits",
|
|
179696
|
+
"dynamodb:DescribeTable",
|
|
179697
|
+
"dynamodb:ListTables",
|
|
179698
|
+
"ec2:DescribeAddresses",
|
|
179699
|
+
"ec2:DescribeReservedInstances",
|
|
179700
|
+
"ec2:DescribeInstances",
|
|
179701
|
+
"ec2:DescribeVpcs",
|
|
179702
|
+
"ec2:DescribeInternetGateways",
|
|
179703
|
+
"ec2:DescribeImages",
|
|
179704
|
+
"ec2:DescribeVolumes",
|
|
179705
|
+
"ec2:DescribeSecurityGroups",
|
|
179706
|
+
"ec2:DescribeSubnets",
|
|
179707
|
+
"ec2:DescribeRegions",
|
|
179708
|
+
"ec2:DescribeReservedInstancesOfferings",
|
|
179709
|
+
"ec2:DescribeSnapshots",
|
|
179710
|
+
"ec2:DescribeVpnConnections",
|
|
179711
|
+
"ec2:DescribeVpnGateways",
|
|
179712
|
+
"ec2:DescribeLaunchTemplateVersions",
|
|
179713
|
+
"ecs:DescribeTaskDefinition",
|
|
179714
|
+
"ecs:ListTaskDefinitions",
|
|
179715
|
+
"elasticloadbalancing:DescribeAccountLimits",
|
|
179716
|
+
"elasticloadbalancing:DescribeInstanceHealth",
|
|
179717
|
+
"elasticloadbalancing:DescribeLoadBalancerAttributes",
|
|
179718
|
+
"elasticloadbalancing:DescribeLoadBalancerPolicies",
|
|
179719
|
+
"elasticloadbalancing:DescribeLoadBalancerPolicyTypes",
|
|
179720
|
+
"elasticloadbalancing:DescribeLoadBalancers",
|
|
179721
|
+
"elasticloadbalancing:DescribeTargetGroups",
|
|
179722
|
+
"iam:GenerateCredentialReport",
|
|
179723
|
+
"iam:GetAccountPasswordPolicy",
|
|
179724
|
+
"iam:GetAccountSummary",
|
|
179725
|
+
"iam:GetCredentialReport",
|
|
179726
|
+
"iam:GetServerCertificate",
|
|
179727
|
+
"iam:ListServerCertificates",
|
|
179728
|
+
"kinesis:DescribeLimits",
|
|
179729
|
+
"kafka:ListClustersV2",
|
|
179730
|
+
"kafka:ListNodes",
|
|
179731
|
+
"outposts:ListAssets",
|
|
179732
|
+
"outposts:GetOutpost",
|
|
179733
|
+
"outposts:ListOutposts",
|
|
179734
|
+
"rds:DescribeAccountAttributes",
|
|
179735
|
+
"rds:DescribeDBClusters",
|
|
179736
|
+
"rds:DescribeDBEngineVersions",
|
|
179737
|
+
"rds:DescribeDBInstances",
|
|
179738
|
+
"rds:DescribeDBParameterGroups",
|
|
179739
|
+
"rds:DescribeDBParameters",
|
|
179740
|
+
"rds:DescribeDBSecurityGroups",
|
|
179741
|
+
"rds:DescribeDBSnapshots",
|
|
179742
|
+
"rds:DescribeDBSubnetGroups",
|
|
179743
|
+
"rds:DescribeEngineDefaultParameters",
|
|
179744
|
+
"rds:DescribeEvents",
|
|
179745
|
+
"rds:DescribeOptionGroupOptions",
|
|
179746
|
+
"rds:DescribeOptionGroups",
|
|
179747
|
+
"rds:DescribeOrderableDBInstanceOptions",
|
|
179748
|
+
"rds:DescribeReservedDBInstances",
|
|
179749
|
+
"rds:DescribeReservedDBInstancesOfferings",
|
|
179750
|
+
"rds:ListTagsForResource",
|
|
179751
|
+
"redshift:DescribeClusters",
|
|
179752
|
+
"redshift:DescribeReservedNodeOfferings",
|
|
179753
|
+
"redshift:DescribeReservedNodes",
|
|
179754
|
+
"route53:GetAccountLimit",
|
|
179755
|
+
"route53:GetHealthCheck",
|
|
179756
|
+
"route53:GetHostedZone",
|
|
179757
|
+
"route53:ListHealthChecks",
|
|
179758
|
+
"route53:ListHostedZones",
|
|
179759
|
+
"route53:ListHostedZonesByName",
|
|
179760
|
+
"route53:ListResourceRecordSets",
|
|
179761
|
+
"route53resolver:ListResolverEndpoints",
|
|
179762
|
+
"route53resolver:ListResolverEndpointIpAddresses",
|
|
179763
|
+
"s3:GetAccountPublicAccessBlock",
|
|
179764
|
+
"s3:GetBucketAcl",
|
|
179765
|
+
"s3:GetBucketPolicy",
|
|
179766
|
+
"s3:GetBucketPolicyStatus",
|
|
179767
|
+
"s3:GetBucketLocation",
|
|
179768
|
+
"s3:GetBucketLogging",
|
|
179769
|
+
"s3:GetBucketVersioning",
|
|
179770
|
+
"s3:GetBucketPublicAccessBlock",
|
|
179771
|
+
"s3:GetLifecycleConfiguration",
|
|
179772
|
+
"s3:ListBucket",
|
|
179773
|
+
"s3:ListAllMyBuckets",
|
|
179774
|
+
"ses:GetSendQuota",
|
|
179775
|
+
"sqs:ListQueues"
|
|
179776
|
+
],
|
|
179777
|
+
"Resource": "*"
|
|
179778
|
+
}
|
|
179779
|
+
]
|
|
179780
|
+
}
|
|
179499
179781
|
}
|
|
179500
179782
|
},
|
|
179501
179783
|
"createdDate": "2018-02-22T21:24:25.000Z",
|
|
179502
|
-
"lastUpdatedDate": "
|
|
179784
|
+
"lastUpdatedDate": "2024-01-18T16:25:15.000Z"
|
|
179503
179785
|
},
|
|
179504
179786
|
"AmazonESCognitoAccess": {
|
|
179505
179787
|
"arn": "arn:aws:iam::aws:policy/AmazonESCognitoAccess",
|
|
@@ -501173,5 +501455,107 @@
|
|
|
501173
501455
|
},
|
|
501174
501456
|
"createdDate": "2024-01-10T22:56:41.000Z",
|
|
501175
501457
|
"lastUpdatedDate": "2024-01-10T22:56:41.000Z"
|
|
501458
|
+
},
|
|
501459
|
+
"AmazonECSInfrastructureRolePolicyForServiceConnectTransportLayerSecurity": {
|
|
501460
|
+
"arn": "arn:aws:iam::aws:policy/service-role/AmazonECSInfrastructureRolePolicyForServiceConnectTransportLayerSecurity",
|
|
501461
|
+
"latestVersionId": "v1",
|
|
501462
|
+
"versionsCount": 1,
|
|
501463
|
+
"versions": {
|
|
501464
|
+
"v1": {
|
|
501465
|
+
"createdDate": "2024-01-19T20:08:36.000Z",
|
|
501466
|
+
"document": {
|
|
501467
|
+
"Version": "2012-10-17",
|
|
501468
|
+
"Statement": [
|
|
501469
|
+
{
|
|
501470
|
+
"Sid": "CreateSecret",
|
|
501471
|
+
"Effect": "Allow",
|
|
501472
|
+
"Action": "secretsmanager:CreateSecret",
|
|
501473
|
+
"Resource": "arn:aws:secretsmanager:*:*:secret:ecs-sc!*",
|
|
501474
|
+
"Condition": {
|
|
501475
|
+
"ArnLike": {
|
|
501476
|
+
"aws:RequestTag/AmazonECSCreated": [
|
|
501477
|
+
"arn:aws:ecs:*:*:service/*/*",
|
|
501478
|
+
"arn:aws:ecs:*:*:task-set/*/*"
|
|
501479
|
+
]
|
|
501480
|
+
},
|
|
501481
|
+
"StringEquals": {
|
|
501482
|
+
"aws:RequestTag/AmazonECSManaged": "true",
|
|
501483
|
+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
|
|
501484
|
+
}
|
|
501485
|
+
}
|
|
501486
|
+
},
|
|
501487
|
+
{
|
|
501488
|
+
"Sid": "TagOnCreateSecret",
|
|
501489
|
+
"Effect": "Allow",
|
|
501490
|
+
"Action": "secretsmanager:TagResource",
|
|
501491
|
+
"Resource": "arn:aws:secretsmanager:*:*:secret:ecs-sc!*",
|
|
501492
|
+
"Condition": {
|
|
501493
|
+
"ArnLike": {
|
|
501494
|
+
"aws:RequestTag/AmazonECSCreated": [
|
|
501495
|
+
"arn:aws:ecs:*:*:service/*/*",
|
|
501496
|
+
"arn:aws:ecs:*:*:task-set/*/*"
|
|
501497
|
+
]
|
|
501498
|
+
},
|
|
501499
|
+
"StringEquals": {
|
|
501500
|
+
"aws:RequestTag/AmazonECSManaged": "true",
|
|
501501
|
+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
|
|
501502
|
+
}
|
|
501503
|
+
}
|
|
501504
|
+
},
|
|
501505
|
+
{
|
|
501506
|
+
"Sid": "RotateTLSCertificateSecret",
|
|
501507
|
+
"Effect": "Allow",
|
|
501508
|
+
"Action": [
|
|
501509
|
+
"secretsmanager:DescribeSecret",
|
|
501510
|
+
"secretsmanager:UpdateSecret",
|
|
501511
|
+
"secretsmanager:GetSecretValue",
|
|
501512
|
+
"secretsmanager:PutSecretValue",
|
|
501513
|
+
"secretsmanager:DeleteSecret",
|
|
501514
|
+
"secretsmanager:RotateSecret",
|
|
501515
|
+
"secretsmanager:UpdateSecretVersionStage"
|
|
501516
|
+
],
|
|
501517
|
+
"Resource": "arn:aws:secretsmanager:*:*:secret:ecs-sc!*",
|
|
501518
|
+
"Condition": {
|
|
501519
|
+
"StringEquals": {
|
|
501520
|
+
"secretsmanager:ResourceTag/aws:secretsmanager:owningService": "ecs-sc",
|
|
501521
|
+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
|
|
501522
|
+
}
|
|
501523
|
+
}
|
|
501524
|
+
},
|
|
501525
|
+
{
|
|
501526
|
+
"Sid": "ManagePrivateCertificateAuthority",
|
|
501527
|
+
"Effect": "Allow",
|
|
501528
|
+
"Action": [
|
|
501529
|
+
"acm-pca:GetCertificate",
|
|
501530
|
+
"acm-pca:GetCertificateAuthorityCertificate",
|
|
501531
|
+
"acm-pca:DescribeCertificateAuthority"
|
|
501532
|
+
],
|
|
501533
|
+
"Resource": "*",
|
|
501534
|
+
"Condition": {
|
|
501535
|
+
"StringEquals": {
|
|
501536
|
+
"aws:ResourceTag/AmazonECSManaged": "true"
|
|
501537
|
+
}
|
|
501538
|
+
}
|
|
501539
|
+
},
|
|
501540
|
+
{
|
|
501541
|
+
"Sid": "ManagePrivateCertificateAuthorityForIssuingEndEntityCertificate",
|
|
501542
|
+
"Effect": "Allow",
|
|
501543
|
+
"Action": [
|
|
501544
|
+
"acm-pca:IssueCertificate"
|
|
501545
|
+
],
|
|
501546
|
+
"Resource": "*",
|
|
501547
|
+
"Condition": {
|
|
501548
|
+
"StringEquals": {
|
|
501549
|
+
"aws:ResourceTag/AmazonECSManaged": "true",
|
|
501550
|
+
"acm-pca:TemplateArn": "arn:aws:acm-pca:::template/EndEntityCertificate/V1"
|
|
501551
|
+
}
|
|
501552
|
+
}
|
|
501553
|
+
}
|
|
501554
|
+
]
|
|
501555
|
+
}
|
|
501556
|
+
}
|
|
501557
|
+
},
|
|
501558
|
+
"createdDate": "2024-01-19T20:08:36.000Z",
|
|
501559
|
+
"lastUpdatedDate": "2024-01-19T20:08:36.000Z"
|
|
501176
501560
|
}
|
|
501177
501561
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-managed-policies",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.99",
|
|
4
4
|
"description": "Provides AWS IAM Managed Policies historical data 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",
|