Class

io.scalajs.npm.aws.s3

CreateBucketRequest

Related Doc: package s3

Permalink

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)

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ACL: UndefOr[String]

    Permalink

    The canned ACL to apply to the bucket.

  5. val Bucket: UndefOr[String]

    Permalink

    The Bucket name

  6. val CreateBucketConfiguration: UndefOr[CreateBucketConfiguration]

    Permalink

    The Create Bucket Configuration

  7. val GrantFullControl: UndefOr[Boolean]

    Permalink

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

  8. val GrantRead: UndefOr[Boolean]

    Permalink

    Allows grantee to list the objects in the bucket.

  9. val GrantReadACP: UndefOr[Boolean]

    Permalink

    Allows grantee to read the bucket ACL.

  10. val GrantWrite: UndefOr[Boolean]

    Permalink

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

  11. val GrantWriteACP: UndefOr[Boolean]

    Permalink

    Allows grantee to write the ACL for the applicable bucket.

  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped