class
Amazonite::Ssm::ResourceDataSyncSource
- Amazonite::Ssm::ResourceDataSyncSource
- Reference
- Object
Overview
Information about the source of the data included in the resource data sync.
Included Modules
- JSON::Serializable
Defined in:
ssm/resource_data_sync_source.crConstructors
- .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)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#aws_organizations_source : ResourceDataSyncAwsOrganizationsSource | Nil
Information about the
AwsOrganizationsSourceresource data sync source. -
#aws_organizations_source=(aws_organizations_source : ResourceDataSyncAwsOrganizationsSource | Nil)
Information about the
AwsOrganizationsSourceresource data sync source. -
#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).
-
#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).
-
#hash(hasher)
See
Object#hash(hasher) -
#include_future_regions : Bool | Nil
Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.
-
#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.
-
#source_regions : Array(String)
The
SyncSourceAmazon Web Services Regions included in the resource data sync. -
#source_regions=(source_regions : Array(String))
The
SyncSourceAmazon Web Services Regions included in the resource data sync. -
#source_type : String
The type of data source for the resource data sync.
-
#source_type=(source_type : String)
The type of data source for the resource data sync.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Information about the AwsOrganizationsSource resource data sync source. A sync source of this
type can synchronize data from Organizations.
Information about the AwsOrganizationsSource resource data sync source. A sync source of this
type can synchronize data from Organizations.
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.
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.
Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.
Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.
The SyncSource Amazon Web Services Regions included in the resource data sync.
The SyncSource Amazon Web Services Regions included in the resource data sync.
The type of data source for the resource data sync. SourceType is either AwsOrganizations
(if an organization is present in Organizations) or SingleAccountMultiRegions.
The type of data source for the resource data sync. SourceType is either AwsOrganizations
(if an organization is present in Organizations) or SingleAccountMultiRegions.