You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aws_organizations_sourceTypes::ResourceDataSyncAwsOrganizationsSource

The field name in SyncSource for the ResourceDataSyncAwsOrganizationsSource type.

Returns:

#include_future_regionsBoolean

Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.

Returns:

  • (Boolean)

    Whether to automatically synchronize and aggregate data from new AWS Regions when those Regions come online.

#source_regionsArray<String>

The SyncSource AWS Regions included in the resource data sync.

Returns:

  • (Array<String>)

    The SyncSource AWS Regions included in the resource data sync.

#source_typeString

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

Returns:

  • (String)

    The type of data source for the resource data sync.

#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 AWS Organizations.

Returns:

  • (String)

    The data type name for including resource data sync state.