AwsS3BucketPolicyPropertiesResponse

data class AwsS3BucketPolicyPropertiesResponse(val policy: String? = null)

Definition of awsS3BucketPolicy

Constructors

Link copied to clipboard
constructor(policy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policy: String? = null

The bucket policy as a JSON document.