class Amazonite::Ssm::ResourceDataSyncDestinationDataSharing

Overview

Synchronize Amazon Web Services Systems Manager Inventory data from multiple Amazon Web Services accounts defined in Organizations to a centralized Amazon S3 bucket. Data is synchronized to individual key prefixes in the central bucket. Each key prefix represents a different Amazon Web Services account ID.

Included Modules

Defined in:

ssm/resource_data_sync_destination_data_sharing.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(destination_data_sharing_type : 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 destination_data_sharing_type : String | Nil #

The sharing data type. Only Organization is supported.


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

The sharing data type. Only Organization is supported.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]