class Amazonite::Ssm::ResourceDataSyncSource

Overview

Information about the source of the data included in the resource data sync.

Included Modules

Defined in:

ssm/resource_data_sync_source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source_type : String, source_regions : Array(String), aws_organizations_source : ResourceDataSyncAwsOrganizationsSource | Nil = nil, include_future_regions : Bool | Nil = nil, enable_all_ops_data_sources : Bool | 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 aws_organizations_source : ResourceDataSyncAwsOrganizationsSource | Nil #

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations.


[View source]
def aws_organizations_source=(aws_organizations_source : ResourceDataSyncAwsOrganizationsSource | Nil) #

Information about the AwsOrganizationsSource resource data sync source. A sync source of this type can synchronize data from Organizations.


[View source]
def enable_all_ops_data_sources : Bool | Nil #

When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide.


[View source]
def enable_all_ops_data_sources=(enable_all_ops_data_sources : Bool | Nil) #

When you create a resource data sync, if you choose one of the Organizations options, then Systems Manager automatically enables all OpsData sources in the selected Amazon Web Services Regions for all Amazon Web Services accounts in your organization (or in the selected organization units). For more information, see Setting up Systems Manager Explorer to display data from multiple accounts and Regions in the Amazon Web Services Systems Manager User Guide.


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

See Object#hash(hasher)


def include_future_regions : Bool | Nil #

Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.


[View source]
def include_future_regions=(include_future_regions : Bool | Nil) #

Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.


[View source]
def source_regions : Array(String) #

The SyncSource Amazon Web Services Regions included in the resource data sync.


[View source]
def source_regions=(source_regions : Array(String)) #

The SyncSource Amazon Web Services Regions included in the resource data sync.


[View source]
def source_type : String #

The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.


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

The type of data source for the resource data sync. SourceType is either AwsOrganizations (if an organization is present in Organizations) or SingleAccountMultiRegions.


[View source]
def validate! : Nil #

[View source]