GetBucketPolicyResult

data class GetBucketPolicyResult(val policyDocument: Any? = null)

Constructors

Link copied to clipboard
constructor(policyDocument: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policyDocument: Any? = null

A policy document containing permissions to add to the specified bucket. Search the CloudFormation User Guide for AWS::S3Outposts::BucketPolicy for more information about the expected schema for this property.