class Amazonite::SsmV1::ResourceDataSyncSource

Included Modules

Defined in:

ssm_v1/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]

Instance Method Detail

def aws_organizations_source : ResourceDataSyncAwsOrganizationsSource | Nil #

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

[View source]
def enable_all_ops_data_sources : Bool | Nil #

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

[View source]
def include_future_regions : Bool | Nil #

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

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

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

[View source]
def source_type : String #

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

[View source]