Skip to content

Commit b7db053

Browse files
author
awstools
committed
feat(client-accessanalyzer): AWS IAM Access Analyzer policy validation introduces new checks for role trust policies. As customers author a policy, IAM Access Analyzer policy validation evaluates the policy for any issues to make it easier for customers to author secure policies.
1 parent c96ac94 commit b7db053

File tree

2 files changed

+104
-85
lines changed

2 files changed

+104
-85
lines changed

clients/client-accessanalyzer/src/models/models_0.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -873,8 +873,8 @@ export interface S3PublicAccessBlockConfiguration {
873873
* proposed Amazon S3 access point configuration is for an existing bucket, the access preview uses
874874
* the proposed access point configuration in place of the existing access points. To propose
875875
* an access point without a policy, you can provide an empty string as the access point
876-
* policy. For more information, see <a href="https://docs.aws.amazon.com/https:/docs.aws.amazon.com/AmazonS3/latest/dev/creating-access-points.html">Creating access points</a>. For more information about access point policy limits,
877-
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-points-restrictions-limitations.html">Access points
876+
* policy. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/creating-access-points.html">Creating access points</a>.
877+
* For more information about access point policy limits, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-points-restrictions-limitations.html">Access points
878878
* restrictions and limitations</a>.</p>
879879
*/
880880
export interface S3AccessPointConfiguration {
@@ -2451,6 +2451,7 @@ export enum PolicyType {
24512451
}
24522452

24532453
export enum ValidatePolicyResourceType {
2454+
ROLE_TRUST = "AWS::IAM::AssumeRolePolicyDocument",
24542455
S3_ACCESS_POINT = "AWS::S3::AccessPoint",
24552456
S3_BUCKET = "AWS::S3::Bucket",
24562457
S3_MULTI_REGION_ACCESS_POINT = "AWS::S3::MultiRegionAccessPoint",

0 commit comments

Comments
 (0)