You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-accessanalyzer): 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.
* <p>Proposed access control configuration for an Amazon S3 directory bucket. You can propose a
1836
+
* configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you
1837
+
* own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3
1838
+
* directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the
1839
+
* existing policy attached to the directory bucket. If the access preview is for a new
1840
+
* resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an
1841
+
* directory bucket without a policy. To propose deletion of an existing bucket policy, you
1842
+
* 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>
* <p>The proposed bucket policy for the Amazon S3 directory bucket.</p>
1848
+
*/
1849
+
bucketPolicy?: string;
1850
+
}
1851
+
1833
1852
/**
1834
1853
* @public
1835
1854
* <p>The configuration for a Secrets Manager secret. For more information, see <a href="https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html">CreateSecret</a>.</p>
"smithy.api#documentation": "<p>The proposed bucket policy for the Amazon S3 directory bucket.</p>"
5957
+
}
5958
+
}
5959
+
},
5960
+
"traits": {
5961
+
"smithy.api#documentation": "<p>Proposed access control configuration for an Amazon S3 directory bucket. You can propose a\n configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you\n own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3\n directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the\n existing policy attached to the directory bucket. If the access preview is for a new\n resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an\n directory bucket without a policy. To propose deletion of an existing bucket policy, you\n 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>"
0 commit comments