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.



598
599
600
601
602
603
# File 'lib/aws-sdk-efs/types.rb', line 598

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.



598
599
600
601
602
603
# File 'lib/aws-sdk-efs/types.rb', line 598

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