1. Registry
  2. Packages
  3. AWS
  4. API Docs
  5. fsx
  6. getOntapFileSystem
Viewing docs for AWS v7.46.0
published on Thursday, Sep 10, 2026 by Pulumi
aws logo aws logo
Viewing docs for AWS v7.46.0
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 dictionary
    data "aws_fsx_get_ontap_file_system" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Identifier of the file system (e.g. fs-12345678).
    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    Tags Dictionary<string, string>
    Tags associated with the file system.
    Id string
    Identifier of the file system (e.g. fs-12345678).
    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    Tags map[string]string
    Tags associated with the file system.
    id string
    Identifier of the file system (e.g. fs-12345678).
    region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    tags map(string)
    Tags associated with the file system.
    id String
    Identifier of the file system (e.g. fs-12345678).
    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    tags Map<String,String>
    Tags associated with the file system.
    id string
    Identifier of the file system (e.g. fs-12345678).
    region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    tags {[key: string]: string}
    Tags associated with the file system.
    id str
    Identifier of the file system (e.g. fs-12345678).
    region str
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    tags Mapping[str, str]
    Tags associated with the file system.
    id String
    Identifier of the file system (e.g. fs-12345678).
    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    tags Map<String>
    Tags associated with the file system.

    getOntapFileSystem Result

    The following output properties are available:

    Arn string
    ARN of the file system.
    AutomaticBackupRetentionDays int
    Number of days to retain automatic backups.
    DailyAutomaticBackupStartTime string
    Preferred time (in HH:MM format) to take daily automatic backups, in the UTC time zone.
    DeploymentType string
    File system deployment type.
    DiskIopsConfigurations List<GetOntapFileSystemDiskIopsConfiguration>
    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.
    DnsName string
    DNS name for the file system.
    EndpointIpAddressRange string
    (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
    Endpoints List<GetOntapFileSystemEndpoint>
    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.
    HaPairs int
    Number of HA pairs for the file system.
    Id string
    Identifier of the file system (e.g. fs-12345678).
    KmsKeyId string
    ARN for the KMS Key to encrypt the file system at rest.
    NetworkInterfaceIds List<string>
    IDs of the elastic network interfaces from which a specific file system is accessible.
    NetworkType string
    Network type (IPV4 or DUAL).
    OwnerId string
    AWS account identifier that created the file system.
    PreferredSubnetId string
    Subnet in which you want the preferred file server to be located.
    Region string
    RouteTableIds List<string>
    (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
    StorageCapacity int
    Storage capacity of the file system in gibibytes (GiB).
    StorageType string
    Type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.
    SubnetIds 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 preferredSubnetId property.
    Tags Dictionary<string, string>
    Tags associated with the file system.
    ThroughputCapacity 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
    ThroughputCapacityPerHaPair int
    Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
    VpcId string
    ID of the primary VPC for the file system.
    WeeklyMaintenanceStartTime string
    Preferred start time (in D:HH:MM format) to perform weekly maintenance, in the UTC time zone.
    Arn string
    ARN of the file system.
    AutomaticBackupRetentionDays int
    Number of days to retain automatic backups.
    DailyAutomaticBackupStartTime string
    Preferred time (in HH:MM format) to take daily automatic backups, in the UTC time zone.
    DeploymentType string
    File system deployment type.
    DiskIopsConfigurations []GetOntapFileSystemDiskIopsConfiguration
    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.
    DnsName string
    DNS name for the file system.
    EndpointIpAddressRange string
    (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
    Endpoints []GetOntapFileSystemEndpoint
    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.
    HaPairs int
    Number of HA pairs for the file system.
    Id string
    Identifier of the file system (e.g. fs-12345678).
    KmsKeyId string
    ARN for the KMS Key to encrypt the file system at rest.
    NetworkInterfaceIds []string
    IDs of the elastic network interfaces from which a specific file system is accessible.
    NetworkType string
    Network type (IPV4 or DUAL).
    OwnerId string
    AWS account identifier that created the file system.
    PreferredSubnetId string
    Subnet in which you want the preferred file server to be located.
    Region string
    RouteTableIds []string
    (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
    StorageCapacity int
    Storage capacity of the file system in gibibytes (GiB).
    StorageType string
    Type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.
    SubnetIds []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 preferredSubnetId property.
    Tags map[string]string
    Tags associated with the file system.
    ThroughputCapacity 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
    ThroughputCapacityPerHaPair int
    Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
    VpcId string
    ID of the primary VPC for the file system.
    WeeklyMaintenanceStartTime string
    Preferred start time (in D:HH:MM format) to perform weekly maintenance, in the UTC time zone.
    arn string
    ARN of the file system.
    automatic_backup_retention_days number
    Number of days to retain automatic backups.
    daily_automatic_backup_start_time string
    Preferred time (in HH:MM format) to take daily automatic backups, in the UTC time zone.
    deployment_type string
    File system deployment type.
    disk_iops_configurations list(object)
    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_address_range string
    (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_id string
    ARN for the KMS Key to encrypt the file system at rest.
    network_interface_ids list(string)
    IDs of the elastic network interfaces from which a specific file system is accessible.
    network_type string
    Network type (IPV4 or DUAL).
    owner_id string
    AWS account identifier that created the file system.
    preferred_subnet_id string
    Subnet in which you want the preferred file server to be located.
    region string
    route_table_ids list(string)
    (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 to HDD, 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 preferredSubnetId property.
    tags 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_per_ha_pair number
    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_start_time string
    Preferred start time (in D:HH:MM format) to perform weekly maintenance, in the UTC time zone.
    arn String
    ARN of the file system.
    automaticBackupRetentionDays Integer
    Number of days to retain automatic backups.
    dailyAutomaticBackupStartTime String
    Preferred time (in HH:MM format) to take daily automatic backups, in the UTC time zone.
    deploymentType String
    File system deployment type.
    diskIopsConfigurations List<GetOntapFileSystemDiskIopsConfiguration>
    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.
    dnsName String
    DNS name for the file system.
    endpointIpAddressRange String
    (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
    endpoints List<GetOntapFileSystemEndpoint>
    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.
    haPairs Integer
    Number of HA pairs for the file system.
    id String
    Identifier of the file system (e.g. fs-12345678).
    kmsKeyId String
    ARN for the KMS Key to encrypt the file system at rest.
    networkInterfaceIds List<String>
    IDs of the elastic network interfaces from which a specific file system is accessible.
    networkType String
    Network type (IPV4 or DUAL).
    ownerId String
    AWS account identifier that created the file system.
    preferredSubnetId String
    Subnet in which you want the preferred file server to be located.
    region String
    routeTableIds List<String>
    (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
    storageCapacity Integer
    Storage capacity of the file system in gibibytes (GiB).
    storageType String
    Type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.
    subnetIds 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 preferredSubnetId property.
    tags Map<String,String>
    Tags associated with the file system.
    throughputCapacity 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
    throughputCapacityPerHaPair Integer
    Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
    vpcId String
    ID of the primary VPC for the file system.
    weeklyMaintenanceStartTime String
    Preferred start time (in D:HH:MM format) to perform weekly maintenance, in the UTC time zone.
    arn string
    ARN of the file system.
    automaticBackupRetentionDays number
    Number of days to retain automatic backups.
    dailyAutomaticBackupStartTime string
    Preferred time (in HH:MM format) to take daily automatic backups, in the UTC time zone.
    deploymentType string
    File system deployment type.
    diskIopsConfigurations GetOntapFileSystemDiskIopsConfiguration[]
    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.
    dnsName string
    DNS name for the file system.
    endpointIpAddressRange string
    (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
    endpoints GetOntapFileSystemEndpoint[]
    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.
    haPairs number
    Number of HA pairs for the file system.
    id string
    Identifier of the file system (e.g. fs-12345678).
    kmsKeyId string
    ARN for the KMS Key to encrypt the file system at rest.
    networkInterfaceIds string[]
    IDs of the elastic network interfaces from which a specific file system is accessible.
    networkType string
    Network type (IPV4 or DUAL).
    ownerId string
    AWS account identifier that created the file system.
    preferredSubnetId string
    Subnet in which you want the preferred file server to be located.
    region string
    routeTableIds string[]
    (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
    storageCapacity number
    Storage capacity of the file system in gibibytes (GiB).
    storageType string
    Type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.
    subnetIds 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 preferredSubnetId property.
    tags {[key: string]: string}
    Tags associated with the file system.
    throughputCapacity 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
    throughputCapacityPerHaPair number
    Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
    vpcId string
    ID of the primary VPC for the file system.
    weeklyMaintenanceStartTime string
    Preferred start time (in D:HH:MM format) to perform weekly maintenance, in the UTC time zone.
    arn str
    ARN of the file system.
    automatic_backup_retention_days int
    Number of days to retain automatic backups.
    daily_automatic_backup_start_time str
    Preferred time (in HH:MM format) to take daily automatic backups, in the UTC time zone.
    deployment_type str
    File system deployment type.
    disk_iops_configurations Sequence[GetOntapFileSystemDiskIopsConfiguration]
    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_address_range str
    (Multi-AZ only) IP address range in which the endpoints to access your file system exist.
    endpoints Sequence[GetOntapFileSystemEndpoint]
    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_id str
    ARN for the KMS Key to encrypt the file system at rest.
    network_interface_ids Sequence[str]
    IDs of the elastic network interfaces from which a specific file system is accessible.
    network_type str
    Network type (IPV4 or DUAL).
    owner_id str
    AWS account identifier that created the file system.
    preferred_subnet_id str
    Subnet in which you want the preferred file server to be located.
    region str
    route_table_ids Sequence[str]
    (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 to HDD, 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 preferredSubnetId property.
    tags 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_per_ha_pair int
    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_start_time str
    Preferred start time (in D:HH:MM format) to perform weekly maintenance, in the UTC time zone.
    arn String
    ARN of the file system.
    automaticBackupRetentionDays Number
    Number of days to retain automatic backups.
    dailyAutomaticBackupStartTime String
    Preferred time (in HH:MM format) to take daily automatic backups, in the UTC time zone.
    deploymentType String
    File system deployment type.
    diskIopsConfigurations List<Property Map>
    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.
    dnsName String
    DNS name for the file system.
    endpointIpAddressRange String
    (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.
    haPairs Number
    Number of HA pairs for the file system.
    id String
    Identifier of the file system (e.g. fs-12345678).
    kmsKeyId String
    ARN for the KMS Key to encrypt the file system at rest.
    networkInterfaceIds List<String>
    IDs of the elastic network interfaces from which a specific file system is accessible.
    networkType String
    Network type (IPV4 or DUAL).
    ownerId String
    AWS account identifier that created the file system.
    preferredSubnetId String
    Subnet in which you want the preferred file server to be located.
    region String
    routeTableIds List<String>
    (Multi-AZ only) VPC route tables in which your file system's endpoints exist.
    storageCapacity Number
    Storage capacity of the file system in gibibytes (GiB).
    storageType String
    Type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.
    subnetIds 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 preferredSubnetId property.
    tags Map<String>
    Tags associated with the file system.
    throughputCapacity 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
    throughputCapacityPerHaPair Number
    Sustained throughput of each HA pair for an Amazon FSx file system in Megabytes per second (MBps).
    vpcId String
    ID of the primary VPC for the file system.
    weeklyMaintenanceStartTime String
    Preferred start time (in D:HH:MM format) to perform weekly maintenance, in the UTC time zone.

    Supporting Types

    GetOntapFileSystemDiskIopsConfiguration

    Iops int
    Total number of SSD IOPS provisioned for the file system.
    Mode string
    Whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a USER_PROVISIONED value.
    Iops int
    Total number of SSD IOPS provisioned for the file system.
    Mode string
    Whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a USER_PROVISIONED value.
    iops number
    Total number of SSD IOPS provisioned for the file system.
    mode string
    Whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a USER_PROVISIONED value.
    iops Integer
    Total number of SSD IOPS provisioned for the file system.
    mode String
    Whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a USER_PROVISIONED value.
    iops number
    Total number of SSD IOPS provisioned for the file system.
    mode string
    Whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a USER_PROVISIONED value.
    iops int
    Total number of SSD IOPS provisioned for the file system.
    mode str
    Whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a USER_PROVISIONED value.
    iops Number
    Total number of SSD IOPS provisioned for the file system.
    mode String
    Whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a USER_PROVISIONED value.

    GetOntapFileSystemEndpoint

    Interclusters List<GetOntapFileSystemEndpointIntercluster>
    FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
    Managements List<GetOntapFileSystemEndpointManagement>
    FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.
    Interclusters []GetOntapFileSystemEndpointIntercluster
    FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
    Managements []GetOntapFileSystemEndpointManagement
    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<GetOntapFileSystemEndpointIntercluster>
    FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
    managements List<GetOntapFileSystemEndpointManagement>
    FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.
    interclusters GetOntapFileSystemEndpointIntercluster[]
    FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
    managements GetOntapFileSystemEndpointManagement[]
    FileSystemEndpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API. See FileSystemEndpoint below.
    interclusters Sequence[GetOntapFileSystemEndpointIntercluster]
    FileSystemEndpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems. See FileSystemEndpoint below.
    managements Sequence[GetOntapFileSystemEndpointManagement]
    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

    DnsName string
    DNS name for the file system.
    IpAddresses List<string>
    DnsName string
    DNS name for the file system.
    IpAddresses []string
    dns_name string
    DNS name for the file system.
    ip_addresses list(string)
    dnsName String
    DNS name for the file system.
    ipAddresses List<String>
    dnsName string
    DNS name for the file system.
    ipAddresses string[]
    dns_name str
    DNS name for the file system.
    ip_addresses Sequence[str]
    dnsName String
    DNS name for the file system.
    ipAddresses List<String>

    GetOntapFileSystemEndpointManagement

    DnsName string
    DNS name for the file system.
    IpAddresses List<string>
    DnsName string
    DNS name for the file system.
    IpAddresses []string
    dns_name string
    DNS name for the file system.
    ip_addresses list(string)
    dnsName String
    DNS name for the file system.
    ipAddresses List<String>
    dnsName string
    DNS name for the file system.
    ipAddresses string[]
    dns_name str
    DNS name for the file system.
    ip_addresses Sequence[str]
    dnsName String
    DNS name for the file system.
    ipAddresses List<String>

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aws Terraform Provider.
    aws logo aws logo
    Viewing docs for AWS v7.46.0
    published on Thursday, Sep 10, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial