1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. datasync
  5. LocationEfs

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.datasync.LocationEfs

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource schema for AWS::DataSync::LocationEFS.

Create LocationEfs Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new LocationEfs(name: string, args: LocationEfsArgs, opts?: CustomResourceOptions);
@overload
def LocationEfs(resource_name: str,
                args: LocationEfsArgs,
                opts: Optional[ResourceOptions] = None)

@overload
def LocationEfs(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                ec2_config: Optional[LocationEfsEc2ConfigArgs] = None,
                access_point_arn: Optional[str] = None,
                efs_filesystem_arn: Optional[str] = None,
                file_system_access_role_arn: Optional[str] = None,
                in_transit_encryption: Optional[LocationEfsInTransitEncryption] = None,
                subdirectory: Optional[str] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewLocationEfs(ctx *Context, name string, args LocationEfsArgs, opts ...ResourceOption) (*LocationEfs, error)
public LocationEfs(string name, LocationEfsArgs args, CustomResourceOptions? opts = null)
public LocationEfs(String name, LocationEfsArgs args)
public LocationEfs(String name, LocationEfsArgs args, CustomResourceOptions options)
type: aws-native:datasync:LocationEfs
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. LocationEfsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. LocationEfsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. LocationEfsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. LocationEfsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. LocationEfsArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

LocationEfs Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The LocationEfs resource accepts the following input properties:

Ec2Config This property is required. Pulumi.AwsNative.DataSync.Inputs.LocationEfsEc2Config
Specifies the subnet and security groups DataSync uses to connect to one of your Amazon EFS file system's mount targets .
AccessPointArn string
The Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system.
EfsFilesystemArn string
The Amazon Resource Name (ARN) for the Amazon EFS file system.
FileSystemAccessRoleArn string
The Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system.
InTransitEncryption Pulumi.AwsNative.DataSync.LocationEfsInTransitEncryption
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 List<Pulumi.AwsNative.Inputs.Tag>
An array of key-value pairs to apply to this resource.
Ec2Config This property is required. LocationEfsEc2ConfigArgs
Specifies the subnet and security groups DataSync uses to connect to one of your Amazon EFS file system's mount targets .
AccessPointArn string
The Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system.
EfsFilesystemArn string
The Amazon Resource Name (ARN) for the Amazon EFS file system.
FileSystemAccessRoleArn string
The Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system.
InTransitEncryption LocationEfsInTransitEncryption
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 TagArgs
An array of key-value pairs to apply to this resource.
ec2Config This property is required. LocationEfsEc2Config
Specifies the subnet and security groups DataSync uses to connect to one of your Amazon EFS file system's mount targets .
accessPointArn String
The Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system.
efsFilesystemArn String
The Amazon Resource Name (ARN) for the Amazon EFS file system.
fileSystemAccessRoleArn String
The Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system.
inTransitEncryption LocationEfsInTransitEncryption
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 List<Tag>
An array of key-value pairs to apply to this resource.
ec2Config This property is required. LocationEfsEc2Config
Specifies the subnet and security groups DataSync uses to connect to one of your Amazon EFS file system's mount targets .
accessPointArn string
The Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system.
efsFilesystemArn string
The Amazon Resource Name (ARN) for the Amazon EFS file system.
fileSystemAccessRoleArn string
The Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system.
inTransitEncryption LocationEfsInTransitEncryption
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 Tag[]
An array of key-value pairs to apply to this resource.
ec2_config This property is required. LocationEfsEc2ConfigArgs
Specifies the subnet and security groups DataSync uses to connect to one of your Amazon EFS file system's mount targets .
access_point_arn str
The Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system.
efs_filesystem_arn str
The Amazon Resource Name (ARN) for the Amazon EFS file system.
file_system_access_role_arn str
The Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system.
in_transit_encryption LocationEfsInTransitEncryption
Protocol that is used for encrypting the traffic exchanged between the DataSync Agent and the EFS file system.
subdirectory str
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 Sequence[TagArgs]
An array of key-value pairs to apply to this resource.
ec2Config This property is required. Property Map
Specifies the subnet and security groups DataSync uses to connect to one of your Amazon EFS file system's mount targets .
accessPointArn String
The Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system.
efsFilesystemArn String
The Amazon Resource Name (ARN) for the Amazon EFS file system.
fileSystemAccessRoleArn String
The Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system.
inTransitEncryption "NONE" | "TLS1_2"
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 List<Property Map>
An array of key-value pairs to apply to this resource.

Outputs

All input properties are implicitly available as output properties. Additionally, the LocationEfs resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
LocationArn string
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
LocationUri string
The URL of the EFS location that was described.
Id string
The provider-assigned unique ID for this managed resource.
LocationArn string
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
LocationUri string
The URL of the EFS location that was described.
id String
The provider-assigned unique ID for this managed resource.
locationArn String
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
locationUri String
The URL of the EFS location that was described.
id string
The provider-assigned unique ID for this managed resource.
locationArn string
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
locationUri string
The URL of the EFS location that was described.
id str
The provider-assigned unique ID for this managed resource.
location_arn str
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
location_uri str
The URL of the EFS location that was described.
id String
The provider-assigned unique ID for this managed resource.
locationArn String
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
locationUri String
The URL of the EFS location that was described.

Supporting Types

LocationEfsEc2Config
, LocationEfsEc2ConfigArgs

SecurityGroupArns This property is required. List<string>
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
SubnetArn This property is required. string
The ARN of the subnet that DataSync uses to access the target EFS file system.
SecurityGroupArns This property is required. []string
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
SubnetArn This property is required. string
The ARN of the subnet that DataSync uses to access the target EFS file system.
securityGroupArns This property is required. List<String>
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
subnetArn This property is required. String
The ARN of the subnet that DataSync uses to access the target EFS file system.
securityGroupArns This property is required. string[]
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
subnetArn This property is required. string
The ARN of the subnet that DataSync uses to access the target EFS file system.
security_group_arns This property is required. Sequence[str]
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
subnet_arn This property is required. str
The ARN of the subnet that DataSync uses to access the target EFS file system.
securityGroupArns This property is required. List<String>
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
subnetArn This property is required. String
The ARN of the subnet that DataSync uses to access the target EFS file system.

LocationEfsInTransitEncryption
, LocationEfsInTransitEncryptionArgs

None
NONE
Tls12
TLS1_2
LocationEfsInTransitEncryptionNone
NONE
LocationEfsInTransitEncryptionTls12
TLS1_2
None
NONE
Tls12
TLS1_2
None
NONE
Tls12
TLS1_2
NONE
NONE
TLS12
TLS1_2
"NONE"
NONE
"TLS1_2"
TLS1_2

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi