Class: Aws::SSM::Types::ResourceDataSyncSourceWithState

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

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.)

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_organizations_sourceTypes::ResourceDataSyncAwsOrganizationsSource

The field name in ‘SyncSource` for the `ResourceDataSyncAwsOrganizationsSource` type.



15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'lib/aws-sdk-ssm/types.rb', line 15969

class ResourceDataSyncSourceWithState < Struct.new(
  :source_type,
  :aws_organizations_source,
  :source_regions,
  :include_future_regions,
  :state,
  :enable_all_ops_data_sources)
  SENSITIVE = []
  include Aws::Structure
end

#enable_all_ops_data_sourcesBoolean

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 [About multiple account and Region resource data syncs] in the *Amazon Web Services Systems Manager User Guide*.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/Explorer-resouce-data-sync-multiple-accounts-and-regions.html

Returns:

  • (Boolean)


15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'lib/aws-sdk-ssm/types.rb', line 15969

class ResourceDataSyncSourceWithState < Struct.new(
  :source_type,
  :aws_organizations_source,
  :source_regions,
  :include_future_regions,
  :state,
  :enable_all_ops_data_sources)
  SENSITIVE = []
  include Aws::Structure
end

#include_future_regionsBoolean

Whether to automatically synchronize and aggregate data from new Amazon Web Services Regions when those Regions come online.

Returns:

  • (Boolean)


15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'lib/aws-sdk-ssm/types.rb', line 15969

class ResourceDataSyncSourceWithState < Struct.new(
  :source_type,
  :aws_organizations_source,
  :source_regions,
  :include_future_regions,
  :state,
  :enable_all_ops_data_sources)
  SENSITIVE = []
  include Aws::Structure
end

#source_regionsArray<String>

The ‘SyncSource` Amazon Web Services Regions included in the resource data sync.

Returns:

  • (Array<String>)


15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'lib/aws-sdk-ssm/types.rb', line 15969

class ResourceDataSyncSourceWithState < Struct.new(
  :source_type,
  :aws_organizations_source,
  :source_regions,
  :include_future_regions,
  :state,
  :enable_all_ops_data_sources)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The type of data source for the resource data sync. ‘SourceType` is either `AwsOrganizations` (if an organization is present in Organizations) or `singleAccountMultiRegions`.

Returns:

  • (String)


15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'lib/aws-sdk-ssm/types.rb', line 15969

class ResourceDataSyncSourceWithState < Struct.new(
  :source_type,
  :aws_organizations_source,
  :source_regions,
  :include_future_regions,
  :state,
  :enable_all_ops_data_sources)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

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.

Returns:

  • (String)


15969
15970
15971
15972
15973
15974
15975
15976
15977
15978
# File 'lib/aws-sdk-ssm/types.rb', line 15969

class ResourceDataSyncSourceWithState < Struct.new(
  :source_type,
  :aws_organizations_source,
  :source_regions,
  :include_future_regions,
  :state,
  :enable_all_ops_data_sources)
  SENSITIVE = []
  include Aws::Structure
end