Class: Aws::EFS::Types::CreateReplicationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::CreateReplicationConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::DestinationToCreate>
An array of destination configuration objects.
-
#source_file_system_id ⇒ String
Specifies the Amazon EFS file system that you want to replicate.
Instance Attribute Details
#destinations ⇒ Array<Types::DestinationToCreate>
An array of destination configuration objects. Only one destination configuration object is supported.
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_id ⇒ String
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.
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 |