Try AWS Native preview for resources not in the classic version.
aws.datasync.LocationFsxOntapFileSystem
Explore with Pulumi AI
Try AWS Native preview for resources not in the classic version.
Resource for managing an AWS DataSync Location FSx Ontap File System.
Example Usage
Basic Usage
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.datasync.LocationFsxOntapFileSystem;
import com.pulumi.aws.datasync.LocationFsxOntapFileSystemArgs;
import com.pulumi.aws.datasync.inputs.LocationFsxOntapFileSystemProtocolArgs;
import com.pulumi.aws.datasync.inputs.LocationFsxOntapFileSystemProtocolNfsArgs;
import com.pulumi.aws.datasync.inputs.LocationFsxOntapFileSystemProtocolNfsMountOptionsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var test = new LocationFsxOntapFileSystem("test", LocationFsxOntapFileSystemArgs.builder()
.fsxFilesystemArn(aws_fsx_ontap_file_system.test().arn())
.securityGroupArns(aws_security_group.test().arn())
.storageVirtualMachineArn(aws_fsx_ontap_storage_virtual_machine.test().arn())
.protocol(LocationFsxOntapFileSystemProtocolArgs.builder()
.nfs(LocationFsxOntapFileSystemProtocolNfsArgs.builder()
.mountOptions(LocationFsxOntapFileSystemProtocolNfsMountOptionsArgs.builder()
.version("NFS3")
.build())
.build())
.build())
.build());
}
}
Coming soon!
Coming soon!
resources:
test:
type: aws:datasync:LocationFsxOntapFileSystem
properties:
fsxFilesystemArn: ${aws_fsx_ontap_file_system.test.arn}
securityGroupArns:
- ${aws_security_group.test.arn}
storageVirtualMachineArn: ${aws_fsx_ontap_storage_virtual_machine.test.arn}
protocol:
nfs:
mountOptions:
version: NFS3
Create LocationFsxOntapFileSystem Resource
new LocationFsxOntapFileSystem(name: string, args: LocationFsxOntapFileSystemArgs, opts?: CustomResourceOptions);
@overload
def LocationFsxOntapFileSystem(resource_name: str,
opts: Optional[ResourceOptions] = None,
protocol: Optional[LocationFsxOntapFileSystemProtocolArgs] = None,
security_group_arns: Optional[Sequence[str]] = None,
storage_virtual_machine_arn: Optional[str] = None,
subdirectory: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
@overload
def LocationFsxOntapFileSystem(resource_name: str,
args: LocationFsxOntapFileSystemArgs,
opts: Optional[ResourceOptions] = None)
func NewLocationFsxOntapFileSystem(ctx *Context, name string, args LocationFsxOntapFileSystemArgs, opts ...ResourceOption) (*LocationFsxOntapFileSystem, error)
public LocationFsxOntapFileSystem(string name, LocationFsxOntapFileSystemArgs args, CustomResourceOptions? opts = null)
public LocationFsxOntapFileSystem(String name, LocationFsxOntapFileSystemArgs args)
public LocationFsxOntapFileSystem(String name, LocationFsxOntapFileSystemArgs args, CustomResourceOptions options)
type: aws:datasync:LocationFsxOntapFileSystem
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LocationFsxOntapFileSystemArgs
- 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 LocationFsxOntapFileSystemArgs
- 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 LocationFsxOntapFileSystemArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LocationFsxOntapFileSystemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LocationFsxOntapFileSystemArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
LocationFsxOntapFileSystem 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 LocationFsxOntapFileSystem resource accepts the following input properties:
- Protocol
Location
Fsx Ontap File System Protocol The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- Security
Group List<string>Arns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- Storage
Virtual stringMachine Arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- Subdirectory string
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- Dictionary<string, string>
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
- Protocol
Location
Fsx Ontap File System Protocol Args The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- Security
Group []stringArns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- Storage
Virtual stringMachine Arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- Subdirectory string
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- map[string]string
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
- protocol
Location
Fsx Ontap File System Protocol The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- security
Group List<String>Arns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- storage
Virtual StringMachine Arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- subdirectory String
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- Map<String,String>
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
- protocol
Location
Fsx Ontap File System Protocol The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- security
Group string[]Arns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- storage
Virtual stringMachine Arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- subdirectory string
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- {[key: string]: string}
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
- protocol
Location
Fsx Ontap File System Protocol Args The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- security_
group_ Sequence[str]arns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- storage_
virtual_ strmachine_ arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- subdirectory str
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- Mapping[str, str]
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
- protocol Property Map
The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- security
Group List<String>Arns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- storage
Virtual StringMachine Arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- subdirectory String
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- Map<String>
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
Outputs
All input properties are implicitly available as output properties. Additionally, the LocationFsxOntapFileSystem resource produces the following output properties:
- Arn string
ARN of the DataSync Location for the FSx Ontap File System.
- Creation
Time string - Fsx
Filesystem stringArn ARN of the FSx Ontap File System.
- Id string
The provider-assigned unique ID for this managed resource.
- Dictionary<string, string>
Please use
tags
instead.- Uri string
URI of the FSx ONTAP file system location
- Arn string
ARN of the DataSync Location for the FSx Ontap File System.
- Creation
Time string - Fsx
Filesystem stringArn ARN of the FSx Ontap File System.
- Id string
The provider-assigned unique ID for this managed resource.
- map[string]string
Please use
tags
instead.- Uri string
URI of the FSx ONTAP file system location
- arn String
ARN of the DataSync Location for the FSx Ontap File System.
- creation
Time String - fsx
Filesystem StringArn ARN of the FSx Ontap File System.
- id String
The provider-assigned unique ID for this managed resource.
- Map<String,String>
Please use
tags
instead.- uri String
URI of the FSx ONTAP file system location
- arn string
ARN of the DataSync Location for the FSx Ontap File System.
- creation
Time string - fsx
Filesystem stringArn ARN of the FSx Ontap File System.
- id string
The provider-assigned unique ID for this managed resource.
- {[key: string]: string}
Please use
tags
instead.- uri string
URI of the FSx ONTAP file system location
- arn str
ARN of the DataSync Location for the FSx Ontap File System.
- creation_
time str - fsx_
filesystem_ strarn ARN of the FSx Ontap File System.
- id str
The provider-assigned unique ID for this managed resource.
- Mapping[str, str]
Please use
tags
instead.- uri str
URI of the FSx ONTAP file system location
- arn String
ARN of the DataSync Location for the FSx Ontap File System.
- creation
Time String - fsx
Filesystem StringArn ARN of the FSx Ontap File System.
- id String
The provider-assigned unique ID for this managed resource.
- Map<String>
Please use
tags
instead.- uri String
URI of the FSx ONTAP file system location
Look up Existing LocationFsxOntapFileSystem Resource
Get an existing LocationFsxOntapFileSystem resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: LocationFsxOntapFileSystemState, opts?: CustomResourceOptions): LocationFsxOntapFileSystem
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
arn: Optional[str] = None,
creation_time: Optional[str] = None,
fsx_filesystem_arn: Optional[str] = None,
protocol: Optional[LocationFsxOntapFileSystemProtocolArgs] = None,
security_group_arns: Optional[Sequence[str]] = None,
storage_virtual_machine_arn: Optional[str] = None,
subdirectory: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
tags_all: Optional[Mapping[str, str]] = None,
uri: Optional[str] = None) -> LocationFsxOntapFileSystem
func GetLocationFsxOntapFileSystem(ctx *Context, name string, id IDInput, state *LocationFsxOntapFileSystemState, opts ...ResourceOption) (*LocationFsxOntapFileSystem, error)
public static LocationFsxOntapFileSystem Get(string name, Input<string> id, LocationFsxOntapFileSystemState? state, CustomResourceOptions? opts = null)
public static LocationFsxOntapFileSystem get(String name, Output<String> id, LocationFsxOntapFileSystemState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Arn string
ARN of the DataSync Location for the FSx Ontap File System.
- Creation
Time string - Fsx
Filesystem stringArn ARN of the FSx Ontap File System.
- Protocol
Location
Fsx Ontap File System Protocol The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- Security
Group List<string>Arns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- Storage
Virtual stringMachine Arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- Subdirectory string
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- Dictionary<string, string>
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Dictionary<string, string>
Please use
tags
instead.- Uri string
URI of the FSx ONTAP file system location
- Arn string
ARN of the DataSync Location for the FSx Ontap File System.
- Creation
Time string - Fsx
Filesystem stringArn ARN of the FSx Ontap File System.
- Protocol
Location
Fsx Ontap File System Protocol Args The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- Security
Group []stringArns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- Storage
Virtual stringMachine Arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- Subdirectory string
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- map[string]string
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- map[string]string
Please use
tags
instead.- Uri string
URI of the FSx ONTAP file system location
- arn String
ARN of the DataSync Location for the FSx Ontap File System.
- creation
Time String - fsx
Filesystem StringArn ARN of the FSx Ontap File System.
- protocol
Location
Fsx Ontap File System Protocol The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- security
Group List<String>Arns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- storage
Virtual StringMachine Arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- subdirectory String
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- Map<String,String>
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Map<String,String>
Please use
tags
instead.- uri String
URI of the FSx ONTAP file system location
- arn string
ARN of the DataSync Location for the FSx Ontap File System.
- creation
Time string - fsx
Filesystem stringArn ARN of the FSx Ontap File System.
- protocol
Location
Fsx Ontap File System Protocol The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- security
Group string[]Arns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- storage
Virtual stringMachine Arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- subdirectory string
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- {[key: string]: string}
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- {[key: string]: string}
Please use
tags
instead.- uri string
URI of the FSx ONTAP file system location
- arn str
ARN of the DataSync Location for the FSx Ontap File System.
- creation_
time str - fsx_
filesystem_ strarn ARN of the FSx Ontap File System.
- protocol
Location
Fsx Ontap File System Protocol Args The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- security_
group_ Sequence[str]arns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- storage_
virtual_ strmachine_ arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- subdirectory str
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- Mapping[str, str]
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Mapping[str, str]
Please use
tags
instead.- uri str
URI of the FSx ONTAP file system location
- arn String
ARN of the DataSync Location for the FSx Ontap File System.
- creation
Time String - fsx
Filesystem StringArn ARN of the FSx Ontap File System.
- protocol Property Map
The data transfer protocol that DataSync uses to access your Amazon FSx file system. See Protocol below.
- security
Group List<String>Arns The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):
- Network File System (NFS): TCP ports 111, 635, and 2049
- Server Message Block (SMB): TCP port 445
- storage
Virtual StringMachine Arn The ARN of the SVM in your file system where you want to copy data to of from.
The following arguments are optional:
- subdirectory String
Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g.
/vol1
,/vol1/tree1
,share1
).- Map<String>
Key-value pairs of resource tags to assign to the DataSync Location. If configured with a provider
default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Map<String>
Please use
tags
instead.- uri String
URI of the FSx ONTAP file system location
Supporting Types
LocationFsxOntapFileSystemProtocol, LocationFsxOntapFileSystemProtocolArgs
- Nfs
Location
Fsx Ontap File System Protocol Nfs Network File System (NFS) protocol that DataSync uses to access your FSx ONTAP file system. See NFS below.
- Smb
Location
Fsx Ontap File System Protocol Smb Server Message Block (SMB) protocol that DataSync uses to access your FSx ONTAP file system. See [SMB] (#smb) below.
- Nfs
Location
Fsx Ontap File System Protocol Nfs Network File System (NFS) protocol that DataSync uses to access your FSx ONTAP file system. See NFS below.
- Smb
Location
Fsx Ontap File System Protocol Smb Server Message Block (SMB) protocol that DataSync uses to access your FSx ONTAP file system. See [SMB] (#smb) below.
- nfs
Location
Fsx Ontap File System Protocol Nfs Network File System (NFS) protocol that DataSync uses to access your FSx ONTAP file system. See NFS below.
- smb
Location
Fsx Ontap File System Protocol Smb Server Message Block (SMB) protocol that DataSync uses to access your FSx ONTAP file system. See [SMB] (#smb) below.
- nfs
Location
Fsx Ontap File System Protocol Nfs Network File System (NFS) protocol that DataSync uses to access your FSx ONTAP file system. See NFS below.
- smb
Location
Fsx Ontap File System Protocol Smb Server Message Block (SMB) protocol that DataSync uses to access your FSx ONTAP file system. See [SMB] (#smb) below.
- nfs
Location
Fsx Ontap File System Protocol Nfs Network File System (NFS) protocol that DataSync uses to access your FSx ONTAP file system. See NFS below.
- smb
Location
Fsx Ontap File System Protocol Smb Server Message Block (SMB) protocol that DataSync uses to access your FSx ONTAP file system. See [SMB] (#smb) below.
- nfs Property Map
Network File System (NFS) protocol that DataSync uses to access your FSx ONTAP file system. See NFS below.
- smb Property Map
Server Message Block (SMB) protocol that DataSync uses to access your FSx ONTAP file system. See [SMB] (#smb) below.
LocationFsxOntapFileSystemProtocolNfs, LocationFsxOntapFileSystemProtocolNfsArgs
- Mount
Options LocationFsx Ontap File System Protocol Nfs Mount Options Mount options that are available for DataSync to access an NFS location. See NFS Mount Options below.
- Mount
Options LocationFsx Ontap File System Protocol Nfs Mount Options Mount options that are available for DataSync to access an NFS location. See NFS Mount Options below.
- mount
Options LocationFsx Ontap File System Protocol Nfs Mount Options Mount options that are available for DataSync to access an NFS location. See NFS Mount Options below.
- mount
Options LocationFsx Ontap File System Protocol Nfs Mount Options Mount options that are available for DataSync to access an NFS location. See NFS Mount Options below.
- mount_
options LocationFsx Ontap File System Protocol Nfs Mount Options Mount options that are available for DataSync to access an NFS location. See NFS Mount Options below.
- mount
Options Property Map Mount options that are available for DataSync to access an NFS location. See NFS Mount Options below.
LocationFsxOntapFileSystemProtocolNfsMountOptions, LocationFsxOntapFileSystemProtocolNfsMountOptionsArgs
- Version string
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
- Version string
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
- version String
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
- version string
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
- version str
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
- version String
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
LocationFsxOntapFileSystemProtocolSmb, LocationFsxOntapFileSystemProtocolSmbArgs
- Mount
Options LocationFsx Ontap File System Protocol Smb Mount Options Mount options that are available for DataSync to access an SMB location. See SMB Mount Options below.
- Password string
Password of a user who has permission to access your SVM.
- User string
Username that can mount the location and access the files, folders, and metadata that you need in the SVM.
- Domain string
Fully qualified domain name of the Microsoft Active Directory (AD) that your storage virtual machine belongs to.
- Mount
Options LocationFsx Ontap File System Protocol Smb Mount Options Mount options that are available for DataSync to access an SMB location. See SMB Mount Options below.
- Password string
Password of a user who has permission to access your SVM.
- User string
Username that can mount the location and access the files, folders, and metadata that you need in the SVM.
- Domain string
Fully qualified domain name of the Microsoft Active Directory (AD) that your storage virtual machine belongs to.
- mount
Options LocationFsx Ontap File System Protocol Smb Mount Options Mount options that are available for DataSync to access an SMB location. See SMB Mount Options below.
- password String
Password of a user who has permission to access your SVM.
- user String
Username that can mount the location and access the files, folders, and metadata that you need in the SVM.
- domain String
Fully qualified domain name of the Microsoft Active Directory (AD) that your storage virtual machine belongs to.
- mount
Options LocationFsx Ontap File System Protocol Smb Mount Options Mount options that are available for DataSync to access an SMB location. See SMB Mount Options below.
- password string
Password of a user who has permission to access your SVM.
- user string
Username that can mount the location and access the files, folders, and metadata that you need in the SVM.
- domain string
Fully qualified domain name of the Microsoft Active Directory (AD) that your storage virtual machine belongs to.
- mount_
options LocationFsx Ontap File System Protocol Smb Mount Options Mount options that are available for DataSync to access an SMB location. See SMB Mount Options below.
- password str
Password of a user who has permission to access your SVM.
- user str
Username that can mount the location and access the files, folders, and metadata that you need in the SVM.
- domain str
Fully qualified domain name of the Microsoft Active Directory (AD) that your storage virtual machine belongs to.
- mount
Options Property Map Mount options that are available for DataSync to access an SMB location. See SMB Mount Options below.
- password String
Password of a user who has permission to access your SVM.
- user String
Username that can mount the location and access the files, folders, and metadata that you need in the SVM.
- domain String
Fully qualified domain name of the Microsoft Active Directory (AD) that your storage virtual machine belongs to.
LocationFsxOntapFileSystemProtocolSmbMountOptions, LocationFsxOntapFileSystemProtocolSmbMountOptionsArgs
- Version string
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
- Version string
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
- version String
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
- version string
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
- version str
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
- version String
The specific NFS version that you want DataSync to use for mounting your NFS share. Valid values:
NFS3
. Default:NFS3
Import
Using pulumi import
, import aws_datasync_location_fsx_ontap_file_system
using the DataSync-ARN#FSx-ontap-svm-ARN
. For example:
$ pulumi import aws:datasync/locationFsxOntapFileSystem:LocationFsxOntapFileSystem example arn:aws:datasync:us-west-2:123456789012:location/loc-12345678901234567#arn:aws:fsx:us-west-2:123456789012:storage-virtual-machine/svm-12345678abcdef123
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
aws
Terraform Provider.
Try AWS Native preview for resources not in the classic version.