Class: Aws::SSM::Types::ResourceDataSyncSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceDataSyncSource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Information about the source of the data included in the resource data sync.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_organizations_source ⇒ Types::ResourceDataSyncAwsOrganizationsSource
Information about the ‘AwsOrganizationsSource` resource data sync source.
-
#enable_all_ops_data_sources ⇒ Boolean
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).
-
#include_future_regions ⇒ Boolean
Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.
-
#source_regions ⇒ Array<String>
The ‘SyncSource` Amazon Web Services Regions included in the resource data sync.
-
#source_type ⇒ String
The type of data source for the resource data sync.
Instance Attribute Details
#aws_organizations_source ⇒ Types::ResourceDataSyncAwsOrganizationsSource
Information about the ‘AwsOrganizationsSource` resource data sync source. A sync source of this type can synchronize data from Organizations.
17025 17026 17027 17028 17029 17030 17031 17032 17033 |
# File 'lib/aws-sdk-ssm/types.rb', line 17025 class ResourceDataSyncSource < Struct.new( :source_type, :aws_organizations_source, :source_regions, :include_future_regions, :enable_all_ops_data_sources) SENSITIVE = [] include Aws::Structure end |
#enable_all_ops_data_sources ⇒ Boolean
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*.
[1]: docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resource-data-sync.html
17025 17026 17027 17028 17029 17030 17031 17032 17033 |
# File 'lib/aws-sdk-ssm/types.rb', line 17025 class ResourceDataSyncSource < Struct.new( :source_type, :aws_organizations_source, :source_regions, :include_future_regions, :enable_all_ops_data_sources) SENSITIVE = [] include Aws::Structure end |
#include_future_regions ⇒ Boolean
Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.
17025 17026 17027 17028 17029 17030 17031 17032 17033 |
# File 'lib/aws-sdk-ssm/types.rb', line 17025 class ResourceDataSyncSource < Struct.new( :source_type, :aws_organizations_source, :source_regions, :include_future_regions, :enable_all_ops_data_sources) SENSITIVE = [] include Aws::Structure end |
#source_regions ⇒ Array<String>
The ‘SyncSource` Amazon Web Services Regions included in the resource data sync.
17025 17026 17027 17028 17029 17030 17031 17032 17033 |
# File 'lib/aws-sdk-ssm/types.rb', line 17025 class ResourceDataSyncSource < Struct.new( :source_type, :aws_organizations_source, :source_regions, :include_future_regions, :enable_all_ops_data_sources) SENSITIVE = [] include Aws::Structure end |
#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`.
17025 17026 17027 17028 17029 17030 17031 17032 17033 |
# File 'lib/aws-sdk-ssm/types.rb', line 17025 class ResourceDataSyncSource < Struct.new( :source_type, :aws_organizations_source, :source_regions, :include_future_regions, :enable_all_ops_data_sources) SENSITIVE = [] include Aws::Structure end |