PermissionConfiguration
public struct PermissionConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Contains information about the account level permissions on the S3 bucket.
Declaration
Swift
public let accountLevelPermissions: AccountLevelPermissions?
-
Contains information about the bucket level permissions for the S3 bucket.
Declaration
Swift
public let bucketLevelPermissions: BucketLevelPermissions?
-
Undocumented
Declaration
Swift
public init(accountLevelPermissions: AccountLevelPermissions? = nil, bucketLevelPermissions: BucketLevelPermissions? = nil)