Resource schema for AWS::DataSync::LocationEFS.
ec_2_config
(Attributes) The subnet and security group that DataSync uses to access target EFS file system. (see below for nested schema)access_point_arn
(String) The Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system.efs_filesystem_arn
(String) The Amazon Resource Name (ARN) for the Amazon EFS file system.file_system_access_role_arn
(String) The Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system.in_transit_encryption
(String) Protocol that is used for encrypting the traffic exchanged between the DataSync Agent and the EFS file system.subdirectory
(String) A subdirectory in the location's path. This subdirectory in the EFS file system is used to read data from the EFS source location or write data to the EFS destination.tags
(Attributes Set) An array of key-value pairs to apply to this resource. (see below for nested schema)id
(String) Uniquely identifies the resource.location_arn
(String) The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.location_uri
(String) The URL of the EFS location that was described.ec_2_config
Required:
security_group_arns
(List of String) The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.subnet_arn
(String) The ARN of the subnet that DataSync uses to access the target EFS file system.tags
Required:
key
(String) The key for an AWS resource tag.value
(String) The value for an AWS resource tag.Import is supported using the following syntax:
$ terraform import awscc_datasync_location_efs.example <resource ID>