google_api_storage_transfer v0.1.0 GoogleApi.StorageTransfer.V1.Model.AwsS3Data View Source

An AwsS3Data resource can be a data source, but not a data sink. In an AwsS3Data resource, an object's name is the S3 object's key name.

Attributes

  • awsAccessKey (AwsAccessKey): AWS access key used to sign the API requests to the AWS S3 bucket. Permissions on the bucket must be granted to the access ID of the AWS access key. Required. Defaults to: null.
  • bucketName (String.t): S3 Bucket name (see Creating a bucket). Required. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.StorageTransfer.V1.Model.AwsS3Data{
  awsAccessKey: GoogleApi.StorageTransfer.V1.Model.AwsAccessKey.t(),
  bucketName: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.