package s3control

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. s3control
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AccountId = String
  2. trait DeletePublicAccessBlockRequest extends Object
    Annotations
    @RawJSType() @native()
  3. trait GetPublicAccessBlockOutput extends Object
    Annotations
    @RawJSType() @native()
  4. trait GetPublicAccessBlockRequest extends Object
    Annotations
    @RawJSType() @native()
  5. 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 fixed aws:SourceVpc * A fixed aws:SourceVpce * A fixed aws:SourceOwner * A fixed aws:SourceAccount * A fixed value of s3:x-amz-server-side-encryption-aws-kms-key-id * A fixed value of aws:userid outside the pattern "AROLEID:*" "Bad actions" are those that could expose the data inside a bucket to reads or writes by the public. These actions are s3:Get*, s3:List*, s3:AbortMultipartUpload, s3:Delete*, s3:Put*, and s3:RestoreObject. The star notation for bad actions indicates that all matching operations are considered bad actions. For example, because s3:Get* is a bad action, s3:GetObject, s3:GetObjectVersion, and s3:GetObjectAcl are all bad actions.
    Annotations
    @RawJSType() @native()
  6. trait PutPublicAccessBlockRequest extends Object
    Annotations
    @RawJSType() @native()
  7. class S3Control extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "S3Control" )
  8. implicit final class S3ControlOps extends AnyVal
  9. type Setting = Boolean

Inherited from AnyRef

Inherited from Any

Ungrouped