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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.datasync.LocationEfs

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 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 string
    The unique name of the resource.
    args LocationEfsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args 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 string
    The unique name of the resource.
    args LocationEfsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LocationEfsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LocationEfsArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const locationEfsResource = new aws_native.datasync.LocationEfs("locationEfsResource", {
        ec2Config: {
            securityGroupArns: ["string"],
            subnetArn: "string",
        },
        accessPointArn: "string",
        efsFilesystemArn: "string",
        fileSystemAccessRoleArn: "string",
        inTransitEncryption: aws_native.datasync.LocationEfsInTransitEncryption.None,
        subdirectory: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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

    The LocationEfs resource accepts the following input properties:

    Ec2Config Pulumi.AwsNative.DataSync.Inputs.LocationEfsEc2Config
    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 LocationEfsEc2ConfigArgs
    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 LocationEfsEc2Config
    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 LocationEfsEc2Config
    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 LocationEfsEc2ConfigArgs
    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 Property Map
    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 List<string>
    The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
    SubnetArn string
    The ARN of the subnet that DataSync uses to access the target EFS file system.
    SecurityGroupArns []string
    The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
    SubnetArn string
    The ARN of the subnet that DataSync uses to access the target EFS file system.
    securityGroupArns List<String>
    The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
    subnetArn String
    The ARN of the subnet that DataSync uses to access the target EFS file system.
    securityGroupArns string[]
    The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
    subnetArn string
    The ARN of the subnet that DataSync uses to access the target EFS file system.
    security_group_arns Sequence[str]
    The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
    subnet_arn str
    The ARN of the subnet that DataSync uses to access the target EFS file system.
    securityGroupArns List<String>
    The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
    subnetArn 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi