package s3control
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- s3control
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AccountId = String
-
trait
DeletePublicAccessBlockRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetPublicAccessBlockOutput extends Object
- Annotations
- @RawJSType() @native()
-
trait
GetPublicAccessBlockRequest extends Object
- Annotations
- @RawJSType() @native()
-
trait
PublicAccessBlockConfiguration extends Object
The container element for all Public Access Block configuration options.
The container element for all Public Access Block configuration options. You can enable the configuration options in any combination. Amazon S3 considers a bucket policy public unless at least one of the following conditions is true: * The policy limits access to a set of CIDRs using
aws:SourceIp. For more information on CIDR, see http://www.rfc-editor.org/rfc/rfc4632.txt|http://www.rfc-editor.org/rfc/rfc4632.txt * The policy grants permissions, not including any "bad actions," to one of the following:- A fixed AWS principal, user, role, or service principal
* A fixed
aws:SourceArn* A fixedaws:SourceVpc* A fixedaws:SourceVpce* A fixedaws:SourceOwner* A fixedaws:SourceAccount* A fixed value ofs3:x-amz-server-side-encryption-aws-kms-key-id* A fixed value ofaws:useridoutside the pattern "AROLEID:*" "Bad actions" are those that could expose the data inside a bucket to reads or writes by the public. These actions ares3:Get*,s3:List*,s3:AbortMultipartUpload,s3:Delete*,s3:Put*, ands3:RestoreObject. The star notation for bad actions indicates that all matching operations are considered bad actions. For example, becauses3:Get*is a bad action,s3:GetObject,s3:GetObjectVersion, ands3:GetObjectAclare all bad actions.
- Annotations
- @RawJSType() @native()
- A fixed AWS principal, user, role, or service principal
* A fixed
-
trait
PutPublicAccessBlockRequest extends Object
- Annotations
- @RawJSType() @native()
-
class
S3Control extends Object
- Annotations
- @RawJSType() @native() @JSImport( "aws-sdk" , "S3Control" )
- implicit final class S3ControlOps extends AnyVal
- type Setting = Boolean
Value Members
- object DeletePublicAccessBlockRequest
- object GetPublicAccessBlockOutput
- object GetPublicAccessBlockRequest
- object PublicAccessBlockConfiguration
- object PutPublicAccessBlockRequest