class Amazonite::SsmV1::ResourceDataSyncSourceWithState

Included Modules

Defined in:

ssm_v1/resource_data_sync_source_with_state.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(source_type : String | Nil = nil, aws_organizations_source : ResourceDataSyncAwsOrganizationsSource | Nil = nil, source_regions : Array(String) | Nil = nil, include_future_regions : Bool | Nil = nil, state : String | Nil = nil, enable_all_ops_data_sources : Bool | Nil = nil) #

[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) | Nil #

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

[View source]
def source_type : String | Nil #

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

[View source]
def state : String | Nil #

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

[View source]