Class: Aws::EFS::Types::ReplicationConfigurationDescription

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

Overview

Describes the replication configuration for a specific file system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

Describes when the replication configuration was created.

Returns:

  • (Time)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'lib/aws-sdk-efs/types.rb', line 2425

class ReplicationConfigurationDescription < Struct.new(
  :source_file_system_id,
  :source_file_system_region,
  :source_file_system_arn,
  :original_source_file_system_arn,
  :creation_time,
  :destinations,
  :source_file_system_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#destinationsArray<Types::Destination>

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

Returns:



2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'lib/aws-sdk-efs/types.rb', line 2425

class ReplicationConfigurationDescription < Struct.new(
  :source_file_system_id,
  :source_file_system_region,
  :source_file_system_arn,
  :original_source_file_system_arn,
  :creation_time,
  :destinations,
  :source_file_system_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#original_source_file_system_arnString

The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'lib/aws-sdk-efs/types.rb', line 2425

class ReplicationConfigurationDescription < Struct.new(
  :source_file_system_id,
  :source_file_system_region,
  :source_file_system_arn,
  :original_source_file_system_arn,
  :creation_time,
  :destinations,
  :source_file_system_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_file_system_arnString

The Amazon Resource Name (ARN) of the current source file system in the replication configuration.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'lib/aws-sdk-efs/types.rb', line 2425

class ReplicationConfigurationDescription < Struct.new(
  :source_file_system_id,
  :source_file_system_region,
  :source_file_system_arn,
  :original_source_file_system_arn,
  :creation_time,
  :destinations,
  :source_file_system_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_file_system_idString

The ID of the source Amazon EFS file system that is being replicated.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'lib/aws-sdk-efs/types.rb', line 2425

class ReplicationConfigurationDescription < Struct.new(
  :source_file_system_id,
  :source_file_system_region,
  :source_file_system_arn,
  :original_source_file_system_arn,
  :creation_time,
  :destinations,
  :source_file_system_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_file_system_owner_idString

ID of the Amazon Web Services account in which the source file system resides.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'lib/aws-sdk-efs/types.rb', line 2425

class ReplicationConfigurationDescription < Struct.new(
  :source_file_system_id,
  :source_file_system_region,
  :source_file_system_arn,
  :original_source_file_system_arn,
  :creation_time,
  :destinations,
  :source_file_system_owner_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_file_system_regionString

The Amazon Web Services Region in which the source EFS file system is located.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
# File 'lib/aws-sdk-efs/types.rb', line 2425

class ReplicationConfigurationDescription < Struct.new(
  :source_file_system_id,
  :source_file_system_region,
  :source_file_system_arn,
  :original_source_file_system_arn,
  :creation_time,
  :destinations,
  :source_file_system_owner_id)
  SENSITIVE = []
  include Aws::Structure
end