BucketPolicy

class BucketPolicy : KotlinCustomResource

Resource Type definition for AWS::S3::BucketPolicy

Properties

Link copied to clipboard
val bucket: Output<String>

The name of the Amazon S3 bucket to which the policy applies.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val policyDocument: Output<Any>

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.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>