Skip to content

Commit e2b06e8

Browse files
author
AWS
committed
Access Analyzer Update: This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators.
1 parent ba1de1f commit e2b06e8

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Access Analyzer",
4+
"contributor": "",
5+
"description": "This release adds support for external access findings for S3 directory buckets to help you easily identify cross-account access. Updated service API, documentation, and paginators."
6+
}

services/accessanalyzer/src/main/resources/codegen-resources/service-2.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@
12921292
},
12931293
"s3Bucket":{
12941294
"shape":"S3BucketConfiguration",
1295-
"documentation":"<p>The access control configuration is for an Amazon S3 Bucket. </p>"
1295+
"documentation":"<p>The access control configuration is for an Amazon S3 bucket. </p>"
12961296
},
12971297
"snsTopic":{
12981298
"shape":"SnsTopicConfiguration",
@@ -1301,6 +1301,10 @@
13011301
"sqsQueue":{
13021302
"shape":"SqsQueueConfiguration",
13031303
"documentation":"<p>The access control configuration is for an Amazon SQS queue. </p>"
1304+
},
1305+
"s3ExpressDirectoryBucket":{
1306+
"shape":"S3ExpressDirectoryBucketConfiguration",
1307+
"documentation":"<p>The access control configuration is for an Amazon S3 directory bucket.</p>"
13041308
}
13051309
},
13061310
"documentation":"<p>Access control configuration structures for your resource. You specify the configuration as a type-value pair. You can specify only one type of access control configuration.</p>",
@@ -3171,7 +3175,8 @@
31713175
"AWS::ECR::Repository",
31723176
"AWS::RDS::DBSnapshot",
31733177
"AWS::RDS::DBClusterSnapshot",
3174-
"AWS::SNS::Topic"
3178+
"AWS::SNS::Topic",
3179+
"AWS::S3Express::DirectoryBucket"
31753180
]
31763181
},
31773182
"RetiringPrincipal":{"type":"string"},
@@ -3247,6 +3252,17 @@
32473252
"documentation":"<p>Proposed access control configuration for an Amazon S3 bucket. You can propose a configuration for a new Amazon S3 bucket or an existing Amazon S3 bucket that you own by specifying the Amazon S3 bucket policy, bucket ACLs, bucket BPA settings, Amazon S3 access points, and multi-region access points attached to the bucket. If the configuration is for an existing Amazon S3 bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes a bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about bucket policy limits, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html\">Bucket Policy Examples</a>.</p>"
32483253
},
32493254
"S3BucketPolicy":{"type":"string"},
3255+
"S3ExpressDirectoryBucketConfiguration":{
3256+
"type":"structure",
3257+
"members":{
3258+
"bucketPolicy":{
3259+
"shape":"S3ExpressDirectoryBucketPolicy",
3260+
"documentation":"<p>The proposed bucket policy for the Amazon S3 directory bucket.</p>"
3261+
}
3262+
},
3263+
"documentation":"<p>Proposed access control configuration for an Amazon S3 directory bucket. You can propose a configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3 directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the directory bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an directory bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about bucket policy limits, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html\">Example bucket policies</a>.</p>"
3264+
},
3265+
"S3ExpressDirectoryBucketPolicy":{"type":"string"},
32503266
"S3PublicAccessBlockConfiguration":{
32513267
"type":"structure",
32523268
"required":[

0 commit comments

Comments
 (0)