c

io.scalajs.npm.aws.s3

CreateBucketRequest

class CreateBucketRequest extends Object

Create Bucket Request

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CreateBucketRequest
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CreateBucketRequest(ACL: UndefOr[String] = js.undefined, Bucket: UndefOr[String] = js.undefined, CreateBucketConfiguration: UndefOr[CreateBucketConfiguration] = js.undefined, GrantFullControl: UndefOr[Boolean] = js.undefined, GrantRead: UndefOr[Boolean] = js.undefined, GrantReadACP: UndefOr[Boolean] = js.undefined, GrantWrite: UndefOr[Boolean] = js.undefined, GrantWriteACP: UndefOr[Boolean] = js.undefined)

    ACL

    The canned ACL to apply to the bucket.

    Bucket

    The Bucket name

    CreateBucketConfiguration

    The Create Bucket Configuration

    GrantFullControl

    Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.

    GrantRead

    Allows grantee to list the objects in the bucket.

    GrantReadACP

    Allows grantee to read the bucket ACL.

    GrantWrite

    Allows grantee to create, overwrite, and delete any object in the bucket.

    GrantWriteACP

    Allows grantee to write the ACL for the applicable bucket.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ACL: UndefOr[String]
  5. val Bucket: UndefOr[String]
  6. val CreateBucketConfiguration: UndefOr[CreateBucketConfiguration]
  7. val GrantFullControl: UndefOr[Boolean]
  8. val GrantRead: UndefOr[Boolean]
  9. val GrantReadACP: UndefOr[Boolean]
  10. val GrantWrite: UndefOr[Boolean]
  11. val GrantWriteACP: UndefOr[Boolean]
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toLocaleString(): String
    Definition Classes
    Object
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def valueOf(): Any
    Definition Classes
    Object
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped