Viewing docs for AWS v7.46.0
published on Thursday, Sep 10, 2026 by Pulumi
published on Thursday, Sep 10, 2026 by Pulumi
Viewing docs for AWS v7.46.0
published on Thursday, Sep 10, 2026 by Pulumi
published on Thursday, Sep 10, 2026 by Pulumi
Retrieve information on FSx ONTAP File System.
Example Usage
Basic Usage
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.fsx.getOntapFileSystem({
id: "fs-12345678",
});
import pulumi
import pulumi_aws as aws
example = aws.fsx.get_ontap_file_system(id="fs-12345678")
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/fsx"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fsx.LookupOntapFileSystem(ctx, &fsx.LookupOntapFileSystemArgs{
Id: "fs-12345678",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() =>
{
var example = Aws.Fsx.GetOntapFileSystem.Invoke(new()
{
Id = "fs-12345678",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.fsx.FsxFunctions;
import com.pulumi.aws.fsx.inputs.GetOntapFileSystemArgs;
import java.util.ArrayList;
import java.util.Arrays;
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) {
final var example = FsxFunctions.getOntapFileSystem(GetOntapFileSystemArgs.builder()
.id("fs-12345678")
.build());
}
}
variables:
example:
fn::invoke:
function: aws:fsx:getOntapFileSystem
arguments:
id: fs-12345678
pulumi {
required_providers {
aws = {
source = "pulumi/aws"
}
}
}
data "aws_fsx_getontapfilesystem" "example" {
id = "fs-12345678"
}
Using getOntapFileSystem
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getOntapFileSystem(args: GetOntapFileSystemArgs, opts?: InvokeOptions): Promise<GetOntapFileSystemResult>
function getOntapFileSystemOutput(args: GetOntapFileSystemOutputArgs, opts?: InvokeOutputOptions): Output<GetOntapFileSystemResult>def get_ontap_file_system(id: Optional[str] = None,
region: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetOntapFileSystemResult
def get_ontap_file_system_output(id: pulumi.Input[Optional[str]] = None,
region: pulumi.Input[Optional[str]] = None,
tags: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetOntapFileSystemResult]func LookupOntapFileSystem(ctx *Context, args *LookupOntapFileSystemArgs, opts ...InvokeOption) (*LookupOntapFileSystemResult, error)
func LookupOntapFileSystemOutput(ctx *Context, args *LookupOntapFileSystemOutputArgs, opts ...InvokeOption) LookupOntapFileSystemResultOutput> Note: This function is named LookupOntapFileSystem in the Go SDK.
public static class GetOntapFileSystem
{
public static Task<GetOntapFileSystemResult> InvokeAsync(GetOntapFileSystemArgs args, InvokeOptions? opts = null)
public static Output<GetOntapFileSystemResult> Invoke(GetOntapFileSystemInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetOntapFileSystemResult> Invoke(GetOntapFileSystemInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetOntapFileSystemResult> getOntapFileSystem(GetOntapFileSystemArgs args, InvokeOptions options)
public static Output<GetOntapFileSystemResult> getOntapFileSystem(GetOntapFileSystemArgs args, InvokeOptions options)
public static Output<GetOntapFileSystemResult> getOntapFileSystem(GetOntapFileSystemArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws:fsx/getOntapFileSystem:getOntapFileSystem
arguments:
# arguments dictionarydata "aws_fsx_get_ontap_file_system" "name" {
# arguments
}The following arguments are supported:
getOntapFileSystem Result
The following output properties are available:
- Arn string
- ARN of the file system.
- Automatic
Backup intRetention Days - Number of days to retain automatic backups.
- Daily
Automatic stringBackup Start Time - Preferred time (in
HH:MMformat) to take daily automatic backups, in the UTC time zone. - Deployment
Type string - File system deployment type.
- Disk
Iops List<GetConfigurations Ontap File System Disk Iops Configuration> - SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system, specifying the number of provisioned IOPS and the provision mode. See Disk IOPS Below.
- Dns
Name string - DNS name for the file system.
- Endpoint
Ip stringAddress Range - (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
- Endpoints
List<Get
Ontap File System Endpoint> - Management and Intercluster FileSystemEndpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. See FileSystemEndpoints below.
- Ha
Pairs int - Number of HA pairs for the file system.
- Id string
- Identifier of the file system (e.g.
fs-12345678). - Kms
Key stringId - ARN for the KMS Key to encrypt the file system at rest.
- Network
Interface List<string>Ids - IDs of the elastic network interfaces from which a specific file system is accessible.
- Network
Type string - Network type (
IPV4orDUAL). - Owner
Id string - AWS account identifier that created the file system.
- Preferred
Subnet stringId - Subnet in which you want the preferred file server to be located.
- Region string
- Route
Table List<string>Ids - (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
- Storage
Capacity int - Storage capacity of the file system in gibibytes (GiB).
- Storage
Type string - Type of storage the file system is using. If set to
SSD, the file system uses solid state drive storage. If set toHDD, the file system uses hard disk drive storage. - Subnet
Ids List<string> - IDs of the subnets that the file system is accessible from. For the MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the
preferredSubnetIdproperty. - Dictionary<string, string>
- Tags associated with the file system.
- Throughput
Capacity int - Sustained throughput of an Amazon FSx file system in Megabytes per second (MBps). If the file system uses multiple HA pairs this will equal throuthputCapacityPerHaPair x ha_pairs
- Throughput
Capacity intPer Ha Pair - Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
- Vpc
Id string - ID of the primary VPC for the file system.
- Weekly
Maintenance stringStart Time - Preferred start time (in
D:HH:MMformat) to perform weekly maintenance, in the UTC time zone.
- Arn string
- ARN of the file system.
- Automatic
Backup intRetention Days - Number of days to retain automatic backups.
- Daily
Automatic stringBackup Start Time - Preferred time (in
HH:MMformat) to take daily automatic backups, in the UTC time zone. - Deployment
Type string - File system deployment type.
- Disk
Iops []GetConfigurations Ontap File System Disk Iops Configuration - SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system, specifying the number of provisioned IOPS and the provision mode. See Disk IOPS Below.
- Dns
Name string - DNS name for the file system.
- Endpoint
Ip stringAddress Range - (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
- Endpoints
[]Get
Ontap File System Endpoint - Management and Intercluster FileSystemEndpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. See FileSystemEndpoints below.
- Ha
Pairs int - Number of HA pairs for the file system.
- Id string
- Identifier of the file system (e.g.
fs-12345678). - Kms
Key stringId - ARN for the KMS Key to encrypt the file system at rest.
- Network
Interface []stringIds - IDs of the elastic network interfaces from which a specific file system is accessible.
- Network
Type string - Network type (
IPV4orDUAL). - Owner
Id string - AWS account identifier that created the file system.
- Preferred
Subnet stringId - Subnet in which you want the preferred file server to be located.
- Region string
- Route
Table []stringIds - (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
- Storage
Capacity int - Storage capacity of the file system in gibibytes (GiB).
- Storage
Type string - Type of storage the file system is using. If set to
SSD, the file system uses solid state drive storage. If set toHDD, the file system uses hard disk drive storage. - Subnet
Ids []string - IDs of the subnets that the file system is accessible from. For the MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the
preferredSubnetIdproperty. - map[string]string
- Tags associated with the file system.
- Throughput
Capacity int - Sustained throughput of an Amazon FSx file system in Megabytes per second (MBps). If the file system uses multiple HA pairs this will equal throuthputCapacityPerHaPair x ha_pairs
- Throughput
Capacity intPer Ha Pair - Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
- Vpc
Id string - ID of the primary VPC for the file system.
- Weekly
Maintenance stringStart Time - Preferred start time (in
D:HH:MMformat) to perform weekly maintenance, in the UTC time zone.
- arn string
- ARN of the file system.
- automatic_
backup_ numberretention_ days - Number of days to retain automatic backups.
- daily_
automatic_ stringbackup_ start_ time - Preferred time (in
HH:MMformat) to take daily automatic backups, in the UTC time zone. - deployment_
type string - File system deployment type.
- disk_
iops_ list(object)configurations - SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system, specifying the number of provisioned IOPS and the provision mode. See Disk IOPS Below.
- dns_
name string - DNS name for the file system.
- endpoint_
ip_ stringaddress_ range - (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
- endpoints list(object)
- Management and Intercluster FileSystemEndpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. See FileSystemEndpoints below.
- ha_
pairs number - Number of HA pairs for the file system.
- id string
- Identifier of the file system (e.g.
fs-12345678). - kms_
key_ stringid - ARN for the KMS Key to encrypt the file system at rest.
- network_
interface_ list(string)ids - IDs of the elastic network interfaces from which a specific file system is accessible.
- network_
type string - Network type (
IPV4orDUAL). - owner_
id string - AWS account identifier that created the file system.
- preferred_
subnet_ stringid - Subnet in which you want the preferred file server to be located.
- region string
- route_
table_ list(string)ids - (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
- storage_
capacity number - Storage capacity of the file system in gibibytes (GiB).
- storage_
type string - Type of storage the file system is using. If set to
SSD, the file system uses solid state drive storage. If set toHDD, the file system uses hard disk drive storage. - subnet_
ids list(string) - IDs of the subnets that the file system is accessible from. For the MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the
preferredSubnetIdproperty. - map(string)
- Tags associated with the file system.
- throughput_
capacity number - Sustained throughput of an Amazon FSx file system in Megabytes per second (MBps). If the file system uses multiple HA pairs this will equal throuthputCapacityPerHaPair x ha_pairs
- throughput_
capacity_ numberper_ ha_ pair - Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
- vpc_
id string - ID of the primary VPC for the file system.
- weekly_
maintenance_ stringstart_ time - Preferred start time (in
D:HH:MMformat) to perform weekly maintenance, in the UTC time zone.
- arn String
- ARN of the file system.
- automatic
Backup IntegerRetention Days - Number of days to retain automatic backups.
- daily
Automatic StringBackup Start Time - Preferred time (in
HH:MMformat) to take daily automatic backups, in the UTC time zone. - deployment
Type String - File system deployment type.
- disk
Iops List<GetConfigurations Ontap File System Disk Iops Configuration> - SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system, specifying the number of provisioned IOPS and the provision mode. See Disk IOPS Below.
- dns
Name String - DNS name for the file system.
- endpoint
Ip StringAddress Range - (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
- endpoints
List<Get
Ontap File System Endpoint> - Management and Intercluster FileSystemEndpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. See FileSystemEndpoints below.
- ha
Pairs Integer - Number of HA pairs for the file system.
- id String
- Identifier of the file system (e.g.
fs-12345678). - kms
Key StringId - ARN for the KMS Key to encrypt the file system at rest.
- network
Interface List<String>Ids - IDs of the elastic network interfaces from which a specific file system is accessible.
- network
Type String - Network type (
IPV4orDUAL). - owner
Id String - AWS account identifier that created the file system.
- preferred
Subnet StringId - Subnet in which you want the preferred file server to be located.
- region String
- route
Table List<String>Ids - (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
- storage
Capacity Integer - Storage capacity of the file system in gibibytes (GiB).
- storage
Type String - Type of storage the file system is using. If set to
SSD, the file system uses solid state drive storage. If set toHDD, the file system uses hard disk drive storage. - subnet
Ids List<String> - IDs of the subnets that the file system is accessible from. For the MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the
preferredSubnetIdproperty. - Map<String,String>
- Tags associated with the file system.
- throughput
Capacity Integer - Sustained throughput of an Amazon FSx file system in Megabytes per second (MBps). If the file system uses multiple HA pairs this will equal throuthputCapacityPerHaPair x ha_pairs
- throughput
Capacity IntegerPer Ha Pair - Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
- vpc
Id String - ID of the primary VPC for the file system.
- weekly
Maintenance StringStart Time - Preferred start time (in
D:HH:MMformat) to perform weekly maintenance, in the UTC time zone.
- arn string
- ARN of the file system.
- automatic
Backup numberRetention Days - Number of days to retain automatic backups.
- daily
Automatic stringBackup Start Time - Preferred time (in
HH:MMformat) to take daily automatic backups, in the UTC time zone. - deployment
Type string - File system deployment type.
- disk
Iops GetConfigurations Ontap File System Disk Iops Configuration[] - SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system, specifying the number of provisioned IOPS and the provision mode. See Disk IOPS Below.
- dns
Name string - DNS name for the file system.
- endpoint
Ip stringAddress Range - (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
- endpoints
Get
Ontap File System Endpoint[] - Management and Intercluster FileSystemEndpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. See FileSystemEndpoints below.
- ha
Pairs number - Number of HA pairs for the file system.
- id string
- Identifier of the file system (e.g.
fs-12345678). - kms
Key stringId - ARN for the KMS Key to encrypt the file system at rest.
- network
Interface string[]Ids - IDs of the elastic network interfaces from which a specific file system is accessible.
- network
Type string - Network type (
IPV4orDUAL). - owner
Id string - AWS account identifier that created the file system.
- preferred
Subnet stringId - Subnet in which you want the preferred file server to be located.
- region string
- route
Table string[]Ids - (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
- storage
Capacity number - Storage capacity of the file system in gibibytes (GiB).
- storage
Type string - Type of storage the file system is using. If set to
SSD, the file system uses solid state drive storage. If set toHDD, the file system uses hard disk drive storage. - subnet
Ids string[] - IDs of the subnets that the file system is accessible from. For the MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the
preferredSubnetIdproperty. - {[key: string]: string}
- Tags associated with the file system.
- throughput
Capacity number - Sustained throughput of an Amazon FSx file system in Megabytes per second (MBps). If the file system uses multiple HA pairs this will equal throuthputCapacityPerHaPair x ha_pairs
- throughput
Capacity numberPer Ha Pair - Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
- vpc
Id string - ID of the primary VPC for the file system.
- weekly
Maintenance stringStart Time - Preferred start time (in
D:HH:MMformat) to perform weekly maintenance, in the UTC time zone.
- arn str
- ARN of the file system.
- automatic_
backup_ intretention_ days - Number of days to retain automatic backups.
- daily_
automatic_ strbackup_ start_ time - Preferred time (in
HH:MMformat) to take daily automatic backups, in the UTC time zone. - deployment_
type str - File system deployment type.
- disk_
iops_ Sequence[Getconfigurations Ontap File System Disk Iops Configuration] - SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system, specifying the number of provisioned IOPS and the provision mode. See Disk IOPS Below.
- dns_
name str - DNS name for the file system.
- endpoint_
ip_ straddress_ range - (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
- endpoints
Sequence[Get
Ontap File System Endpoint] - Management and Intercluster FileSystemEndpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. See FileSystemEndpoints below.
- ha_
pairs int - Number of HA pairs for the file system.
- id str
- Identifier of the file system (e.g.
fs-12345678). - kms_
key_ strid - ARN for the KMS Key to encrypt the file system at rest.
- network_
interface_ Sequence[str]ids - IDs of the elastic network interfaces from which a specific file system is accessible.
- network_
type str - Network type (
IPV4orDUAL). - owner_
id str - AWS account identifier that created the file system.
- preferred_
subnet_ strid - Subnet in which you want the preferred file server to be located.
- region str
- route_
table_ Sequence[str]ids - (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
- storage_
capacity int - Storage capacity of the file system in gibibytes (GiB).
- storage_
type str - Type of storage the file system is using. If set to
SSD, the file system uses solid state drive storage. If set toHDD, the file system uses hard disk drive storage. - subnet_
ids Sequence[str] - IDs of the subnets that the file system is accessible from. For the MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the
preferredSubnetIdproperty. - Mapping[str, str]
- Tags associated with the file system.
- throughput_
capacity int - Sustained throughput of an Amazon FSx file system in Megabytes per second (MBps). If the file system uses multiple HA pairs this will equal throuthputCapacityPerHaPair x ha_pairs
- throughput_
capacity_ intper_ ha_ pair - Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
- vpc_
id str - ID of the primary VPC for the file system.
- weekly_
maintenance_ strstart_ time - Preferred start time (in
D:HH:MMformat) to perform weekly maintenance, in the UTC time zone.
- arn String
- ARN of the file system.
- automatic
Backup NumberRetention Days - Number of days to retain automatic backups.
- daily
Automatic StringBackup Start Time - Preferred time (in
HH:MMformat) to take daily automatic backups, in the UTC time zone. - deployment
Type String - File system deployment type.
- disk
Iops List<Property Map>Configurations - SSD IOPS configuration for the Amazon FSx for NetApp ONTAP file system, specifying the number of provisioned IOPS and the provision mode. See Disk IOPS Below.
- dns
Name String - DNS name for the file system.
- endpoint
Ip StringAddress Range - (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
- endpoints List<Property Map>
- Management and Intercluster FileSystemEndpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. See FileSystemEndpoints below.
- ha
Pairs Number - Number of HA pairs for the file system.
- id String
- Identifier of the file system (e.g.
fs-12345678). - kms
Key StringId - ARN for the KMS Key to encrypt the file system at rest.
- network
Interface List<String>Ids - IDs of the elastic network interfaces from which a specific file system is accessible.
- network
Type String - Network type (
IPV4orDUAL). - owner
Id String - AWS account identifier that created the file system.
- preferred
Subnet StringId - Subnet in which you want the preferred file server to be located.
- region String
- route
Table List<String>Ids - (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
- storage
Capacity Number - Storage capacity of the file system in gibibytes (GiB).
- storage
Type String - Type of storage the file system is using. If set to
SSD, the file system uses solid state drive storage. If set toHDD, the file system uses hard disk drive storage. - subnet
Ids List<String> - IDs of the subnets that the file system is accessible from. For the MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the
preferredSubnetIdproperty. - Map<String>
- Tags associated with the file system.
- throughput
Capacity Number - Sustained throughput of an Amazon FSx file system in Megabytes per second (MBps). If the file system uses multiple HA pairs this will equal throuthputCapacityPerHaPair x ha_pairs
- throughput
Capacity NumberPer Ha Pair - Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
- vpc
Id String - ID of the primary VPC for the file system.
- weekly
Maintenance StringStart Time - Preferred start time (in
D:HH:MMformat) to perform weekly maintenance, in the UTC time zone.
Supporting Types
GetOntapFileSystemDiskIopsConfiguration
GetOntapFileSystemEndpoint
- Interclusters
List<Get
Ontap File System Endpoint Intercluster> - FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
- Managements
List<Get
Ontap File System Endpoint Management> - FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.
- Interclusters
[]Get
Ontap File System Endpoint Intercluster - FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
- Managements
[]Get
Ontap File System Endpoint Management - FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.
- interclusters list(object)
- FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
- managements list(object)
- FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.
- interclusters
List<Get
Ontap File System Endpoint Intercluster> - FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
- managements
List<Get
Ontap File System Endpoint Management> - FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.
- interclusters
Get
Ontap File System Endpoint Intercluster[] - FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
- managements
Get
Ontap File System Endpoint Management[] - FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.
- interclusters
Sequence[Get
Ontap File System Endpoint Intercluster] - FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
- managements
Sequence[Get
Ontap File System Endpoint Management] - FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.
- interclusters List<Property Map>
- FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
- managements List<Property Map>
- FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.
GetOntapFileSystemEndpointIntercluster
- Dns
Name string - DNS name for the file system.
- Ip
Addresses List<string>
- Dns
Name string - DNS name for the file system.
- Ip
Addresses []string
- dns_
name string - DNS name for the file system.
- ip_
addresses list(string)
- dns
Name String - DNS name for the file system.
- ip
Addresses List<String>
- dns
Name string - DNS name for the file system.
- ip
Addresses string[]
- dns_
name str - DNS name for the file system.
- ip_
addresses Sequence[str]
- dns
Name String - DNS name for the file system.
- ip
Addresses List<String>
GetOntapFileSystemEndpointManagement
- Dns
Name string - DNS name for the file system.
- Ip
Addresses List<string>
- Dns
Name string - DNS name for the file system.
- Ip
Addresses []string
- dns_
name string - DNS name for the file system.
- ip_
addresses list(string)
- dns
Name String - DNS name for the file system.
- ip
Addresses List<String>
- dns
Name string - DNS name for the file system.
- ip
Addresses string[]
- dns_
name str - DNS name for the file system.
- ip_
addresses Sequence[str]
- dns
Name String - DNS name for the file system.
- ip
Addresses List<String>
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
awsTerraform Provider.
Viewing docs for AWS v7.46.0
published on Thursday, Sep 10, 2026 by Pulumi
published on Thursday, Sep 10, 2026 by Pulumi