BucketLevelPermissions class

Contains information about the bucket level permissions for the S3 bucket.

Constructors

BucketLevelPermissions({AccessControlList? accessControlList, BlockPublicAccess? blockPublicAccess, BucketPolicy? bucketPolicy})
BucketLevelPermissions.fromJson(Map<String, dynamic> json)
factory

Properties

accessControlList AccessControlList?
Contains information on how Access Control Policies are applied to the bucket.
final
blockPublicAccess BlockPublicAccess?
Contains information on which account level S3 Block Public Access settings are applied to the S3 bucket.
final
bucketPolicy BucketPolicy?
Contains information on the bucket policies for the S3 bucket.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited