---
type: resource-type
title: S3ExpressBucketPolicy
description: aws resource type AWS::S3Express::BucketPolicy
name: S3ExpressBucketPolicy
lexicon: aws
resource_type: AWS::S3Express::BucketPolicy
---
`AWS::S3Express::BucketPolicy`, a resource type of the aws lexicon.

## Properties

- `Bucket` (`string`, required): The name of the S3 directory bucket to which the policy applies.
- `PolicyDocument` (`PolicyDocument`, required): A policy document containing permissions to add to the specified bucket. In IAM, you must provide policy documents in JSON format. However, in CloudFormation you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to IAM.
