Class: Aws::EFS::Types::Destination

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

Overview

Describes the destination file system in the replication configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The ID of the destination Amazon EFS file system.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1208

class Destination < Struct.new(
  :status,
  :file_system_id,
  :region,
  :last_replicated_timestamp,
  :owner_id,
  :status_message,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_replicated_timestampTime

The time when the most recent sync was successfully completed on the destination file system. Any changes to data on the source file system that occurred before this time have been successfully replicated to the destination file system. Any changes that occurred after this time might not be fully replicated.

Returns:

  • (Time)


1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1208

class Destination < Struct.new(
  :status,
  :file_system_id,
  :region,
  :last_replicated_timestamp,
  :owner_id,
  :status_message,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

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

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1208

class Destination < Struct.new(
  :status,
  :file_system_id,
  :region,
  :last_replicated_timestamp,
  :owner_id,
  :status_message,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

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

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1208

class Destination < Struct.new(
  :status,
  :file_system_id,
  :region,
  :last_replicated_timestamp,
  :owner_id,
  :status_message,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

Amazon Resource Name (ARN) of the IAM role in the source account that allows Amazon EFS to perform replication on its behalf. This is optional for same-account replication and required for cross-account replication.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1208

class Destination < Struct.new(
  :status,
  :file_system_id,
  :region,
  :last_replicated_timestamp,
  :owner_id,
  :status_message,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1208

class Destination < Struct.new(
  :status,
  :file_system_id,
  :region,
  :last_replicated_timestamp,
  :owner_id,
  :status_message,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

Message that provides details about the PAUSED or ERRROR state of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1208

class Destination < Struct.new(
  :status,
  :file_system_id,
  :region,
  :last_replicated_timestamp,
  :owner_id,
  :status_message,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end