Class: Aws::EFS::Types::CreateReplicationConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationsArray<Types::DestinationToCreate>

An array of destination configuration objects. Only one destination configuration object is supported.

Returns:



565
566
567
568
569
570
# File 'lib/aws-sdk-efs/types.rb', line 565

class CreateReplicationConfigurationRequest < Struct.new(
  :source_file_system_id,
  :destinations)
  SENSITIVE = []
  include Aws::Structure
end

#source_file_system_idString

Specifies the Amazon EFS file system that you want to replicate. This file system cannot already be a source or destination file system in another replication configuration.

Returns:

  • (String)


565
566
567
568
569
570
# File 'lib/aws-sdk-efs/types.rb', line 565

class CreateReplicationConfigurationRequest < Struct.new(
  :source_file_system_id,
  :destinations)
  SENSITIVE = []
  include Aws::Structure
end