class
Amazonite::Ssm::ResourceDataSyncSourceWithState
- Amazonite::Ssm::ResourceDataSyncSourceWithState
- Reference
- Object
Overview
The data type name for including resource data sync state. There are four sync states:
OrganizationNotExists (Your organization doesn't exist)
NoPermissions (The system can't locate the service-linked role. This role is automatically
created when a user creates a resource data sync in Amazon Web Services Systems Manager
Explorer.)
InvalidOrganizationalUnit (You specified or selected an invalid unit in the resource data sync
configuration.)
TrustedAccessDisabled (You disabled Systems Manager access in the organization in
Organizations.)
Included Modules
- JSON::Serializable
Defined in:
ssm/resource_data_sync_source_with_state.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#aws_organizations_source : ResourceDataSyncAwsOrganizationsSource | Nil
The field name in
SyncSourcefor theResourceDataSyncAwsOrganizationsSourcetype. -
#aws_organizations_source=(aws_organizations_source : ResourceDataSyncAwsOrganizationsSource | Nil)
The field name in
SyncSourcefor theResourceDataSyncAwsOrganizationsSourcetype. -
#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) | Nil
The
SyncSourceAmazon Web Services Regions included in the resource data sync. -
#source_regions=(source_regions : Array(String) | Nil)
The
SyncSourceAmazon Web Services Regions included in the resource data sync. -
#source_type : String | Nil
The type of data source for the resource data sync.
-
#source_type=(source_type : String | Nil)
The type of data source for the resource data sync.
-
#state : String | Nil
The data type name for including resource data sync state.
-
#state=(state : String | Nil)
The data type name for including resource data sync state.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource type.
The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource type.
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.
The data type name for including resource data sync state. There are four sync states:
OrganizationNotExists: Your organization doesn't exist.
NoPermissions: The system can't locate the service-linked role. This role is automatically
created when a user creates a resource data sync in Explorer.
InvalidOrganizationalUnit: You specified or selected an invalid unit in the resource data sync
configuration.
TrustedAccessDisabled: You disabled Systems Manager access in the organization in
Organizations.
The data type name for including resource data sync state. There are four sync states:
OrganizationNotExists: Your organization doesn't exist.
NoPermissions: The system can't locate the service-linked role. This role is automatically
created when a user creates a resource data sync in Explorer.
InvalidOrganizationalUnit: You specified or selected an invalid unit in the resource data sync
configuration.
TrustedAccessDisabled: You disabled Systems Manager access in the organization in
Organizations.