class Amazonite::DynamoDB::S3BucketSource

Overview

The S3 bucket that is being imported from.

Included Modules

Defined in:

dynamodb/s3_bucket_source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(s3_bucket : String, s3_bucket_owner : String | Nil = nil, s3_key_prefix : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def s3_bucket : String #

The S3 bucket that is being imported from.


[View source]
def s3_bucket=(s3_bucket : String) #

The S3 bucket that is being imported from.


[View source]
def s3_bucket_owner : String | Nil #

The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.


[View source]
def s3_bucket_owner=(s3_bucket_owner : String | Nil) #

The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.


[View source]
def s3_key_prefix : String | Nil #

The key prefix shared by all S3 Objects that are being imported.


[View source]
def s3_key_prefix=(s3_key_prefix : String | Nil) #

The key prefix shared by all S3 Objects that are being imported.


[View source]
def validate! : Nil #

[View source]