BucketPolicyArgs

data class BucketPolicyArgs(val bucket: Output<String>? = null, val policyDocument: Output<Any>? = null) : ConvertibleToJava<BucketPolicyArgs>

Resource Type definition for AWS::S3Express::BucketPolicy.

Constructors

Link copied to clipboard
constructor(bucket: Output<String>? = null, policyDocument: Output<Any>? = null)

Properties

Link copied to clipboard
val bucket: Output<String>? = null

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

Link copied to clipboard
val policyDocument: Output<Any>? = null

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. Search the CloudFormation User Guide for AWS::S3Express::BucketPolicy for more information about the expected schema for this property.

Functions

Link copied to clipboard
open override fun toJava(): BucketPolicyArgs