Class: Aws::EFS::Types::Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::Destination
- 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
-
#file_system_id ⇒ String
The ID of the destination Amazon EFS file system.
-
#last_replicated_timestamp ⇒ Time
The time when the most recent sync was successfully completed on the destination file system.
-
#owner_id ⇒ String
ID of the Amazon Web Services account in which the destination file system resides.
-
#region ⇒ String
The Amazon Web Services Region in which the destination file system is located.
-
#role_arn ⇒ String
Amazon Resource Name (ARN) of the IAM role in the source account that allows Amazon EFS to perform replication on its behalf.
-
#status ⇒ String
Describes the status of the replication configuration.
-
#status_message ⇒ String
Message that provides details about the
PAUSED
orERRROR
state of the replication destination configuration.
Instance Attribute Details
#file_system_id ⇒ String
The ID of the destination Amazon EFS file system.
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_timestamp ⇒ Time
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.
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_id ⇒ String
ID of the Amazon Web Services account in which the destination file system resides.
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 |
#region ⇒ String
The Amazon Web Services Region in which the destination file system is located.
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_arn ⇒ String
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.
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 ⇒ String
Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.
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_message ⇒ String
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.
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 |