Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-datasync-locationefs.json
Parent schema serverless-framework-configuration
Type: object

Resource schema for AWS::DataSync::LocationEFS.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-datasync.git

Properties

Ec2Config object required

The subnet and security group that DataSync uses to access target EFS file system.

2 nested properties
SecurityGroupArns string[] required

The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.

minItems=1maxItems=5
SubnetArn string | Aws_CF_FunctionString required

The ARN of the subnet that DataSync uses to access the target EFS file system.

EfsFilesystemArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) for the Amazon EFS file system.

AccessPointArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system.

FileSystemAccessRoleArn string | Aws_CF_FunctionString

The Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system.

InTransitEncryption string | Aws_CF_FunctionString

Protocol that is used for encrypting the traffic exchanged between the DataSync Agent and the EFS file system.

Subdirectory string | Aws_CF_FunctionString

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 Tag[]

An array of key-value pairs to apply to this resource.

maxItems=50uniqueItems=true

Definitions

Ec2Config object

The subnet and security group that DataSync uses to access target EFS file system.

SecurityGroupArns string[] required

The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.

minItems=1maxItems=5
SubnetArn string | Aws_CF_FunctionString required

The ARN of the subnet that DataSync uses to access the target EFS file system.

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key for an AWS resource tag.

Value string | Aws_CF_FunctionString required

The value for an AWS resource tag.