Class

io.scalajs.npm.aws

ConfigurationOptions

Related Doc: package aws

Permalink

class ConfigurationOptions extends Object

Configuration Options

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

Instance Constructors

  1. new ConfigurationOptions()

    Permalink

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. var computeChecksums: UndefOr[Boolean]

    Permalink

    Whether to compute checksums for payload bodies when the service accepts it.

    Whether to compute checksums for payload bodies when the service accepts it. Currently supported in S3 only.

  7. var convertResponseTypes: UndefOr[Boolean]

    Permalink

    Whether types are converted when parsing response data.

  8. var correctClockSkew: UndefOr[Boolean]

    Permalink

    Whether to apply a clock skew correction and retry requests that fail because of an skewed client clock.

  9. var credentialProvider: UndefOr[CredentialProviderChain]

    Permalink

    The provider chain used to resolve credentials if no static credentials property is set.

  10. var credentials: UndefOr[|[Credentials, CredentialsOptions]]

    Permalink

    The AWS credentials to sign requests with.

  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. var httpOptions: UndefOr[HTTPOptions]

    Permalink

    A set of options to pass to the low-level HTTP request.

  18. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Object
  20. var logger: UndefOr[Logger]

    Permalink

    An object that responds to .write() (like a stream) or .log() (like the console object) in order to log information about requests.

  21. var maxRedirects: UndefOr[Int]

    Permalink

    The maximum amount of redirects to follow for a service request.

  22. var maxRetries: UndefOr[Int]

    Permalink

    The maximum amount of retries to perform for a service request.

  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. var paramValidation: UndefOr[|[ParamValidation, Boolean]]

    Permalink

    Returns whether input parameters should be validated against the operation description before sending the request.

    Returns whether input parameters should be validated against the operation description before sending the request. Defaults to true. Pass a map to enable any of the following specific validation features: min|max|pattern|enum

  27. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  28. var region: UndefOr[String]

    Permalink

    The region to send service requests to.

  29. var retryDelayOptions: UndefOr[RetryDelayOptions]

    Permalink

    Returns A set of options to configure the retry delay on retryable errors.

  30. var s3BucketEndpoint: UndefOr[Boolean]

    Permalink

    Whether the provided endpoint addresses an individual bucket.

    Whether the provided endpoint addresses an individual bucket. false if it addresses the root API endpoint.

  31. var s3DisableBodySigning: UndefOr[Boolean]

    Permalink

    Whether to disable S3 body signing when using signature version v4.

  32. var s3ForcePathStyle: UndefOr[Boolean]

    Permalink

    Whether to force path style URLs for S3 objects.

  33. var signatureCache: UndefOr[Boolean]

    Permalink

    Whether the signature to sign requests with (overriding the API configuration) is cached.

  34. var signatureVersion: UndefOr[String]

    Permalink

    The signature version to sign requests with (overriding the API configuration).

    The signature version to sign requests with (overriding the API configuration). Possible values: 'v2'|'v3'|'v4'

  35. var sslEnabled: UndefOr[Boolean]

    Permalink

    Whether SSL is enabled for requests.

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. var systemClockOffset: UndefOr[Int]

    Permalink

    An offset value in milliseconds to apply to all signing times.

  38. def toLocaleString(): String

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. var useAccelerateEndpoint: UndefOr[Boolean]

    Permalink

    Whether to use the Accelerate endpoint with the S3 service.

  41. def valueOf(): Any

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

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

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

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

Deprecated Value Members

  1. var accessKeyId: UndefOr[String]

    Permalink

    AWS access key ID.

    AWS access key ID.

    Deprecated
  2. var secretAccessKey: UndefOr[String]

    Permalink

    AWS secret access key.

    AWS secret access key.

    Deprecated
  3. var sessionToken: UndefOr[String]

    Permalink

    AWS session token.

    AWS session token.

    Deprecated

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped