class Amazonite::Ssm::ResourceDataSyncS3Destination

Overview

Information about the target S3 bucket for the resource data sync.

Included Modules

Defined in:

ssm/resource_data_sync_s3_destination.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bucket_name : String, sync_format : ResourceDataSyncS3Format, region : String, prefix : String | Nil = nil, awskms_key_arn : String | Nil = nil, destination_data_sharing : ResourceDataSyncDestinationDataSharing | Nil = nil) #

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

[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 awskms_key_arn : String | Nil #

The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.


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

The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.


[View source]
def bucket_name : String #

The name of the S3 bucket where the aggregated data is stored.


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

The name of the S3 bucket where the aggregated data is stored.


[View source]
def destination_data_sharing : ResourceDataSyncDestinationDataSharing | Nil #

Enables destination data sharing. By default, this field is null.


[View source]
def destination_data_sharing=(destination_data_sharing : ResourceDataSyncDestinationDataSharing | Nil) #

Enables destination data sharing. By default, this field is null.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def prefix : String | Nil #

An Amazon S3 prefix for the bucket.


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

An Amazon S3 prefix for the bucket.


[View source]
def region : String #

The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.


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

The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.


[View source]
def sync_format : ResourceDataSyncS3Format #

A supported sync format. The following format is currently supported: JsonSerDe


[View source]
def sync_format=(sync_format : ResourceDataSyncS3Format) #

A supported sync format. The following format is currently supported: JsonSerDe


[View source]
def validate! : Nil #

[View source]