Class: Aws::SSM::Types::CreateResourceDataSyncRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_destinationTypes::ResourceDataSyncS3Destination

Amazon S3 configuration details for the sync. This parameter is required if the ‘SyncType` value is SyncToDestination.



3996
3997
3998
3999
4000
4001
4002
4003
# File 'lib/aws-sdk-ssm/types.rb', line 3996

class CreateResourceDataSyncRequest < Struct.new(
  :sync_name,
  :s3_destination,
  :sync_type,
  :sync_source)
  SENSITIVE = []
  include Aws::Structure
end

#sync_nameString

A name for the configuration.

Returns:

  • (String)


3996
3997
3998
3999
4000
4001
4002
4003
# File 'lib/aws-sdk-ssm/types.rb', line 3996

class CreateResourceDataSyncRequest < Struct.new(
  :sync_name,
  :s3_destination,
  :sync_type,
  :sync_source)
  SENSITIVE = []
  include Aws::Structure
end

#sync_sourceTypes::ResourceDataSyncSource

Specify information about the data sources to synchronize. This parameter is required if the ‘SyncType` value is SyncFromSource.



3996
3997
3998
3999
4000
4001
4002
4003
# File 'lib/aws-sdk-ssm/types.rb', line 3996

class CreateResourceDataSyncRequest < Struct.new(
  :sync_name,
  :s3_destination,
  :sync_type,
  :sync_source)
  SENSITIVE = []
  include Aws::Structure
end

#sync_typeString

Specify ‘SyncToDestination` to create a resource data sync that synchronizes data to an S3 bucket for Inventory. If you specify `SyncToDestination`, you must provide a value for `S3Destination`. Specify `SyncFromSource` to synchronize data from a single account and multiple Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in Organizations for Explorer. If you specify `SyncFromSource`, you must provide a value for `SyncSource`. The default value is `SyncToDestination`.

Returns:

  • (String)


3996
3997
3998
3999
4000
4001
4002
4003
# File 'lib/aws-sdk-ssm/types.rb', line 3996

class CreateResourceDataSyncRequest < Struct.new(
  :sync_name,
  :s3_destination,
  :sync_type,
  :sync_source)
  SENSITIVE = []
  include Aws::Structure
end