Resource Type definition for AWS::S3Express::BucketPolicy.
bucket
(String) The name of the S3 directory bucket to which the policy applies.policy_document
(String) 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.id
(String) Uniquely identifies the resource.Import is supported using the following syntax:
$ terraform import awscc_s3express_bucket_policy.example <resource ID>