FSx

Table of Contents

Client

class FSx.Client

A low-level client representing Amazon FSx

Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.

import boto3

client = boto3.client('fsx')

These are the available methods:

associate_file_system_aliases(**kwargs)

Use this action to associate one or more Domain Name Server (DNS) aliases with an existing Amazon FSx for Windows File Server file system. A file system can have a maximum of 50 DNS aliases associated with it at any one time. If you try to associate a DNS alias that is already associated with the file system, FSx takes no action on that alias in the request. For more information, see Working with DNS Aliases and Walkthrough 5: Using DNS aliases to access your file system , including additional steps you must take to be able to access your file system using a DNS alias.

The system response shows the DNS aliases that Amazon FSx is attempting to associate with the file system. Use the API operation to monitor the status of the aliases Amazon FSx is associating with the file system.

See also: AWS API Documentation

Request Syntax

response = client.associate_file_system_aliases(
    ClientRequestToken='string',
    FileSystemId='string',
    Aliases=[
        'string',
    ]
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • FileSystemId (string) --

    [REQUIRED]

    Specifies the file system with which you want to associate one or more DNS aliases.

  • Aliases (list) --

    [REQUIRED]

    An array of one or more DNS alias names to associate with the file system. The alias name has to comply with the following formatting requirements:

    • Formatted as a fully-qualified domain name (FQDN), * hostname.domain * , for example, accounting.corp.example.com .
    • Can contain alphanumeric characters and the hyphen (-).
    • Cannot start or end with a hyphen.
    • Can start with a numeric.

    For DNS alias names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

    • (string) --
Return type

dict

Returns

Response Syntax

{
    'Aliases': [
        {
            'Name': 'string',
            'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
        },
    ]
}

Response Structure

  • (dict) --

    The system generated response showing the DNS aliases that Amazon FSx is attempting to associate with the file system. Use the API operation to monitor the status of the aliases Amazon FSx is associating with the file system. It can take up to 2.5 minutes for the alias status to change from CREATING to AVAILABLE .

    • Aliases (list) --

      An array of the DNS aliases that Amazon FSx is associating with the file system.

      • (dict) --

        A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

        • Name (string) --

          The name of the DNS alias. The alias name has to meet the following requirements:

          • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
          • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
          • Cannot start or end with a hyphen.
          • Can start with a numeric.

          For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

        • Lifecycle (string) --

          Describes the state of the DNS alias.

          • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
          • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
          • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
          • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
          • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.InternalServerError
can_paginate(operation_name)

Check if an operation can be paginated.

Parameters
operation_name (string) -- The operation name. This is the same name as the method name on the client. For example, if the method name is create_foo, and you'd normally invoke the operation as client.create_foo(**kwargs), if the create_foo operation can be paginated, you can use the call client.get_paginator("create_foo").
Returns
True if the operation can be paginated, False otherwise.
cancel_data_repository_task(**kwargs)

Cancels an existing Amazon FSx for Lustre data repository task if that task is in either the PENDING or EXECUTING state. When you cancel a task, Amazon FSx does the following.

  • Any files that FSx has already exported are not reverted.
  • FSx continues to export any files that are "in-flight" when the cancel operation is received.
  • FSx does not export any files that have not yet been exported.

See also: AWS API Documentation

Request Syntax

response = client.cancel_data_repository_task(
    TaskId='string'
)
Parameters
TaskId (string) --

[REQUIRED]

Specifies the data repository task to cancel.

Return type
dict
Returns
Response Syntax
{
    'Lifecycle': 'PENDING'|'EXECUTING'|'FAILED'|'SUCCEEDED'|'CANCELED'|'CANCELING',
    'TaskId': 'string'
}

Response Structure

  • (dict) --
    • Lifecycle (string) --

      The lifecycle status of the data repository task, as follows:

      • PENDING - Amazon FSx has not started the task.
      • EXECUTING - Amazon FSx is processing the task.
      • FAILED - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures.
      • SUCCEEDED - FSx completed the task successfully.
      • CANCELED - Amazon FSx canceled the task and it did not complete.
      • CANCELING - FSx is in process of canceling the task.
    • TaskId (string) --

      The ID of the task being canceled.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.UnsupportedOperation
  • FSx.Client.exceptions.DataRepositoryTaskNotFound
  • FSx.Client.exceptions.DataRepositoryTaskEnded
  • FSx.Client.exceptions.InternalServerError
copy_backup(**kwargs)

Copies an existing backup within the same Amazon Web Services account to another Amazon Web Services Region (cross-Region copy) or within the same Amazon Web Services Region (in-Region copy). You can have up to five backup copy requests in progress to a single destination Region per account.

You can use cross-Region backup copies for cross-Region disaster recovery. You can periodically take backups and copy them to another Region so that in the event of a disaster in the primary Region, you can restore from backup and recover availability quickly in the other Region. You can make cross-Region copies only within your Amazon Web Services partition. A partition is a grouping of Regions. Amazon Web Services currently has three partitions: aws (Standard Regions), aws-cn (China Regions), and aws-us-gov (Amazon Web Services GovCloud [US] Regions).

You can also use backup copies to clone your file dataset to another Region or within the same Region.

You can use the SourceRegion parameter to specify the Amazon Web Services Region from which the backup will be copied. For example, if you make the call from the us-west-1 Region and want to copy a backup from the us-east-2 Region, you specify us-east-2 in the SourceRegion parameter to make a cross-Region copy. If you don't specify a Region, the backup copy is created in the same Region where the request is sent from (in-Region copy).

For more information about creating backup copies, see Copying backups in the Amazon FSx for Windows User Guide , Copying backups in the Amazon FSx for Lustre User Guide , and Copying backups in the Amazon FSx for OpenZFS User Guide .

See also: AWS API Documentation

Request Syntax

response = client.copy_backup(
    ClientRequestToken='string',
    SourceBackupId='string',
    SourceRegion='string',
    KmsKeyId='string',
    CopyTags=True|False,
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • SourceBackupId (string) --

    [REQUIRED]

    The ID of the source backup. Specifies the ID of the backup that's being copied.

  • SourceRegion (string) -- The source Amazon Web Services Region of the backup. Specifies the Amazon Web Services Region from which the backup is being copied. The source and destination Regions must be in the same Amazon Web Services partition. If you don't specify a Region, SourceRegion defaults to the Region where the request is sent from (in-Region copy).
  • KmsKeyId (string) -- The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for Lustre PERSISTENT_1 and PERSISTENT_2 file systems at rest. If this ID isn't specified, the key managed by Amazon FSx is used. The Amazon FSx for Lustre SCRATCH_1 and SCRATCH_2 file systems are always encrypted at rest using Amazon FSx-managed keys. For more information, see Encrypt in the Key Management Service API Reference .
  • CopyTags (boolean) --

    A Boolean flag indicating whether tags from the source backup should be copied to the backup copy. This value defaults to false .

    If you set CopyTags to true and the source backup has existing tags, you can use the Tags parameter to create new tags, provided that the sum of the source backup tags and the new tags doesn't exceed 50. Both sets of tags are merged. If there are tag conflicts (for example, two tags with the same key but different values), the tags created with the Tags parameter take precedence.

  • Tags (list) --

    A list of Tag values, with a maximum of 50 elements.

    • (dict) --

      Specifies a key-value pair for a resource tag.

      • Key (string) -- [REQUIRED]

        A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

      • Value (string) -- [REQUIRED]

        A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

Return type

dict

Returns

Response Syntax

{
    'Backup': {
        'BackupId': 'string',
        'Lifecycle': 'AVAILABLE'|'CREATING'|'TRANSFERRING'|'DELETED'|'FAILED'|'PENDING'|'COPYING',
        'FailureDetails': {
            'Message': 'string'
        },
        'Type': 'AUTOMATIC'|'USER_INITIATED'|'AWS_BACKUP',
        'ProgressPercent': 123,
        'CreationTime': datetime(2015, 1, 1),
        'KmsKeyId': 'string',
        'ResourceARN': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'FileSystem': {
            'OwnerId': 'string',
            'CreationTime': datetime(2015, 1, 1),
            'FileSystemId': 'string',
            'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
            'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
            'FailureDetails': {
                'Message': 'string'
            },
            'StorageCapacity': 123,
            'StorageType': 'SSD'|'HDD',
            'VpcId': 'string',
            'SubnetIds': [
                'string',
            ],
            'NetworkInterfaceIds': [
                'string',
            ],
            'DNSName': 'string',
            'KmsKeyId': 'string',
            'ResourceARN': 'string',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'WindowsConfiguration': {
                'ActiveDirectoryId': 'string',
                'SelfManagedActiveDirectoryConfiguration': {
                    'DomainName': 'string',
                    'OrganizationalUnitDistinguishedName': 'string',
                    'FileSystemAdministratorsGroup': 'string',
                    'UserName': 'string',
                    'DnsIps': [
                        'string',
                    ]
                },
                'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                'RemoteAdministrationEndpoint': 'string',
                'PreferredSubnetId': 'string',
                'PreferredFileServerIp': 'string',
                'ThroughputCapacity': 123,
                'MaintenanceOperationsInProgress': [
                    'PATCHING'|'BACKING_UP',
                ],
                'WeeklyMaintenanceStartTime': 'string',
                'DailyAutomaticBackupStartTime': 'string',
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'Aliases': [
                    {
                        'Name': 'string',
                        'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                    },
                ],
                'AuditLogConfiguration': {
                    'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                    'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                    'AuditLogDestination': 'string'
                }
            },
            'LustreConfiguration': {
                'WeeklyMaintenanceStartTime': 'string',
                'DataRepositoryConfiguration': {
                    'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                    'ImportPath': 'string',
                    'ExportPath': 'string',
                    'ImportedFileChunkSize': 123,
                    'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                    'FailureDetails': {
                        'Message': 'string'
                    }
                },
                'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                'PerUnitStorageThroughput': 123,
                'MountName': 'string',
                'DailyAutomaticBackupStartTime': 'string',
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'DriveCacheType': 'NONE'|'READ',
                'DataCompressionType': 'NONE'|'LZ4',
                'LogConfiguration': {
                    'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                    'Destination': 'string'
                }
            },
            'AdministrativeActions': [
                {
                    'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                    'ProgressPercent': 123,
                    'RequestTime': datetime(2015, 1, 1),
                    'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                    'TargetFileSystemValues': {'... recursive ...'},
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'TargetVolumeValues': {
                        'CreationTime': datetime(2015, 1, 1),
                        'FileSystemId': 'string',
                        'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                        'Name': 'string',
                        'OntapConfiguration': {
                            'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                            'JunctionPath': 'string',
                            'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                            'SizeInMegabytes': 123,
                            'StorageEfficiencyEnabled': True|False,
                            'StorageVirtualMachineId': 'string',
                            'StorageVirtualMachineRoot': True|False,
                            'TieringPolicy': {
                                'CoolingPeriod': 123,
                                'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                            },
                            'UUID': 'string',
                            'OntapVolumeType': 'RW'|'DP'|'LS'
                        },
                        'ResourceARN': 'string',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'VolumeId': 'string',
                        'VolumeType': 'ONTAP'|'OPENZFS',
                        'LifecycleTransitionReason': {
                            'Message': 'string'
                        },
                        'AdministrativeActions': {'... recursive ...'},
                        'OpenZFSConfiguration': {
                            'ParentVolumeId': 'string',
                            'VolumePath': 'string',
                            'StorageCapacityReservationGiB': 123,
                            'StorageCapacityQuotaGiB': 123,
                            'DataCompressionType': 'NONE'|'ZSTD',
                            'CopyTagsToSnapshots': True|False,
                            'OriginSnapshot': {
                                'SnapshotARN': 'string',
                                'CopyStrategy': 'CLONE'|'FULL_COPY'
                            },
                            'ReadOnly': True|False,
                            'NfsExports': [
                                {
                                    'ClientConfigurations': [
                                        {
                                            'Clients': 'string',
                                            'Options': [
                                                'string',
                                            ]
                                        },
                                    ]
                                },
                            ],
                            'UserAndGroupQuotas': [
                                {
                                    'Type': 'USER'|'GROUP',
                                    'Id': 123,
                                    'StorageCapacityQuotaGiB': 123
                                },
                            ]
                        }
                    },
                    'TargetSnapshotValues': {
                        'ResourceARN': 'string',
                        'SnapshotId': 'string',
                        'Name': 'string',
                        'VolumeId': 'string',
                        'CreationTime': datetime(2015, 1, 1),
                        'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'AdministrativeActions': {'... recursive ...'}
                    }
                },
            ],
            'OntapConfiguration': {
                'AutomaticBackupRetentionDays': 123,
                'DailyAutomaticBackupStartTime': 'string',
                'DeploymentType': 'MULTI_AZ_1',
                'EndpointIpAddressRange': 'string',
                'Endpoints': {
                    'Intercluster': {
                        'DNSName': 'string',
                        'IpAddresses': [
                            'string',
                        ]
                    },
                    'Management': {
                        'DNSName': 'string',
                        'IpAddresses': [
                            'string',
                        ]
                    }
                },
                'DiskIopsConfiguration': {
                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                    'Iops': 123
                },
                'PreferredSubnetId': 'string',
                'RouteTableIds': [
                    'string',
                ],
                'ThroughputCapacity': 123,
                'WeeklyMaintenanceStartTime': 'string'
            },
            'FileSystemTypeVersion': 'string',
            'OpenZFSConfiguration': {
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'CopyTagsToVolumes': True|False,
                'DailyAutomaticBackupStartTime': 'string',
                'DeploymentType': 'SINGLE_AZ_1',
                'ThroughputCapacity': 123,
                'WeeklyMaintenanceStartTime': 'string',
                'DiskIopsConfiguration': {
                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                    'Iops': 123
                },
                'RootVolumeId': 'string'
            }
        },
        'DirectoryInformation': {
            'DomainName': 'string',
            'ActiveDirectoryId': 'string',
            'ResourceARN': 'string'
        },
        'OwnerId': 'string',
        'SourceBackupId': 'string',
        'SourceBackupRegion': 'string',
        'ResourceType': 'FILE_SYSTEM'|'VOLUME',
        'Volume': {
            'CreationTime': datetime(2015, 1, 1),
            'FileSystemId': 'string',
            'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
            'Name': 'string',
            'OntapConfiguration': {
                'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                'JunctionPath': 'string',
                'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                'SizeInMegabytes': 123,
                'StorageEfficiencyEnabled': True|False,
                'StorageVirtualMachineId': 'string',
                'StorageVirtualMachineRoot': True|False,
                'TieringPolicy': {
                    'CoolingPeriod': 123,
                    'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                },
                'UUID': 'string',
                'OntapVolumeType': 'RW'|'DP'|'LS'
            },
            'ResourceARN': 'string',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'VolumeId': 'string',
            'VolumeType': 'ONTAP'|'OPENZFS',
            'LifecycleTransitionReason': {
                'Message': 'string'
            },
            'AdministrativeActions': [
                {
                    'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                    'ProgressPercent': 123,
                    'RequestTime': datetime(2015, 1, 1),
                    'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                    'TargetFileSystemValues': {
                        'OwnerId': 'string',
                        'CreationTime': datetime(2015, 1, 1),
                        'FileSystemId': 'string',
                        'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                        'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                        'FailureDetails': {
                            'Message': 'string'
                        },
                        'StorageCapacity': 123,
                        'StorageType': 'SSD'|'HDD',
                        'VpcId': 'string',
                        'SubnetIds': [
                            'string',
                        ],
                        'NetworkInterfaceIds': [
                            'string',
                        ],
                        'DNSName': 'string',
                        'KmsKeyId': 'string',
                        'ResourceARN': 'string',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'WindowsConfiguration': {
                            'ActiveDirectoryId': 'string',
                            'SelfManagedActiveDirectoryConfiguration': {
                                'DomainName': 'string',
                                'OrganizationalUnitDistinguishedName': 'string',
                                'FileSystemAdministratorsGroup': 'string',
                                'UserName': 'string',
                                'DnsIps': [
                                    'string',
                                ]
                            },
                            'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                            'RemoteAdministrationEndpoint': 'string',
                            'PreferredSubnetId': 'string',
                            'PreferredFileServerIp': 'string',
                            'ThroughputCapacity': 123,
                            'MaintenanceOperationsInProgress': [
                                'PATCHING'|'BACKING_UP',
                            ],
                            'WeeklyMaintenanceStartTime': 'string',
                            'DailyAutomaticBackupStartTime': 'string',
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'Aliases': [
                                {
                                    'Name': 'string',
                                    'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                                },
                            ],
                            'AuditLogConfiguration': {
                                'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                'AuditLogDestination': 'string'
                            }
                        },
                        'LustreConfiguration': {
                            'WeeklyMaintenanceStartTime': 'string',
                            'DataRepositoryConfiguration': {
                                'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                                'ImportPath': 'string',
                                'ExportPath': 'string',
                                'ImportedFileChunkSize': 123,
                                'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                                'FailureDetails': {
                                    'Message': 'string'
                                }
                            },
                            'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                            'PerUnitStorageThroughput': 123,
                            'MountName': 'string',
                            'DailyAutomaticBackupStartTime': 'string',
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'DriveCacheType': 'NONE'|'READ',
                            'DataCompressionType': 'NONE'|'LZ4',
                            'LogConfiguration': {
                                'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                                'Destination': 'string'
                            }
                        },
                        'AdministrativeActions': {'... recursive ...'},
                        'OntapConfiguration': {
                            'AutomaticBackupRetentionDays': 123,
                            'DailyAutomaticBackupStartTime': 'string',
                            'DeploymentType': 'MULTI_AZ_1',
                            'EndpointIpAddressRange': 'string',
                            'Endpoints': {
                                'Intercluster': {
                                    'DNSName': 'string',
                                    'IpAddresses': [
                                        'string',
                                    ]
                                },
                                'Management': {
                                    'DNSName': 'string',
                                    'IpAddresses': [
                                        'string',
                                    ]
                                }
                            },
                            'DiskIopsConfiguration': {
                                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                'Iops': 123
                            },
                            'PreferredSubnetId': 'string',
                            'RouteTableIds': [
                                'string',
                            ],
                            'ThroughputCapacity': 123,
                            'WeeklyMaintenanceStartTime': 'string'
                        },
                        'FileSystemTypeVersion': 'string',
                        'OpenZFSConfiguration': {
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'CopyTagsToVolumes': True|False,
                            'DailyAutomaticBackupStartTime': 'string',
                            'DeploymentType': 'SINGLE_AZ_1',
                            'ThroughputCapacity': 123,
                            'WeeklyMaintenanceStartTime': 'string',
                            'DiskIopsConfiguration': {
                                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                'Iops': 123
                            },
                            'RootVolumeId': 'string'
                        }
                    },
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'TargetVolumeValues': {'... recursive ...'},
                    'TargetSnapshotValues': {
                        'ResourceARN': 'string',
                        'SnapshotId': 'string',
                        'Name': 'string',
                        'VolumeId': 'string',
                        'CreationTime': datetime(2015, 1, 1),
                        'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'AdministrativeActions': {'... recursive ...'}
                    }
                },
            ],
            'OpenZFSConfiguration': {
                'ParentVolumeId': 'string',
                'VolumePath': 'string',
                'StorageCapacityReservationGiB': 123,
                'StorageCapacityQuotaGiB': 123,
                'DataCompressionType': 'NONE'|'ZSTD',
                'CopyTagsToSnapshots': True|False,
                'OriginSnapshot': {
                    'SnapshotARN': 'string',
                    'CopyStrategy': 'CLONE'|'FULL_COPY'
                },
                'ReadOnly': True|False,
                'NfsExports': [
                    {
                        'ClientConfigurations': [
                            {
                                'Clients': 'string',
                                'Options': [
                                    'string',
                                ]
                            },
                        ]
                    },
                ],
                'UserAndGroupQuotas': [
                    {
                        'Type': 'USER'|'GROUP',
                        'Id': 123,
                        'StorageCapacityQuotaGiB': 123
                    },
                ]
            }
        }
    }
}

Response Structure

  • (dict) --

    • Backup (dict) --

      A backup of an Amazon FSx for Windows File Server, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.

      • BackupId (string) --

        The ID of the backup.

      • Lifecycle (string) --

        The lifecycle status of the backup.

        • AVAILABLE - The backup is fully available.
        • PENDING - For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup.
        • CREATING - Amazon FSx is creating the backup.
        • TRANSFERRING - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to Amazon S3.
        • COPYING - Amazon FSx is copying the backup.
        • DELETED - Amazon FSx deleted the backup and it's no longer available.
        • FAILED - Amazon FSx couldn't finish the backup.
      • FailureDetails (dict) --

        Details explaining any failures that occurred when creating a backup.

        • Message (string) --

          A message describing the backup-creation failure.

      • Type (string) --

        The type of the file-system backup.

      • ProgressPercent (integer) --

        The current percent of progress of an asynchronous task.

      • CreationTime (datetime) --

        The time when a particular backup was created.

      • KmsKeyId (string) --

        The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for the backup resource.

      • Tags (list) --

        The tags associated with a particular file system.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • FileSystem (dict) --

        The metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.

        • OwnerId (string) --

          The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

        • CreationTime (datetime) --

          The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

        • FileSystemId (string) --

          The system-generated, unique 17-digit ID of the file system.

        • FileSystemType (string) --

          The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

        • Lifecycle (string) --

          The lifecycle status of the file system. The following are the possible values and what they mean:

          • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
          • CREATING - Amazon FSx is creating the new file system.
          • DELETING - Amazon FSx is deleting an existing file system.
          • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
          • MISCONFIGURED - The file system is in a failed but recoverable state.
          • UPDATING - The file system is undergoing a customer-initiated update.
        • FailureDetails (dict) --

          A structure providing details of any failures that occurred when creating a file system.

          • Message (string) --

            A message describing any failures that occurred during file system creation.

        • StorageCapacity (integer) --

          The storage capacity of the file system in gibibytes (GiB).

        • StorageType (string) --

          The 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.

        • VpcId (string) --

          The ID of the primary virtual private cloud (VPC) for the file system.

        • SubnetIds (list) --

          Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

          For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

          • (string) --

            The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

        • NetworkInterfaceIds (list) --

          The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

          For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

          • (string) --

            An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

        • DNSName (string) --

          The Domain Name System (DNS) name for the file system.

        • KmsKeyId (string) --

          The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for the file system resource.

        • Tags (list) --

          The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • WindowsConfiguration (dict) --

          The configuration for this FSx for Windows File Server file system.

          • ActiveDirectoryId (string) --

            The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

          • SelfManagedActiveDirectoryConfiguration (dict) --

            The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

            • DomainName (string) --

              The fully qualified domain name of the self-managed AD directory.

            • OrganizationalUnitDistinguishedName (string) --

              The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

            • FileSystemAdministratorsGroup (string) --

              The name of the domain group whose members have administrative privileges for the FSx file system.

            • UserName (string) --

              The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

            • DnsIps (list) --

              A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

              • (string) --
          • DeploymentType (string) --

            Specifies the file system deployment type, valid values are the following:

            • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
            • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
            • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

            For more information, see Single-AZ and Multi-AZ File Systems .

          • RemoteAdministrationEndpoint (string) --

            For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

            For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

            This endpoint is temporarily unavailable when the file system is undergoing maintenance.

          • PreferredSubnetId (string) --

            For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

            For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

          • PreferredFileServerIp (string) --

            For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

            Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

          • ThroughputCapacity (integer) --

            The throughput of the Amazon FSx file system, measured in megabytes per second.

          • MaintenanceOperationsInProgress (list) --

            The list of maintenance operations in progress for this file system.

            • (string) --

              An enumeration specifying the currently ongoing maintenance operation.

          • WeeklyMaintenanceStartTime (string) --

            The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

          • DailyAutomaticBackupStartTime (string) --

            The preferred time to take daily automatic backups, in the UTC time zone.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

          • CopyTagsToBackups (boolean) --

            A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

          • Aliases (list) --

            An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

            • (dict) --

              A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

              • Name (string) --

                The name of the DNS alias. The alias name has to meet the following requirements:

                • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                • Cannot start or end with a hyphen.
                • Can start with a numeric.

                For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

              • Lifecycle (string) --

                Describes the state of the DNS alias.

                • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
          • AuditLogConfiguration (dict) --

            The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

            • FileAccessAuditLogLevel (string) --

              Sets which attempt type is logged by Amazon FSx for file and folder accesses.

              • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
              • FAILURE_ONLY - only failed attempts to access files or folders are logged.
              • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
              • DISABLED - access auditing of files and folders is turned off.
            • FileShareAccessAuditLogLevel (string) --

              Sets which attempt type is logged by Amazon FSx for file share accesses.

              • SUCCESS_ONLY - only successful attempts to access file shares are logged.
              • FAILURE_ONLY - only failed attempts to access file shares are logged.
              • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
              • DISABLED - access auditing of file shares is turned off.
            • AuditLogDestination (string) --

              The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

              The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

              The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

        • LustreConfiguration (dict) --

          The configuration for the Amazon FSx for Lustre file system.

          • WeeklyMaintenanceStartTime (string) --

            The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

          • DataRepositoryConfiguration (dict) --

            The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

            This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

            • Lifecycle (string) --

              Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

              • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
              • AVAILABLE - The data repository is available for use.
              • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
              • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
              • FAILED - The data repository is in a terminal state that cannot be recovered.
            • ImportPath (string) --

              The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

            • ExportPath (string) --

              The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

            • ImportedFileChunkSize (integer) --

              For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

              The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

            • AutoImportPolicy (string) --

              Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

              • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
              • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
              • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
              • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
            • FailureDetails (dict) --

              Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

              • Message (string) --

                A detailed error message.

          • DeploymentType (string) --

            The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

            SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

            The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

            The default is SCRATCH_1 .

          • PerUnitStorageThroughput (integer) --

            Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

            Valid values:

            • For PERSISTENT_1 SSD storage: 50, 100, 200.
            • For PERSISTENT_1 HDD storage: 12, 40.
            • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
          • MountName (string) --

            You use the MountName value when mounting the file system.

            For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • CopyTagsToBackups (boolean) --

            A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

          • DriveCacheType (string) --

            The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

            This parameter is required when StorageType is set to HDD.

          • DataCompressionType (string) --

            The data compression configuration for the file system. DataCompressionType can have the following values:

            • NONE - Data compression is turned off for the file system.
            • LZ4 - Data compression is turned on with the LZ4 algorithm.

            For more information, see Lustre data compression .

          • LogConfiguration (dict) --

            The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

            • Level (string) --

              The data repository events that are logged by Amazon FSx.

              • WARN_ONLY - only warning events are logged.
              • ERROR_ONLY - only error events are logged.
              • WARN_ERROR - both warning events and error events are logged.
              • DISABLED - logging of data repository events is turned off.
            • Destination (string) --

              The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

        • AdministrativeActions (list) --

          A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

          • (dict) --

            Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

            • AdministrativeActionType (string) --

              Describes the type of administrative action, as follows:

              • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
              • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

              You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

              • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
              • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
              • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
              • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
              • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
            • ProgressPercent (integer) --

              The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

            • RequestTime (datetime) --

              The time that the administrative action request was received.

            • Status (string) --

              Describes the status of the administrative action, as follows:

              • FAILED - Amazon FSx failed to process the administrative action successfully.
              • IN_PROGRESS - Amazon FSx is processing the administrative action.
              • PENDING - Amazon FSx is waiting to process the administrative action.
              • COMPLETED - Amazon FSx has finished processing the administrative task.
              • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
            • TargetFileSystemValues (dict) --

              Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

            • FailureDetails (dict) --

              Provides information about a failed administrative action.

              • Message (string) --

                Error message providing details about the failed administrative action.

            • TargetVolumeValues (dict) --

              Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • FileSystemId (string) --

                The globally unique ID of the file system, assigned by Amazon FSx.

              • Lifecycle (string) --

                The lifecycle status of the volume.

                • AVAILABLE - The volume is fully available for use.
                • CREATED - The volume has been created.
                • CREATING - Amazon FSx is creating the new volume.
                • DELETING - Amazon FSx is deleting an existing volume.
                • FAILED - Amazon FSx was unable to create the volume.
                • MISCONFIGURED - The volume is in a failed but recoverable state.
                • PENDING - Amazon FSx hasn't started creating the volume.
              • Name (string) --

                The name of the volume.

              • OntapConfiguration (dict) --

                The configuration of an Amazon FSx for NetApp ONTAP volume.

                • FlexCacheEndpointType (string) --

                  Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                  • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                  • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                  • CACHE specifies that the volume is a FlexCache volume.
                • JunctionPath (string) --

                  Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

                • SecurityStyle (string) --

                  The security style for the volume, which can be UNIX , NTFS , or MIXED .

                • SizeInMegabytes (integer) --

                  The configured size of the volume, in megabytes (MBs).

                • StorageEfficiencyEnabled (boolean) --

                  The volume's storage efficiency setting.

                • StorageVirtualMachineId (string) --

                  The ID of the volume's storage virtual machine.

                • StorageVirtualMachineRoot (boolean) --

                  A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                  This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

                • TieringPolicy (dict) --

                  The volume's TieringPolicy setting.

                  • CoolingPeriod (integer) --

                    Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                  • Name (string) --

                    Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                    • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                    • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                    • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                    • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
                • UUID (string) --

                  The volume's universally unique identifier (UUID).

                • OntapVolumeType (string) --

                  Specifies the type of volume. Valid values are the following:

                  • RW specifies a read/write volume. RW is the default.
                  • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                  • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • VolumeId (string) --

                The system-generated, unique ID of the volume.

              • VolumeType (string) --

                The type of the volume.

              • LifecycleTransitionReason (dict) --

                The reason why the volume lifecycle status changed.

                • Message (string) --

                  A detailed error message.

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

              • OpenZFSConfiguration (dict) --

                The configuration of an Amazon FSx for OpenZFS volume.

                • ParentVolumeId (string) --

                  The ID of the parent volume.

                • VolumePath (string) --

                  The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

                • StorageCapacityReservationGiB (integer) --

                  The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

                • StorageCapacityQuotaGiB (integer) --

                  The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

                • DataCompressionType (string) --

                  The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                  • NONE - Doesn't compress the data on the volume.
                  • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
                • CopyTagsToSnapshots (boolean) --

                  A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                • OriginSnapshot (dict) --

                  The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                  • SnapshotARN (string) --

                    The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                  • CopyStrategy (string) --

                    The strategy used when copying data from the snapshot to the new volume.

                    • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                    • FULL_COPY - Copies all data from the snapshot to the new volume.
                • ReadOnly (boolean) --

                  A Boolean value indicating whether the volume is read-only.

                • NfsExports (list) --

                  The configuration object for mounting a Network File System (NFS) file system.

                  • (dict) --

                    The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                    • ClientConfigurations (list) --

                      A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                      • (dict) --

                        Specifies who can mount the file system and the options that can be used while mounting the file system.

                        • Clients (string) --

                          A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                        • Options (list) --

                          The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                          • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                          • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                          • (string) --
                • UserAndGroupQuotas (list) --

                  An object specifying how much storage users or groups can use on the volume.

                  • (dict) --

                    The configuration for how much storage a user or group can use on the volume.

                    • Type (string) --

                      A value that specifies whether the quota applies to a user or group.

                    • Id (integer) --

                      The ID of the user or group.

                    • StorageCapacityQuotaGiB (integer) --

                      The amount of storage that the user or group can use in gibibytes (GiB).

            • TargetSnapshotValues (dict) --

              A snapshot of an Amazon FSx for OpenZFS volume.

              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • SnapshotId (string) --

                The ID of the snapshot.

              • Name (string) --

                The name of the snapshot.

              • VolumeId (string) --

                The ID of the volume that the snapshot is of.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • Lifecycle (string) --

                The lifecycle status of the snapshot.

                • PENDING - Amazon FSx hasn't started creating the snapshot.
                • CREATING - Amazon FSx is creating the snapshot.
                • DELETING - Amazon FSx is deleting the snapshot.
                • AVAILABLE - The snapshot is fully available.
              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

        • OntapConfiguration (dict) --

          The configuration for this FSx for ONTAP file system.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • DeploymentType (string) --

            The ONTAP file system deployment type.

          • EndpointIpAddressRange (string) --

            The IP address range in which the endpoints to access your file system are created.

          • Endpoints (dict) --

            The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

            • Intercluster (dict) --

              An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

              • DNSName (string) --

                The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

              • IpAddresses (list) --

                IP addresses of the file system endpoint.

                • (string) --
            • Management (dict) --

              An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

              • DNSName (string) --

                The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

              • IpAddresses (list) --

                IP addresses of the file system endpoint.

                • (string) --
          • DiskIopsConfiguration (dict) --

            The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

            • Mode (string) --

              Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

            • Iops (integer) --

              The total number of SSD IOPS provisioned for the file system.

          • PreferredSubnetId (string) --

            The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

          • RouteTableIds (list) --

            The VPC route tables in which your file system's endpoints are created.

            • (string) --
          • ThroughputCapacity (integer) --

            The sustained throughput of an Amazon FSx file system in MBps.

          • WeeklyMaintenanceStartTime (string) --

            A recurring weekly time, in the format D:HH:MM .

            D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

            HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

            For example, 1:05:00 specifies maintenance at 5 AM Monday.

        • FileSystemTypeVersion (string) --

          The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

        • OpenZFSConfiguration (dict) --

          The configuration for this Amazon FSx for OpenZFS file system.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • CopyTagsToBackups (boolean) --

            A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

          • CopyTagsToVolumes (boolean) --

            A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • DeploymentType (string) --

            Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

          • ThroughputCapacity (integer) --

            The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

          • WeeklyMaintenanceStartTime (string) --

            A recurring weekly time, in the format D:HH:MM .

            D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

            HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

            For example, 1:05:00 specifies maintenance at 5 AM Monday.

          • DiskIopsConfiguration (dict) --

            The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

            • Mode (string) --

              Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

            • Iops (integer) --

              The total number of SSD IOPS provisioned for the file system.

          • RootVolumeId (string) --

            The ID of the root volume of the OpenZFS file system.

      • DirectoryInformation (dict) --

        The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.

        • DomainName (string) --

          The fully qualified domain name of the self-managed Active Directory directory.

        • ActiveDirectoryId (string) --

          The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • OwnerId (string) --

        An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon Resource Names (ARNs) for resources.

      • SourceBackupId (string) --

        The ID of the source backup. Specifies the backup that you are copying.

      • SourceBackupRegion (string) --

        The source Region of the backup. Specifies the Region from where this backup is copied.

      • ResourceType (string) --

        Specifies the resource type that's backed up.

      • Volume (dict) --

        Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

        • CreationTime (datetime) --

          The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

        • FileSystemId (string) --

          The globally unique ID of the file system, assigned by Amazon FSx.

        • Lifecycle (string) --

          The lifecycle status of the volume.

          • AVAILABLE - The volume is fully available for use.
          • CREATED - The volume has been created.
          • CREATING - Amazon FSx is creating the new volume.
          • DELETING - Amazon FSx is deleting an existing volume.
          • FAILED - Amazon FSx was unable to create the volume.
          • MISCONFIGURED - The volume is in a failed but recoverable state.
          • PENDING - Amazon FSx hasn't started creating the volume.
        • Name (string) --

          The name of the volume.

        • OntapConfiguration (dict) --

          The configuration of an Amazon FSx for NetApp ONTAP volume.

          • FlexCacheEndpointType (string) --

            Specifies the FlexCache endpoint type of the volume. Valid values are the following:

            • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
            • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
            • CACHE specifies that the volume is a FlexCache volume.
          • JunctionPath (string) --

            Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

          • SecurityStyle (string) --

            The security style for the volume, which can be UNIX , NTFS , or MIXED .

          • SizeInMegabytes (integer) --

            The configured size of the volume, in megabytes (MBs).

          • StorageEfficiencyEnabled (boolean) --

            The volume's storage efficiency setting.

          • StorageVirtualMachineId (string) --

            The ID of the volume's storage virtual machine.

          • StorageVirtualMachineRoot (boolean) --

            A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

            This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

          • TieringPolicy (dict) --

            The volume's TieringPolicy setting.

            • CoolingPeriod (integer) --

              Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

            • Name (string) --

              Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

              • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
              • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
              • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
              • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
          • UUID (string) --

            The volume's universally unique identifier (UUID).

          • OntapVolumeType (string) --

            Specifies the type of volume. Valid values are the following:

            • RW specifies a read/write volume. RW is the default.
            • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
            • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

        • Tags (list) --

          A list of Tag values, with a maximum of 50 elements.

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • VolumeId (string) --

          The system-generated, unique ID of the volume.

        • VolumeType (string) --

          The type of the volume.

        • LifecycleTransitionReason (dict) --

          The reason why the volume lifecycle status changed.

          • Message (string) --

            A detailed error message.

        • AdministrativeActions (list) --

          A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

          • (dict) --

            Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

            • AdministrativeActionType (string) --

              Describes the type of administrative action, as follows:

              • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
              • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

              You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

              • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
              • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
              • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
              • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
              • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
            • ProgressPercent (integer) --

              The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

            • RequestTime (datetime) --

              The time that the administrative action request was received.

            • Status (string) --

              Describes the status of the administrative action, as follows:

              • FAILED - Amazon FSx failed to process the administrative action successfully.
              • IN_PROGRESS - Amazon FSx is processing the administrative action.
              • PENDING - Amazon FSx is waiting to process the administrative action.
              • COMPLETED - Amazon FSx has finished processing the administrative task.
              • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
            • TargetFileSystemValues (dict) --

              Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

              • OwnerId (string) --

                The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

              • CreationTime (datetime) --

                The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • FileSystemId (string) --

                The system-generated, unique 17-digit ID of the file system.

              • FileSystemType (string) --

                The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

              • Lifecycle (string) --

                The lifecycle status of the file system. The following are the possible values and what they mean:

                • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
                • CREATING - Amazon FSx is creating the new file system.
                • DELETING - Amazon FSx is deleting an existing file system.
                • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
                • MISCONFIGURED - The file system is in a failed but recoverable state.
                • UPDATING - The file system is undergoing a customer-initiated update.
              • FailureDetails (dict) --

                A structure providing details of any failures that occurred when creating a file system.

                • Message (string) --

                  A message describing any failures that occurred during file system creation.

              • StorageCapacity (integer) --

                The storage capacity of the file system in gibibytes (GiB).

              • StorageType (string) --

                The 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.

              • VpcId (string) --

                The ID of the primary virtual private cloud (VPC) for the file system.

              • SubnetIds (list) --

                Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

                For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

                • (string) --

                  The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

              • NetworkInterfaceIds (list) --

                The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

                For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

                • (string) --

                  An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

              • DNSName (string) --

                The Domain Name System (DNS) name for the file system.

              • KmsKeyId (string) --

                The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for the file system resource.

              • Tags (list) --

                The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • WindowsConfiguration (dict) --

                The configuration for this FSx for Windows File Server file system.

                • ActiveDirectoryId (string) --

                  The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

                • SelfManagedActiveDirectoryConfiguration (dict) --

                  The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                  • DomainName (string) --

                    The fully qualified domain name of the self-managed AD directory.

                  • OrganizationalUnitDistinguishedName (string) --

                    The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                  • FileSystemAdministratorsGroup (string) --

                    The name of the domain group whose members have administrative privileges for the FSx file system.

                  • UserName (string) --

                    The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

                  • DnsIps (list) --

                    A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                    • (string) --
                • DeploymentType (string) --

                  Specifies the file system deployment type, valid values are the following:

                  • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
                  • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
                  • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

                  For more information, see Single-AZ and Multi-AZ File Systems .

                • RemoteAdministrationEndpoint (string) --

                  For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

                  For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

                  This endpoint is temporarily unavailable when the file system is undergoing maintenance.

                • PreferredSubnetId (string) --

                  For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

                  For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

                • PreferredFileServerIp (string) --

                  For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

                  Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

                • ThroughputCapacity (integer) --

                  The throughput of the Amazon FSx file system, measured in megabytes per second.

                • MaintenanceOperationsInProgress (list) --

                  The list of maintenance operations in progress for this file system.

                  • (string) --

                    An enumeration specifying the currently ongoing maintenance operation.

                • WeeklyMaintenanceStartTime (string) --

                  The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                • DailyAutomaticBackupStartTime (string) --

                  The preferred time to take daily automatic backups, in the UTC time zone.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

                • CopyTagsToBackups (boolean) --

                  A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                • Aliases (list) --

                  An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

                  • (dict) --

                    A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                    • Name (string) --

                      The name of the DNS alias. The alias name has to meet the following requirements:

                      • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                      • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                      • Cannot start or end with a hyphen.
                      • Can start with a numeric.

                      For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                    • Lifecycle (string) --

                      Describes the state of the DNS alias.

                      • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                      • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                      • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                      • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                      • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
                • AuditLogConfiguration (dict) --

                  The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

                  • FileAccessAuditLogLevel (string) --

                    Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                    • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                    • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                    • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                    • DISABLED - access auditing of files and folders is turned off.
                  • FileShareAccessAuditLogLevel (string) --

                    Sets which attempt type is logged by Amazon FSx for file share accesses.

                    • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                    • FAILURE_ONLY - only failed attempts to access file shares are logged.
                    • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                    • DISABLED - access auditing of file shares is turned off.
                  • AuditLogDestination (string) --

                    The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                    The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                    The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

              • LustreConfiguration (dict) --

                The configuration for the Amazon FSx for Lustre file system.

                • WeeklyMaintenanceStartTime (string) --

                  The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                • DataRepositoryConfiguration (dict) --

                  The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

                  This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

                  • Lifecycle (string) --

                    Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                    • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                    • AVAILABLE - The data repository is available for use.
                    • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                    • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                    • FAILED - The data repository is in a terminal state that cannot be recovered.
                  • ImportPath (string) --

                    The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

                  • ExportPath (string) --

                    The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

                  • ImportedFileChunkSize (integer) --

                    For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                    The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

                  • AutoImportPolicy (string) --

                    Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                    • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                    • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                    • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                    • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
                  • FailureDetails (dict) --

                    Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                    • Message (string) --

                      A detailed error message.

                • DeploymentType (string) --

                  The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

                  SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

                  The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

                  The default is SCRATCH_1 .

                • PerUnitStorageThroughput (integer) --

                  Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

                  Valid values:

                  • For PERSISTENT_1 SSD storage: 50, 100, 200.
                  • For PERSISTENT_1 HDD storage: 12, 40.
                  • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
                • MountName (string) --

                  You use the MountName value when mounting the file system.

                  For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • CopyTagsToBackups (boolean) --

                  A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

                • DriveCacheType (string) --

                  The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

                  This parameter is required when StorageType is set to HDD.

                • DataCompressionType (string) --

                  The data compression configuration for the file system. DataCompressionType can have the following values:

                  • NONE - Data compression is turned off for the file system.
                  • LZ4 - Data compression is turned on with the LZ4 algorithm.

                  For more information, see Lustre data compression .

                • LogConfiguration (dict) --

                  The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

                  • Level (string) --

                    The data repository events that are logged by Amazon FSx.

                    • WARN_ONLY - only warning events are logged.
                    • ERROR_ONLY - only error events are logged.
                    • WARN_ERROR - both warning events and error events are logged.
                    • DISABLED - logging of data repository events is turned off.
                  • Destination (string) --

                    The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

              • OntapConfiguration (dict) --

                The configuration for this FSx for ONTAP file system.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • DeploymentType (string) --

                  The ONTAP file system deployment type.

                • EndpointIpAddressRange (string) --

                  The IP address range in which the endpoints to access your file system are created.

                • Endpoints (dict) --

                  The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

                  • Intercluster (dict) --

                    An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                    • DNSName (string) --

                      The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                    • IpAddresses (list) --

                      IP addresses of the file system endpoint.

                      • (string) --
                  • Management (dict) --

                    An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                    • DNSName (string) --

                      The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                    • IpAddresses (list) --

                      IP addresses of the file system endpoint.

                      • (string) --
                • DiskIopsConfiguration (dict) --

                  The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

                  • Mode (string) --

                    Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                  • Iops (integer) --

                    The total number of SSD IOPS provisioned for the file system.

                • PreferredSubnetId (string) --

                  The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

                • RouteTableIds (list) --

                  The VPC route tables in which your file system's endpoints are created.

                  • (string) --
                • ThroughputCapacity (integer) --

                  The sustained throughput of an Amazon FSx file system in MBps.

                • WeeklyMaintenanceStartTime (string) --

                  A recurring weekly time, in the format D:HH:MM .

                  D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                  HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                  For example, 1:05:00 specifies maintenance at 5 AM Monday.

              • FileSystemTypeVersion (string) --

                The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

              • OpenZFSConfiguration (dict) --

                The configuration for this Amazon FSx for OpenZFS file system.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • CopyTagsToBackups (boolean) --

                  A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                • CopyTagsToVolumes (boolean) --

                  A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • DeploymentType (string) --

                  Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

                • ThroughputCapacity (integer) --

                  The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

                • WeeklyMaintenanceStartTime (string) --

                  A recurring weekly time, in the format D:HH:MM .

                  D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                  HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                  For example, 1:05:00 specifies maintenance at 5 AM Monday.

                • DiskIopsConfiguration (dict) --

                  The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

                  • Mode (string) --

                    Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                  • Iops (integer) --

                    The total number of SSD IOPS provisioned for the file system.

                • RootVolumeId (string) --

                  The ID of the root volume of the OpenZFS file system.

            • FailureDetails (dict) --

              Provides information about a failed administrative action.

              • Message (string) --

                Error message providing details about the failed administrative action.

            • TargetVolumeValues (dict) --

              Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

            • TargetSnapshotValues (dict) --

              A snapshot of an Amazon FSx for OpenZFS volume.

              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • SnapshotId (string) --

                The ID of the snapshot.

              • Name (string) --

                The name of the snapshot.

              • VolumeId (string) --

                The ID of the volume that the snapshot is of.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • Lifecycle (string) --

                The lifecycle status of the snapshot.

                • PENDING - Amazon FSx hasn't started creating the snapshot.
                • CREATING - Amazon FSx is creating the snapshot.
                • DELETING - Amazon FSx is deleting the snapshot.
                • AVAILABLE - The snapshot is fully available.
              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

        • OpenZFSConfiguration (dict) --

          The configuration of an Amazon FSx for OpenZFS volume.

          • ParentVolumeId (string) --

            The ID of the parent volume.

          • VolumePath (string) --

            The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

          • StorageCapacityReservationGiB (integer) --

            The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

          • StorageCapacityQuotaGiB (integer) --

            The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

          • DataCompressionType (string) --

            The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

            • NONE - Doesn't compress the data on the volume.
            • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
          • CopyTagsToSnapshots (boolean) --

            A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

          • OriginSnapshot (dict) --

            The configuration object that specifies the snapshot to use as the origin of the data for the volume.

            • SnapshotARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • CopyStrategy (string) --

              The strategy used when copying data from the snapshot to the new volume.

              • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
              • FULL_COPY - Copies all data from the snapshot to the new volume.
          • ReadOnly (boolean) --

            A Boolean value indicating whether the volume is read-only.

          • NfsExports (list) --

            The configuration object for mounting a Network File System (NFS) file system.

            • (dict) --

              The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

              • ClientConfigurations (list) --

                A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                • (dict) --

                  Specifies who can mount the file system and the options that can be used while mounting the file system.

                  • Clients (string) --

                    A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                  • Options (list) --

                    The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                    • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                    • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                    • (string) --
          • UserAndGroupQuotas (list) --

            An object specifying how much storage users or groups can use on the volume.

            • (dict) --

              The configuration for how much storage a user or group can use on the volume.

              • Type (string) --

                A value that specifies whether the quota applies to a user or group.

              • Id (integer) --

                The ID of the user or group.

              • StorageCapacityQuotaGiB (integer) --

                The amount of storage that the user or group can use in gibibytes (GiB).

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.BackupNotFound
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.UnsupportedOperation
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.InvalidSourceKmsKey
  • FSx.Client.exceptions.InvalidDestinationKmsKey
  • FSx.Client.exceptions.InvalidRegion
  • FSx.Client.exceptions.SourceBackupUnavailable
  • FSx.Client.exceptions.IncompatibleRegionForMultiAZ
create_backup(**kwargs)

Creates a backup of an existing Amazon FSx for Windows File Server file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system. We recommend creating regular backups so that you can restore a file system or volume from a backup if an issue arises with the original file system or volume.

For Amazon FSx for Lustre file systems, you can create a backup only for file systems that have the following configuration:

  • A Persistent deployment type
  • Are not linked to a data repository

For more information about backups, see the following:

If a backup with the specified client request token exists and the parameters match, this operation returns the description of the existing backup. If a backup with the specified client request token exists and the parameters don't match, this operation returns IncompatibleParameterError . If a backup with the specified client request token doesn't exist, CreateBackup does the following:

  • Creates a new Amazon FSx backup with an assigned ID, and an initial lifecycle state of CREATING .
  • Returns the description of the backup.

By using the idempotent operation, you can retry a CreateBackup operation without the risk of creating an extra backup. This approach can be useful when an initial call fails in a way that makes it unclear whether a backup was created. If you use the same client request token and the initial call created a backup, the operation returns a successful result because all the parameters are the same.

The CreateBackup operation returns while the backup's lifecycle state is still CREATING . You can check the backup creation status by calling the DescribeBackups operation, which returns the backup state along with other information.

See also: AWS API Documentation

Request Syntax

response = client.create_backup(
    FileSystemId='string',
    ClientRequestToken='string',
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ],
    VolumeId='string'
)
Parameters
  • FileSystemId (string) -- The ID of the file system to back up.
  • ClientRequestToken (string) --

    (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • Tags (list) --

    (Optional) The tags to apply to the backup at backup creation. The key value of the Name tag appears in the console as the backup name. If you have set CopyTagsToBackups to true , and you specify one or more tags using the CreateBackup operation, no existing file system tags are copied from the file system to the backup.

    • (dict) --

      Specifies a key-value pair for a resource tag.

      • Key (string) -- [REQUIRED]

        A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

      • Value (string) -- [REQUIRED]

        A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

  • VolumeId (string) -- (Optional) The ID of the FSx for ONTAP volume to back up.
Return type

dict

Returns

Response Syntax

{
    'Backup': {
        'BackupId': 'string',
        'Lifecycle': 'AVAILABLE'|'CREATING'|'TRANSFERRING'|'DELETED'|'FAILED'|'PENDING'|'COPYING',
        'FailureDetails': {
            'Message': 'string'
        },
        'Type': 'AUTOMATIC'|'USER_INITIATED'|'AWS_BACKUP',
        'ProgressPercent': 123,
        'CreationTime': datetime(2015, 1, 1),
        'KmsKeyId': 'string',
        'ResourceARN': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'FileSystem': {
            'OwnerId': 'string',
            'CreationTime': datetime(2015, 1, 1),
            'FileSystemId': 'string',
            'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
            'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
            'FailureDetails': {
                'Message': 'string'
            },
            'StorageCapacity': 123,
            'StorageType': 'SSD'|'HDD',
            'VpcId': 'string',
            'SubnetIds': [
                'string',
            ],
            'NetworkInterfaceIds': [
                'string',
            ],
            'DNSName': 'string',
            'KmsKeyId': 'string',
            'ResourceARN': 'string',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'WindowsConfiguration': {
                'ActiveDirectoryId': 'string',
                'SelfManagedActiveDirectoryConfiguration': {
                    'DomainName': 'string',
                    'OrganizationalUnitDistinguishedName': 'string',
                    'FileSystemAdministratorsGroup': 'string',
                    'UserName': 'string',
                    'DnsIps': [
                        'string',
                    ]
                },
                'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                'RemoteAdministrationEndpoint': 'string',
                'PreferredSubnetId': 'string',
                'PreferredFileServerIp': 'string',
                'ThroughputCapacity': 123,
                'MaintenanceOperationsInProgress': [
                    'PATCHING'|'BACKING_UP',
                ],
                'WeeklyMaintenanceStartTime': 'string',
                'DailyAutomaticBackupStartTime': 'string',
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'Aliases': [
                    {
                        'Name': 'string',
                        'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                    },
                ],
                'AuditLogConfiguration': {
                    'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                    'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                    'AuditLogDestination': 'string'
                }
            },
            'LustreConfiguration': {
                'WeeklyMaintenanceStartTime': 'string',
                'DataRepositoryConfiguration': {
                    'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                    'ImportPath': 'string',
                    'ExportPath': 'string',
                    'ImportedFileChunkSize': 123,
                    'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                    'FailureDetails': {
                        'Message': 'string'
                    }
                },
                'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                'PerUnitStorageThroughput': 123,
                'MountName': 'string',
                'DailyAutomaticBackupStartTime': 'string',
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'DriveCacheType': 'NONE'|'READ',
                'DataCompressionType': 'NONE'|'LZ4',
                'LogConfiguration': {
                    'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                    'Destination': 'string'
                }
            },
            'AdministrativeActions': [
                {
                    'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                    'ProgressPercent': 123,
                    'RequestTime': datetime(2015, 1, 1),
                    'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                    'TargetFileSystemValues': {'... recursive ...'},
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'TargetVolumeValues': {
                        'CreationTime': datetime(2015, 1, 1),
                        'FileSystemId': 'string',
                        'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                        'Name': 'string',
                        'OntapConfiguration': {
                            'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                            'JunctionPath': 'string',
                            'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                            'SizeInMegabytes': 123,
                            'StorageEfficiencyEnabled': True|False,
                            'StorageVirtualMachineId': 'string',
                            'StorageVirtualMachineRoot': True|False,
                            'TieringPolicy': {
                                'CoolingPeriod': 123,
                                'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                            },
                            'UUID': 'string',
                            'OntapVolumeType': 'RW'|'DP'|'LS'
                        },
                        'ResourceARN': 'string',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'VolumeId': 'string',
                        'VolumeType': 'ONTAP'|'OPENZFS',
                        'LifecycleTransitionReason': {
                            'Message': 'string'
                        },
                        'AdministrativeActions': {'... recursive ...'},
                        'OpenZFSConfiguration': {
                            'ParentVolumeId': 'string',
                            'VolumePath': 'string',
                            'StorageCapacityReservationGiB': 123,
                            'StorageCapacityQuotaGiB': 123,
                            'DataCompressionType': 'NONE'|'ZSTD',
                            'CopyTagsToSnapshots': True|False,
                            'OriginSnapshot': {
                                'SnapshotARN': 'string',
                                'CopyStrategy': 'CLONE'|'FULL_COPY'
                            },
                            'ReadOnly': True|False,
                            'NfsExports': [
                                {
                                    'ClientConfigurations': [
                                        {
                                            'Clients': 'string',
                                            'Options': [
                                                'string',
                                            ]
                                        },
                                    ]
                                },
                            ],
                            'UserAndGroupQuotas': [
                                {
                                    'Type': 'USER'|'GROUP',
                                    'Id': 123,
                                    'StorageCapacityQuotaGiB': 123
                                },
                            ]
                        }
                    },
                    'TargetSnapshotValues': {
                        'ResourceARN': 'string',
                        'SnapshotId': 'string',
                        'Name': 'string',
                        'VolumeId': 'string',
                        'CreationTime': datetime(2015, 1, 1),
                        'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'AdministrativeActions': {'... recursive ...'}
                    }
                },
            ],
            'OntapConfiguration': {
                'AutomaticBackupRetentionDays': 123,
                'DailyAutomaticBackupStartTime': 'string',
                'DeploymentType': 'MULTI_AZ_1',
                'EndpointIpAddressRange': 'string',
                'Endpoints': {
                    'Intercluster': {
                        'DNSName': 'string',
                        'IpAddresses': [
                            'string',
                        ]
                    },
                    'Management': {
                        'DNSName': 'string',
                        'IpAddresses': [
                            'string',
                        ]
                    }
                },
                'DiskIopsConfiguration': {
                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                    'Iops': 123
                },
                'PreferredSubnetId': 'string',
                'RouteTableIds': [
                    'string',
                ],
                'ThroughputCapacity': 123,
                'WeeklyMaintenanceStartTime': 'string'
            },
            'FileSystemTypeVersion': 'string',
            'OpenZFSConfiguration': {
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'CopyTagsToVolumes': True|False,
                'DailyAutomaticBackupStartTime': 'string',
                'DeploymentType': 'SINGLE_AZ_1',
                'ThroughputCapacity': 123,
                'WeeklyMaintenanceStartTime': 'string',
                'DiskIopsConfiguration': {
                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                    'Iops': 123
                },
                'RootVolumeId': 'string'
            }
        },
        'DirectoryInformation': {
            'DomainName': 'string',
            'ActiveDirectoryId': 'string',
            'ResourceARN': 'string'
        },
        'OwnerId': 'string',
        'SourceBackupId': 'string',
        'SourceBackupRegion': 'string',
        'ResourceType': 'FILE_SYSTEM'|'VOLUME',
        'Volume': {
            'CreationTime': datetime(2015, 1, 1),
            'FileSystemId': 'string',
            'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
            'Name': 'string',
            'OntapConfiguration': {
                'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                'JunctionPath': 'string',
                'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                'SizeInMegabytes': 123,
                'StorageEfficiencyEnabled': True|False,
                'StorageVirtualMachineId': 'string',
                'StorageVirtualMachineRoot': True|False,
                'TieringPolicy': {
                    'CoolingPeriod': 123,
                    'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                },
                'UUID': 'string',
                'OntapVolumeType': 'RW'|'DP'|'LS'
            },
            'ResourceARN': 'string',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'VolumeId': 'string',
            'VolumeType': 'ONTAP'|'OPENZFS',
            'LifecycleTransitionReason': {
                'Message': 'string'
            },
            'AdministrativeActions': [
                {
                    'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                    'ProgressPercent': 123,
                    'RequestTime': datetime(2015, 1, 1),
                    'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                    'TargetFileSystemValues': {
                        'OwnerId': 'string',
                        'CreationTime': datetime(2015, 1, 1),
                        'FileSystemId': 'string',
                        'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                        'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                        'FailureDetails': {
                            'Message': 'string'
                        },
                        'StorageCapacity': 123,
                        'StorageType': 'SSD'|'HDD',
                        'VpcId': 'string',
                        'SubnetIds': [
                            'string',
                        ],
                        'NetworkInterfaceIds': [
                            'string',
                        ],
                        'DNSName': 'string',
                        'KmsKeyId': 'string',
                        'ResourceARN': 'string',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'WindowsConfiguration': {
                            'ActiveDirectoryId': 'string',
                            'SelfManagedActiveDirectoryConfiguration': {
                                'DomainName': 'string',
                                'OrganizationalUnitDistinguishedName': 'string',
                                'FileSystemAdministratorsGroup': 'string',
                                'UserName': 'string',
                                'DnsIps': [
                                    'string',
                                ]
                            },
                            'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                            'RemoteAdministrationEndpoint': 'string',
                            'PreferredSubnetId': 'string',
                            'PreferredFileServerIp': 'string',
                            'ThroughputCapacity': 123,
                            'MaintenanceOperationsInProgress': [
                                'PATCHING'|'BACKING_UP',
                            ],
                            'WeeklyMaintenanceStartTime': 'string',
                            'DailyAutomaticBackupStartTime': 'string',
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'Aliases': [
                                {
                                    'Name': 'string',
                                    'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                                },
                            ],
                            'AuditLogConfiguration': {
                                'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                'AuditLogDestination': 'string'
                            }
                        },
                        'LustreConfiguration': {
                            'WeeklyMaintenanceStartTime': 'string',
                            'DataRepositoryConfiguration': {
                                'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                                'ImportPath': 'string',
                                'ExportPath': 'string',
                                'ImportedFileChunkSize': 123,
                                'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                                'FailureDetails': {
                                    'Message': 'string'
                                }
                            },
                            'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                            'PerUnitStorageThroughput': 123,
                            'MountName': 'string',
                            'DailyAutomaticBackupStartTime': 'string',
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'DriveCacheType': 'NONE'|'READ',
                            'DataCompressionType': 'NONE'|'LZ4',
                            'LogConfiguration': {
                                'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                                'Destination': 'string'
                            }
                        },
                        'AdministrativeActions': {'... recursive ...'},
                        'OntapConfiguration': {
                            'AutomaticBackupRetentionDays': 123,
                            'DailyAutomaticBackupStartTime': 'string',
                            'DeploymentType': 'MULTI_AZ_1',
                            'EndpointIpAddressRange': 'string',
                            'Endpoints': {
                                'Intercluster': {
                                    'DNSName': 'string',
                                    'IpAddresses': [
                                        'string',
                                    ]
                                },
                                'Management': {
                                    'DNSName': 'string',
                                    'IpAddresses': [
                                        'string',
                                    ]
                                }
                            },
                            'DiskIopsConfiguration': {
                                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                'Iops': 123
                            },
                            'PreferredSubnetId': 'string',
                            'RouteTableIds': [
                                'string',
                            ],
                            'ThroughputCapacity': 123,
                            'WeeklyMaintenanceStartTime': 'string'
                        },
                        'FileSystemTypeVersion': 'string',
                        'OpenZFSConfiguration': {
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'CopyTagsToVolumes': True|False,
                            'DailyAutomaticBackupStartTime': 'string',
                            'DeploymentType': 'SINGLE_AZ_1',
                            'ThroughputCapacity': 123,
                            'WeeklyMaintenanceStartTime': 'string',
                            'DiskIopsConfiguration': {
                                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                'Iops': 123
                            },
                            'RootVolumeId': 'string'
                        }
                    },
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'TargetVolumeValues': {'... recursive ...'},
                    'TargetSnapshotValues': {
                        'ResourceARN': 'string',
                        'SnapshotId': 'string',
                        'Name': 'string',
                        'VolumeId': 'string',
                        'CreationTime': datetime(2015, 1, 1),
                        'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'AdministrativeActions': {'... recursive ...'}
                    }
                },
            ],
            'OpenZFSConfiguration': {
                'ParentVolumeId': 'string',
                'VolumePath': 'string',
                'StorageCapacityReservationGiB': 123,
                'StorageCapacityQuotaGiB': 123,
                'DataCompressionType': 'NONE'|'ZSTD',
                'CopyTagsToSnapshots': True|False,
                'OriginSnapshot': {
                    'SnapshotARN': 'string',
                    'CopyStrategy': 'CLONE'|'FULL_COPY'
                },
                'ReadOnly': True|False,
                'NfsExports': [
                    {
                        'ClientConfigurations': [
                            {
                                'Clients': 'string',
                                'Options': [
                                    'string',
                                ]
                            },
                        ]
                    },
                ],
                'UserAndGroupQuotas': [
                    {
                        'Type': 'USER'|'GROUP',
                        'Id': 123,
                        'StorageCapacityQuotaGiB': 123
                    },
                ]
            }
        }
    }
}

Response Structure

  • (dict) --

    The response object for the CreateBackup operation.

    • Backup (dict) --

      A description of the backup.

      • BackupId (string) --

        The ID of the backup.

      • Lifecycle (string) --

        The lifecycle status of the backup.

        • AVAILABLE - The backup is fully available.
        • PENDING - For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup.
        • CREATING - Amazon FSx is creating the backup.
        • TRANSFERRING - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to Amazon S3.
        • COPYING - Amazon FSx is copying the backup.
        • DELETED - Amazon FSx deleted the backup and it's no longer available.
        • FAILED - Amazon FSx couldn't finish the backup.
      • FailureDetails (dict) --

        Details explaining any failures that occurred when creating a backup.

        • Message (string) --

          A message describing the backup-creation failure.

      • Type (string) --

        The type of the file-system backup.

      • ProgressPercent (integer) --

        The current percent of progress of an asynchronous task.

      • CreationTime (datetime) --

        The time when a particular backup was created.

      • KmsKeyId (string) --

        The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for the backup resource.

      • Tags (list) --

        The tags associated with a particular file system.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • FileSystem (dict) --

        The metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.

        • OwnerId (string) --

          The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

        • CreationTime (datetime) --

          The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

        • FileSystemId (string) --

          The system-generated, unique 17-digit ID of the file system.

        • FileSystemType (string) --

          The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

        • Lifecycle (string) --

          The lifecycle status of the file system. The following are the possible values and what they mean:

          • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
          • CREATING - Amazon FSx is creating the new file system.
          • DELETING - Amazon FSx is deleting an existing file system.
          • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
          • MISCONFIGURED - The file system is in a failed but recoverable state.
          • UPDATING - The file system is undergoing a customer-initiated update.
        • FailureDetails (dict) --

          A structure providing details of any failures that occurred when creating a file system.

          • Message (string) --

            A message describing any failures that occurred during file system creation.

        • StorageCapacity (integer) --

          The storage capacity of the file system in gibibytes (GiB).

        • StorageType (string) --

          The 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.

        • VpcId (string) --

          The ID of the primary virtual private cloud (VPC) for the file system.

        • SubnetIds (list) --

          Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

          For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

          • (string) --

            The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

        • NetworkInterfaceIds (list) --

          The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

          For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

          • (string) --

            An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

        • DNSName (string) --

          The Domain Name System (DNS) name for the file system.

        • KmsKeyId (string) --

          The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for the file system resource.

        • Tags (list) --

          The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • WindowsConfiguration (dict) --

          The configuration for this FSx for Windows File Server file system.

          • ActiveDirectoryId (string) --

            The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

          • SelfManagedActiveDirectoryConfiguration (dict) --

            The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

            • DomainName (string) --

              The fully qualified domain name of the self-managed AD directory.

            • OrganizationalUnitDistinguishedName (string) --

              The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

            • FileSystemAdministratorsGroup (string) --

              The name of the domain group whose members have administrative privileges for the FSx file system.

            • UserName (string) --

              The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

            • DnsIps (list) --

              A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

              • (string) --
          • DeploymentType (string) --

            Specifies the file system deployment type, valid values are the following:

            • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
            • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
            • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

            For more information, see Single-AZ and Multi-AZ File Systems .

          • RemoteAdministrationEndpoint (string) --

            For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

            For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

            This endpoint is temporarily unavailable when the file system is undergoing maintenance.

          • PreferredSubnetId (string) --

            For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

            For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

          • PreferredFileServerIp (string) --

            For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

            Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

          • ThroughputCapacity (integer) --

            The throughput of the Amazon FSx file system, measured in megabytes per second.

          • MaintenanceOperationsInProgress (list) --

            The list of maintenance operations in progress for this file system.

            • (string) --

              An enumeration specifying the currently ongoing maintenance operation.

          • WeeklyMaintenanceStartTime (string) --

            The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

          • DailyAutomaticBackupStartTime (string) --

            The preferred time to take daily automatic backups, in the UTC time zone.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

          • CopyTagsToBackups (boolean) --

            A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

          • Aliases (list) --

            An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

            • (dict) --

              A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

              • Name (string) --

                The name of the DNS alias. The alias name has to meet the following requirements:

                • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                • Cannot start or end with a hyphen.
                • Can start with a numeric.

                For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

              • Lifecycle (string) --

                Describes the state of the DNS alias.

                • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
          • AuditLogConfiguration (dict) --

            The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

            • FileAccessAuditLogLevel (string) --

              Sets which attempt type is logged by Amazon FSx for file and folder accesses.

              • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
              • FAILURE_ONLY - only failed attempts to access files or folders are logged.
              • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
              • DISABLED - access auditing of files and folders is turned off.
            • FileShareAccessAuditLogLevel (string) --

              Sets which attempt type is logged by Amazon FSx for file share accesses.

              • SUCCESS_ONLY - only successful attempts to access file shares are logged.
              • FAILURE_ONLY - only failed attempts to access file shares are logged.
              • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
              • DISABLED - access auditing of file shares is turned off.
            • AuditLogDestination (string) --

              The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

              The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

              The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

        • LustreConfiguration (dict) --

          The configuration for the Amazon FSx for Lustre file system.

          • WeeklyMaintenanceStartTime (string) --

            The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

          • DataRepositoryConfiguration (dict) --

            The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

            This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

            • Lifecycle (string) --

              Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

              • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
              • AVAILABLE - The data repository is available for use.
              • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
              • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
              • FAILED - The data repository is in a terminal state that cannot be recovered.
            • ImportPath (string) --

              The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

            • ExportPath (string) --

              The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

            • ImportedFileChunkSize (integer) --

              For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

              The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

            • AutoImportPolicy (string) --

              Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

              • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
              • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
              • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
              • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
            • FailureDetails (dict) --

              Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

              • Message (string) --

                A detailed error message.

          • DeploymentType (string) --

            The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

            SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

            The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

            The default is SCRATCH_1 .

          • PerUnitStorageThroughput (integer) --

            Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

            Valid values:

            • For PERSISTENT_1 SSD storage: 50, 100, 200.
            • For PERSISTENT_1 HDD storage: 12, 40.
            • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
          • MountName (string) --

            You use the MountName value when mounting the file system.

            For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • CopyTagsToBackups (boolean) --

            A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

          • DriveCacheType (string) --

            The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

            This parameter is required when StorageType is set to HDD.

          • DataCompressionType (string) --

            The data compression configuration for the file system. DataCompressionType can have the following values:

            • NONE - Data compression is turned off for the file system.
            • LZ4 - Data compression is turned on with the LZ4 algorithm.

            For more information, see Lustre data compression .

          • LogConfiguration (dict) --

            The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

            • Level (string) --

              The data repository events that are logged by Amazon FSx.

              • WARN_ONLY - only warning events are logged.
              • ERROR_ONLY - only error events are logged.
              • WARN_ERROR - both warning events and error events are logged.
              • DISABLED - logging of data repository events is turned off.
            • Destination (string) --

              The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

        • AdministrativeActions (list) --

          A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

          • (dict) --

            Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

            • AdministrativeActionType (string) --

              Describes the type of administrative action, as follows:

              • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
              • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

              You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

              • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
              • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
              • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
              • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
              • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
            • ProgressPercent (integer) --

              The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

            • RequestTime (datetime) --

              The time that the administrative action request was received.

            • Status (string) --

              Describes the status of the administrative action, as follows:

              • FAILED - Amazon FSx failed to process the administrative action successfully.
              • IN_PROGRESS - Amazon FSx is processing the administrative action.
              • PENDING - Amazon FSx is waiting to process the administrative action.
              • COMPLETED - Amazon FSx has finished processing the administrative task.
              • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
            • TargetFileSystemValues (dict) --

              Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

            • FailureDetails (dict) --

              Provides information about a failed administrative action.

              • Message (string) --

                Error message providing details about the failed administrative action.

            • TargetVolumeValues (dict) --

              Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • FileSystemId (string) --

                The globally unique ID of the file system, assigned by Amazon FSx.

              • Lifecycle (string) --

                The lifecycle status of the volume.

                • AVAILABLE - The volume is fully available for use.
                • CREATED - The volume has been created.
                • CREATING - Amazon FSx is creating the new volume.
                • DELETING - Amazon FSx is deleting an existing volume.
                • FAILED - Amazon FSx was unable to create the volume.
                • MISCONFIGURED - The volume is in a failed but recoverable state.
                • PENDING - Amazon FSx hasn't started creating the volume.
              • Name (string) --

                The name of the volume.

              • OntapConfiguration (dict) --

                The configuration of an Amazon FSx for NetApp ONTAP volume.

                • FlexCacheEndpointType (string) --

                  Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                  • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                  • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                  • CACHE specifies that the volume is a FlexCache volume.
                • JunctionPath (string) --

                  Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

                • SecurityStyle (string) --

                  The security style for the volume, which can be UNIX , NTFS , or MIXED .

                • SizeInMegabytes (integer) --

                  The configured size of the volume, in megabytes (MBs).

                • StorageEfficiencyEnabled (boolean) --

                  The volume's storage efficiency setting.

                • StorageVirtualMachineId (string) --

                  The ID of the volume's storage virtual machine.

                • StorageVirtualMachineRoot (boolean) --

                  A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                  This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

                • TieringPolicy (dict) --

                  The volume's TieringPolicy setting.

                  • CoolingPeriod (integer) --

                    Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                  • Name (string) --

                    Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                    • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                    • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                    • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                    • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
                • UUID (string) --

                  The volume's universally unique identifier (UUID).

                • OntapVolumeType (string) --

                  Specifies the type of volume. Valid values are the following:

                  • RW specifies a read/write volume. RW is the default.
                  • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                  • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • VolumeId (string) --

                The system-generated, unique ID of the volume.

              • VolumeType (string) --

                The type of the volume.

              • LifecycleTransitionReason (dict) --

                The reason why the volume lifecycle status changed.

                • Message (string) --

                  A detailed error message.

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

              • OpenZFSConfiguration (dict) --

                The configuration of an Amazon FSx for OpenZFS volume.

                • ParentVolumeId (string) --

                  The ID of the parent volume.

                • VolumePath (string) --

                  The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

                • StorageCapacityReservationGiB (integer) --

                  The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

                • StorageCapacityQuotaGiB (integer) --

                  The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

                • DataCompressionType (string) --

                  The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                  • NONE - Doesn't compress the data on the volume.
                  • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
                • CopyTagsToSnapshots (boolean) --

                  A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                • OriginSnapshot (dict) --

                  The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                  • SnapshotARN (string) --

                    The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                  • CopyStrategy (string) --

                    The strategy used when copying data from the snapshot to the new volume.

                    • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                    • FULL_COPY - Copies all data from the snapshot to the new volume.
                • ReadOnly (boolean) --

                  A Boolean value indicating whether the volume is read-only.

                • NfsExports (list) --

                  The configuration object for mounting a Network File System (NFS) file system.

                  • (dict) --

                    The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                    • ClientConfigurations (list) --

                      A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                      • (dict) --

                        Specifies who can mount the file system and the options that can be used while mounting the file system.

                        • Clients (string) --

                          A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                        • Options (list) --

                          The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                          • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                          • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                          • (string) --
                • UserAndGroupQuotas (list) --

                  An object specifying how much storage users or groups can use on the volume.

                  • (dict) --

                    The configuration for how much storage a user or group can use on the volume.

                    • Type (string) --

                      A value that specifies whether the quota applies to a user or group.

                    • Id (integer) --

                      The ID of the user or group.

                    • StorageCapacityQuotaGiB (integer) --

                      The amount of storage that the user or group can use in gibibytes (GiB).

            • TargetSnapshotValues (dict) --

              A snapshot of an Amazon FSx for OpenZFS volume.

              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • SnapshotId (string) --

                The ID of the snapshot.

              • Name (string) --

                The name of the snapshot.

              • VolumeId (string) --

                The ID of the volume that the snapshot is of.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • Lifecycle (string) --

                The lifecycle status of the snapshot.

                • PENDING - Amazon FSx hasn't started creating the snapshot.
                • CREATING - Amazon FSx is creating the snapshot.
                • DELETING - Amazon FSx is deleting the snapshot.
                • AVAILABLE - The snapshot is fully available.
              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

        • OntapConfiguration (dict) --

          The configuration for this FSx for ONTAP file system.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • DeploymentType (string) --

            The ONTAP file system deployment type.

          • EndpointIpAddressRange (string) --

            The IP address range in which the endpoints to access your file system are created.

          • Endpoints (dict) --

            The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

            • Intercluster (dict) --

              An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

              • DNSName (string) --

                The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

              • IpAddresses (list) --

                IP addresses of the file system endpoint.

                • (string) --
            • Management (dict) --

              An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

              • DNSName (string) --

                The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

              • IpAddresses (list) --

                IP addresses of the file system endpoint.

                • (string) --
          • DiskIopsConfiguration (dict) --

            The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

            • Mode (string) --

              Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

            • Iops (integer) --

              The total number of SSD IOPS provisioned for the file system.

          • PreferredSubnetId (string) --

            The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

          • RouteTableIds (list) --

            The VPC route tables in which your file system's endpoints are created.

            • (string) --
          • ThroughputCapacity (integer) --

            The sustained throughput of an Amazon FSx file system in MBps.

          • WeeklyMaintenanceStartTime (string) --

            A recurring weekly time, in the format D:HH:MM .

            D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

            HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

            For example, 1:05:00 specifies maintenance at 5 AM Monday.

        • FileSystemTypeVersion (string) --

          The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

        • OpenZFSConfiguration (dict) --

          The configuration for this Amazon FSx for OpenZFS file system.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • CopyTagsToBackups (boolean) --

            A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

          • CopyTagsToVolumes (boolean) --

            A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • DeploymentType (string) --

            Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

          • ThroughputCapacity (integer) --

            The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

          • WeeklyMaintenanceStartTime (string) --

            A recurring weekly time, in the format D:HH:MM .

            D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

            HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

            For example, 1:05:00 specifies maintenance at 5 AM Monday.

          • DiskIopsConfiguration (dict) --

            The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

            • Mode (string) --

              Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

            • Iops (integer) --

              The total number of SSD IOPS provisioned for the file system.

          • RootVolumeId (string) --

            The ID of the root volume of the OpenZFS file system.

      • DirectoryInformation (dict) --

        The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.

        • DomainName (string) --

          The fully qualified domain name of the self-managed Active Directory directory.

        • ActiveDirectoryId (string) --

          The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • OwnerId (string) --

        An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon Resource Names (ARNs) for resources.

      • SourceBackupId (string) --

        The ID of the source backup. Specifies the backup that you are copying.

      • SourceBackupRegion (string) --

        The source Region of the backup. Specifies the Region from where this backup is copied.

      • ResourceType (string) --

        Specifies the resource type that's backed up.

      • Volume (dict) --

        Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

        • CreationTime (datetime) --

          The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

        • FileSystemId (string) --

          The globally unique ID of the file system, assigned by Amazon FSx.

        • Lifecycle (string) --

          The lifecycle status of the volume.

          • AVAILABLE - The volume is fully available for use.
          • CREATED - The volume has been created.
          • CREATING - Amazon FSx is creating the new volume.
          • DELETING - Amazon FSx is deleting an existing volume.
          • FAILED - Amazon FSx was unable to create the volume.
          • MISCONFIGURED - The volume is in a failed but recoverable state.
          • PENDING - Amazon FSx hasn't started creating the volume.
        • Name (string) --

          The name of the volume.

        • OntapConfiguration (dict) --

          The configuration of an Amazon FSx for NetApp ONTAP volume.

          • FlexCacheEndpointType (string) --

            Specifies the FlexCache endpoint type of the volume. Valid values are the following:

            • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
            • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
            • CACHE specifies that the volume is a FlexCache volume.
          • JunctionPath (string) --

            Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

          • SecurityStyle (string) --

            The security style for the volume, which can be UNIX , NTFS , or MIXED .

          • SizeInMegabytes (integer) --

            The configured size of the volume, in megabytes (MBs).

          • StorageEfficiencyEnabled (boolean) --

            The volume's storage efficiency setting.

          • StorageVirtualMachineId (string) --

            The ID of the volume's storage virtual machine.

          • StorageVirtualMachineRoot (boolean) --

            A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

            This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

          • TieringPolicy (dict) --

            The volume's TieringPolicy setting.

            • CoolingPeriod (integer) --

              Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

            • Name (string) --

              Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

              • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
              • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
              • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
              • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
          • UUID (string) --

            The volume's universally unique identifier (UUID).

          • OntapVolumeType (string) --

            Specifies the type of volume. Valid values are the following:

            • RW specifies a read/write volume. RW is the default.
            • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
            • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

        • Tags (list) --

          A list of Tag values, with a maximum of 50 elements.

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • VolumeId (string) --

          The system-generated, unique ID of the volume.

        • VolumeType (string) --

          The type of the volume.

        • LifecycleTransitionReason (dict) --

          The reason why the volume lifecycle status changed.

          • Message (string) --

            A detailed error message.

        • AdministrativeActions (list) --

          A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

          • (dict) --

            Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

            • AdministrativeActionType (string) --

              Describes the type of administrative action, as follows:

              • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
              • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

              You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

              • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
              • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
              • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
              • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
              • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
            • ProgressPercent (integer) --

              The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

            • RequestTime (datetime) --

              The time that the administrative action request was received.

            • Status (string) --

              Describes the status of the administrative action, as follows:

              • FAILED - Amazon FSx failed to process the administrative action successfully.
              • IN_PROGRESS - Amazon FSx is processing the administrative action.
              • PENDING - Amazon FSx is waiting to process the administrative action.
              • COMPLETED - Amazon FSx has finished processing the administrative task.
              • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
            • TargetFileSystemValues (dict) --

              Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

              • OwnerId (string) --

                The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

              • CreationTime (datetime) --

                The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • FileSystemId (string) --

                The system-generated, unique 17-digit ID of the file system.

              • FileSystemType (string) --

                The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

              • Lifecycle (string) --

                The lifecycle status of the file system. The following are the possible values and what they mean:

                • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
                • CREATING - Amazon FSx is creating the new file system.
                • DELETING - Amazon FSx is deleting an existing file system.
                • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
                • MISCONFIGURED - The file system is in a failed but recoverable state.
                • UPDATING - The file system is undergoing a customer-initiated update.
              • FailureDetails (dict) --

                A structure providing details of any failures that occurred when creating a file system.

                • Message (string) --

                  A message describing any failures that occurred during file system creation.

              • StorageCapacity (integer) --

                The storage capacity of the file system in gibibytes (GiB).

              • StorageType (string) --

                The 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.

              • VpcId (string) --

                The ID of the primary virtual private cloud (VPC) for the file system.

              • SubnetIds (list) --

                Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

                For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

                • (string) --

                  The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

              • NetworkInterfaceIds (list) --

                The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

                For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

                • (string) --

                  An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

              • DNSName (string) --

                The Domain Name System (DNS) name for the file system.

              • KmsKeyId (string) --

                The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for the file system resource.

              • Tags (list) --

                The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • WindowsConfiguration (dict) --

                The configuration for this FSx for Windows File Server file system.

                • ActiveDirectoryId (string) --

                  The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

                • SelfManagedActiveDirectoryConfiguration (dict) --

                  The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                  • DomainName (string) --

                    The fully qualified domain name of the self-managed AD directory.

                  • OrganizationalUnitDistinguishedName (string) --

                    The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                  • FileSystemAdministratorsGroup (string) --

                    The name of the domain group whose members have administrative privileges for the FSx file system.

                  • UserName (string) --

                    The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

                  • DnsIps (list) --

                    A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                    • (string) --
                • DeploymentType (string) --

                  Specifies the file system deployment type, valid values are the following:

                  • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
                  • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
                  • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

                  For more information, see Single-AZ and Multi-AZ File Systems .

                • RemoteAdministrationEndpoint (string) --

                  For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

                  For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

                  This endpoint is temporarily unavailable when the file system is undergoing maintenance.

                • PreferredSubnetId (string) --

                  For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

                  For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

                • PreferredFileServerIp (string) --

                  For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

                  Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

                • ThroughputCapacity (integer) --

                  The throughput of the Amazon FSx file system, measured in megabytes per second.

                • MaintenanceOperationsInProgress (list) --

                  The list of maintenance operations in progress for this file system.

                  • (string) --

                    An enumeration specifying the currently ongoing maintenance operation.

                • WeeklyMaintenanceStartTime (string) --

                  The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                • DailyAutomaticBackupStartTime (string) --

                  The preferred time to take daily automatic backups, in the UTC time zone.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

                • CopyTagsToBackups (boolean) --

                  A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                • Aliases (list) --

                  An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

                  • (dict) --

                    A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                    • Name (string) --

                      The name of the DNS alias. The alias name has to meet the following requirements:

                      • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                      • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                      • Cannot start or end with a hyphen.
                      • Can start with a numeric.

                      For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                    • Lifecycle (string) --

                      Describes the state of the DNS alias.

                      • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                      • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                      • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                      • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                      • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
                • AuditLogConfiguration (dict) --

                  The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

                  • FileAccessAuditLogLevel (string) --

                    Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                    • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                    • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                    • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                    • DISABLED - access auditing of files and folders is turned off.
                  • FileShareAccessAuditLogLevel (string) --

                    Sets which attempt type is logged by Amazon FSx for file share accesses.

                    • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                    • FAILURE_ONLY - only failed attempts to access file shares are logged.
                    • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                    • DISABLED - access auditing of file shares is turned off.
                  • AuditLogDestination (string) --

                    The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                    The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                    The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

              • LustreConfiguration (dict) --

                The configuration for the Amazon FSx for Lustre file system.

                • WeeklyMaintenanceStartTime (string) --

                  The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                • DataRepositoryConfiguration (dict) --

                  The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

                  This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

                  • Lifecycle (string) --

                    Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                    • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                    • AVAILABLE - The data repository is available for use.
                    • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                    • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                    • FAILED - The data repository is in a terminal state that cannot be recovered.
                  • ImportPath (string) --

                    The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

                  • ExportPath (string) --

                    The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

                  • ImportedFileChunkSize (integer) --

                    For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                    The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

                  • AutoImportPolicy (string) --

                    Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                    • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                    • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                    • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                    • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
                  • FailureDetails (dict) --

                    Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                    • Message (string) --

                      A detailed error message.

                • DeploymentType (string) --

                  The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

                  SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

                  The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

                  The default is SCRATCH_1 .

                • PerUnitStorageThroughput (integer) --

                  Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

                  Valid values:

                  • For PERSISTENT_1 SSD storage: 50, 100, 200.
                  • For PERSISTENT_1 HDD storage: 12, 40.
                  • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
                • MountName (string) --

                  You use the MountName value when mounting the file system.

                  For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • CopyTagsToBackups (boolean) --

                  A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

                • DriveCacheType (string) --

                  The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

                  This parameter is required when StorageType is set to HDD.

                • DataCompressionType (string) --

                  The data compression configuration for the file system. DataCompressionType can have the following values:

                  • NONE - Data compression is turned off for the file system.
                  • LZ4 - Data compression is turned on with the LZ4 algorithm.

                  For more information, see Lustre data compression .

                • LogConfiguration (dict) --

                  The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

                  • Level (string) --

                    The data repository events that are logged by Amazon FSx.

                    • WARN_ONLY - only warning events are logged.
                    • ERROR_ONLY - only error events are logged.
                    • WARN_ERROR - both warning events and error events are logged.
                    • DISABLED - logging of data repository events is turned off.
                  • Destination (string) --

                    The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

              • OntapConfiguration (dict) --

                The configuration for this FSx for ONTAP file system.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • DeploymentType (string) --

                  The ONTAP file system deployment type.

                • EndpointIpAddressRange (string) --

                  The IP address range in which the endpoints to access your file system are created.

                • Endpoints (dict) --

                  The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

                  • Intercluster (dict) --

                    An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                    • DNSName (string) --

                      The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                    • IpAddresses (list) --

                      IP addresses of the file system endpoint.

                      • (string) --
                  • Management (dict) --

                    An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                    • DNSName (string) --

                      The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                    • IpAddresses (list) --

                      IP addresses of the file system endpoint.

                      • (string) --
                • DiskIopsConfiguration (dict) --

                  The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

                  • Mode (string) --

                    Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                  • Iops (integer) --

                    The total number of SSD IOPS provisioned for the file system.

                • PreferredSubnetId (string) --

                  The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

                • RouteTableIds (list) --

                  The VPC route tables in which your file system's endpoints are created.

                  • (string) --
                • ThroughputCapacity (integer) --

                  The sustained throughput of an Amazon FSx file system in MBps.

                • WeeklyMaintenanceStartTime (string) --

                  A recurring weekly time, in the format D:HH:MM .

                  D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                  HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                  For example, 1:05:00 specifies maintenance at 5 AM Monday.

              • FileSystemTypeVersion (string) --

                The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

              • OpenZFSConfiguration (dict) --

                The configuration for this Amazon FSx for OpenZFS file system.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • CopyTagsToBackups (boolean) --

                  A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                • CopyTagsToVolumes (boolean) --

                  A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • DeploymentType (string) --

                  Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

                • ThroughputCapacity (integer) --

                  The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

                • WeeklyMaintenanceStartTime (string) --

                  A recurring weekly time, in the format D:HH:MM .

                  D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                  HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                  For example, 1:05:00 specifies maintenance at 5 AM Monday.

                • DiskIopsConfiguration (dict) --

                  The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

                  • Mode (string) --

                    Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                  • Iops (integer) --

                    The total number of SSD IOPS provisioned for the file system.

                • RootVolumeId (string) --

                  The ID of the root volume of the OpenZFS file system.

            • FailureDetails (dict) --

              Provides information about a failed administrative action.

              • Message (string) --

                Error message providing details about the failed administrative action.

            • TargetVolumeValues (dict) --

              Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

            • TargetSnapshotValues (dict) --

              A snapshot of an Amazon FSx for OpenZFS volume.

              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • SnapshotId (string) --

                The ID of the snapshot.

              • Name (string) --

                The name of the snapshot.

              • VolumeId (string) --

                The ID of the volume that the snapshot is of.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • Lifecycle (string) --

                The lifecycle status of the snapshot.

                • PENDING - Amazon FSx hasn't started creating the snapshot.
                • CREATING - Amazon FSx is creating the snapshot.
                • DELETING - Amazon FSx is deleting the snapshot.
                • AVAILABLE - The snapshot is fully available.
              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

        • OpenZFSConfiguration (dict) --

          The configuration of an Amazon FSx for OpenZFS volume.

          • ParentVolumeId (string) --

            The ID of the parent volume.

          • VolumePath (string) --

            The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

          • StorageCapacityReservationGiB (integer) --

            The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

          • StorageCapacityQuotaGiB (integer) --

            The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

          • DataCompressionType (string) --

            The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

            • NONE - Doesn't compress the data on the volume.
            • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
          • CopyTagsToSnapshots (boolean) --

            A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

          • OriginSnapshot (dict) --

            The configuration object that specifies the snapshot to use as the origin of the data for the volume.

            • SnapshotARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • CopyStrategy (string) --

              The strategy used when copying data from the snapshot to the new volume.

              • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
              • FULL_COPY - Copies all data from the snapshot to the new volume.
          • ReadOnly (boolean) --

            A Boolean value indicating whether the volume is read-only.

          • NfsExports (list) --

            The configuration object for mounting a Network File System (NFS) file system.

            • (dict) --

              The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

              • ClientConfigurations (list) --

                A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                • (dict) --

                  Specifies who can mount the file system and the options that can be used while mounting the file system.

                  • Clients (string) --

                    A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                  • Options (list) --

                    The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                    • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                    • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                    • (string) --
          • UserAndGroupQuotas (list) --

            An object specifying how much storage users or groups can use on the volume.

            • (dict) --

              The configuration for how much storage a user or group can use on the volume.

              • Type (string) --

                A value that specifies whether the quota applies to a user or group.

              • Id (integer) --

                The ID of the user or group.

              • StorageCapacityQuotaGiB (integer) --

                The amount of storage that the user or group can use in gibibytes (GiB).

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.UnsupportedOperation
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.VolumeNotFound
  • FSx.Client.exceptions.BackupInProgress
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.InternalServerError
create_data_repository_association(**kwargs)

Creates an Amazon FSx for Lustre data repository association (DRA). A data repository association is a link between a directory on the file system and an Amazon S3 bucket or prefix. You can have a maximum of 8 data repository associations on a file system. Data repository associations are supported only for file systems with the Persistent_2 deployment type.

Each data repository association must have a unique Amazon FSx file system directory and a unique S3 bucket or prefix associated with it. You can configure a data repository association for automatic import only, for automatic export only, or for both. To learn more about linking a data repository to your file system, see Linking your file system to an S3 bucket .

See also: AWS API Documentation

Request Syntax

response = client.create_data_repository_association(
    FileSystemId='string',
    FileSystemPath='string',
    DataRepositoryPath='string',
    BatchImportMetaDataOnCreate=True|False,
    ImportedFileChunkSize=123,
    S3={
        'AutoImportPolicy': {
            'Events': [
                'NEW'|'CHANGED'|'DELETED',
            ]
        },
        'AutoExportPolicy': {
            'Events': [
                'NEW'|'CHANGED'|'DELETED',
            ]
        }
    },
    ClientRequestToken='string',
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
)
Parameters
  • FileSystemId (string) --

    [REQUIRED]

    The globally unique ID of the file system, assigned by Amazon FSx.

  • FileSystemPath (string) --

    [REQUIRED]

    A path on the file system that points to a high-level directory (such as /ns1/ ) or subdirectory (such as /ns1/subdir/ ) that will be mapped 1-1 with DataRepositoryPath . The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/ , then you cannot link another data repository with file system path /ns1/ns2 .

    This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.

  • DataRepositoryPath (string) --

    [REQUIRED]

    The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/ . This path specifies where in the S3 data repository files will be imported from or exported to.

  • BatchImportMetaDataOnCreate (boolean) -- Set to true to run an import data repository task to import metadata from the data repository to the file system after the data repository association is created. Default is false .
  • ImportedFileChunkSize (integer) --

    For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

    The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

  • S3 (dict) --

    The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.

    • AutoImportPolicy (dict) --

      Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.

      • Events (list) --

        The AutoImportPolicy can have the following event values:

        • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.
        • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.
        • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

        You can define any combination of event types for your AutoImportPolicy .

        • (string) --
    • AutoExportPolicy (dict) --

      Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

      • Events (list) --

        The AutoExportPolicy can have the following event values:

        • NEW - Amazon FSx automatically exports new files and directories to the data repository as they are added to the file system.
        • CHANGED - Amazon FSx automatically exports changes to files and directories on the file system to the data repository.
        • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

        You can define any combination of event types for your AutoExportPolicy .

        • (string) --
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • Tags (list) --

    A list of Tag values, with a maximum of 50 elements.

    • (dict) --

      Specifies a key-value pair for a resource tag.

      • Key (string) -- [REQUIRED]

        A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

      • Value (string) -- [REQUIRED]

        A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

Return type

dict

Returns

Response Syntax

{
    'Association': {
        'AssociationId': 'string',
        'ResourceARN': 'string',
        'FileSystemId': 'string',
        'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
        'FailureDetails': {
            'Message': 'string'
        },
        'FileSystemPath': 'string',
        'DataRepositoryPath': 'string',
        'BatchImportMetaDataOnCreate': True|False,
        'ImportedFileChunkSize': 123,
        'S3': {
            'AutoImportPolicy': {
                'Events': [
                    'NEW'|'CHANGED'|'DELETED',
                ]
            },
            'AutoExportPolicy': {
                'Events': [
                    'NEW'|'CHANGED'|'DELETED',
                ]
            }
        },
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'CreationTime': datetime(2015, 1, 1)
    }
}

Response Structure

  • (dict) --

    • Association (dict) --

      The response object returned after the data repository association is created.

      • AssociationId (string) --

        The system-generated, unique ID of the data repository association.

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • FileSystemId (string) --

        The globally unique ID of the file system, assigned by Amazon FSx.

      • Lifecycle (string) --

        Describes the state of a data repository association. The lifecycle can have the following values:

        • CREATING - The data repository association between the FSx file system and the S3 data repository is being created. The data repository is unavailable.
        • AVAILABLE - The data repository association is available for use.
        • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket or automatically export updates to the S3 bucket until the data repository association configuration is corrected.
        • UPDATING - The data repository association is undergoing a customer initiated update that might affect its availability.
        • DELETING - The data repository association is undergoing a customer initiated deletion.
        • FAILED - The data repository association is in a terminal state that cannot be recovered.
      • FailureDetails (dict) --

        Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

        • Message (string) --

          A detailed error message.

      • FileSystemPath (string) --

        A path on the file system that points to a high-level directory (such as /ns1/ ) or subdirectory (such as /ns1/subdir/ ) that will be mapped 1-1 with DataRepositoryPath . The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/ , then you cannot link another data repository with file system path /ns1/ns2 .

        This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.

      • DataRepositoryPath (string) --

        The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/ . This path specifies where in the S3 data repository files will be imported from or exported to.

      • BatchImportMetaDataOnCreate (boolean) --

        A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created. The task runs if this flag is set to true .

      • ImportedFileChunkSize (integer) --

        For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

        The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

      • S3 (dict) --

        The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.

        • AutoImportPolicy (dict) --

          Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.

          • Events (list) --

            The AutoImportPolicy can have the following event values:

            • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.
            • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.
            • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

            You can define any combination of event types for your AutoImportPolicy .

            • (string) --
        • AutoExportPolicy (dict) --

          Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

          • Events (list) --

            The AutoExportPolicy can have the following event values:

            • NEW - Amazon FSx automatically exports new files and directories to the data repository as they are added to the file system.
            • CHANGED - Amazon FSx automatically exports changes to files and directories on the file system to the data repository.
            • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

            You can define any combination of event types for your AutoExportPolicy .

            • (string) --
      • Tags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • CreationTime (datetime) --

        The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.UnsupportedOperation
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.InternalServerError
create_data_repository_task(**kwargs)

Creates an Amazon FSx for Lustre data repository task. You use data repository tasks to perform bulk operations between your Amazon FSx file system and its linked data repositories. An example of a data repository task is exporting any data and metadata changes, including POSIX metadata, to files, directories, and symbolic links (symlinks) from your FSx file system to a linked data repository. A CreateDataRepositoryTask operation will fail if a data repository is not linked to the FSx file system. To learn more about data repository tasks, see Data Repository Tasks . To learn more about linking a data repository to your file system, see Linking your file system to an S3 bucket .

See also: AWS API Documentation

Request Syntax

response = client.create_data_repository_task(
    Type='EXPORT_TO_REPOSITORY'|'IMPORT_METADATA_FROM_REPOSITORY',
    Paths=[
        'string',
    ],
    FileSystemId='string',
    Report={
        'Enabled': True|False,
        'Path': 'string',
        'Format': 'REPORT_CSV_20191124',
        'Scope': 'FAILED_FILES_ONLY'
    },
    ClientRequestToken='string',
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
)
Parameters
  • Type (string) --

    [REQUIRED]

    Specifies the type of data repository task to create.

  • Paths (list) --

    (Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed. The default path is the file system root directory. The paths you provide need to be relative to the mount point of the file system. If the mount point is /mnt/fsx and /mnt/fsx/path1 is a directory or file on the file system you want to export, then the path to provide is path1 . If a path that you provide isn't valid, the task fails.

    • (string) --
  • FileSystemId (string) --

    [REQUIRED]

    The globally unique ID of the file system, assigned by Amazon FSx.

  • Report (dict) --

    [REQUIRED]

    Defines whether or not Amazon FSx provides a CompletionReport once the task has completed. A CompletionReport provides a detailed report on the files that Amazon FSx processed that meet the criteria specified by the Scope parameter. For more information, see Working with Task Completion Reports .

    • Enabled (boolean) -- [REQUIRED]

      Set Enabled to True to generate a CompletionReport when the task completes. If set to true , then you need to provide a report Scope , Path , and Format . Set Enabled to False if you do not want a CompletionReport generated when the task completes.

    • Path (string) --

      Required if Enabled is set to true . Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location. The Path you provide must be located within the file system’s ExportPath. An example Path value is "s3://myBucket/myExportPath/optionalPrefix". The report provides the following information for each file in the report: FilePath, FileStatus, and ErrorCode. To learn more about a file system's ExportPath , see .

    • Format (string) --

      Required if Enabled is set to true . Specifies the format of the CompletionReport . REPORT_CSV_20191124 is the only format currently supported. When Format is set to REPORT_CSV_20191124 , the CompletionReport is provided in CSV format, and is delivered to {path}/task-{id}/failures.csv .

    • Scope (string) --

      Required if Enabled is set to true . Specifies the scope of the CompletionReport ; FAILED_FILES_ONLY is the only scope currently supported. When Scope is set to FAILED_FILES_ONLY , the CompletionReport only contains information about files that the data repository task failed to process.

  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • Tags (list) --

    A list of Tag values, with a maximum of 50 elements.

    • (dict) --

      Specifies a key-value pair for a resource tag.

      • Key (string) -- [REQUIRED]

        A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

      • Value (string) -- [REQUIRED]

        A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

Return type

dict

Returns

Response Syntax

{
    'DataRepositoryTask': {
        'TaskId': 'string',
        'Lifecycle': 'PENDING'|'EXECUTING'|'FAILED'|'SUCCEEDED'|'CANCELED'|'CANCELING',
        'Type': 'EXPORT_TO_REPOSITORY'|'IMPORT_METADATA_FROM_REPOSITORY',
        'CreationTime': datetime(2015, 1, 1),
        'StartTime': datetime(2015, 1, 1),
        'EndTime': datetime(2015, 1, 1),
        'ResourceARN': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'FileSystemId': 'string',
        'Paths': [
            'string',
        ],
        'FailureDetails': {
            'Message': 'string'
        },
        'Status': {
            'TotalCount': 123,
            'SucceededCount': 123,
            'FailedCount': 123,
            'LastUpdatedTime': datetime(2015, 1, 1)
        },
        'Report': {
            'Enabled': True|False,
            'Path': 'string',
            'Format': 'REPORT_CSV_20191124',
            'Scope': 'FAILED_FILES_ONLY'
        }
    }
}

Response Structure

  • (dict) --

    • DataRepositoryTask (dict) --

      The description of the data repository task that you just created.

      • TaskId (string) --

        The system-generated, unique 17-digit ID of the data repository task.

      • Lifecycle (string) --

        The lifecycle status of the data repository task, as follows:

        • PENDING - Amazon FSx has not started the task.
        • EXECUTING - Amazon FSx is processing the task.
        • FAILED - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures.
        • SUCCEEDED - FSx completed the task successfully.
        • CANCELED - Amazon FSx canceled the task and it did not complete.
        • CANCELING - FSx is in process of canceling the task.

        Note

        You cannot delete an FSx for Lustre file system if there are data repository tasks for the file system in the PENDING or EXECUTING states. Please retry when the data repository task is finished (with a status of CANCELED , SUCCEEDED , or FAILED ). You can use the DescribeDataRepositoryTask action to monitor the task status. Contact the FSx team if you need to delete your file system immediately.

      • Type (string) --

        The type of data repository task.

        • The EXPORT_TO_REPOSITORY data repository task exports from your Lustre file system from to a linked S3 bucket.
        • The IMPORT_METADATA_FROM_REPOSITORY data repository task imports metadata changes from a linked S3 bucket to your Lustre file system.
      • CreationTime (datetime) --

        The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • StartTime (datetime) --

        The time that Amazon FSx began processing the task.

      • EndTime (datetime) --

        The time that Amazon FSx completed processing the task, populated after the task is complete.

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • Tags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • FileSystemId (string) --

        The globally unique ID of the file system, assigned by Amazon FSx.

      • Paths (list) --

        An array of paths on the Amazon FSx for Lustre file system that specify the data for the data repository task to process. For example, in an EXPORT_TO_REPOSITORY task, the paths specify which data to export to the linked data repository.

        (Default) If Paths is not specified, Amazon FSx uses the file system root directory.

        • (string) --
      • FailureDetails (dict) --

        Failure message describing why the task failed, it is populated only when Lifecycle is set to FAILED .

        • Message (string) --

          A detailed error message.

      • Status (dict) --

        Provides the status of the number of files that the task has processed successfully and failed to process.

        • TotalCount (integer) --

          The total number of files that the task will process. While a task is executing, the sum of SucceededCount plus FailedCount may not equal TotalCount . When the task is complete, TotalCount equals the sum of SucceededCount plus FailedCount .

        • SucceededCount (integer) --

          A running total of the number of files that the task has successfully processed.

        • FailedCount (integer) --

          A running total of the number of files that the task failed to process.

        • LastUpdatedTime (datetime) --

          The time at which the task status was last updated.

      • Report (dict) --

        Provides a report detailing the data repository task results of the files processed that match the criteria specified in the report Scope parameter. FSx delivers the report to the file system's linked data repository in Amazon S3, using the path specified in the report Path parameter. You can specify whether or not a report gets generated for a task using the Enabled parameter.

        • Enabled (boolean) --

          Set Enabled to True to generate a CompletionReport when the task completes. If set to true , then you need to provide a report Scope , Path , and Format . Set Enabled to False if you do not want a CompletionReport generated when the task completes.

        • Path (string) --

          Required if Enabled is set to true . Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location. The Path you provide must be located within the file system’s ExportPath. An example Path value is "s3://myBucket/myExportPath/optionalPrefix". The report provides the following information for each file in the report: FilePath, FileStatus, and ErrorCode. To learn more about a file system's ExportPath , see .

        • Format (string) --

          Required if Enabled is set to true . Specifies the format of the CompletionReport . REPORT_CSV_20191124 is the only format currently supported. When Format is set to REPORT_CSV_20191124 , the CompletionReport is provided in CSV format, and is delivered to {path}/task-{id}/failures.csv .

        • Scope (string) --

          Required if Enabled is set to true . Specifies the scope of the CompletionReport ; FAILED_FILES_ONLY is the only scope currently supported. When Scope is set to FAILED_FILES_ONLY , the CompletionReport only contains information about files that the data repository task failed to process.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.UnsupportedOperation
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.DataRepositoryTaskExecuting
create_file_system(**kwargs)

Creates a new, empty Amazon FSx file system. You can create the following supported Amazon FSx file systems using the CreateFileSystem API operation:

  • Amazon FSx for Lustre
  • Amazon FSx for NetApp ONTAP
  • Amazon FSx for Windows File Server

This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives success as long as the parameters are the same.

If a file system with the specified client request token exists and the parameters match, CreateFileSystem returns the description of the existing file system. If a file system with the specified client request token exists and the parameters don't match, this call returns IncompatibleParameterError . If a file system with the specified client request token doesn't exist, CreateFileSystem does the following:

  • Creates a new, empty Amazon FSx file system with an assigned ID, and an initial lifecycle state of CREATING .
  • Returns the description of the file system.

This operation requires a client request token in the request that Amazon FSx uses to ensure idempotent creation. This means that calling the operation multiple times with the same client request token has no effect. By using the idempotent operation, you can retry a CreateFileSystem operation without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport-level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives a success message as long as the parameters are the same.

Note

The CreateFileSystem call returns while the file system's lifecycle state is still CREATING . You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.

See also: AWS API Documentation

Request Syntax

response = client.create_file_system(
    ClientRequestToken='string',
    FileSystemType='WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
    StorageCapacity=123,
    StorageType='SSD'|'HDD',
    SubnetIds=[
        'string',
    ],
    SecurityGroupIds=[
        'string',
    ],
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ],
    KmsKeyId='string',
    WindowsConfiguration={
        'ActiveDirectoryId': 'string',
        'SelfManagedActiveDirectoryConfiguration': {
            'DomainName': 'string',
            'OrganizationalUnitDistinguishedName': 'string',
            'FileSystemAdministratorsGroup': 'string',
            'UserName': 'string',
            'Password': 'string',
            'DnsIps': [
                'string',
            ]
        },
        'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
        'PreferredSubnetId': 'string',
        'ThroughputCapacity': 123,
        'WeeklyMaintenanceStartTime': 'string',
        'DailyAutomaticBackupStartTime': 'string',
        'AutomaticBackupRetentionDays': 123,
        'CopyTagsToBackups': True|False,
        'Aliases': [
            'string',
        ],
        'AuditLogConfiguration': {
            'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
            'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
            'AuditLogDestination': 'string'
        }
    },
    LustreConfiguration={
        'WeeklyMaintenanceStartTime': 'string',
        'ImportPath': 'string',
        'ExportPath': 'string',
        'ImportedFileChunkSize': 123,
        'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
        'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
        'PerUnitStorageThroughput': 123,
        'DailyAutomaticBackupStartTime': 'string',
        'AutomaticBackupRetentionDays': 123,
        'CopyTagsToBackups': True|False,
        'DriveCacheType': 'NONE'|'READ',
        'DataCompressionType': 'NONE'|'LZ4',
        'LogConfiguration': {
            'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
            'Destination': 'string'
        }
    },
    OntapConfiguration={
        'AutomaticBackupRetentionDays': 123,
        'DailyAutomaticBackupStartTime': 'string',
        'DeploymentType': 'MULTI_AZ_1',
        'EndpointIpAddressRange': 'string',
        'FsxAdminPassword': 'string',
        'DiskIopsConfiguration': {
            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
            'Iops': 123
        },
        'PreferredSubnetId': 'string',
        'RouteTableIds': [
            'string',
        ],
        'ThroughputCapacity': 123,
        'WeeklyMaintenanceStartTime': 'string'
    },
    FileSystemTypeVersion='string',
    OpenZFSConfiguration={
        'AutomaticBackupRetentionDays': 123,
        'CopyTagsToBackups': True|False,
        'CopyTagsToVolumes': True|False,
        'DailyAutomaticBackupStartTime': 'string',
        'DeploymentType': 'SINGLE_AZ_1',
        'ThroughputCapacity': 123,
        'WeeklyMaintenanceStartTime': 'string',
        'DiskIopsConfiguration': {
            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
            'Iops': 123
        },
        'RootVolumeConfiguration': {
            'DataCompressionType': 'NONE'|'ZSTD',
            'NfsExports': [
                {
                    'ClientConfigurations': [
                        {
                            'Clients': 'string',
                            'Options': [
                                'string',
                            ]
                        },
                    ]
                },
            ],
            'UserAndGroupQuotas': [
                {
                    'Type': 'USER'|'GROUP',
                    'Id': 123,
                    'StorageCapacityQuotaGiB': 123
                },
            ],
            'CopyTagsToSnapshots': True|False,
            'ReadOnly': True|False
        }
    }
)
Parameters
  • ClientRequestToken (string) --

    A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • FileSystemType (string) --

    [REQUIRED]

    The type of Amazon FSx file system to create. Valid values are WINDOWS , LUSTRE , ONTAP , and OPENZFS .

  • StorageCapacity (integer) --

    [REQUIRED]

    Sets the storage capacity of the file system that you're creating, in gibibytes (GiB).

    FSx for Lustre file systems - The amount of storage capacity that you can configure depends on the value that you set for StorageType and the Lustre DeploymentType , as follows:
    • For SCRATCH_2 , PERSISTENT_2 and PERSISTENT_1 deployment types using SSD storage type, the valid values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
    • For PERSISTENT_1 HDD file systems, valid values are increments of 6000 GiB for 12 MB/s/TiB file systems and increments of 1800 GiB for 40 MB/s/TiB file systems.
    • For SCRATCH_1 deployment type, valid values are 1200 GiB, 2400 GiB, and increments of 3600 GiB.
    FSx for ONTAP file systems - The amount of storage capacity that you can configure is from 1024 GiB up to 196,608 GiB (192 TiB).

    FSx for OpenZFS file systems - The amount of storage capacity that you can configure is from 64 GiB up to 524,288 GiB (512 TiB).

    FSx for Windows File Server file systems - The amount of storage capacity that you can configure depends on the value that you set for StorageType as follows:

    • For SSD storage, valid values are 32 GiB-65,536 GiB (64 TiB).
    • For HDD storage, valid values are 2000 GiB-65,536 GiB (64 TiB).
  • StorageType (string) --

    Sets the storage type for the file system that you're creating. Valid values are SSD and HDD .

    • Set to SSD to use solid state drive storage. SSD is supported on all Windows, Lustre, ONTAP, and OpenZFS deployment types.
    • Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and MULTI_AZ_1 Windows file system deployment types, and on PERSISTENT Lustre file system deployment types.

    Default value is SSD . For more information, see Storage type options in the FSx for Windows File Server User Guide and Multiple storage options in the FSx for Lustre User Guide .

  • SubnetIds (list) --

    [REQUIRED]

    Specifies the IDs of the subnets that the file system will be accessible from. For Windows and ONTAP MULTI_AZ_1 deployment types,provide exactly two subnet IDs, one for the preferred file server and one for the standby file server. You specify one of these subnets as the preferred subnet using the WindowsConfiguration > PreferredSubnetID or OntapConfiguration > PreferredSubnetID properties. For more information about Multi-AZ file system configuration, see Availability and durability: Single-AZ and Multi-AZ file systems in the Amazon FSx for Windows User Guide and Availability and durability in the Amazon FSx for ONTAP User Guide .

    For Windows SINGLE_AZ_1 and SINGLE_AZ_2 and all Lustre deployment types, provide exactly one subnet ID. The file server is launched in that subnet's Availability Zone.

    • (string) --

      The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

  • SecurityGroupIds (list) --

    A list of IDs specifying the security groups to apply to all network interfaces created for file system access. This list isn't returned in later requests to describe the file system.

    • (string) --

      The ID of your Amazon EC2 security group. This ID is used to control network access to the endpoint that Amazon FSx creates on your behalf in each subnet. For more information, see Amazon EC2 Security groups for Linux instances in the Amazon EC2 User Guide .

  • Tags (list) --

    The tags to apply to the file system that's being created. The key value of the Name tag appears in the console as the file system name.

    • (dict) --

      Specifies a key-value pair for a resource tag.

      • Key (string) -- [REQUIRED]

        A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

      • Value (string) -- [REQUIRED]

        A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

  • KmsKeyId (string) -- The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for Lustre PERSISTENT_1 and PERSISTENT_2 file systems at rest. If this ID isn't specified, the key managed by Amazon FSx is used. The Amazon FSx for Lustre SCRATCH_1 and SCRATCH_2 file systems are always encrypted at rest using Amazon FSx-managed keys. For more information, see Encrypt in the Key Management Service API Reference .
  • WindowsConfiguration (dict) --

    The Microsoft Windows configuration for the file system that's being created.

    • ActiveDirectoryId (string) --

      The ID for an existing Amazon Web Services Managed Microsoft Active Directory (AD) instance that the file system should join when it's created.

    • SelfManagedActiveDirectoryConfiguration (dict) --

      The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory. For more information, see Using Amazon FSx with your self-managed Microsoft Active Directory or Managing SVMs .

      • DomainName (string) -- [REQUIRED]

        The fully qualified domain name of the self-managed AD directory, such as corp.example.com .

      • OrganizationalUnitDistinguishedName (string) --

        (Optional) The fully qualified distinguished name of the organizational unit within your self-managed AD directory. Amazon FSx only accepts OU as the direct parent of the file system. An example is OU=FSx,DC=yourdomain,DC=corp,DC=com . To learn more, see RFC 2253 . If none is provided, the FSx file system is created in the default location of your self-managed AD directory.

        Warning

        Only Organizational Unit (OU) objects can be the direct parent of the file system that you're creating.

      • FileSystemAdministratorsGroup (string) --

        (Optional) The name of the domain group whose members are granted administrative privileges for the file system. Administrative privileges include taking ownership of files and folders, setting audit controls (audit ACLs) on files and folders, and administering the file system remotely by using the FSx Remote PowerShell. The group that you specify must already exist in your domain. If you don't provide one, your AD domain's Domain Admins group is used.

      • UserName (string) -- [REQUIRED]

        The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. This account must have the permission to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName , or in the default location of your AD domain.

      • Password (string) -- [REQUIRED]

        The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

      • DnsIps (list) -- [REQUIRED]

        A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

        • (string) --
    • DeploymentType (string) --

      Specifies the file system deployment type, valid values are the following:

      • MULTI_AZ_1 - Deploys a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. You can only deploy a Multi-AZ file system in Amazon Web Services Regions that have a minimum of three Availability Zones. Also supports HDD storage type
      • SINGLE_AZ_1 - (Default) Choose to deploy a file system that is configured for single AZ redundancy.
      • SINGLE_AZ_2 - The latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports HDD storage type.

      For more information, see Availability and Durability: Single-AZ and Multi-AZ File Systems .

    • PreferredSubnetId (string) --

      Required when DeploymentType is set to MULTI_AZ_1 . This specifies the subnet in which you want the preferred file server to be located. For in-Amazon Web Services applications, we recommend that you launch your clients in the same Availability Zone (AZ) as your preferred file server to reduce cross-AZ data transfer costs and minimize latency.

    • ThroughputCapacity (integer) -- [REQUIRED]

      Sets the throughput capacity of an Amazon FSx file system, measured in megabytes per second (MB/s), in 2 to the n th increments, between 2^3 (8) and 2^11 (2048).

    • WeeklyMaintenanceStartTime (string) --

      The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

    • DailyAutomaticBackupStartTime (string) --

      The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.

    • AutomaticBackupRetentionDays (integer) --

      The number of days to retain automatic backups. The default is to retain backups for 7 days. Setting this value to 0 disables the creation of automatic backups. The maximum retention period for backups is 90 days.

    • CopyTagsToBackups (boolean) --

      A boolean flag indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

    • Aliases (list) --

      An array of one or more DNS alias names that you want to associate with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload.

      For more information, see Working with DNS Aliases and Walkthrough 5: Using DNS aliases to access your file system , including additional steps you must take to be able to access your file system using a DNS alias.

      An alias name has to meet the following requirements:

      • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
      • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
      • Cannot start or end with a hyphen.
      • Can start with a numeric.

      For DNS alias names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

      • (string) --
    • AuditLogConfiguration (dict) --

      The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

      • FileAccessAuditLogLevel (string) -- [REQUIRED]

        Sets which attempt type is logged by Amazon FSx for file and folder accesses.

        • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
        • FAILURE_ONLY - only failed attempts to access files or folders are logged.
        • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
        • DISABLED - access auditing of files and folders is turned off.
      • FileShareAccessAuditLogLevel (string) -- [REQUIRED]

        Sets which attempt type is logged by Amazon FSx for file share accesses.

        • SUCCESS_ONLY - only successful attempts to access file shares are logged.
        • FAILURE_ONLY - only failed attempts to access file shares are logged.
        • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
        • DISABLED - access auditing of file shares is turned off.
      • AuditLogDestination (string) --

        The Amazon Resource Name (ARN) that specifies the destination of the audit logs.

        The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN, with the following requirements:

        • The destination ARN that you provide (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.
        • The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.
        • If you do not provide a destination in AuditLogDestination , Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/windows log group.
        • If AuditLogDestination is provided and the resource does not exist, the request will fail with a BadRequest error.
        • If FileAccessAuditLogLevel and FileShareAccessAuditLogLevel are both set to DISABLED , you cannot specify a destination in AuditLogDestination .
  • LustreConfiguration (dict) --

    The Lustre configuration for the file system being created.

    Note

    The following parameters are not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

    • AutoImportPolicy
    • ExportPath
    • ImportedChunkSize
    • ImportPath
    • WeeklyMaintenanceStartTime (string) --

      (Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

    • ImportPath (string) --

      (Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system. The root of your FSx for Lustre file system will be mapped to the root of the Amazon S3 bucket you select. An example is s3://import-bucket/optional-prefix . If you specify a prefix after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

      Note

      This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

    • ExportPath (string) --

      (Optional) Available with Scratch and Persistent_1 deployment types. Specifies the path in the Amazon S3 bucket where the root of your Amazon FSx file system is exported. The path must use the same Amazon S3 bucket as specified in ImportPath. You can provide an optional prefix to which new and changed data is to be exported from your Amazon FSx for Lustre file system. If an ExportPath value is not provided, Amazon FSx sets a default export path, s3://import-bucket/FSxLustre[creation-timestamp] . The timestamp is in UTC format, for example s3://import-bucket/FSxLustre20181105T222312Z .

      The Amazon S3 export bucket must be the same as the import bucket specified by ImportPath . If you specify only a bucket name, such as s3://import-bucket , you get a 1:1 mapping of file system objects to S3 bucket objects. This mapping means that the input data in S3 is overwritten on export. If you provide a custom prefix in the export path, such as s3://import-bucket/[custom-optional-prefix] , Amazon FSx exports the contents of your file system to that export prefix in the Amazon S3 bucket.

      Note

      This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

    • ImportedFileChunkSize (integer) --

      (Optional) For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

      The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

      This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

    • DeploymentType (string) --

      (Optional) Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

      Choose PERSISTENT_1 for longer-term storage and for throughput-focused workloads that aren’t latency-sensitive. a. PERSISTENT_1 supports encryption of data in transit, and is available in all Amazon Web Services Regions in which FSx for Lustre is available.

      Choose PERSISTENT_2 for longer-term storage and for latency-sensitive workloads that require the highest levels of IOPS/throughput. PERSISTENT_2 supports SSD storage, and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB). PERSISTENT_2 is available in a limited number of Amazon Web Services Regions. For more information, and an up-to-date list of Amazon Web Services Regions in which PERSISTENT_2 is available, see File system deployment options for FSx for Lustre in the Amazon FSx for Lustre User Guide .

      Note

      If you choose PERSISTENT_2 , and you set FileSystemTypeVersion to 2.10 , the CreateFileSystem operation fails.

      Encryption of data in transit is automatically turned on when you access SCRATCH_2 , PERSISTENT_1 and PERSISTENT_2 file systems from Amazon EC2 instances that support automatic encryption in the Amazon Web Services Regions where they are available. For more information about encryption in transit for FSx for Lustre file systems, see Encrypting data in transit in the Amazon FSx for Lustre User Guide .

      (Default = SCRATCH_1 )

    • AutoImportPolicy (string) --

      (Optional) Available with Scratch and Persistent_1 deployment types. When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

      • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
      • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
      • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
      • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.

      For more information, see Automatically import updates from your S3 bucket .

      Note

      This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation" to create a data repository association to link your Lustre file system to a data repository.

    • PerUnitStorageThroughput (integer) --

      Required with PERSISTENT_1 and PERSISTENT_2 deployment types, provisions the amount of read and write throughput for each 1 tebibyte (TiB) of file system storage capacity, in MB/s/TiB. File system throughput capacity is calculated by multiplying file system storage capacity (TiB) by the PerUnitStorageThroughput (MB/s/TiB). For a 2.4-TiB file system, provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields 120 MB/s of file system throughput. You pay for the amount of throughput that you provision.

      Valid values:

      • For PERSISTENT_1 SSD storage: 50, 100, 200 MB/s/TiB.
      • For PERSISTENT_1 HDD storage: 12, 40 MB/s/TiB.
      • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000 MB/s/TiB.
    • DailyAutomaticBackupStartTime (string) --

      A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

    • AutomaticBackupRetentionDays (integer) --

      The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

    • CopyTagsToBackups (boolean) --

      (Optional) Not available for use with file systems that are linked to a data repository. A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false. If CopyTagsToBackups is set to true, all file system tags are copied to all automatic and user-initiated backups when the user doesn't specify any backup-specific tags. If CopyTagsToBackups is set to true and you specify one or more backup tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

      (Default = false )

      For more information, see Working with backups in the Amazon FSx for Lustre User Guide .

    • DriveCacheType (string) --

      The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when storage type is HDD. Set this property to READ to improve the performance for frequently accessed files by caching up to 20% of the total storage capacity of the file system.

      This parameter is required when StorageType is set to HDD .

    • DataCompressionType (string) --

      Sets the data compression configuration for the file system. DataCompressionType can have the following values:

      • NONE - (Default) Data compression is turned off when the file system is created.
      • LZ4 - Data compression is turned on with the LZ4 algorithm.

      For more information, see Lustre data compression in the Amazon FSx for Lustre User Guide .

    • LogConfiguration (dict) --

      The Lustre logging configuration used when creating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.

      • Level (string) -- [REQUIRED]

        Sets which data repository events are logged by Amazon FSx.

        • WARN_ONLY - only warning events are logged.
        • ERROR_ONLY - only error events are logged.
        • WARN_ERROR - both warning events and error events are logged.
        • DISABLED - logging of data repository events is turned off.
      • Destination (string) --

        The Amazon Resource Name (ARN) that specifies the destination of the logs.

        The destination can be any Amazon CloudWatch Logs log group ARN, with the following requirements:

        • The destination ARN that you provide must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.
        • The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix.
        • If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/lustre log group.
        • If Destination is provided and the resource does not exist, the request will fail with a BadRequest error.
        • If Level is set to DISABLED , you cannot specify a destination in Destination .
  • OntapConfiguration (dict) --

    The ONTAP configuration properties of the FSx for ONTAP file system that you are creating.

    • AutomaticBackupRetentionDays (integer) --

      The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

    • DailyAutomaticBackupStartTime (string) --

      A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

    • DeploymentType (string) -- [REQUIRED]

      Specifies the FSx for ONTAP file system deployment type to use in creating the file system. MULTI_AZ_1 is the supported ONTAP deployment type.

    • EndpointIpAddressRange (string) --

      Specifies the IP address range in which the endpoints to access your file system will be created. By default, Amazon FSx selects an unused IP address range for you from the 198.19.* range.

    • FsxAdminPassword (string) --

      The ONTAP administrative password for the fsxadmin user with which you administer your file system using the NetApp ONTAP CLI and REST API.

    • DiskIopsConfiguration (dict) --

      The SSD IOPS configuration for the FSx for ONTAP file system.

      • Mode (string) --

        Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

      • Iops (integer) --

        The total number of SSD IOPS provisioned for the file system.

    • PreferredSubnetId (string) --

      Required when DeploymentType is set to MULTI_AZ_1 . This specifies the subnet in which you want the preferred file server to be located.

    • RouteTableIds (list) --

      Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created. You should specify all VPC route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.

      • (string) --
    • ThroughputCapacity (integer) -- [REQUIRED]

      Sets the throughput capacity for the file system that you're creating. Valid values are 512, 1024, and 2048 MBps.

    • WeeklyMaintenanceStartTime (string) --

      A recurring weekly time, in the format D:HH:MM .

      D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

      HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

      For example, 1:05:00 specifies maintenance at 5 AM Monday.

  • FileSystemTypeVersion (string) --

    (Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are 2.10 and 2.12 :

    • 2.10 is supported by the Scratch and Persistent_1 Lustre deployment types.
    • 2.12 is supported by all Lustre deployment types. 2.12 is required when setting FSx for Lustre DeploymentType to PERSISTENT_2 .

    Default value = 2.10 , except when DeploymentType is set to PERSISTENT_2 , then the default is 2.12 .

    Note

    If you set FileSystemTypeVersion to 2.10 for a PERSISTENT_2 Lustre deployment type, the CreateFileSystem operation fails.

  • OpenZFSConfiguration (dict) --

    The OpenZFS configuration for the file system that's being created.

    • AutomaticBackupRetentionDays (integer) --

      The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

    • CopyTagsToBackups (boolean) --

      A Boolean value indicating whether tags for the file system should be copied to backups. This value defaults to false . If it's set to true , all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true , and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

    • CopyTagsToVolumes (boolean) --

      A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true , and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

    • DailyAutomaticBackupStartTime (string) --

      A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

    • DeploymentType (string) -- [REQUIRED]

      Specifies the file system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

    • ThroughputCapacity (integer) -- [REQUIRED]

      Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MB/s). Valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s. You pay for additional throughput capacity that you provision.

    • WeeklyMaintenanceStartTime (string) --

      A recurring weekly time, in the format D:HH:MM .

      D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

      HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

      For example, 1:05:00 specifies maintenance at 5 AM Monday.

    • DiskIopsConfiguration (dict) --

      The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

      • Mode (string) --

        Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

      • Iops (integer) --

        The total number of SSD IOPS provisioned for the file system.

    • RootVolumeConfiguration (dict) --

      The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system. All volumes are children of the root volume.

      • DataCompressionType (string) --

        Specifies the method used to compress the data on the volume. Unless the compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

        • NONE - Doesn't compress the data on the volume.
        • ZSTD - Compresses the data in the volume using the ZStandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
      • NfsExports (list) --

        The configuration object for mounting a file system.

        • (dict) --

          The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

          • ClientConfigurations (list) -- [REQUIRED]

            A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

            • (dict) --

              Specifies who can mount the file system and the options that can be used while mounting the file system.

              • Clients (string) -- [REQUIRED]

                A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

              • Options (list) -- [REQUIRED]

                The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                • (string) --
      • UserAndGroupQuotas (list) --

        An object specifying how much storage users or groups can use on the volume.

        • (dict) --

          The configuration for how much storage a user or group can use on the volume.

          • Type (string) -- [REQUIRED]

            A value that specifies whether the quota applies to a user or group.

          • Id (integer) -- [REQUIRED]

            The ID of the user or group.

          • StorageCapacityQuotaGiB (integer) -- [REQUIRED]

            The amount of storage that the user or group can use in gibibytes (GiB).

      • CopyTagsToSnapshots (boolean) --

        A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

      • ReadOnly (boolean) --

        A Boolean value indicating whether the volume is read-only. Setting this value to true can be useful after you have completed changes to a volume and no longer want changes to occur.

Return type

dict

Returns

Response Syntax

{
    'FileSystem': {
        'OwnerId': 'string',
        'CreationTime': datetime(2015, 1, 1),
        'FileSystemId': 'string',
        'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
        'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
        'FailureDetails': {
            'Message': 'string'
        },
        'StorageCapacity': 123,
        'StorageType': 'SSD'|'HDD',
        'VpcId': 'string',
        'SubnetIds': [
            'string',
        ],
        'NetworkInterfaceIds': [
            'string',
        ],
        'DNSName': 'string',
        'KmsKeyId': 'string',
        'ResourceARN': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'WindowsConfiguration': {
            'ActiveDirectoryId': 'string',
            'SelfManagedActiveDirectoryConfiguration': {
                'DomainName': 'string',
                'OrganizationalUnitDistinguishedName': 'string',
                'FileSystemAdministratorsGroup': 'string',
                'UserName': 'string',
                'DnsIps': [
                    'string',
                ]
            },
            'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
            'RemoteAdministrationEndpoint': 'string',
            'PreferredSubnetId': 'string',
            'PreferredFileServerIp': 'string',
            'ThroughputCapacity': 123,
            'MaintenanceOperationsInProgress': [
                'PATCHING'|'BACKING_UP',
            ],
            'WeeklyMaintenanceStartTime': 'string',
            'DailyAutomaticBackupStartTime': 'string',
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'Aliases': [
                {
                    'Name': 'string',
                    'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                },
            ],
            'AuditLogConfiguration': {
                'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                'AuditLogDestination': 'string'
            }
        },
        'LustreConfiguration': {
            'WeeklyMaintenanceStartTime': 'string',
            'DataRepositoryConfiguration': {
                'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                'ImportPath': 'string',
                'ExportPath': 'string',
                'ImportedFileChunkSize': 123,
                'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                'FailureDetails': {
                    'Message': 'string'
                }
            },
            'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
            'PerUnitStorageThroughput': 123,
            'MountName': 'string',
            'DailyAutomaticBackupStartTime': 'string',
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'DriveCacheType': 'NONE'|'READ',
            'DataCompressionType': 'NONE'|'LZ4',
            'LogConfiguration': {
                'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                'Destination': 'string'
            }
        },
        'AdministrativeActions': [
            {
                'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                'ProgressPercent': 123,
                'RequestTime': datetime(2015, 1, 1),
                'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                'TargetFileSystemValues': {'... recursive ...'},
                'FailureDetails': {
                    'Message': 'string'
                },
                'TargetVolumeValues': {
                    'CreationTime': datetime(2015, 1, 1),
                    'FileSystemId': 'string',
                    'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                    'Name': 'string',
                    'OntapConfiguration': {
                        'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                        'JunctionPath': 'string',
                        'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                        'SizeInMegabytes': 123,
                        'StorageEfficiencyEnabled': True|False,
                        'StorageVirtualMachineId': 'string',
                        'StorageVirtualMachineRoot': True|False,
                        'TieringPolicy': {
                            'CoolingPeriod': 123,
                            'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                        },
                        'UUID': 'string',
                        'OntapVolumeType': 'RW'|'DP'|'LS'
                    },
                    'ResourceARN': 'string',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'VolumeId': 'string',
                    'VolumeType': 'ONTAP'|'OPENZFS',
                    'LifecycleTransitionReason': {
                        'Message': 'string'
                    },
                    'AdministrativeActions': {'... recursive ...'},
                    'OpenZFSConfiguration': {
                        'ParentVolumeId': 'string',
                        'VolumePath': 'string',
                        'StorageCapacityReservationGiB': 123,
                        'StorageCapacityQuotaGiB': 123,
                        'DataCompressionType': 'NONE'|'ZSTD',
                        'CopyTagsToSnapshots': True|False,
                        'OriginSnapshot': {
                            'SnapshotARN': 'string',
                            'CopyStrategy': 'CLONE'|'FULL_COPY'
                        },
                        'ReadOnly': True|False,
                        'NfsExports': [
                            {
                                'ClientConfigurations': [
                                    {
                                        'Clients': 'string',
                                        'Options': [
                                            'string',
                                        ]
                                    },
                                ]
                            },
                        ],
                        'UserAndGroupQuotas': [
                            {
                                'Type': 'USER'|'GROUP',
                                'Id': 123,
                                'StorageCapacityQuotaGiB': 123
                            },
                        ]
                    }
                },
                'TargetSnapshotValues': {
                    'ResourceARN': 'string',
                    'SnapshotId': 'string',
                    'Name': 'string',
                    'VolumeId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'AdministrativeActions': {'... recursive ...'}
                }
            },
        ],
        'OntapConfiguration': {
            'AutomaticBackupRetentionDays': 123,
            'DailyAutomaticBackupStartTime': 'string',
            'DeploymentType': 'MULTI_AZ_1',
            'EndpointIpAddressRange': 'string',
            'Endpoints': {
                'Intercluster': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                },
                'Management': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                }
            },
            'DiskIopsConfiguration': {
                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                'Iops': 123
            },
            'PreferredSubnetId': 'string',
            'RouteTableIds': [
                'string',
            ],
            'ThroughputCapacity': 123,
            'WeeklyMaintenanceStartTime': 'string'
        },
        'FileSystemTypeVersion': 'string',
        'OpenZFSConfiguration': {
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'CopyTagsToVolumes': True|False,
            'DailyAutomaticBackupStartTime': 'string',
            'DeploymentType': 'SINGLE_AZ_1',
            'ThroughputCapacity': 123,
            'WeeklyMaintenanceStartTime': 'string',
            'DiskIopsConfiguration': {
                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                'Iops': 123
            },
            'RootVolumeId': 'string'
        }
    }
}

Response Structure

  • (dict) --

    The response object returned after the file system is created.

    • FileSystem (dict) --

      The configuration of the file system that was created.

      • OwnerId (string) --

        The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

      • CreationTime (datetime) --

        The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • FileSystemId (string) --

        The system-generated, unique 17-digit ID of the file system.

      • FileSystemType (string) --

        The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

      • Lifecycle (string) --

        The lifecycle status of the file system. The following are the possible values and what they mean:

        • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
        • CREATING - Amazon FSx is creating the new file system.
        • DELETING - Amazon FSx is deleting an existing file system.
        • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
        • MISCONFIGURED - The file system is in a failed but recoverable state.
        • UPDATING - The file system is undergoing a customer-initiated update.
      • FailureDetails (dict) --

        A structure providing details of any failures that occurred when creating a file system.

        • Message (string) --

          A message describing any failures that occurred during file system creation.

      • StorageCapacity (integer) --

        The storage capacity of the file system in gibibytes (GiB).

      • StorageType (string) --

        The 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.

      • VpcId (string) --

        The ID of the primary virtual private cloud (VPC) for the file system.

      • SubnetIds (list) --

        Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

        For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

        • (string) --

          The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

      • NetworkInterfaceIds (list) --

        The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

        For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

        • (string) --

          An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

      • DNSName (string) --

        The Domain Name System (DNS) name for the file system.

      • KmsKeyId (string) --

        The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for the file system resource.

      • Tags (list) --

        The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • WindowsConfiguration (dict) --

        The configuration for this FSx for Windows File Server file system.

        • ActiveDirectoryId (string) --

          The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

        • SelfManagedActiveDirectoryConfiguration (dict) --

          The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • DomainName (string) --

            The fully qualified domain name of the self-managed AD directory.

          • OrganizationalUnitDistinguishedName (string) --

            The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • FileSystemAdministratorsGroup (string) --

            The name of the domain group whose members have administrative privileges for the FSx file system.

          • UserName (string) --

            The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

          • DnsIps (list) --

            A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

            • (string) --
        • DeploymentType (string) --

          Specifies the file system deployment type, valid values are the following:

          • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
          • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
          • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

          For more information, see Single-AZ and Multi-AZ File Systems .

        • RemoteAdministrationEndpoint (string) --

          For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

          For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

          This endpoint is temporarily unavailable when the file system is undergoing maintenance.

        • PreferredSubnetId (string) --

          For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

          For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

        • PreferredFileServerIp (string) --

          For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

          Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

        • ThroughputCapacity (integer) --

          The throughput of the Amazon FSx file system, measured in megabytes per second.

        • MaintenanceOperationsInProgress (list) --

          The list of maintenance operations in progress for this file system.

          • (string) --

            An enumeration specifying the currently ongoing maintenance operation.

        • WeeklyMaintenanceStartTime (string) --

          The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

        • DailyAutomaticBackupStartTime (string) --

          The preferred time to take daily automatic backups, in the UTC time zone.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

        • CopyTagsToBackups (boolean) --

          A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

        • Aliases (list) --

          An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

          • (dict) --

            A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

            • Name (string) --

              The name of the DNS alias. The alias name has to meet the following requirements:

              • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
              • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
              • Cannot start or end with a hyphen.
              • Can start with a numeric.

              For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

            • Lifecycle (string) --

              Describes the state of the DNS alias.

              • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
              • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
              • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
              • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
              • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
        • AuditLogConfiguration (dict) --

          The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

          • FileAccessAuditLogLevel (string) --

            Sets which attempt type is logged by Amazon FSx for file and folder accesses.

            • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
            • FAILURE_ONLY - only failed attempts to access files or folders are logged.
            • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
            • DISABLED - access auditing of files and folders is turned off.
          • FileShareAccessAuditLogLevel (string) --

            Sets which attempt type is logged by Amazon FSx for file share accesses.

            • SUCCESS_ONLY - only successful attempts to access file shares are logged.
            • FAILURE_ONLY - only failed attempts to access file shares are logged.
            • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
            • DISABLED - access auditing of file shares is turned off.
          • AuditLogDestination (string) --

            The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

            The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

            The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

      • LustreConfiguration (dict) --

        The configuration for the Amazon FSx for Lustre file system.

        • WeeklyMaintenanceStartTime (string) --

          The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

        • DataRepositoryConfiguration (dict) --

          The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

          This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

          • Lifecycle (string) --

            Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

            • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
            • AVAILABLE - The data repository is available for use.
            • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
            • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
            • FAILED - The data repository is in a terminal state that cannot be recovered.
          • ImportPath (string) --

            The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

          • ExportPath (string) --

            The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

          • ImportedFileChunkSize (integer) --

            For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

            The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

          • AutoImportPolicy (string) --

            Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

            • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
            • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
            • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
            • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
          • FailureDetails (dict) --

            Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

            • Message (string) --

              A detailed error message.

        • DeploymentType (string) --

          The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

          SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

          The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

          The default is SCRATCH_1 .

        • PerUnitStorageThroughput (integer) --

          Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

          Valid values:

          • For PERSISTENT_1 SSD storage: 50, 100, 200.
          • For PERSISTENT_1 HDD storage: 12, 40.
          • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
        • MountName (string) --

          You use the MountName value when mounting the file system.

          For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • CopyTagsToBackups (boolean) --

          A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

        • DriveCacheType (string) --

          The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

          This parameter is required when StorageType is set to HDD.

        • DataCompressionType (string) --

          The data compression configuration for the file system. DataCompressionType can have the following values:

          • NONE - Data compression is turned off for the file system.
          • LZ4 - Data compression is turned on with the LZ4 algorithm.

          For more information, see Lustre data compression .

        • LogConfiguration (dict) --

          The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

          • Level (string) --

            The data repository events that are logged by Amazon FSx.

            • WARN_ONLY - only warning events are logged.
            • ERROR_ONLY - only error events are logged.
            • WARN_ERROR - both warning events and error events are logged.
            • DISABLED - logging of data repository events is turned off.
          • Destination (string) --

            The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

      • AdministrativeActions (list) --

        A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

        • (dict) --

          Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

          • AdministrativeActionType (string) --

            Describes the type of administrative action, as follows:

            • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
            • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
              • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
              • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
              • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

            You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

            • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
            • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
            • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
            • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
            • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
          • ProgressPercent (integer) --

            The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

          • RequestTime (datetime) --

            The time that the administrative action request was received.

          • Status (string) --

            Describes the status of the administrative action, as follows:

            • FAILED - Amazon FSx failed to process the administrative action successfully.
            • IN_PROGRESS - Amazon FSx is processing the administrative action.
            • PENDING - Amazon FSx is waiting to process the administrative action.
            • COMPLETED - Amazon FSx has finished processing the administrative task.
            • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
          • TargetFileSystemValues (dict) --

            Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

          • FailureDetails (dict) --

            Provides information about a failed administrative action.

            • Message (string) --

              Error message providing details about the failed administrative action.

          • TargetVolumeValues (dict) --

            Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • FileSystemId (string) --

              The globally unique ID of the file system, assigned by Amazon FSx.

            • Lifecycle (string) --

              The lifecycle status of the volume.

              • AVAILABLE - The volume is fully available for use.
              • CREATED - The volume has been created.
              • CREATING - Amazon FSx is creating the new volume.
              • DELETING - Amazon FSx is deleting an existing volume.
              • FAILED - Amazon FSx was unable to create the volume.
              • MISCONFIGURED - The volume is in a failed but recoverable state.
              • PENDING - Amazon FSx hasn't started creating the volume.
            • Name (string) --

              The name of the volume.

            • OntapConfiguration (dict) --

              The configuration of an Amazon FSx for NetApp ONTAP volume.

              • FlexCacheEndpointType (string) --

                Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                • CACHE specifies that the volume is a FlexCache volume.
              • JunctionPath (string) --

                Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

              • SecurityStyle (string) --

                The security style for the volume, which can be UNIX , NTFS , or MIXED .

              • SizeInMegabytes (integer) --

                The configured size of the volume, in megabytes (MBs).

              • StorageEfficiencyEnabled (boolean) --

                The volume's storage efficiency setting.

              • StorageVirtualMachineId (string) --

                The ID of the volume's storage virtual machine.

              • StorageVirtualMachineRoot (boolean) --

                A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

              • TieringPolicy (dict) --

                The volume's TieringPolicy setting.

                • CoolingPeriod (integer) --

                  Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                • Name (string) --

                  Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                  • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                  • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                  • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                  • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
              • UUID (string) --

                The volume's universally unique identifier (UUID).

              • OntapVolumeType (string) --

                Specifies the type of volume. Valid values are the following:

                • RW specifies a read/write volume. RW is the default.
                • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • VolumeId (string) --

              The system-generated, unique ID of the volume.

            • VolumeType (string) --

              The type of the volume.

            • LifecycleTransitionReason (dict) --

              The reason why the volume lifecycle status changed.

              • Message (string) --

                A detailed error message.

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

            • OpenZFSConfiguration (dict) --

              The configuration of an Amazon FSx for OpenZFS volume.

              • ParentVolumeId (string) --

                The ID of the parent volume.

              • VolumePath (string) --

                The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

              • StorageCapacityReservationGiB (integer) --

                The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

              • StorageCapacityQuotaGiB (integer) --

                The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

              • DataCompressionType (string) --

                The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                • NONE - Doesn't compress the data on the volume.
                • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
              • CopyTagsToSnapshots (boolean) --

                A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

              • OriginSnapshot (dict) --

                The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                • SnapshotARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • CopyStrategy (string) --

                  The strategy used when copying data from the snapshot to the new volume.

                  • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                  • FULL_COPY - Copies all data from the snapshot to the new volume.
              • ReadOnly (boolean) --

                A Boolean value indicating whether the volume is read-only.

              • NfsExports (list) --

                The configuration object for mounting a Network File System (NFS) file system.

                • (dict) --

                  The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                  • ClientConfigurations (list) --

                    A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                    • (dict) --

                      Specifies who can mount the file system and the options that can be used while mounting the file system.

                      • Clients (string) --

                        A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                      • Options (list) --

                        The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                        • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                        • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                        • (string) --
              • UserAndGroupQuotas (list) --

                An object specifying how much storage users or groups can use on the volume.

                • (dict) --

                  The configuration for how much storage a user or group can use on the volume.

                  • Type (string) --

                    A value that specifies whether the quota applies to a user or group.

                  • Id (integer) --

                    The ID of the user or group.

                  • StorageCapacityQuotaGiB (integer) --

                    The amount of storage that the user or group can use in gibibytes (GiB).

          • TargetSnapshotValues (dict) --

            A snapshot of an Amazon FSx for OpenZFS volume.

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • SnapshotId (string) --

              The ID of the snapshot.

            • Name (string) --

              The name of the snapshot.

            • VolumeId (string) --

              The ID of the volume that the snapshot is of.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • Lifecycle (string) --

              The lifecycle status of the snapshot.

              • PENDING - Amazon FSx hasn't started creating the snapshot.
              • CREATING - Amazon FSx is creating the snapshot.
              • DELETING - Amazon FSx is deleting the snapshot.
              • AVAILABLE - The snapshot is fully available.
            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

      • OntapConfiguration (dict) --

        The configuration for this FSx for ONTAP file system.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • DeploymentType (string) --

          The ONTAP file system deployment type.

        • EndpointIpAddressRange (string) --

          The IP address range in which the endpoints to access your file system are created.

        • Endpoints (dict) --

          The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

          • Intercluster (dict) --

            An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              IP addresses of the file system endpoint.

              • (string) --
          • Management (dict) --

            An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              IP addresses of the file system endpoint.

              • (string) --
        • DiskIopsConfiguration (dict) --

          The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

          • Mode (string) --

            Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

          • Iops (integer) --

            The total number of SSD IOPS provisioned for the file system.

        • PreferredSubnetId (string) --

          The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

        • RouteTableIds (list) --

          The VPC route tables in which your file system's endpoints are created.

          • (string) --
        • ThroughputCapacity (integer) --

          The sustained throughput of an Amazon FSx file system in MBps.

        • WeeklyMaintenanceStartTime (string) --

          A recurring weekly time, in the format D:HH:MM .

          D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

          HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

          For example, 1:05:00 specifies maintenance at 5 AM Monday.

      • FileSystemTypeVersion (string) --

        The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

      • OpenZFSConfiguration (dict) --

        The configuration for this Amazon FSx for OpenZFS file system.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • CopyTagsToBackups (boolean) --

          A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

        • CopyTagsToVolumes (boolean) --

          A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • DeploymentType (string) --

          Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

        • ThroughputCapacity (integer) --

          The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

        • WeeklyMaintenanceStartTime (string) --

          A recurring weekly time, in the format D:HH:MM .

          D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

          HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

          For example, 1:05:00 specifies maintenance at 5 AM Monday.

        • DiskIopsConfiguration (dict) --

          The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

          • Mode (string) --

            Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

          • Iops (integer) --

            The total number of SSD IOPS provisioned for the file system.

        • RootVolumeId (string) --

          The ID of the root volume of the OpenZFS file system.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.ActiveDirectoryError
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InvalidImportPath
  • FSx.Client.exceptions.InvalidExportPath
  • FSx.Client.exceptions.InvalidNetworkSettings
  • FSx.Client.exceptions.InvalidPerUnitStorageThroughput
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.MissingFileSystemConfiguration
create_file_system_from_backup(**kwargs)

Creates a new Amazon FSx for Lustre, Amazon FSx for Windows File Server, or Amazon FSx for OpenZFS file system from an existing Amazon FSx backup.

If a file system with the specified client request token exists and the parameters match, this operation returns the description of the file system. If a client request token with the specified by the file system exists and the parameters don't match, this call returns IncompatibleParameterError . If a file system with the specified client request token doesn't exist, this operation does the following:

  • Creates a new Amazon FSx file system from backup with an assigned ID, and an initial lifecycle state of CREATING .
  • Returns the description of the file system.

Parameters like the Active Directory, default share name, automatic backup, and backup settings default to the parameters of the file system that was backed up, unless overridden. You can explicitly supply other settings.

By using the idempotent operation, you can retry a CreateFileSystemFromBackup call without the risk of creating an extra file system. This approach can be useful when an initial call fails in a way that makes it unclear whether a file system was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a file system, the client receives a success message as long as the parameters are the same.

Note

The CreateFileSystemFromBackup call returns while the file system's lifecycle state is still CREATING . You can check the file-system creation status by calling the DescribeFileSystems operation, which returns the file system state along with other information.

See also: AWS API Documentation

Request Syntax

response = client.create_file_system_from_backup(
    BackupId='string',
    ClientRequestToken='string',
    SubnetIds=[
        'string',
    ],
    SecurityGroupIds=[
        'string',
    ],
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ],
    WindowsConfiguration={
        'ActiveDirectoryId': 'string',
        'SelfManagedActiveDirectoryConfiguration': {
            'DomainName': 'string',
            'OrganizationalUnitDistinguishedName': 'string',
            'FileSystemAdministratorsGroup': 'string',
            'UserName': 'string',
            'Password': 'string',
            'DnsIps': [
                'string',
            ]
        },
        'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
        'PreferredSubnetId': 'string',
        'ThroughputCapacity': 123,
        'WeeklyMaintenanceStartTime': 'string',
        'DailyAutomaticBackupStartTime': 'string',
        'AutomaticBackupRetentionDays': 123,
        'CopyTagsToBackups': True|False,
        'Aliases': [
            'string',
        ],
        'AuditLogConfiguration': {
            'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
            'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
            'AuditLogDestination': 'string'
        }
    },
    LustreConfiguration={
        'WeeklyMaintenanceStartTime': 'string',
        'ImportPath': 'string',
        'ExportPath': 'string',
        'ImportedFileChunkSize': 123,
        'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
        'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
        'PerUnitStorageThroughput': 123,
        'DailyAutomaticBackupStartTime': 'string',
        'AutomaticBackupRetentionDays': 123,
        'CopyTagsToBackups': True|False,
        'DriveCacheType': 'NONE'|'READ',
        'DataCompressionType': 'NONE'|'LZ4',
        'LogConfiguration': {
            'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
            'Destination': 'string'
        }
    },
    StorageType='SSD'|'HDD',
    KmsKeyId='string',
    FileSystemTypeVersion='string',
    OpenZFSConfiguration={
        'AutomaticBackupRetentionDays': 123,
        'CopyTagsToBackups': True|False,
        'CopyTagsToVolumes': True|False,
        'DailyAutomaticBackupStartTime': 'string',
        'DeploymentType': 'SINGLE_AZ_1',
        'ThroughputCapacity': 123,
        'WeeklyMaintenanceStartTime': 'string',
        'DiskIopsConfiguration': {
            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
            'Iops': 123
        },
        'RootVolumeConfiguration': {
            'DataCompressionType': 'NONE'|'ZSTD',
            'NfsExports': [
                {
                    'ClientConfigurations': [
                        {
                            'Clients': 'string',
                            'Options': [
                                'string',
                            ]
                        },
                    ]
                },
            ],
            'UserAndGroupQuotas': [
                {
                    'Type': 'USER'|'GROUP',
                    'Id': 123,
                    'StorageCapacityQuotaGiB': 123
                },
            ],
            'CopyTagsToSnapshots': True|False,
            'ReadOnly': True|False
        }
    }
)
Parameters
  • BackupId (string) --

    [REQUIRED]

    The ID of the source backup. Specifies the backup that you are copying.

  • ClientRequestToken (string) --

    A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • SubnetIds (list) --

    [REQUIRED]

    Specifies the IDs of the subnets that the file system will be accessible from. For Windows MULTI_AZ_1 file system deployment types, provide exactly two subnet IDs, one for the preferred file server and one for the standby file server. You specify one of these subnets as the preferred subnet using the WindowsConfiguration > PreferredSubnetID property.

    Windows SINGLE_AZ_1 and SINGLE_AZ_2 file system deployment types, Lustre file systems, and OpenZFS file systems provide exactly one subnet ID. The file server is launched in that subnet's Availability Zone.

    • (string) --

      The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

  • SecurityGroupIds (list) --

    A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups apply to all network interfaces. This value isn't returned in later DescribeFileSystem requests.

    • (string) --

      The ID of your Amazon EC2 security group. This ID is used to control network access to the endpoint that Amazon FSx creates on your behalf in each subnet. For more information, see Amazon EC2 Security groups for Linux instances in the Amazon EC2 User Guide .

  • Tags (list) --

    The tags to be applied to the file system at file system creation. The key value of the Name tag appears in the console as the file system name.

    • (dict) --

      Specifies a key-value pair for a resource tag.

      • Key (string) -- [REQUIRED]

        A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

      • Value (string) -- [REQUIRED]

        A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

  • WindowsConfiguration (dict) --

    The configuration for this Microsoft Windows file system.

    • ActiveDirectoryId (string) --

      The ID for an existing Amazon Web Services Managed Microsoft Active Directory (AD) instance that the file system should join when it's created.

    • SelfManagedActiveDirectoryConfiguration (dict) --

      The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory. For more information, see Using Amazon FSx with your self-managed Microsoft Active Directory or Managing SVMs .

      • DomainName (string) -- [REQUIRED]

        The fully qualified domain name of the self-managed AD directory, such as corp.example.com .

      • OrganizationalUnitDistinguishedName (string) --

        (Optional) The fully qualified distinguished name of the organizational unit within your self-managed AD directory. Amazon FSx only accepts OU as the direct parent of the file system. An example is OU=FSx,DC=yourdomain,DC=corp,DC=com . To learn more, see RFC 2253 . If none is provided, the FSx file system is created in the default location of your self-managed AD directory.

        Warning

        Only Organizational Unit (OU) objects can be the direct parent of the file system that you're creating.

      • FileSystemAdministratorsGroup (string) --

        (Optional) The name of the domain group whose members are granted administrative privileges for the file system. Administrative privileges include taking ownership of files and folders, setting audit controls (audit ACLs) on files and folders, and administering the file system remotely by using the FSx Remote PowerShell. The group that you specify must already exist in your domain. If you don't provide one, your AD domain's Domain Admins group is used.

      • UserName (string) -- [REQUIRED]

        The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. This account must have the permission to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName , or in the default location of your AD domain.

      • Password (string) -- [REQUIRED]

        The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

      • DnsIps (list) -- [REQUIRED]

        A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

        • (string) --
    • DeploymentType (string) --

      Specifies the file system deployment type, valid values are the following:

      • MULTI_AZ_1 - Deploys a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. You can only deploy a Multi-AZ file system in Amazon Web Services Regions that have a minimum of three Availability Zones. Also supports HDD storage type
      • SINGLE_AZ_1 - (Default) Choose to deploy a file system that is configured for single AZ redundancy.
      • SINGLE_AZ_2 - The latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports HDD storage type.

      For more information, see Availability and Durability: Single-AZ and Multi-AZ File Systems .

    • PreferredSubnetId (string) --

      Required when DeploymentType is set to MULTI_AZ_1 . This specifies the subnet in which you want the preferred file server to be located. For in-Amazon Web Services applications, we recommend that you launch your clients in the same Availability Zone (AZ) as your preferred file server to reduce cross-AZ data transfer costs and minimize latency.

    • ThroughputCapacity (integer) -- [REQUIRED]

      Sets the throughput capacity of an Amazon FSx file system, measured in megabytes per second (MB/s), in 2 to the n th increments, between 2^3 (8) and 2^11 (2048).

    • WeeklyMaintenanceStartTime (string) --

      The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

    • DailyAutomaticBackupStartTime (string) --

      The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.

    • AutomaticBackupRetentionDays (integer) --

      The number of days to retain automatic backups. The default is to retain backups for 7 days. Setting this value to 0 disables the creation of automatic backups. The maximum retention period for backups is 90 days.

    • CopyTagsToBackups (boolean) --

      A boolean flag indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

    • Aliases (list) --

      An array of one or more DNS alias names that you want to associate with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload.

      For more information, see Working with DNS Aliases and Walkthrough 5: Using DNS aliases to access your file system , including additional steps you must take to be able to access your file system using a DNS alias.

      An alias name has to meet the following requirements:

      • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
      • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
      • Cannot start or end with a hyphen.
      • Can start with a numeric.

      For DNS alias names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

      • (string) --
    • AuditLogConfiguration (dict) --

      The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

      • FileAccessAuditLogLevel (string) -- [REQUIRED]

        Sets which attempt type is logged by Amazon FSx for file and folder accesses.

        • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
        • FAILURE_ONLY - only failed attempts to access files or folders are logged.
        • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
        • DISABLED - access auditing of files and folders is turned off.
      • FileShareAccessAuditLogLevel (string) -- [REQUIRED]

        Sets which attempt type is logged by Amazon FSx for file share accesses.

        • SUCCESS_ONLY - only successful attempts to access file shares are logged.
        • FAILURE_ONLY - only failed attempts to access file shares are logged.
        • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
        • DISABLED - access auditing of file shares is turned off.
      • AuditLogDestination (string) --

        The Amazon Resource Name (ARN) that specifies the destination of the audit logs.

        The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN, with the following requirements:

        • The destination ARN that you provide (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.
        • The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.
        • If you do not provide a destination in AuditLogDestination , Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/windows log group.
        • If AuditLogDestination is provided and the resource does not exist, the request will fail with a BadRequest error.
        • If FileAccessAuditLogLevel and FileShareAccessAuditLogLevel are both set to DISABLED , you cannot specify a destination in AuditLogDestination .
  • LustreConfiguration (dict) --

    The Lustre configuration for the file system being created.

    Note

    The following parameters are not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

    • AutoImportPolicy
    • ExportPath
    • ImportedChunkSize
    • ImportPath
    • WeeklyMaintenanceStartTime (string) --

      (Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

    • ImportPath (string) --

      (Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system. The root of your FSx for Lustre file system will be mapped to the root of the Amazon S3 bucket you select. An example is s3://import-bucket/optional-prefix . If you specify a prefix after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

      Note

      This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

    • ExportPath (string) --

      (Optional) Available with Scratch and Persistent_1 deployment types. Specifies the path in the Amazon S3 bucket where the root of your Amazon FSx file system is exported. The path must use the same Amazon S3 bucket as specified in ImportPath. You can provide an optional prefix to which new and changed data is to be exported from your Amazon FSx for Lustre file system. If an ExportPath value is not provided, Amazon FSx sets a default export path, s3://import-bucket/FSxLustre[creation-timestamp] . The timestamp is in UTC format, for example s3://import-bucket/FSxLustre20181105T222312Z .

      The Amazon S3 export bucket must be the same as the import bucket specified by ImportPath . If you specify only a bucket name, such as s3://import-bucket , you get a 1:1 mapping of file system objects to S3 bucket objects. This mapping means that the input data in S3 is overwritten on export. If you provide a custom prefix in the export path, such as s3://import-bucket/[custom-optional-prefix] , Amazon FSx exports the contents of your file system to that export prefix in the Amazon S3 bucket.

      Note

      This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

    • ImportedFileChunkSize (integer) --

      (Optional) For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

      The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

      This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

    • DeploymentType (string) --

      (Optional) Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

      Choose PERSISTENT_1 for longer-term storage and for throughput-focused workloads that aren’t latency-sensitive. a. PERSISTENT_1 supports encryption of data in transit, and is available in all Amazon Web Services Regions in which FSx for Lustre is available.

      Choose PERSISTENT_2 for longer-term storage and for latency-sensitive workloads that require the highest levels of IOPS/throughput. PERSISTENT_2 supports SSD storage, and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB). PERSISTENT_2 is available in a limited number of Amazon Web Services Regions. For more information, and an up-to-date list of Amazon Web Services Regions in which PERSISTENT_2 is available, see File system deployment options for FSx for Lustre in the Amazon FSx for Lustre User Guide .

      Note

      If you choose PERSISTENT_2 , and you set FileSystemTypeVersion to 2.10 , the CreateFileSystem operation fails.

      Encryption of data in transit is automatically turned on when you access SCRATCH_2 , PERSISTENT_1 and PERSISTENT_2 file systems from Amazon EC2 instances that support automatic encryption in the Amazon Web Services Regions where they are available. For more information about encryption in transit for FSx for Lustre file systems, see Encrypting data in transit in the Amazon FSx for Lustre User Guide .

      (Default = SCRATCH_1 )

    • AutoImportPolicy (string) --

      (Optional) Available with Scratch and Persistent_1 deployment types. When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

      • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
      • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
      • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
      • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.

      For more information, see Automatically import updates from your S3 bucket .

      Note

      This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation" to create a data repository association to link your Lustre file system to a data repository.

    • PerUnitStorageThroughput (integer) --

      Required with PERSISTENT_1 and PERSISTENT_2 deployment types, provisions the amount of read and write throughput for each 1 tebibyte (TiB) of file system storage capacity, in MB/s/TiB. File system throughput capacity is calculated by multiplying file system storage capacity (TiB) by the PerUnitStorageThroughput (MB/s/TiB). For a 2.4-TiB file system, provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields 120 MB/s of file system throughput. You pay for the amount of throughput that you provision.

      Valid values:

      • For PERSISTENT_1 SSD storage: 50, 100, 200 MB/s/TiB.
      • For PERSISTENT_1 HDD storage: 12, 40 MB/s/TiB.
      • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000 MB/s/TiB.
    • DailyAutomaticBackupStartTime (string) --

      A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

    • AutomaticBackupRetentionDays (integer) --

      The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

    • CopyTagsToBackups (boolean) --

      (Optional) Not available for use with file systems that are linked to a data repository. A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false. If CopyTagsToBackups is set to true, all file system tags are copied to all automatic and user-initiated backups when the user doesn't specify any backup-specific tags. If CopyTagsToBackups is set to true and you specify one or more backup tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

      (Default = false )

      For more information, see Working with backups in the Amazon FSx for Lustre User Guide .

    • DriveCacheType (string) --

      The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when storage type is HDD. Set this property to READ to improve the performance for frequently accessed files by caching up to 20% of the total storage capacity of the file system.

      This parameter is required when StorageType is set to HDD .

    • DataCompressionType (string) --

      Sets the data compression configuration for the file system. DataCompressionType can have the following values:

      • NONE - (Default) Data compression is turned off when the file system is created.
      • LZ4 - Data compression is turned on with the LZ4 algorithm.

      For more information, see Lustre data compression in the Amazon FSx for Lustre User Guide .

    • LogConfiguration (dict) --

      The Lustre logging configuration used when creating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.

      • Level (string) -- [REQUIRED]

        Sets which data repository events are logged by Amazon FSx.

        • WARN_ONLY - only warning events are logged.
        • ERROR_ONLY - only error events are logged.
        • WARN_ERROR - both warning events and error events are logged.
        • DISABLED - logging of data repository events is turned off.
      • Destination (string) --

        The Amazon Resource Name (ARN) that specifies the destination of the logs.

        The destination can be any Amazon CloudWatch Logs log group ARN, with the following requirements:

        • The destination ARN that you provide must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.
        • The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix.
        • If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/lustre log group.
        • If Destination is provided and the resource does not exist, the request will fail with a BadRequest error.
        • If Level is set to DISABLED , you cannot specify a destination in Destination .
  • StorageType (string) --

    Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup. Valid values are SSD and HDD .

    • Set to SSD to use solid state drive storage. SSD is supported on all Windows and OpenZFS deployment types.
    • Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and MULTI_AZ_1 FSx for Windows File Server file system deployment types.

    The default value is SSD .

    Note

    HDD and SSD storage types have different minimum storage capacity requirements. A restored file system's storage capacity is tied to the file system that was backed up. You can create a file system that uses HDD storage from a backup of a file system that used SSD storage if the original SSD file system had a storage capacity of at least 2000 GiB.

  • KmsKeyId (string) -- The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for Lustre PERSISTENT_1 and PERSISTENT_2 file systems at rest. If this ID isn't specified, the key managed by Amazon FSx is used. The Amazon FSx for Lustre SCRATCH_1 and SCRATCH_2 file systems are always encrypted at rest using Amazon FSx-managed keys. For more information, see Encrypt in the Key Management Service API Reference .
  • FileSystemTypeVersion (string) --

    Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup. Valid values are 2.10 and 2.12 .

    You don't need to specify FileSystemTypeVersion because it will be applied using the backup's FileSystemTypeVersion setting. If you choose to specify FileSystemTypeVersion when creating from backup, the value must match the backup's FileSystemTypeVersion setting.

  • OpenZFSConfiguration (dict) --

    The OpenZFS configuration for the file system that's being created.

    • AutomaticBackupRetentionDays (integer) --

      The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

    • CopyTagsToBackups (boolean) --

      A Boolean value indicating whether tags for the file system should be copied to backups. This value defaults to false . If it's set to true , all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true , and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

    • CopyTagsToVolumes (boolean) --

      A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true , and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

    • DailyAutomaticBackupStartTime (string) --

      A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

    • DeploymentType (string) -- [REQUIRED]

      Specifies the file system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

    • ThroughputCapacity (integer) -- [REQUIRED]

      Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MB/s). Valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s. You pay for additional throughput capacity that you provision.

    • WeeklyMaintenanceStartTime (string) --

      A recurring weekly time, in the format D:HH:MM .

      D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

      HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

      For example, 1:05:00 specifies maintenance at 5 AM Monday.

    • DiskIopsConfiguration (dict) --

      The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

      • Mode (string) --

        Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

      • Iops (integer) --

        The total number of SSD IOPS provisioned for the file system.

    • RootVolumeConfiguration (dict) --

      The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system. All volumes are children of the root volume.

      • DataCompressionType (string) --

        Specifies the method used to compress the data on the volume. Unless the compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

        • NONE - Doesn't compress the data on the volume.
        • ZSTD - Compresses the data in the volume using the ZStandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
      • NfsExports (list) --

        The configuration object for mounting a file system.

        • (dict) --

          The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

          • ClientConfigurations (list) -- [REQUIRED]

            A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

            • (dict) --

              Specifies who can mount the file system and the options that can be used while mounting the file system.

              • Clients (string) -- [REQUIRED]

                A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

              • Options (list) -- [REQUIRED]

                The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                • (string) --
      • UserAndGroupQuotas (list) --

        An object specifying how much storage users or groups can use on the volume.

        • (dict) --

          The configuration for how much storage a user or group can use on the volume.

          • Type (string) -- [REQUIRED]

            A value that specifies whether the quota applies to a user or group.

          • Id (integer) -- [REQUIRED]

            The ID of the user or group.

          • StorageCapacityQuotaGiB (integer) -- [REQUIRED]

            The amount of storage that the user or group can use in gibibytes (GiB).

      • CopyTagsToSnapshots (boolean) --

        A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

      • ReadOnly (boolean) --

        A Boolean value indicating whether the volume is read-only. Setting this value to true can be useful after you have completed changes to a volume and no longer want changes to occur.

Return type

dict

Returns

Response Syntax

{
    'FileSystem': {
        'OwnerId': 'string',
        'CreationTime': datetime(2015, 1, 1),
        'FileSystemId': 'string',
        'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
        'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
        'FailureDetails': {
            'Message': 'string'
        },
        'StorageCapacity': 123,
        'StorageType': 'SSD'|'HDD',
        'VpcId': 'string',
        'SubnetIds': [
            'string',
        ],
        'NetworkInterfaceIds': [
            'string',
        ],
        'DNSName': 'string',
        'KmsKeyId': 'string',
        'ResourceARN': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'WindowsConfiguration': {
            'ActiveDirectoryId': 'string',
            'SelfManagedActiveDirectoryConfiguration': {
                'DomainName': 'string',
                'OrganizationalUnitDistinguishedName': 'string',
                'FileSystemAdministratorsGroup': 'string',
                'UserName': 'string',
                'DnsIps': [
                    'string',
                ]
            },
            'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
            'RemoteAdministrationEndpoint': 'string',
            'PreferredSubnetId': 'string',
            'PreferredFileServerIp': 'string',
            'ThroughputCapacity': 123,
            'MaintenanceOperationsInProgress': [
                'PATCHING'|'BACKING_UP',
            ],
            'WeeklyMaintenanceStartTime': 'string',
            'DailyAutomaticBackupStartTime': 'string',
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'Aliases': [
                {
                    'Name': 'string',
                    'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                },
            ],
            'AuditLogConfiguration': {
                'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                'AuditLogDestination': 'string'
            }
        },
        'LustreConfiguration': {
            'WeeklyMaintenanceStartTime': 'string',
            'DataRepositoryConfiguration': {
                'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                'ImportPath': 'string',
                'ExportPath': 'string',
                'ImportedFileChunkSize': 123,
                'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                'FailureDetails': {
                    'Message': 'string'
                }
            },
            'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
            'PerUnitStorageThroughput': 123,
            'MountName': 'string',
            'DailyAutomaticBackupStartTime': 'string',
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'DriveCacheType': 'NONE'|'READ',
            'DataCompressionType': 'NONE'|'LZ4',
            'LogConfiguration': {
                'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                'Destination': 'string'
            }
        },
        'AdministrativeActions': [
            {
                'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                'ProgressPercent': 123,
                'RequestTime': datetime(2015, 1, 1),
                'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                'TargetFileSystemValues': {'... recursive ...'},
                'FailureDetails': {
                    'Message': 'string'
                },
                'TargetVolumeValues': {
                    'CreationTime': datetime(2015, 1, 1),
                    'FileSystemId': 'string',
                    'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                    'Name': 'string',
                    'OntapConfiguration': {
                        'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                        'JunctionPath': 'string',
                        'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                        'SizeInMegabytes': 123,
                        'StorageEfficiencyEnabled': True|False,
                        'StorageVirtualMachineId': 'string',
                        'StorageVirtualMachineRoot': True|False,
                        'TieringPolicy': {
                            'CoolingPeriod': 123,
                            'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                        },
                        'UUID': 'string',
                        'OntapVolumeType': 'RW'|'DP'|'LS'
                    },
                    'ResourceARN': 'string',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'VolumeId': 'string',
                    'VolumeType': 'ONTAP'|'OPENZFS',
                    'LifecycleTransitionReason': {
                        'Message': 'string'
                    },
                    'AdministrativeActions': {'... recursive ...'},
                    'OpenZFSConfiguration': {
                        'ParentVolumeId': 'string',
                        'VolumePath': 'string',
                        'StorageCapacityReservationGiB': 123,
                        'StorageCapacityQuotaGiB': 123,
                        'DataCompressionType': 'NONE'|'ZSTD',
                        'CopyTagsToSnapshots': True|False,
                        'OriginSnapshot': {
                            'SnapshotARN': 'string',
                            'CopyStrategy': 'CLONE'|'FULL_COPY'
                        },
                        'ReadOnly': True|False,
                        'NfsExports': [
                            {
                                'ClientConfigurations': [
                                    {
                                        'Clients': 'string',
                                        'Options': [
                                            'string',
                                        ]
                                    },
                                ]
                            },
                        ],
                        'UserAndGroupQuotas': [
                            {
                                'Type': 'USER'|'GROUP',
                                'Id': 123,
                                'StorageCapacityQuotaGiB': 123
                            },
                        ]
                    }
                },
                'TargetSnapshotValues': {
                    'ResourceARN': 'string',
                    'SnapshotId': 'string',
                    'Name': 'string',
                    'VolumeId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'AdministrativeActions': {'... recursive ...'}
                }
            },
        ],
        'OntapConfiguration': {
            'AutomaticBackupRetentionDays': 123,
            'DailyAutomaticBackupStartTime': 'string',
            'DeploymentType': 'MULTI_AZ_1',
            'EndpointIpAddressRange': 'string',
            'Endpoints': {
                'Intercluster': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                },
                'Management': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                }
            },
            'DiskIopsConfiguration': {
                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                'Iops': 123
            },
            'PreferredSubnetId': 'string',
            'RouteTableIds': [
                'string',
            ],
            'ThroughputCapacity': 123,
            'WeeklyMaintenanceStartTime': 'string'
        },
        'FileSystemTypeVersion': 'string',
        'OpenZFSConfiguration': {
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'CopyTagsToVolumes': True|False,
            'DailyAutomaticBackupStartTime': 'string',
            'DeploymentType': 'SINGLE_AZ_1',
            'ThroughputCapacity': 123,
            'WeeklyMaintenanceStartTime': 'string',
            'DiskIopsConfiguration': {
                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                'Iops': 123
            },
            'RootVolumeId': 'string'
        }
    }
}

Response Structure

  • (dict) --

    The response object for the CreateFileSystemFromBackup operation.

    • FileSystem (dict) --

      A description of the file system.

      • OwnerId (string) --

        The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

      • CreationTime (datetime) --

        The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • FileSystemId (string) --

        The system-generated, unique 17-digit ID of the file system.

      • FileSystemType (string) --

        The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

      • Lifecycle (string) --

        The lifecycle status of the file system. The following are the possible values and what they mean:

        • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
        • CREATING - Amazon FSx is creating the new file system.
        • DELETING - Amazon FSx is deleting an existing file system.
        • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
        • MISCONFIGURED - The file system is in a failed but recoverable state.
        • UPDATING - The file system is undergoing a customer-initiated update.
      • FailureDetails (dict) --

        A structure providing details of any failures that occurred when creating a file system.

        • Message (string) --

          A message describing any failures that occurred during file system creation.

      • StorageCapacity (integer) --

        The storage capacity of the file system in gibibytes (GiB).

      • StorageType (string) --

        The 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.

      • VpcId (string) --

        The ID of the primary virtual private cloud (VPC) for the file system.

      • SubnetIds (list) --

        Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

        For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

        • (string) --

          The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

      • NetworkInterfaceIds (list) --

        The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

        For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

        • (string) --

          An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

      • DNSName (string) --

        The Domain Name System (DNS) name for the file system.

      • KmsKeyId (string) --

        The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for the file system resource.

      • Tags (list) --

        The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • WindowsConfiguration (dict) --

        The configuration for this FSx for Windows File Server file system.

        • ActiveDirectoryId (string) --

          The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

        • SelfManagedActiveDirectoryConfiguration (dict) --

          The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • DomainName (string) --

            The fully qualified domain name of the self-managed AD directory.

          • OrganizationalUnitDistinguishedName (string) --

            The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • FileSystemAdministratorsGroup (string) --

            The name of the domain group whose members have administrative privileges for the FSx file system.

          • UserName (string) --

            The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

          • DnsIps (list) --

            A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

            • (string) --
        • DeploymentType (string) --

          Specifies the file system deployment type, valid values are the following:

          • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
          • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
          • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

          For more information, see Single-AZ and Multi-AZ File Systems .

        • RemoteAdministrationEndpoint (string) --

          For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

          For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

          This endpoint is temporarily unavailable when the file system is undergoing maintenance.

        • PreferredSubnetId (string) --

          For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

          For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

        • PreferredFileServerIp (string) --

          For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

          Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

        • ThroughputCapacity (integer) --

          The throughput of the Amazon FSx file system, measured in megabytes per second.

        • MaintenanceOperationsInProgress (list) --

          The list of maintenance operations in progress for this file system.

          • (string) --

            An enumeration specifying the currently ongoing maintenance operation.

        • WeeklyMaintenanceStartTime (string) --

          The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

        • DailyAutomaticBackupStartTime (string) --

          The preferred time to take daily automatic backups, in the UTC time zone.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

        • CopyTagsToBackups (boolean) --

          A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

        • Aliases (list) --

          An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

          • (dict) --

            A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

            • Name (string) --

              The name of the DNS alias. The alias name has to meet the following requirements:

              • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
              • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
              • Cannot start or end with a hyphen.
              • Can start with a numeric.

              For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

            • Lifecycle (string) --

              Describes the state of the DNS alias.

              • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
              • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
              • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
              • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
              • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
        • AuditLogConfiguration (dict) --

          The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

          • FileAccessAuditLogLevel (string) --

            Sets which attempt type is logged by Amazon FSx for file and folder accesses.

            • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
            • FAILURE_ONLY - only failed attempts to access files or folders are logged.
            • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
            • DISABLED - access auditing of files and folders is turned off.
          • FileShareAccessAuditLogLevel (string) --

            Sets which attempt type is logged by Amazon FSx for file share accesses.

            • SUCCESS_ONLY - only successful attempts to access file shares are logged.
            • FAILURE_ONLY - only failed attempts to access file shares are logged.
            • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
            • DISABLED - access auditing of file shares is turned off.
          • AuditLogDestination (string) --

            The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

            The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

            The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

      • LustreConfiguration (dict) --

        The configuration for the Amazon FSx for Lustre file system.

        • WeeklyMaintenanceStartTime (string) --

          The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

        • DataRepositoryConfiguration (dict) --

          The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

          This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

          • Lifecycle (string) --

            Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

            • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
            • AVAILABLE - The data repository is available for use.
            • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
            • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
            • FAILED - The data repository is in a terminal state that cannot be recovered.
          • ImportPath (string) --

            The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

          • ExportPath (string) --

            The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

          • ImportedFileChunkSize (integer) --

            For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

            The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

          • AutoImportPolicy (string) --

            Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

            • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
            • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
            • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
            • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
          • FailureDetails (dict) --

            Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

            • Message (string) --

              A detailed error message.

        • DeploymentType (string) --

          The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

          SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

          The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

          The default is SCRATCH_1 .

        • PerUnitStorageThroughput (integer) --

          Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

          Valid values:

          • For PERSISTENT_1 SSD storage: 50, 100, 200.
          • For PERSISTENT_1 HDD storage: 12, 40.
          • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
        • MountName (string) --

          You use the MountName value when mounting the file system.

          For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • CopyTagsToBackups (boolean) --

          A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

        • DriveCacheType (string) --

          The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

          This parameter is required when StorageType is set to HDD.

        • DataCompressionType (string) --

          The data compression configuration for the file system. DataCompressionType can have the following values:

          • NONE - Data compression is turned off for the file system.
          • LZ4 - Data compression is turned on with the LZ4 algorithm.

          For more information, see Lustre data compression .

        • LogConfiguration (dict) --

          The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

          • Level (string) --

            The data repository events that are logged by Amazon FSx.

            • WARN_ONLY - only warning events are logged.
            • ERROR_ONLY - only error events are logged.
            • WARN_ERROR - both warning events and error events are logged.
            • DISABLED - logging of data repository events is turned off.
          • Destination (string) --

            The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

      • AdministrativeActions (list) --

        A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

        • (dict) --

          Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

          • AdministrativeActionType (string) --

            Describes the type of administrative action, as follows:

            • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
            • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
              • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
              • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
              • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

            You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

            • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
            • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
            • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
            • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
            • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
          • ProgressPercent (integer) --

            The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

          • RequestTime (datetime) --

            The time that the administrative action request was received.

          • Status (string) --

            Describes the status of the administrative action, as follows:

            • FAILED - Amazon FSx failed to process the administrative action successfully.
            • IN_PROGRESS - Amazon FSx is processing the administrative action.
            • PENDING - Amazon FSx is waiting to process the administrative action.
            • COMPLETED - Amazon FSx has finished processing the administrative task.
            • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
          • TargetFileSystemValues (dict) --

            Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

          • FailureDetails (dict) --

            Provides information about a failed administrative action.

            • Message (string) --

              Error message providing details about the failed administrative action.

          • TargetVolumeValues (dict) --

            Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • FileSystemId (string) --

              The globally unique ID of the file system, assigned by Amazon FSx.

            • Lifecycle (string) --

              The lifecycle status of the volume.

              • AVAILABLE - The volume is fully available for use.
              • CREATED - The volume has been created.
              • CREATING - Amazon FSx is creating the new volume.
              • DELETING - Amazon FSx is deleting an existing volume.
              • FAILED - Amazon FSx was unable to create the volume.
              • MISCONFIGURED - The volume is in a failed but recoverable state.
              • PENDING - Amazon FSx hasn't started creating the volume.
            • Name (string) --

              The name of the volume.

            • OntapConfiguration (dict) --

              The configuration of an Amazon FSx for NetApp ONTAP volume.

              • FlexCacheEndpointType (string) --

                Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                • CACHE specifies that the volume is a FlexCache volume.
              • JunctionPath (string) --

                Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

              • SecurityStyle (string) --

                The security style for the volume, which can be UNIX , NTFS , or MIXED .

              • SizeInMegabytes (integer) --

                The configured size of the volume, in megabytes (MBs).

              • StorageEfficiencyEnabled (boolean) --

                The volume's storage efficiency setting.

              • StorageVirtualMachineId (string) --

                The ID of the volume's storage virtual machine.

              • StorageVirtualMachineRoot (boolean) --

                A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

              • TieringPolicy (dict) --

                The volume's TieringPolicy setting.

                • CoolingPeriod (integer) --

                  Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                • Name (string) --

                  Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                  • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                  • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                  • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                  • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
              • UUID (string) --

                The volume's universally unique identifier (UUID).

              • OntapVolumeType (string) --

                Specifies the type of volume. Valid values are the following:

                • RW specifies a read/write volume. RW is the default.
                • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • VolumeId (string) --

              The system-generated, unique ID of the volume.

            • VolumeType (string) --

              The type of the volume.

            • LifecycleTransitionReason (dict) --

              The reason why the volume lifecycle status changed.

              • Message (string) --

                A detailed error message.

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

            • OpenZFSConfiguration (dict) --

              The configuration of an Amazon FSx for OpenZFS volume.

              • ParentVolumeId (string) --

                The ID of the parent volume.

              • VolumePath (string) --

                The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

              • StorageCapacityReservationGiB (integer) --

                The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

              • StorageCapacityQuotaGiB (integer) --

                The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

              • DataCompressionType (string) --

                The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                • NONE - Doesn't compress the data on the volume.
                • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
              • CopyTagsToSnapshots (boolean) --

                A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

              • OriginSnapshot (dict) --

                The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                • SnapshotARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • CopyStrategy (string) --

                  The strategy used when copying data from the snapshot to the new volume.

                  • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                  • FULL_COPY - Copies all data from the snapshot to the new volume.
              • ReadOnly (boolean) --

                A Boolean value indicating whether the volume is read-only.

              • NfsExports (list) --

                The configuration object for mounting a Network File System (NFS) file system.

                • (dict) --

                  The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                  • ClientConfigurations (list) --

                    A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                    • (dict) --

                      Specifies who can mount the file system and the options that can be used while mounting the file system.

                      • Clients (string) --

                        A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                      • Options (list) --

                        The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                        • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                        • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                        • (string) --
              • UserAndGroupQuotas (list) --

                An object specifying how much storage users or groups can use on the volume.

                • (dict) --

                  The configuration for how much storage a user or group can use on the volume.

                  • Type (string) --

                    A value that specifies whether the quota applies to a user or group.

                  • Id (integer) --

                    The ID of the user or group.

                  • StorageCapacityQuotaGiB (integer) --

                    The amount of storage that the user or group can use in gibibytes (GiB).

          • TargetSnapshotValues (dict) --

            A snapshot of an Amazon FSx for OpenZFS volume.

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • SnapshotId (string) --

              The ID of the snapshot.

            • Name (string) --

              The name of the snapshot.

            • VolumeId (string) --

              The ID of the volume that the snapshot is of.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • Lifecycle (string) --

              The lifecycle status of the snapshot.

              • PENDING - Amazon FSx hasn't started creating the snapshot.
              • CREATING - Amazon FSx is creating the snapshot.
              • DELETING - Amazon FSx is deleting the snapshot.
              • AVAILABLE - The snapshot is fully available.
            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

      • OntapConfiguration (dict) --

        The configuration for this FSx for ONTAP file system.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • DeploymentType (string) --

          The ONTAP file system deployment type.

        • EndpointIpAddressRange (string) --

          The IP address range in which the endpoints to access your file system are created.

        • Endpoints (dict) --

          The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

          • Intercluster (dict) --

            An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              IP addresses of the file system endpoint.

              • (string) --
          • Management (dict) --

            An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              IP addresses of the file system endpoint.

              • (string) --
        • DiskIopsConfiguration (dict) --

          The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

          • Mode (string) --

            Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

          • Iops (integer) --

            The total number of SSD IOPS provisioned for the file system.

        • PreferredSubnetId (string) --

          The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

        • RouteTableIds (list) --

          The VPC route tables in which your file system's endpoints are created.

          • (string) --
        • ThroughputCapacity (integer) --

          The sustained throughput of an Amazon FSx file system in MBps.

        • WeeklyMaintenanceStartTime (string) --

          A recurring weekly time, in the format D:HH:MM .

          D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

          HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

          For example, 1:05:00 specifies maintenance at 5 AM Monday.

      • FileSystemTypeVersion (string) --

        The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

      • OpenZFSConfiguration (dict) --

        The configuration for this Amazon FSx for OpenZFS file system.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • CopyTagsToBackups (boolean) --

          A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

        • CopyTagsToVolumes (boolean) --

          A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • DeploymentType (string) --

          Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

        • ThroughputCapacity (integer) --

          The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

        • WeeklyMaintenanceStartTime (string) --

          A recurring weekly time, in the format D:HH:MM .

          D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

          HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

          For example, 1:05:00 specifies maintenance at 5 AM Monday.

        • DiskIopsConfiguration (dict) --

          The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

          • Mode (string) --

            Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

          • Iops (integer) --

            The total number of SSD IOPS provisioned for the file system.

        • RootVolumeId (string) --

          The ID of the root volume of the OpenZFS file system.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.ActiveDirectoryError
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InvalidNetworkSettings
  • FSx.Client.exceptions.InvalidPerUnitStorageThroughput
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.BackupNotFound
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.MissingFileSystemConfiguration
create_snapshot(**kwargs)

Creates a snapshot of an existing Amazon FSx for OpenZFS file system. With snapshots, you can easily undo file changes and compare file versions by restoring the volume to a previous version.

If a snapshot with the specified client request token exists, and the parameters match, this operation returns the description of the existing snapshot. If a snapshot with the specified client request token exists, and the parameters don't match, this operation returns IncompatibleParameterError . If a snapshot with the specified client request token doesn't exist, CreateSnapshot does the following:

  • Creates a new OpenZFS snapshot with an assigned ID, and an initial lifecycle state of CREATING .
  • Returns the description of the snapshot.

By using the idempotent operation, you can retry a CreateSnapshot operation without the risk of creating an extra snapshot. This approach can be useful when an initial call fails in a way that makes it unclear whether a snapshot was created. If you use the same client request token and the initial call created a snapshot, the operation returns a successful result because all the parameters are the same.

The CreateSnapshot operation returns while the snapshot's lifecycle state is still CREATING . You can check the snapshot creation status by calling the DescribeSnapshots operation, which returns the snapshot state along with other information.

See also: AWS API Documentation

Request Syntax

response = client.create_snapshot(
    ClientRequestToken='string',
    Name='string',
    VolumeId='string',
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • Name (string) --

    [REQUIRED]

    The name of the snapshot.

  • VolumeId (string) --

    [REQUIRED]

    The ID of the volume that you are taking a snapshot of.

  • Tags (list) --

    A list of Tag values, with a maximum of 50 elements.

    • (dict) --

      Specifies a key-value pair for a resource tag.

      • Key (string) -- [REQUIRED]

        A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

      • Value (string) -- [REQUIRED]

        A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

Return type

dict

Returns

Response Syntax

{
    'Snapshot': {
        'ResourceARN': 'string',
        'SnapshotId': 'string',
        'Name': 'string',
        'VolumeId': 'string',
        'CreationTime': datetime(2015, 1, 1),
        'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'AdministrativeActions': [
            {
                'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                'ProgressPercent': 123,
                'RequestTime': datetime(2015, 1, 1),
                'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                'TargetFileSystemValues': {
                    'OwnerId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'FileSystemId': 'string',
                    'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                    'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'StorageCapacity': 123,
                    'StorageType': 'SSD'|'HDD',
                    'VpcId': 'string',
                    'SubnetIds': [
                        'string',
                    ],
                    'NetworkInterfaceIds': [
                        'string',
                    ],
                    'DNSName': 'string',
                    'KmsKeyId': 'string',
                    'ResourceARN': 'string',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'WindowsConfiguration': {
                        'ActiveDirectoryId': 'string',
                        'SelfManagedActiveDirectoryConfiguration': {
                            'DomainName': 'string',
                            'OrganizationalUnitDistinguishedName': 'string',
                            'FileSystemAdministratorsGroup': 'string',
                            'UserName': 'string',
                            'DnsIps': [
                                'string',
                            ]
                        },
                        'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                        'RemoteAdministrationEndpoint': 'string',
                        'PreferredSubnetId': 'string',
                        'PreferredFileServerIp': 'string',
                        'ThroughputCapacity': 123,
                        'MaintenanceOperationsInProgress': [
                            'PATCHING'|'BACKING_UP',
                        ],
                        'WeeklyMaintenanceStartTime': 'string',
                        'DailyAutomaticBackupStartTime': 'string',
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'Aliases': [
                            {
                                'Name': 'string',
                                'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                            },
                        ],
                        'AuditLogConfiguration': {
                            'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                            'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                            'AuditLogDestination': 'string'
                        }
                    },
                    'LustreConfiguration': {
                        'WeeklyMaintenanceStartTime': 'string',
                        'DataRepositoryConfiguration': {
                            'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                            'ImportPath': 'string',
                            'ExportPath': 'string',
                            'ImportedFileChunkSize': 123,
                            'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                            'FailureDetails': {
                                'Message': 'string'
                            }
                        },
                        'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                        'PerUnitStorageThroughput': 123,
                        'MountName': 'string',
                        'DailyAutomaticBackupStartTime': 'string',
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'DriveCacheType': 'NONE'|'READ',
                        'DataCompressionType': 'NONE'|'LZ4',
                        'LogConfiguration': {
                            'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                            'Destination': 'string'
                        }
                    },
                    'AdministrativeActions': {'... recursive ...'},
                    'OntapConfiguration': {
                        'AutomaticBackupRetentionDays': 123,
                        'DailyAutomaticBackupStartTime': 'string',
                        'DeploymentType': 'MULTI_AZ_1',
                        'EndpointIpAddressRange': 'string',
                        'Endpoints': {
                            'Intercluster': {
                                'DNSName': 'string',
                                'IpAddresses': [
                                    'string',
                                ]
                            },
                            'Management': {
                                'DNSName': 'string',
                                'IpAddresses': [
                                    'string',
                                ]
                            }
                        },
                        'DiskIopsConfiguration': {
                            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                            'Iops': 123
                        },
                        'PreferredSubnetId': 'string',
                        'RouteTableIds': [
                            'string',
                        ],
                        'ThroughputCapacity': 123,
                        'WeeklyMaintenanceStartTime': 'string'
                    },
                    'FileSystemTypeVersion': 'string',
                    'OpenZFSConfiguration': {
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'CopyTagsToVolumes': True|False,
                        'DailyAutomaticBackupStartTime': 'string',
                        'DeploymentType': 'SINGLE_AZ_1',
                        'ThroughputCapacity': 123,
                        'WeeklyMaintenanceStartTime': 'string',
                        'DiskIopsConfiguration': {
                            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                            'Iops': 123
                        },
                        'RootVolumeId': 'string'
                    }
                },
                'FailureDetails': {
                    'Message': 'string'
                },
                'TargetVolumeValues': {
                    'CreationTime': datetime(2015, 1, 1),
                    'FileSystemId': 'string',
                    'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                    'Name': 'string',
                    'OntapConfiguration': {
                        'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                        'JunctionPath': 'string',
                        'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                        'SizeInMegabytes': 123,
                        'StorageEfficiencyEnabled': True|False,
                        'StorageVirtualMachineId': 'string',
                        'StorageVirtualMachineRoot': True|False,
                        'TieringPolicy': {
                            'CoolingPeriod': 123,
                            'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                        },
                        'UUID': 'string',
                        'OntapVolumeType': 'RW'|'DP'|'LS'
                    },
                    'ResourceARN': 'string',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'VolumeId': 'string',
                    'VolumeType': 'ONTAP'|'OPENZFS',
                    'LifecycleTransitionReason': {
                        'Message': 'string'
                    },
                    'AdministrativeActions': {'... recursive ...'},
                    'OpenZFSConfiguration': {
                        'ParentVolumeId': 'string',
                        'VolumePath': 'string',
                        'StorageCapacityReservationGiB': 123,
                        'StorageCapacityQuotaGiB': 123,
                        'DataCompressionType': 'NONE'|'ZSTD',
                        'CopyTagsToSnapshots': True|False,
                        'OriginSnapshot': {
                            'SnapshotARN': 'string',
                            'CopyStrategy': 'CLONE'|'FULL_COPY'
                        },
                        'ReadOnly': True|False,
                        'NfsExports': [
                            {
                                'ClientConfigurations': [
                                    {
                                        'Clients': 'string',
                                        'Options': [
                                            'string',
                                        ]
                                    },
                                ]
                            },
                        ],
                        'UserAndGroupQuotas': [
                            {
                                'Type': 'USER'|'GROUP',
                                'Id': 123,
                                'StorageCapacityQuotaGiB': 123
                            },
                        ]
                    }
                },
                'TargetSnapshotValues': {'... recursive ...'}
            },
        ]
    }
}

Response Structure

  • (dict) --

    • Snapshot (dict) --

      A description of the snapshot.

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • SnapshotId (string) --

        The ID of the snapshot.

      • Name (string) --

        The name of the snapshot.

      • VolumeId (string) --

        The ID of the volume that the snapshot is of.

      • CreationTime (datetime) --

        The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • Lifecycle (string) --

        The lifecycle status of the snapshot.

        • PENDING - Amazon FSx hasn't started creating the snapshot.
        • CREATING - Amazon FSx is creating the snapshot.
        • DELETING - Amazon FSx is deleting the snapshot.
        • AVAILABLE - The snapshot is fully available.
      • Tags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • AdministrativeActions (list) --

        A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

        • (dict) --

          Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

          • AdministrativeActionType (string) --

            Describes the type of administrative action, as follows:

            • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
            • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
              • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
              • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
              • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

            You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

            • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
            • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
            • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
            • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
            • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
          • ProgressPercent (integer) --

            The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

          • RequestTime (datetime) --

            The time that the administrative action request was received.

          • Status (string) --

            Describes the status of the administrative action, as follows:

            • FAILED - Amazon FSx failed to process the administrative action successfully.
            • IN_PROGRESS - Amazon FSx is processing the administrative action.
            • PENDING - Amazon FSx is waiting to process the administrative action.
            • COMPLETED - Amazon FSx has finished processing the administrative task.
            • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
          • TargetFileSystemValues (dict) --

            Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

            • OwnerId (string) --

              The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

            • CreationTime (datetime) --

              The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • FileSystemId (string) --

              The system-generated, unique 17-digit ID of the file system.

            • FileSystemType (string) --

              The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

            • Lifecycle (string) --

              The lifecycle status of the file system. The following are the possible values and what they mean:

              • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
              • CREATING - Amazon FSx is creating the new file system.
              • DELETING - Amazon FSx is deleting an existing file system.
              • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
              • MISCONFIGURED - The file system is in a failed but recoverable state.
              • UPDATING - The file system is undergoing a customer-initiated update.
            • FailureDetails (dict) --

              A structure providing details of any failures that occurred when creating a file system.

              • Message (string) --

                A message describing any failures that occurred during file system creation.

            • StorageCapacity (integer) --

              The storage capacity of the file system in gibibytes (GiB).

            • StorageType (string) --

              The 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.

            • VpcId (string) --

              The ID of the primary virtual private cloud (VPC) for the file system.

            • SubnetIds (list) --

              Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

              For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

              • (string) --

                The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

            • NetworkInterfaceIds (list) --

              The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

              For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

              • (string) --

                An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

            • DNSName (string) --

              The Domain Name System (DNS) name for the file system.

            • KmsKeyId (string) --

              The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for the file system resource.

            • Tags (list) --

              The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • WindowsConfiguration (dict) --

              The configuration for this FSx for Windows File Server file system.

              • ActiveDirectoryId (string) --

                The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

              • SelfManagedActiveDirectoryConfiguration (dict) --

                The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                • DomainName (string) --

                  The fully qualified domain name of the self-managed AD directory.

                • OrganizationalUnitDistinguishedName (string) --

                  The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                • FileSystemAdministratorsGroup (string) --

                  The name of the domain group whose members have administrative privileges for the FSx file system.

                • UserName (string) --

                  The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

                • DnsIps (list) --

                  A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                  • (string) --
              • DeploymentType (string) --

                Specifies the file system deployment type, valid values are the following:

                • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
                • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
                • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

                For more information, see Single-AZ and Multi-AZ File Systems .

              • RemoteAdministrationEndpoint (string) --

                For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

                For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

                This endpoint is temporarily unavailable when the file system is undergoing maintenance.

              • PreferredSubnetId (string) --

                For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

                For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

              • PreferredFileServerIp (string) --

                For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

                Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

              • ThroughputCapacity (integer) --

                The throughput of the Amazon FSx file system, measured in megabytes per second.

              • MaintenanceOperationsInProgress (list) --

                The list of maintenance operations in progress for this file system.

                • (string) --

                  An enumeration specifying the currently ongoing maintenance operation.

              • WeeklyMaintenanceStartTime (string) --

                The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

              • DailyAutomaticBackupStartTime (string) --

                The preferred time to take daily automatic backups, in the UTC time zone.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

              • CopyTagsToBackups (boolean) --

                A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

              • Aliases (list) --

                An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

                • (dict) --

                  A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                  • Name (string) --

                    The name of the DNS alias. The alias name has to meet the following requirements:

                    • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                    • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                    • Cannot start or end with a hyphen.
                    • Can start with a numeric.

                    For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                  • Lifecycle (string) --

                    Describes the state of the DNS alias.

                    • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                    • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                    • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                    • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                    • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
              • AuditLogConfiguration (dict) --

                The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

                • FileAccessAuditLogLevel (string) --

                  Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                  • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                  • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                  • DISABLED - access auditing of files and folders is turned off.
                • FileShareAccessAuditLogLevel (string) --

                  Sets which attempt type is logged by Amazon FSx for file share accesses.

                  • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                  • FAILURE_ONLY - only failed attempts to access file shares are logged.
                  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                  • DISABLED - access auditing of file shares is turned off.
                • AuditLogDestination (string) --

                  The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                  The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                  The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

            • LustreConfiguration (dict) --

              The configuration for the Amazon FSx for Lustre file system.

              • WeeklyMaintenanceStartTime (string) --

                The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

              • DataRepositoryConfiguration (dict) --

                The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

                This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

                • Lifecycle (string) --

                  Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                  • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                  • AVAILABLE - The data repository is available for use.
                  • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                  • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                  • FAILED - The data repository is in a terminal state that cannot be recovered.
                • ImportPath (string) --

                  The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

                • ExportPath (string) --

                  The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

                • ImportedFileChunkSize (integer) --

                  For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                  The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

                • AutoImportPolicy (string) --

                  Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                  • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                  • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                  • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                  • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
                • FailureDetails (dict) --

                  Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                  • Message (string) --

                    A detailed error message.

              • DeploymentType (string) --

                The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

                SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

                The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

                The default is SCRATCH_1 .

              • PerUnitStorageThroughput (integer) --

                Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

                Valid values:

                • For PERSISTENT_1 SSD storage: 50, 100, 200.
                • For PERSISTENT_1 HDD storage: 12, 40.
                • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
              • MountName (string) --

                You use the MountName value when mounting the file system.

                For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • CopyTagsToBackups (boolean) --

                A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

              • DriveCacheType (string) --

                The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

                This parameter is required when StorageType is set to HDD.

              • DataCompressionType (string) --

                The data compression configuration for the file system. DataCompressionType can have the following values:

                • NONE - Data compression is turned off for the file system.
                • LZ4 - Data compression is turned on with the LZ4 algorithm.

                For more information, see Lustre data compression .

              • LogConfiguration (dict) --

                The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

                • Level (string) --

                  The data repository events that are logged by Amazon FSx.

                  • WARN_ONLY - only warning events are logged.
                  • ERROR_ONLY - only error events are logged.
                  • WARN_ERROR - both warning events and error events are logged.
                  • DISABLED - logging of data repository events is turned off.
                • Destination (string) --

                  The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

            • OntapConfiguration (dict) --

              The configuration for this FSx for ONTAP file system.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • DeploymentType (string) --

                The ONTAP file system deployment type.

              • EndpointIpAddressRange (string) --

                The IP address range in which the endpoints to access your file system are created.

              • Endpoints (dict) --

                The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

                • Intercluster (dict) --

                  An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                  • DNSName (string) --

                    The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                  • IpAddresses (list) --

                    IP addresses of the file system endpoint.

                    • (string) --
                • Management (dict) --

                  An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                  • DNSName (string) --

                    The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                  • IpAddresses (list) --

                    IP addresses of the file system endpoint.

                    • (string) --
              • DiskIopsConfiguration (dict) --

                The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

                • Mode (string) --

                  Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                • Iops (integer) --

                  The total number of SSD IOPS provisioned for the file system.

              • PreferredSubnetId (string) --

                The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

              • RouteTableIds (list) --

                The VPC route tables in which your file system's endpoints are created.

                • (string) --
              • ThroughputCapacity (integer) --

                The sustained throughput of an Amazon FSx file system in MBps.

              • WeeklyMaintenanceStartTime (string) --

                A recurring weekly time, in the format D:HH:MM .

                D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                For example, 1:05:00 specifies maintenance at 5 AM Monday.

            • FileSystemTypeVersion (string) --

              The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

            • OpenZFSConfiguration (dict) --

              The configuration for this Amazon FSx for OpenZFS file system.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • CopyTagsToBackups (boolean) --

                A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

              • CopyTagsToVolumes (boolean) --

                A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • DeploymentType (string) --

                Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

              • ThroughputCapacity (integer) --

                The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

              • WeeklyMaintenanceStartTime (string) --

                A recurring weekly time, in the format D:HH:MM .

                D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                For example, 1:05:00 specifies maintenance at 5 AM Monday.

              • DiskIopsConfiguration (dict) --

                The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

                • Mode (string) --

                  Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                • Iops (integer) --

                  The total number of SSD IOPS provisioned for the file system.

              • RootVolumeId (string) --

                The ID of the root volume of the OpenZFS file system.

          • FailureDetails (dict) --

            Provides information about a failed administrative action.

            • Message (string) --

              Error message providing details about the failed administrative action.

          • TargetVolumeValues (dict) --

            Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • FileSystemId (string) --

              The globally unique ID of the file system, assigned by Amazon FSx.

            • Lifecycle (string) --

              The lifecycle status of the volume.

              • AVAILABLE - The volume is fully available for use.
              • CREATED - The volume has been created.
              • CREATING - Amazon FSx is creating the new volume.
              • DELETING - Amazon FSx is deleting an existing volume.
              • FAILED - Amazon FSx was unable to create the volume.
              • MISCONFIGURED - The volume is in a failed but recoverable state.
              • PENDING - Amazon FSx hasn't started creating the volume.
            • Name (string) --

              The name of the volume.

            • OntapConfiguration (dict) --

              The configuration of an Amazon FSx for NetApp ONTAP volume.

              • FlexCacheEndpointType (string) --

                Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                • CACHE specifies that the volume is a FlexCache volume.
              • JunctionPath (string) --

                Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

              • SecurityStyle (string) --

                The security style for the volume, which can be UNIX , NTFS , or MIXED .

              • SizeInMegabytes (integer) --

                The configured size of the volume, in megabytes (MBs).

              • StorageEfficiencyEnabled (boolean) --

                The volume's storage efficiency setting.

              • StorageVirtualMachineId (string) --

                The ID of the volume's storage virtual machine.

              • StorageVirtualMachineRoot (boolean) --

                A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

              • TieringPolicy (dict) --

                The volume's TieringPolicy setting.

                • CoolingPeriod (integer) --

                  Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                • Name (string) --

                  Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                  • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                  • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                  • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                  • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
              • UUID (string) --

                The volume's universally unique identifier (UUID).

              • OntapVolumeType (string) --

                Specifies the type of volume. Valid values are the following:

                • RW specifies a read/write volume. RW is the default.
                • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • VolumeId (string) --

              The system-generated, unique ID of the volume.

            • VolumeType (string) --

              The type of the volume.

            • LifecycleTransitionReason (dict) --

              The reason why the volume lifecycle status changed.

              • Message (string) --

                A detailed error message.

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

            • OpenZFSConfiguration (dict) --

              The configuration of an Amazon FSx for OpenZFS volume.

              • ParentVolumeId (string) --

                The ID of the parent volume.

              • VolumePath (string) --

                The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

              • StorageCapacityReservationGiB (integer) --

                The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

              • StorageCapacityQuotaGiB (integer) --

                The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

              • DataCompressionType (string) --

                The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                • NONE - Doesn't compress the data on the volume.
                • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
              • CopyTagsToSnapshots (boolean) --

                A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

              • OriginSnapshot (dict) --

                The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                • SnapshotARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • CopyStrategy (string) --

                  The strategy used when copying data from the snapshot to the new volume.

                  • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                  • FULL_COPY - Copies all data from the snapshot to the new volume.
              • ReadOnly (boolean) --

                A Boolean value indicating whether the volume is read-only.

              • NfsExports (list) --

                The configuration object for mounting a Network File System (NFS) file system.

                • (dict) --

                  The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                  • ClientConfigurations (list) --

                    A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                    • (dict) --

                      Specifies who can mount the file system and the options that can be used while mounting the file system.

                      • Clients (string) --

                        A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                      • Options (list) --

                        The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                        • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                        • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                        • (string) --
              • UserAndGroupQuotas (list) --

                An object specifying how much storage users or groups can use on the volume.

                • (dict) --

                  The configuration for how much storage a user or group can use on the volume.

                  • Type (string) --

                    A value that specifies whether the quota applies to a user or group.

                  • Id (integer) --

                    The ID of the user or group.

                  • StorageCapacityQuotaGiB (integer) --

                    The amount of storage that the user or group can use in gibibytes (GiB).

          • TargetSnapshotValues (dict) --

            A snapshot of an Amazon FSx for OpenZFS volume.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.VolumeNotFound
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.InternalServerError
create_storage_virtual_machine(**kwargs)

Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.

See also: AWS API Documentation

Request Syntax

response = client.create_storage_virtual_machine(
    ActiveDirectoryConfiguration={
        'NetBiosName': 'string',
        'SelfManagedActiveDirectoryConfiguration': {
            'DomainName': 'string',
            'OrganizationalUnitDistinguishedName': 'string',
            'FileSystemAdministratorsGroup': 'string',
            'UserName': 'string',
            'Password': 'string',
            'DnsIps': [
                'string',
            ]
        }
    },
    ClientRequestToken='string',
    FileSystemId='string',
    Name='string',
    SvmAdminPassword='string',
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ],
    RootVolumeSecurityStyle='UNIX'|'NTFS'|'MIXED'
)
Parameters
  • ActiveDirectoryConfiguration (dict) --

    Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS client accessing the file system.

    • NetBiosName (string) -- [REQUIRED]

      The NetBIOS name of the Active Directory computer object that will be created for your SVM.

    • SelfManagedActiveDirectoryConfiguration (dict) --

      The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory. For more information, see Using Amazon FSx with your self-managed Microsoft Active Directory or Managing SVMs .

      • DomainName (string) -- [REQUIRED]

        The fully qualified domain name of the self-managed AD directory, such as corp.example.com .

      • OrganizationalUnitDistinguishedName (string) --

        (Optional) The fully qualified distinguished name of the organizational unit within your self-managed AD directory. Amazon FSx only accepts OU as the direct parent of the file system. An example is OU=FSx,DC=yourdomain,DC=corp,DC=com . To learn more, see RFC 2253 . If none is provided, the FSx file system is created in the default location of your self-managed AD directory.

        Warning

        Only Organizational Unit (OU) objects can be the direct parent of the file system that you're creating.

      • FileSystemAdministratorsGroup (string) --

        (Optional) The name of the domain group whose members are granted administrative privileges for the file system. Administrative privileges include taking ownership of files and folders, setting audit controls (audit ACLs) on files and folders, and administering the file system remotely by using the FSx Remote PowerShell. The group that you specify must already exist in your domain. If you don't provide one, your AD domain's Domain Admins group is used.

      • UserName (string) -- [REQUIRED]

        The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. This account must have the permission to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName , or in the default location of your AD domain.

      • Password (string) -- [REQUIRED]

        The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

      • DnsIps (list) -- [REQUIRED]

        A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

        • (string) --
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • FileSystemId (string) --

    [REQUIRED]

    The globally unique ID of the file system, assigned by Amazon FSx.

  • Name (string) --

    [REQUIRED]

    The name of the SVM.

  • SvmAdminPassword (string) -- The password to use when managing the SVM using the NetApp ONTAP CLI or REST API. If you do not specify a password, you can still use the file system's fsxadmin user to manage the SVM.
  • Tags (list) --

    A list of Tag values, with a maximum of 50 elements.

    • (dict) --

      Specifies a key-value pair for a resource tag.

      • Key (string) -- [REQUIRED]

        A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

      • Value (string) -- [REQUIRED]

        A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

  • RootVolumeSecurityStyle (string) --

    The security style of the root volume of the SVM. Specify one of the following values:

    • UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account.
    • NTFS if the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account.
    • MIXED if the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
Return type

dict

Returns

Response Syntax

{
    'StorageVirtualMachine': {
        'ActiveDirectoryConfiguration': {
            'NetBiosName': 'string',
            'SelfManagedActiveDirectoryConfiguration': {
                'DomainName': 'string',
                'OrganizationalUnitDistinguishedName': 'string',
                'FileSystemAdministratorsGroup': 'string',
                'UserName': 'string',
                'DnsIps': [
                    'string',
                ]
            }
        },
        'CreationTime': datetime(2015, 1, 1),
        'Endpoints': {
            'Iscsi': {
                'DNSName': 'string',
                'IpAddresses': [
                    'string',
                ]
            },
            'Management': {
                'DNSName': 'string',
                'IpAddresses': [
                    'string',
                ]
            },
            'Nfs': {
                'DNSName': 'string',
                'IpAddresses': [
                    'string',
                ]
            },
            'Smb': {
                'DNSName': 'string',
                'IpAddresses': [
                    'string',
                ]
            }
        },
        'FileSystemId': 'string',
        'Lifecycle': 'CREATED'|'CREATING'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING',
        'Name': 'string',
        'ResourceARN': 'string',
        'StorageVirtualMachineId': 'string',
        'Subtype': 'DEFAULT'|'DP_DESTINATION'|'SYNC_DESTINATION'|'SYNC_SOURCE',
        'UUID': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'LifecycleTransitionReason': {
            'Message': 'string'
        },
        'RootVolumeSecurityStyle': 'UNIX'|'NTFS'|'MIXED'
    }
}

Response Structure

  • (dict) --

    • StorageVirtualMachine (dict) --

      Returned after a successful CreateStorageVirtualMachine operation; describes the SVM just created.

      • ActiveDirectoryConfiguration (dict) --

        Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.

        • NetBiosName (string) --

          The NetBIOS name of the Active Directory computer object that is joined to your SVM.

        • SelfManagedActiveDirectoryConfiguration (dict) --

          The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • DomainName (string) --

            The fully qualified domain name of the self-managed AD directory.

          • OrganizationalUnitDistinguishedName (string) --

            The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • FileSystemAdministratorsGroup (string) --

            The name of the domain group whose members have administrative privileges for the FSx file system.

          • UserName (string) --

            The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

          • DnsIps (list) --

            A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

            • (string) --
      • CreationTime (datetime) --

        The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • Endpoints (dict) --

        The endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager. They are the Iscsi , Management , Nfs , and Smb endpoints.

        • Iscsi (dict) --

          An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.

          • DNSName (string) --

            The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

          • IpAddresses (list) --

            The SVM endpoint's IP addresses.

            • (string) --
        • Management (dict) --

          An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.

          • DNSName (string) --

            The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

          • IpAddresses (list) --

            The SVM endpoint's IP addresses.

            • (string) --
        • Nfs (dict) --

          An endpoint for connecting using the Network File System (NFS) protocol.

          • DNSName (string) --

            The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

          • IpAddresses (list) --

            The SVM endpoint's IP addresses.

            • (string) --
        • Smb (dict) --

          An endpoint for connecting using the Server Message Block (SMB) protocol.

          • DNSName (string) --

            The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

          • IpAddresses (list) --

            The SVM endpoint's IP addresses.

            • (string) --
      • FileSystemId (string) --

        The globally unique ID of the file system, assigned by Amazon FSx.

      • Lifecycle (string) --

        Describes the SVM's lifecycle status.

        • CREATED - The SVM is fully available for use.
        • CREATING - Amazon FSx is creating the new SVM.
        • DELETING - Amazon FSx is deleting an existing SVM.
        • FAILED - Amazon FSx was unable to create the SVM.
        • MISCONFIGURED - The SVM is in a failed but recoverable state.
        • PENDING - Amazon FSx has not started creating the SVM.
      • Name (string) --

        The name of the SVM, if provisioned.

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • StorageVirtualMachineId (string) --

        The SVM's system generated unique ID.

      • Subtype (string) --

        Describes the SVM's subtype.

      • UUID (string) --

        The SVM's UUID (universally unique identifier).

      • Tags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • LifecycleTransitionReason (dict) --

        Describes why the SVM lifecycle state changed.

        • Message (string) --

          A detailed error message.

      • RootVolumeSecurityStyle (string) --

        The security style of the root volume of the SVM.

Exceptions

  • FSx.Client.exceptions.ActiveDirectoryError
  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.UnsupportedOperation
create_volume(**kwargs)

Creates an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS storage volume.

See also: AWS API Documentation

Request Syntax

response = client.create_volume(
    ClientRequestToken='string',
    VolumeType='ONTAP'|'OPENZFS',
    Name='string',
    OntapConfiguration={
        'JunctionPath': 'string',
        'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
        'SizeInMegabytes': 123,
        'StorageEfficiencyEnabled': True|False,
        'StorageVirtualMachineId': 'string',
        'TieringPolicy': {
            'CoolingPeriod': 123,
            'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
        }
    },
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ],
    OpenZFSConfiguration={
        'ParentVolumeId': 'string',
        'StorageCapacityReservationGiB': 123,
        'StorageCapacityQuotaGiB': 123,
        'DataCompressionType': 'NONE'|'ZSTD',
        'CopyTagsToSnapshots': True|False,
        'OriginSnapshot': {
            'SnapshotARN': 'string',
            'CopyStrategy': 'CLONE'|'FULL_COPY'
        },
        'ReadOnly': True|False,
        'NfsExports': [
            {
                'ClientConfigurations': [
                    {
                        'Clients': 'string',
                        'Options': [
                            'string',
                        ]
                    },
                ]
            },
        ],
        'UserAndGroupQuotas': [
            {
                'Type': 'USER'|'GROUP',
                'Id': 123,
                'StorageCapacityQuotaGiB': 123
            },
        ]
    }
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • VolumeType (string) --

    [REQUIRED]

    Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume types.

  • Name (string) --

    [REQUIRED]

    Specifies the name of the volume that you're creating.

  • OntapConfiguration (dict) --

    Specifies the configuration to use when creating the ONTAP volume.

    • JunctionPath (string) -- [REQUIRED]

      Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must have a leading forward slash, such as /vol3 .

    • SecurityStyle (string) --

      The security style for the volume. Specify one of the following values:

      • UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. UNIX is the default.
      • NTFS if the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account.
      • MIXED if the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
    • SizeInMegabytes (integer) -- [REQUIRED]

      Specifies the size of the volume, in megabytes (MB), that you are creating.

    • StorageEfficiencyEnabled (boolean) -- [REQUIRED]

      Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.

    • StorageVirtualMachineId (string) -- [REQUIRED]

      Specifies the ONTAP SVM in which to create the volume.

    • TieringPolicy (dict) --

      Describes the data tiering policy for an ONTAP volume. When enabled, Amazon FSx for ONTAP's intelligent tiering automatically transitions a volume's data between the file system's primary storage and capacity pool storage based on your access patterns.

      • CoolingPeriod (integer) --

        Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

      • Name (string) --

        Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

        • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
        • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
        • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
        • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
  • Tags (list) --

    A list of Tag values, with a maximum of 50 elements.

    • (dict) --

      Specifies a key-value pair for a resource tag.

      • Key (string) -- [REQUIRED]

        A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

      • Value (string) -- [REQUIRED]

        A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

  • OpenZFSConfiguration (dict) --

    Specifies the configuration to use when creating the OpenZFS volume.

    • ParentVolumeId (string) -- [REQUIRED]

      The ID of the volume to use as the parent volume.

    • StorageCapacityReservationGiB (integer) --

      The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

    • StorageCapacityQuotaGiB (integer) --

      The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

    • DataCompressionType (string) --

      Specifies the method used to compress the data on the volume. Unless the compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

      • NONE - Doesn't compress the data on the volume.
      • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
    • CopyTagsToSnapshots (boolean) --

      A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true , and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

    • OriginSnapshot (dict) --

      The configuration object that specifies the snapshot to use as the origin of the data for the volume.

      • SnapshotARN (string) -- [REQUIRED]

        The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • CopyStrategy (string) -- [REQUIRED]

        The strategy used when copying data from the snapshot to the new volume.

        • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying data from the snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
        • FULL_COPY - Copies all data from the snapshot to the new volume.
    • ReadOnly (boolean) --

      A Boolean value indicating whether the volume is read-only.

    • NfsExports (list) --

      The configuration object for mounting a Network File System (NFS) file system.

      • (dict) --

        The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

        • ClientConfigurations (list) -- [REQUIRED]

          A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

          • (dict) --

            Specifies who can mount the file system and the options that can be used while mounting the file system.

            • Clients (string) -- [REQUIRED]

              A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

            • Options (list) -- [REQUIRED]

              The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

              • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
              • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
              • (string) --
    • UserAndGroupQuotas (list) --

      An object specifying how much storage users or groups can use on the volume.

      • (dict) --

        The configuration for how much storage a user or group can use on the volume.

        • Type (string) -- [REQUIRED]

          A value that specifies whether the quota applies to a user or group.

        • Id (integer) -- [REQUIRED]

          The ID of the user or group.

        • StorageCapacityQuotaGiB (integer) -- [REQUIRED]

          The amount of storage that the user or group can use in gibibytes (GiB).

Return type

dict

Returns

Response Syntax

{
    'Volume': {
        'CreationTime': datetime(2015, 1, 1),
        'FileSystemId': 'string',
        'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
        'Name': 'string',
        'OntapConfiguration': {
            'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
            'JunctionPath': 'string',
            'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
            'SizeInMegabytes': 123,
            'StorageEfficiencyEnabled': True|False,
            'StorageVirtualMachineId': 'string',
            'StorageVirtualMachineRoot': True|False,
            'TieringPolicy': {
                'CoolingPeriod': 123,
                'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
            },
            'UUID': 'string',
            'OntapVolumeType': 'RW'|'DP'|'LS'
        },
        'ResourceARN': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'VolumeId': 'string',
        'VolumeType': 'ONTAP'|'OPENZFS',
        'LifecycleTransitionReason': {
            'Message': 'string'
        },
        'AdministrativeActions': [
            {
                'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                'ProgressPercent': 123,
                'RequestTime': datetime(2015, 1, 1),
                'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                'TargetFileSystemValues': {
                    'OwnerId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'FileSystemId': 'string',
                    'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                    'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'StorageCapacity': 123,
                    'StorageType': 'SSD'|'HDD',
                    'VpcId': 'string',
                    'SubnetIds': [
                        'string',
                    ],
                    'NetworkInterfaceIds': [
                        'string',
                    ],
                    'DNSName': 'string',
                    'KmsKeyId': 'string',
                    'ResourceARN': 'string',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'WindowsConfiguration': {
                        'ActiveDirectoryId': 'string',
                        'SelfManagedActiveDirectoryConfiguration': {
                            'DomainName': 'string',
                            'OrganizationalUnitDistinguishedName': 'string',
                            'FileSystemAdministratorsGroup': 'string',
                            'UserName': 'string',
                            'DnsIps': [
                                'string',
                            ]
                        },
                        'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                        'RemoteAdministrationEndpoint': 'string',
                        'PreferredSubnetId': 'string',
                        'PreferredFileServerIp': 'string',
                        'ThroughputCapacity': 123,
                        'MaintenanceOperationsInProgress': [
                            'PATCHING'|'BACKING_UP',
                        ],
                        'WeeklyMaintenanceStartTime': 'string',
                        'DailyAutomaticBackupStartTime': 'string',
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'Aliases': [
                            {
                                'Name': 'string',
                                'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                            },
                        ],
                        'AuditLogConfiguration': {
                            'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                            'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                            'AuditLogDestination': 'string'
                        }
                    },
                    'LustreConfiguration': {
                        'WeeklyMaintenanceStartTime': 'string',
                        'DataRepositoryConfiguration': {
                            'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                            'ImportPath': 'string',
                            'ExportPath': 'string',
                            'ImportedFileChunkSize': 123,
                            'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                            'FailureDetails': {
                                'Message': 'string'
                            }
                        },
                        'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                        'PerUnitStorageThroughput': 123,
                        'MountName': 'string',
                        'DailyAutomaticBackupStartTime': 'string',
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'DriveCacheType': 'NONE'|'READ',
                        'DataCompressionType': 'NONE'|'LZ4',
                        'LogConfiguration': {
                            'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                            'Destination': 'string'
                        }
                    },
                    'AdministrativeActions': {'... recursive ...'},
                    'OntapConfiguration': {
                        'AutomaticBackupRetentionDays': 123,
                        'DailyAutomaticBackupStartTime': 'string',
                        'DeploymentType': 'MULTI_AZ_1',
                        'EndpointIpAddressRange': 'string',
                        'Endpoints': {
                            'Intercluster': {
                                'DNSName': 'string',
                                'IpAddresses': [
                                    'string',
                                ]
                            },
                            'Management': {
                                'DNSName': 'string',
                                'IpAddresses': [
                                    'string',
                                ]
                            }
                        },
                        'DiskIopsConfiguration': {
                            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                            'Iops': 123
                        },
                        'PreferredSubnetId': 'string',
                        'RouteTableIds': [
                            'string',
                        ],
                        'ThroughputCapacity': 123,
                        'WeeklyMaintenanceStartTime': 'string'
                    },
                    'FileSystemTypeVersion': 'string',
                    'OpenZFSConfiguration': {
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'CopyTagsToVolumes': True|False,
                        'DailyAutomaticBackupStartTime': 'string',
                        'DeploymentType': 'SINGLE_AZ_1',
                        'ThroughputCapacity': 123,
                        'WeeklyMaintenanceStartTime': 'string',
                        'DiskIopsConfiguration': {
                            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                            'Iops': 123
                        },
                        'RootVolumeId': 'string'
                    }
                },
                'FailureDetails': {
                    'Message': 'string'
                },
                'TargetVolumeValues': {'... recursive ...'},
                'TargetSnapshotValues': {
                    'ResourceARN': 'string',
                    'SnapshotId': 'string',
                    'Name': 'string',
                    'VolumeId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'AdministrativeActions': {'... recursive ...'}
                }
            },
        ],
        'OpenZFSConfiguration': {
            'ParentVolumeId': 'string',
            'VolumePath': 'string',
            'StorageCapacityReservationGiB': 123,
            'StorageCapacityQuotaGiB': 123,
            'DataCompressionType': 'NONE'|'ZSTD',
            'CopyTagsToSnapshots': True|False,
            'OriginSnapshot': {
                'SnapshotARN': 'string',
                'CopyStrategy': 'CLONE'|'FULL_COPY'
            },
            'ReadOnly': True|False,
            'NfsExports': [
                {
                    'ClientConfigurations': [
                        {
                            'Clients': 'string',
                            'Options': [
                                'string',
                            ]
                        },
                    ]
                },
            ],
            'UserAndGroupQuotas': [
                {
                    'Type': 'USER'|'GROUP',
                    'Id': 123,
                    'StorageCapacityQuotaGiB': 123
                },
            ]
        }
    }
}

Response Structure

  • (dict) --

    • Volume (dict) --

      Returned after a successful CreateVolume API operation, describing the volume just created.

      • CreationTime (datetime) --

        The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • FileSystemId (string) --

        The globally unique ID of the file system, assigned by Amazon FSx.

      • Lifecycle (string) --

        The lifecycle status of the volume.

        • AVAILABLE - The volume is fully available for use.
        • CREATED - The volume has been created.
        • CREATING - Amazon FSx is creating the new volume.
        • DELETING - Amazon FSx is deleting an existing volume.
        • FAILED - Amazon FSx was unable to create the volume.
        • MISCONFIGURED - The volume is in a failed but recoverable state.
        • PENDING - Amazon FSx hasn't started creating the volume.
      • Name (string) --

        The name of the volume.

      • OntapConfiguration (dict) --

        The configuration of an Amazon FSx for NetApp ONTAP volume.

        • FlexCacheEndpointType (string) --

          Specifies the FlexCache endpoint type of the volume. Valid values are the following:

          • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
          • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
          • CACHE specifies that the volume is a FlexCache volume.
        • JunctionPath (string) --

          Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

        • SecurityStyle (string) --

          The security style for the volume, which can be UNIX , NTFS , or MIXED .

        • SizeInMegabytes (integer) --

          The configured size of the volume, in megabytes (MBs).

        • StorageEfficiencyEnabled (boolean) --

          The volume's storage efficiency setting.

        • StorageVirtualMachineId (string) --

          The ID of the volume's storage virtual machine.

        • StorageVirtualMachineRoot (boolean) --

          A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

          This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

        • TieringPolicy (dict) --

          The volume's TieringPolicy setting.

          • CoolingPeriod (integer) --

            Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

          • Name (string) --

            Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

            • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
            • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
            • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
            • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
        • UUID (string) --

          The volume's universally unique identifier (UUID).

        • OntapVolumeType (string) --

          Specifies the type of volume. Valid values are the following:

          • RW specifies a read/write volume. RW is the default.
          • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
          • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • Tags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • VolumeId (string) --

        The system-generated, unique ID of the volume.

      • VolumeType (string) --

        The type of the volume.

      • LifecycleTransitionReason (dict) --

        The reason why the volume lifecycle status changed.

        • Message (string) --

          A detailed error message.

      • AdministrativeActions (list) --

        A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

        • (dict) --

          Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

          • AdministrativeActionType (string) --

            Describes the type of administrative action, as follows:

            • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
            • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
              • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
              • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
              • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

            You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

            • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
            • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
            • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
            • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
            • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
          • ProgressPercent (integer) --

            The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

          • RequestTime (datetime) --

            The time that the administrative action request was received.

          • Status (string) --

            Describes the status of the administrative action, as follows:

            • FAILED - Amazon FSx failed to process the administrative action successfully.
            • IN_PROGRESS - Amazon FSx is processing the administrative action.
            • PENDING - Amazon FSx is waiting to process the administrative action.
            • COMPLETED - Amazon FSx has finished processing the administrative task.
            • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
          • TargetFileSystemValues (dict) --

            Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

            • OwnerId (string) --

              The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

            • CreationTime (datetime) --

              The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • FileSystemId (string) --

              The system-generated, unique 17-digit ID of the file system.

            • FileSystemType (string) --

              The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

            • Lifecycle (string) --

              The lifecycle status of the file system. The following are the possible values and what they mean:

              • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
              • CREATING - Amazon FSx is creating the new file system.
              • DELETING - Amazon FSx is deleting an existing file system.
              • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
              • MISCONFIGURED - The file system is in a failed but recoverable state.
              • UPDATING - The file system is undergoing a customer-initiated update.
            • FailureDetails (dict) --

              A structure providing details of any failures that occurred when creating a file system.

              • Message (string) --

                A message describing any failures that occurred during file system creation.

            • StorageCapacity (integer) --

              The storage capacity of the file system in gibibytes (GiB).

            • StorageType (string) --

              The 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.

            • VpcId (string) --

              The ID of the primary virtual private cloud (VPC) for the file system.

            • SubnetIds (list) --

              Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

              For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

              • (string) --

                The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

            • NetworkInterfaceIds (list) --

              The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

              For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

              • (string) --

                An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

            • DNSName (string) --

              The Domain Name System (DNS) name for the file system.

            • KmsKeyId (string) --

              The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for the file system resource.

            • Tags (list) --

              The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • WindowsConfiguration (dict) --

              The configuration for this FSx for Windows File Server file system.

              • ActiveDirectoryId (string) --

                The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

              • SelfManagedActiveDirectoryConfiguration (dict) --

                The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                • DomainName (string) --

                  The fully qualified domain name of the self-managed AD directory.

                • OrganizationalUnitDistinguishedName (string) --

                  The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                • FileSystemAdministratorsGroup (string) --

                  The name of the domain group whose members have administrative privileges for the FSx file system.

                • UserName (string) --

                  The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

                • DnsIps (list) --

                  A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                  • (string) --
              • DeploymentType (string) --

                Specifies the file system deployment type, valid values are the following:

                • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
                • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
                • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

                For more information, see Single-AZ and Multi-AZ File Systems .

              • RemoteAdministrationEndpoint (string) --

                For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

                For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

                This endpoint is temporarily unavailable when the file system is undergoing maintenance.

              • PreferredSubnetId (string) --

                For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

                For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

              • PreferredFileServerIp (string) --

                For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

                Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

              • ThroughputCapacity (integer) --

                The throughput of the Amazon FSx file system, measured in megabytes per second.

              • MaintenanceOperationsInProgress (list) --

                The list of maintenance operations in progress for this file system.

                • (string) --

                  An enumeration specifying the currently ongoing maintenance operation.

              • WeeklyMaintenanceStartTime (string) --

                The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

              • DailyAutomaticBackupStartTime (string) --

                The preferred time to take daily automatic backups, in the UTC time zone.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

              • CopyTagsToBackups (boolean) --

                A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

              • Aliases (list) --

                An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

                • (dict) --

                  A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                  • Name (string) --

                    The name of the DNS alias. The alias name has to meet the following requirements:

                    • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                    • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                    • Cannot start or end with a hyphen.
                    • Can start with a numeric.

                    For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                  • Lifecycle (string) --

                    Describes the state of the DNS alias.

                    • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                    • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                    • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                    • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                    • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
              • AuditLogConfiguration (dict) --

                The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

                • FileAccessAuditLogLevel (string) --

                  Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                  • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                  • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                  • DISABLED - access auditing of files and folders is turned off.
                • FileShareAccessAuditLogLevel (string) --

                  Sets which attempt type is logged by Amazon FSx for file share accesses.

                  • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                  • FAILURE_ONLY - only failed attempts to access file shares are logged.
                  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                  • DISABLED - access auditing of file shares is turned off.
                • AuditLogDestination (string) --

                  The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                  The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                  The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

            • LustreConfiguration (dict) --

              The configuration for the Amazon FSx for Lustre file system.

              • WeeklyMaintenanceStartTime (string) --

                The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

              • DataRepositoryConfiguration (dict) --

                The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

                This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

                • Lifecycle (string) --

                  Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                  • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                  • AVAILABLE - The data repository is available for use.
                  • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                  • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                  • FAILED - The data repository is in a terminal state that cannot be recovered.
                • ImportPath (string) --

                  The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

                • ExportPath (string) --

                  The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

                • ImportedFileChunkSize (integer) --

                  For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                  The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

                • AutoImportPolicy (string) --

                  Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                  • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                  • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                  • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                  • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
                • FailureDetails (dict) --

                  Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                  • Message (string) --

                    A detailed error message.

              • DeploymentType (string) --

                The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

                SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

                The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

                The default is SCRATCH_1 .

              • PerUnitStorageThroughput (integer) --

                Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

                Valid values:

                • For PERSISTENT_1 SSD storage: 50, 100, 200.
                • For PERSISTENT_1 HDD storage: 12, 40.
                • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
              • MountName (string) --

                You use the MountName value when mounting the file system.

                For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • CopyTagsToBackups (boolean) --

                A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

              • DriveCacheType (string) --

                The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

                This parameter is required when StorageType is set to HDD.

              • DataCompressionType (string) --

                The data compression configuration for the file system. DataCompressionType can have the following values:

                • NONE - Data compression is turned off for the file system.
                • LZ4 - Data compression is turned on with the LZ4 algorithm.

                For more information, see Lustre data compression .

              • LogConfiguration (dict) --

                The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

                • Level (string) --

                  The data repository events that are logged by Amazon FSx.

                  • WARN_ONLY - only warning events are logged.
                  • ERROR_ONLY - only error events are logged.
                  • WARN_ERROR - both warning events and error events are logged.
                  • DISABLED - logging of data repository events is turned off.
                • Destination (string) --

                  The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

            • OntapConfiguration (dict) --

              The configuration for this FSx for ONTAP file system.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • DeploymentType (string) --

                The ONTAP file system deployment type.

              • EndpointIpAddressRange (string) --

                The IP address range in which the endpoints to access your file system are created.

              • Endpoints (dict) --

                The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

                • Intercluster (dict) --

                  An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                  • DNSName (string) --

                    The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                  • IpAddresses (list) --

                    IP addresses of the file system endpoint.

                    • (string) --
                • Management (dict) --

                  An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                  • DNSName (string) --

                    The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                  • IpAddresses (list) --

                    IP addresses of the file system endpoint.

                    • (string) --
              • DiskIopsConfiguration (dict) --

                The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

                • Mode (string) --

                  Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                • Iops (integer) --

                  The total number of SSD IOPS provisioned for the file system.

              • PreferredSubnetId (string) --

                The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

              • RouteTableIds (list) --

                The VPC route tables in which your file system's endpoints are created.

                • (string) --
              • ThroughputCapacity (integer) --

                The sustained throughput of an Amazon FSx file system in MBps.

              • WeeklyMaintenanceStartTime (string) --

                A recurring weekly time, in the format D:HH:MM .

                D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                For example, 1:05:00 specifies maintenance at 5 AM Monday.

            • FileSystemTypeVersion (string) --

              The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

            • OpenZFSConfiguration (dict) --

              The configuration for this Amazon FSx for OpenZFS file system.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • CopyTagsToBackups (boolean) --

                A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

              • CopyTagsToVolumes (boolean) --

                A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • DeploymentType (string) --

                Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

              • ThroughputCapacity (integer) --

                The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

              • WeeklyMaintenanceStartTime (string) --

                A recurring weekly time, in the format D:HH:MM .

                D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                For example, 1:05:00 specifies maintenance at 5 AM Monday.

              • DiskIopsConfiguration (dict) --

                The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

                • Mode (string) --

                  Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                • Iops (integer) --

                  The total number of SSD IOPS provisioned for the file system.

              • RootVolumeId (string) --

                The ID of the root volume of the OpenZFS file system.

          • FailureDetails (dict) --

            Provides information about a failed administrative action.

            • Message (string) --

              Error message providing details about the failed administrative action.

          • TargetVolumeValues (dict) --

            Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

          • TargetSnapshotValues (dict) --

            A snapshot of an Amazon FSx for OpenZFS volume.

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • SnapshotId (string) --

              The ID of the snapshot.

            • Name (string) --

              The name of the snapshot.

            • VolumeId (string) --

              The ID of the volume that the snapshot is of.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • Lifecycle (string) --

              The lifecycle status of the snapshot.

              • PENDING - Amazon FSx hasn't started creating the snapshot.
              • CREATING - Amazon FSx is creating the snapshot.
              • DELETING - Amazon FSx is deleting the snapshot.
              • AVAILABLE - The snapshot is fully available.
            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

      • OpenZFSConfiguration (dict) --

        The configuration of an Amazon FSx for OpenZFS volume.

        • ParentVolumeId (string) --

          The ID of the parent volume.

        • VolumePath (string) --

          The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

        • StorageCapacityReservationGiB (integer) --

          The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

        • StorageCapacityQuotaGiB (integer) --

          The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

        • DataCompressionType (string) --

          The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

          • NONE - Doesn't compress the data on the volume.
          • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
        • CopyTagsToSnapshots (boolean) --

          A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

        • OriginSnapshot (dict) --

          The configuration object that specifies the snapshot to use as the origin of the data for the volume.

          • SnapshotARN (string) --

            The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

          • CopyStrategy (string) --

            The strategy used when copying data from the snapshot to the new volume.

            • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
            • FULL_COPY - Copies all data from the snapshot to the new volume.
        • ReadOnly (boolean) --

          A Boolean value indicating whether the volume is read-only.

        • NfsExports (list) --

          The configuration object for mounting a Network File System (NFS) file system.

          • (dict) --

            The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

            • ClientConfigurations (list) --

              A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

              • (dict) --

                Specifies who can mount the file system and the options that can be used while mounting the file system.

                • Clients (string) --

                  A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                • Options (list) --

                  The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                  • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                  • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                  • (string) --
        • UserAndGroupQuotas (list) --

          An object specifying how much storage users or groups can use on the volume.

          • (dict) --

            The configuration for how much storage a user or group can use on the volume.

            • Type (string) --

              A value that specifies whether the quota applies to a user or group.

            • Id (integer) --

              The ID of the user or group.

            • StorageCapacityQuotaGiB (integer) --

              The amount of storage that the user or group can use in gibibytes (GiB).

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.MissingVolumeConfiguration
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.StorageVirtualMachineNotFound
  • FSx.Client.exceptions.UnsupportedOperation
create_volume_from_backup(**kwargs)

Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.

See also: AWS API Documentation

Request Syntax

response = client.create_volume_from_backup(
    BackupId='string',
    ClientRequestToken='string',
    Name='string',
    OntapConfiguration={
        'JunctionPath': 'string',
        'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
        'SizeInMegabytes': 123,
        'StorageEfficiencyEnabled': True|False,
        'StorageVirtualMachineId': 'string',
        'TieringPolicy': {
            'CoolingPeriod': 123,
            'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
        }
    },
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
)
Parameters
  • BackupId (string) --

    [REQUIRED]

    The ID of the source backup. Specifies the backup that you are copying.

  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • Name (string) --

    [REQUIRED]

    The name of the new volume you're creating.

  • OntapConfiguration (dict) --

    Specifies the configuration of the ONTAP volume that you are creating.

    • JunctionPath (string) -- [REQUIRED]

      Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must have a leading forward slash, such as /vol3 .

    • SecurityStyle (string) --

      The security style for the volume. Specify one of the following values:

      • UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. UNIX is the default.
      • NTFS if the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account.
      • MIXED if the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
    • SizeInMegabytes (integer) -- [REQUIRED]

      Specifies the size of the volume, in megabytes (MB), that you are creating.

    • StorageEfficiencyEnabled (boolean) -- [REQUIRED]

      Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.

    • StorageVirtualMachineId (string) -- [REQUIRED]

      Specifies the ONTAP SVM in which to create the volume.

    • TieringPolicy (dict) --

      Describes the data tiering policy for an ONTAP volume. When enabled, Amazon FSx for ONTAP's intelligent tiering automatically transitions a volume's data between the file system's primary storage and capacity pool storage based on your access patterns.

      • CoolingPeriod (integer) --

        Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

      • Name (string) --

        Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

        • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
        • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
        • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
        • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
  • Tags (list) --

    A list of Tag values, with a maximum of 50 elements.

    • (dict) --

      Specifies a key-value pair for a resource tag.

      • Key (string) -- [REQUIRED]

        A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

      • Value (string) -- [REQUIRED]

        A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

Return type

dict

Returns

Response Syntax

{
    'Volume': {
        'CreationTime': datetime(2015, 1, 1),
        'FileSystemId': 'string',
        'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
        'Name': 'string',
        'OntapConfiguration': {
            'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
            'JunctionPath': 'string',
            'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
            'SizeInMegabytes': 123,
            'StorageEfficiencyEnabled': True|False,
            'StorageVirtualMachineId': 'string',
            'StorageVirtualMachineRoot': True|False,
            'TieringPolicy': {
                'CoolingPeriod': 123,
                'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
            },
            'UUID': 'string',
            'OntapVolumeType': 'RW'|'DP'|'LS'
        },
        'ResourceARN': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'VolumeId': 'string',
        'VolumeType': 'ONTAP'|'OPENZFS',
        'LifecycleTransitionReason': {
            'Message': 'string'
        },
        'AdministrativeActions': [
            {
                'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                'ProgressPercent': 123,
                'RequestTime': datetime(2015, 1, 1),
                'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                'TargetFileSystemValues': {
                    'OwnerId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'FileSystemId': 'string',
                    'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                    'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'StorageCapacity': 123,
                    'StorageType': 'SSD'|'HDD',
                    'VpcId': 'string',
                    'SubnetIds': [
                        'string',
                    ],
                    'NetworkInterfaceIds': [
                        'string',
                    ],
                    'DNSName': 'string',
                    'KmsKeyId': 'string',
                    'ResourceARN': 'string',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'WindowsConfiguration': {
                        'ActiveDirectoryId': 'string',
                        'SelfManagedActiveDirectoryConfiguration': {
                            'DomainName': 'string',
                            'OrganizationalUnitDistinguishedName': 'string',
                            'FileSystemAdministratorsGroup': 'string',
                            'UserName': 'string',
                            'DnsIps': [
                                'string',
                            ]
                        },
                        'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                        'RemoteAdministrationEndpoint': 'string',
                        'PreferredSubnetId': 'string',
                        'PreferredFileServerIp': 'string',
                        'ThroughputCapacity': 123,
                        'MaintenanceOperationsInProgress': [
                            'PATCHING'|'BACKING_UP',
                        ],
                        'WeeklyMaintenanceStartTime': 'string',
                        'DailyAutomaticBackupStartTime': 'string',
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'Aliases': [
                            {
                                'Name': 'string',
                                'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                            },
                        ],
                        'AuditLogConfiguration': {
                            'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                            'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                            'AuditLogDestination': 'string'
                        }
                    },
                    'LustreConfiguration': {
                        'WeeklyMaintenanceStartTime': 'string',
                        'DataRepositoryConfiguration': {
                            'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                            'ImportPath': 'string',
                            'ExportPath': 'string',
                            'ImportedFileChunkSize': 123,
                            'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                            'FailureDetails': {
                                'Message': 'string'
                            }
                        },
                        'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                        'PerUnitStorageThroughput': 123,
                        'MountName': 'string',
                        'DailyAutomaticBackupStartTime': 'string',
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'DriveCacheType': 'NONE'|'READ',
                        'DataCompressionType': 'NONE'|'LZ4',
                        'LogConfiguration': {
                            'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                            'Destination': 'string'
                        }
                    },
                    'AdministrativeActions': {'... recursive ...'},
                    'OntapConfiguration': {
                        'AutomaticBackupRetentionDays': 123,
                        'DailyAutomaticBackupStartTime': 'string',
                        'DeploymentType': 'MULTI_AZ_1',
                        'EndpointIpAddressRange': 'string',
                        'Endpoints': {
                            'Intercluster': {
                                'DNSName': 'string',
                                'IpAddresses': [
                                    'string',
                                ]
                            },
                            'Management': {
                                'DNSName': 'string',
                                'IpAddresses': [
                                    'string',
                                ]
                            }
                        },
                        'DiskIopsConfiguration': {
                            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                            'Iops': 123
                        },
                        'PreferredSubnetId': 'string',
                        'RouteTableIds': [
                            'string',
                        ],
                        'ThroughputCapacity': 123,
                        'WeeklyMaintenanceStartTime': 'string'
                    },
                    'FileSystemTypeVersion': 'string',
                    'OpenZFSConfiguration': {
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'CopyTagsToVolumes': True|False,
                        'DailyAutomaticBackupStartTime': 'string',
                        'DeploymentType': 'SINGLE_AZ_1',
                        'ThroughputCapacity': 123,
                        'WeeklyMaintenanceStartTime': 'string',
                        'DiskIopsConfiguration': {
                            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                            'Iops': 123
                        },
                        'RootVolumeId': 'string'
                    }
                },
                'FailureDetails': {
                    'Message': 'string'
                },
                'TargetVolumeValues': {'... recursive ...'},
                'TargetSnapshotValues': {
                    'ResourceARN': 'string',
                    'SnapshotId': 'string',
                    'Name': 'string',
                    'VolumeId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'AdministrativeActions': {'... recursive ...'}
                }
            },
        ],
        'OpenZFSConfiguration': {
            'ParentVolumeId': 'string',
            'VolumePath': 'string',
            'StorageCapacityReservationGiB': 123,
            'StorageCapacityQuotaGiB': 123,
            'DataCompressionType': 'NONE'|'ZSTD',
            'CopyTagsToSnapshots': True|False,
            'OriginSnapshot': {
                'SnapshotARN': 'string',
                'CopyStrategy': 'CLONE'|'FULL_COPY'
            },
            'ReadOnly': True|False,
            'NfsExports': [
                {
                    'ClientConfigurations': [
                        {
                            'Clients': 'string',
                            'Options': [
                                'string',
                            ]
                        },
                    ]
                },
            ],
            'UserAndGroupQuotas': [
                {
                    'Type': 'USER'|'GROUP',
                    'Id': 123,
                    'StorageCapacityQuotaGiB': 123
                },
            ]
        }
    }
}

Response Structure

  • (dict) --

    • Volume (dict) --

      Returned after a successful CreateVolumeFromBackup API operation, describing the volume just created.

      • CreationTime (datetime) --

        The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • FileSystemId (string) --

        The globally unique ID of the file system, assigned by Amazon FSx.

      • Lifecycle (string) --

        The lifecycle status of the volume.

        • AVAILABLE - The volume is fully available for use.
        • CREATED - The volume has been created.
        • CREATING - Amazon FSx is creating the new volume.
        • DELETING - Amazon FSx is deleting an existing volume.
        • FAILED - Amazon FSx was unable to create the volume.
        • MISCONFIGURED - The volume is in a failed but recoverable state.
        • PENDING - Amazon FSx hasn't started creating the volume.
      • Name (string) --

        The name of the volume.

      • OntapConfiguration (dict) --

        The configuration of an Amazon FSx for NetApp ONTAP volume.

        • FlexCacheEndpointType (string) --

          Specifies the FlexCache endpoint type of the volume. Valid values are the following:

          • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
          • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
          • CACHE specifies that the volume is a FlexCache volume.
        • JunctionPath (string) --

          Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

        • SecurityStyle (string) --

          The security style for the volume, which can be UNIX , NTFS , or MIXED .

        • SizeInMegabytes (integer) --

          The configured size of the volume, in megabytes (MBs).

        • StorageEfficiencyEnabled (boolean) --

          The volume's storage efficiency setting.

        • StorageVirtualMachineId (string) --

          The ID of the volume's storage virtual machine.

        • StorageVirtualMachineRoot (boolean) --

          A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

          This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

        • TieringPolicy (dict) --

          The volume's TieringPolicy setting.

          • CoolingPeriod (integer) --

            Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

          • Name (string) --

            Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

            • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
            • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
            • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
            • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
        • UUID (string) --

          The volume's universally unique identifier (UUID).

        • OntapVolumeType (string) --

          Specifies the type of volume. Valid values are the following:

          • RW specifies a read/write volume. RW is the default.
          • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
          • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • Tags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • VolumeId (string) --

        The system-generated, unique ID of the volume.

      • VolumeType (string) --

        The type of the volume.

      • LifecycleTransitionReason (dict) --

        The reason why the volume lifecycle status changed.

        • Message (string) --

          A detailed error message.

      • AdministrativeActions (list) --

        A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

        • (dict) --

          Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

          • AdministrativeActionType (string) --

            Describes the type of administrative action, as follows:

            • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
            • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
              • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
              • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
              • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

            You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

            • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
            • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
            • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
            • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
            • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
          • ProgressPercent (integer) --

            The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

          • RequestTime (datetime) --

            The time that the administrative action request was received.

          • Status (string) --

            Describes the status of the administrative action, as follows:

            • FAILED - Amazon FSx failed to process the administrative action successfully.
            • IN_PROGRESS - Amazon FSx is processing the administrative action.
            • PENDING - Amazon FSx is waiting to process the administrative action.
            • COMPLETED - Amazon FSx has finished processing the administrative task.
            • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
          • TargetFileSystemValues (dict) --

            Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

            • OwnerId (string) --

              The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

            • CreationTime (datetime) --

              The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • FileSystemId (string) --

              The system-generated, unique 17-digit ID of the file system.

            • FileSystemType (string) --

              The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

            • Lifecycle (string) --

              The lifecycle status of the file system. The following are the possible values and what they mean:

              • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
              • CREATING - Amazon FSx is creating the new file system.
              • DELETING - Amazon FSx is deleting an existing file system.
              • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
              • MISCONFIGURED - The file system is in a failed but recoverable state.
              • UPDATING - The file system is undergoing a customer-initiated update.
            • FailureDetails (dict) --

              A structure providing details of any failures that occurred when creating a file system.

              • Message (string) --

                A message describing any failures that occurred during file system creation.

            • StorageCapacity (integer) --

              The storage capacity of the file system in gibibytes (GiB).

            • StorageType (string) --

              The 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.

            • VpcId (string) --

              The ID of the primary virtual private cloud (VPC) for the file system.

            • SubnetIds (list) --

              Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

              For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

              • (string) --

                The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

            • NetworkInterfaceIds (list) --

              The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

              For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

              • (string) --

                An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

            • DNSName (string) --

              The Domain Name System (DNS) name for the file system.

            • KmsKeyId (string) --

              The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for the file system resource.

            • Tags (list) --

              The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • WindowsConfiguration (dict) --

              The configuration for this FSx for Windows File Server file system.

              • ActiveDirectoryId (string) --

                The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

              • SelfManagedActiveDirectoryConfiguration (dict) --

                The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                • DomainName (string) --

                  The fully qualified domain name of the self-managed AD directory.

                • OrganizationalUnitDistinguishedName (string) --

                  The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                • FileSystemAdministratorsGroup (string) --

                  The name of the domain group whose members have administrative privileges for the FSx file system.

                • UserName (string) --

                  The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

                • DnsIps (list) --

                  A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                  • (string) --
              • DeploymentType (string) --

                Specifies the file system deployment type, valid values are the following:

                • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
                • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
                • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

                For more information, see Single-AZ and Multi-AZ File Systems .

              • RemoteAdministrationEndpoint (string) --

                For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

                For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

                This endpoint is temporarily unavailable when the file system is undergoing maintenance.

              • PreferredSubnetId (string) --

                For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

                For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

              • PreferredFileServerIp (string) --

                For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

                Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

              • ThroughputCapacity (integer) --

                The throughput of the Amazon FSx file system, measured in megabytes per second.

              • MaintenanceOperationsInProgress (list) --

                The list of maintenance operations in progress for this file system.

                • (string) --

                  An enumeration specifying the currently ongoing maintenance operation.

              • WeeklyMaintenanceStartTime (string) --

                The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

              • DailyAutomaticBackupStartTime (string) --

                The preferred time to take daily automatic backups, in the UTC time zone.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

              • CopyTagsToBackups (boolean) --

                A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

              • Aliases (list) --

                An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

                • (dict) --

                  A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                  • Name (string) --

                    The name of the DNS alias. The alias name has to meet the following requirements:

                    • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                    • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                    • Cannot start or end with a hyphen.
                    • Can start with a numeric.

                    For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                  • Lifecycle (string) --

                    Describes the state of the DNS alias.

                    • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                    • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                    • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                    • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                    • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
              • AuditLogConfiguration (dict) --

                The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

                • FileAccessAuditLogLevel (string) --

                  Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                  • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                  • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                  • DISABLED - access auditing of files and folders is turned off.
                • FileShareAccessAuditLogLevel (string) --

                  Sets which attempt type is logged by Amazon FSx for file share accesses.

                  • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                  • FAILURE_ONLY - only failed attempts to access file shares are logged.
                  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                  • DISABLED - access auditing of file shares is turned off.
                • AuditLogDestination (string) --

                  The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                  The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                  The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

            • LustreConfiguration (dict) --

              The configuration for the Amazon FSx for Lustre file system.

              • WeeklyMaintenanceStartTime (string) --

                The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

              • DataRepositoryConfiguration (dict) --

                The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

                This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

                • Lifecycle (string) --

                  Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                  • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                  • AVAILABLE - The data repository is available for use.
                  • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                  • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                  • FAILED - The data repository is in a terminal state that cannot be recovered.
                • ImportPath (string) --

                  The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

                • ExportPath (string) --

                  The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

                • ImportedFileChunkSize (integer) --

                  For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                  The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

                • AutoImportPolicy (string) --

                  Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                  • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                  • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                  • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                  • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
                • FailureDetails (dict) --

                  Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                  • Message (string) --

                    A detailed error message.

              • DeploymentType (string) --

                The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

                SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

                The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

                The default is SCRATCH_1 .

              • PerUnitStorageThroughput (integer) --

                Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

                Valid values:

                • For PERSISTENT_1 SSD storage: 50, 100, 200.
                • For PERSISTENT_1 HDD storage: 12, 40.
                • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
              • MountName (string) --

                You use the MountName value when mounting the file system.

                For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • CopyTagsToBackups (boolean) --

                A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

              • DriveCacheType (string) --

                The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

                This parameter is required when StorageType is set to HDD.

              • DataCompressionType (string) --

                The data compression configuration for the file system. DataCompressionType can have the following values:

                • NONE - Data compression is turned off for the file system.
                • LZ4 - Data compression is turned on with the LZ4 algorithm.

                For more information, see Lustre data compression .

              • LogConfiguration (dict) --

                The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

                • Level (string) --

                  The data repository events that are logged by Amazon FSx.

                  • WARN_ONLY - only warning events are logged.
                  • ERROR_ONLY - only error events are logged.
                  • WARN_ERROR - both warning events and error events are logged.
                  • DISABLED - logging of data repository events is turned off.
                • Destination (string) --

                  The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

            • OntapConfiguration (dict) --

              The configuration for this FSx for ONTAP file system.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • DeploymentType (string) --

                The ONTAP file system deployment type.

              • EndpointIpAddressRange (string) --

                The IP address range in which the endpoints to access your file system are created.

              • Endpoints (dict) --

                The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

                • Intercluster (dict) --

                  An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                  • DNSName (string) --

                    The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                  • IpAddresses (list) --

                    IP addresses of the file system endpoint.

                    • (string) --
                • Management (dict) --

                  An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                  • DNSName (string) --

                    The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                  • IpAddresses (list) --

                    IP addresses of the file system endpoint.

                    • (string) --
              • DiskIopsConfiguration (dict) --

                The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

                • Mode (string) --

                  Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                • Iops (integer) --

                  The total number of SSD IOPS provisioned for the file system.

              • PreferredSubnetId (string) --

                The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

              • RouteTableIds (list) --

                The VPC route tables in which your file system's endpoints are created.

                • (string) --
              • ThroughputCapacity (integer) --

                The sustained throughput of an Amazon FSx file system in MBps.

              • WeeklyMaintenanceStartTime (string) --

                A recurring weekly time, in the format D:HH:MM .

                D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                For example, 1:05:00 specifies maintenance at 5 AM Monday.

            • FileSystemTypeVersion (string) --

              The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

            • OpenZFSConfiguration (dict) --

              The configuration for this Amazon FSx for OpenZFS file system.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • CopyTagsToBackups (boolean) --

                A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

              • CopyTagsToVolumes (boolean) --

                A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • DeploymentType (string) --

                Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

              • ThroughputCapacity (integer) --

                The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

              • WeeklyMaintenanceStartTime (string) --

                A recurring weekly time, in the format D:HH:MM .

                D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                For example, 1:05:00 specifies maintenance at 5 AM Monday.

              • DiskIopsConfiguration (dict) --

                The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

                • Mode (string) --

                  Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                • Iops (integer) --

                  The total number of SSD IOPS provisioned for the file system.

              • RootVolumeId (string) --

                The ID of the root volume of the OpenZFS file system.

          • FailureDetails (dict) --

            Provides information about a failed administrative action.

            • Message (string) --

              Error message providing details about the failed administrative action.

          • TargetVolumeValues (dict) --

            Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

          • TargetSnapshotValues (dict) --

            A snapshot of an Amazon FSx for OpenZFS volume.

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • SnapshotId (string) --

              The ID of the snapshot.

            • Name (string) --

              The name of the snapshot.

            • VolumeId (string) --

              The ID of the volume that the snapshot is of.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • Lifecycle (string) --

              The lifecycle status of the snapshot.

              • PENDING - Amazon FSx hasn't started creating the snapshot.
              • CREATING - Amazon FSx is creating the snapshot.
              • DELETING - Amazon FSx is deleting the snapshot.
              • AVAILABLE - The snapshot is fully available.
            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

      • OpenZFSConfiguration (dict) --

        The configuration of an Amazon FSx for OpenZFS volume.

        • ParentVolumeId (string) --

          The ID of the parent volume.

        • VolumePath (string) --

          The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

        • StorageCapacityReservationGiB (integer) --

          The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

        • StorageCapacityQuotaGiB (integer) --

          The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

        • DataCompressionType (string) --

          The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

          • NONE - Doesn't compress the data on the volume.
          • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
        • CopyTagsToSnapshots (boolean) --

          A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

        • OriginSnapshot (dict) --

          The configuration object that specifies the snapshot to use as the origin of the data for the volume.

          • SnapshotARN (string) --

            The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

          • CopyStrategy (string) --

            The strategy used when copying data from the snapshot to the new volume.

            • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
            • FULL_COPY - Copies all data from the snapshot to the new volume.
        • ReadOnly (boolean) --

          A Boolean value indicating whether the volume is read-only.

        • NfsExports (list) --

          The configuration object for mounting a Network File System (NFS) file system.

          • (dict) --

            The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

            • ClientConfigurations (list) --

              A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

              • (dict) --

                Specifies who can mount the file system and the options that can be used while mounting the file system.

                • Clients (string) --

                  A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                • Options (list) --

                  The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                  • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                  • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                  • (string) --
        • UserAndGroupQuotas (list) --

          An object specifying how much storage users or groups can use on the volume.

          • (dict) --

            The configuration for how much storage a user or group can use on the volume.

            • Type (string) --

              A value that specifies whether the quota applies to a user or group.

            • Id (integer) --

              The ID of the user or group.

            • StorageCapacityQuotaGiB (integer) --

              The amount of storage that the user or group can use in gibibytes (GiB).

Exceptions

  • FSx.Client.exceptions.BackupNotFound
  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.MissingVolumeConfiguration
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.StorageVirtualMachineNotFound
delete_backup(**kwargs)

Deletes an Amazon FSx backup. After deletion, the backup no longer exists, and its data is gone.

The DeleteBackup call returns instantly. The backup won't show up in later DescribeBackups calls.

Warning

The data in a deleted backup is also deleted and can't be recovered by any means.

See also: AWS API Documentation

Request Syntax

response = client.delete_backup(
    BackupId='string',
    ClientRequestToken='string'
)
Parameters
  • BackupId (string) --

    [REQUIRED]

    The ID of the backup that you want to delete.

  • ClientRequestToken (string) --

    A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This parameter is automatically filled on your behalf when using the CLI or SDK.

    This field is autopopulated if not provided.

Return type

dict

Returns

Response Syntax

{
    'BackupId': 'string',
    'Lifecycle': 'AVAILABLE'|'CREATING'|'TRANSFERRING'|'DELETED'|'FAILED'|'PENDING'|'COPYING'
}

Response Structure

  • (dict) --

    The response object for the DeleteBackup operation.

    • BackupId (string) --

      The ID of the backup that was deleted.

    • Lifecycle (string) --

      The lifecycle status of the backup. If the DeleteBackup operation is successful, the status is DELETED .

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.BackupInProgress
  • FSx.Client.exceptions.BackupNotFound
  • FSx.Client.exceptions.BackupRestoring
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.BackupBeingCopied
delete_data_repository_association(**kwargs)

Deletes a data repository association on an Amazon FSx for Lustre file system. Deleting the data repository association unlinks the file system from the Amazon S3 bucket. When deleting a data repository association, you have the option of deleting the data in the file system that corresponds to the data repository association. Data repository associations are supported only for file systems with the Persistent_2 deployment type.

See also: AWS API Documentation

Request Syntax

response = client.delete_data_repository_association(
    AssociationId='string',
    ClientRequestToken='string',
    DeleteDataInFileSystem=True|False
)
Parameters
  • AssociationId (string) --

    [REQUIRED]

    The ID of the data repository association that you want to delete.

  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • DeleteDataInFileSystem (boolean) --

    [REQUIRED]

    Set to true to delete the data in the file system that corresponds to the data repository association.

Return type

dict

Returns

Response Syntax

{
    'AssociationId': 'string',
    'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
    'DeleteDataInFileSystem': True|False
}

Response Structure

  • (dict) --

    • AssociationId (string) --

      The ID of the data repository association being deleted.

    • Lifecycle (string) --

      Describes the lifecycle state of the data repository association being deleted.

    • DeleteDataInFileSystem (boolean) --

      Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is false .

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.DataRepositoryAssociationNotFound
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.InternalServerError
delete_file_system(**kwargs)

Deletes a file system. After deletion, the file system no longer exists, and its data is gone. Any existing automatic backups and snapshots are also deleted.

To delete an Amazon FSx for NetApp ONTAP file system, first delete all the volumes and storage virtual machines (SVMs) on the file system. Then provide a FileSystemId value to the DeleFileSystem operation.

By default, when you delete an Amazon FSx for Windows File Server file system, a final backup is created upon deletion. This final backup isn't subject to the file system's retention policy, and must be manually deleted.

The DeleteFileSystem operation returns while the file system has the DELETING status. You can check the file system deletion status by calling the DescribeFileSystems operation, which returns a list of file systems in your account. If you pass the file system ID for a deleted file system, the DescribeFileSystems operation returns a FileSystemNotFound error.

Note

If a data repository task is in a PENDING or EXECUTING state, deleting an Amazon FSx for Lustre file system will fail with an HTTP status code 400 (Bad Request).

Warning

The data in a deleted file system is also deleted and can't be recovered by any means.

See also: AWS API Documentation

Request Syntax

response = client.delete_file_system(
    FileSystemId='string',
    ClientRequestToken='string',
    WindowsConfiguration={
        'SkipFinalBackup': True|False,
        'FinalBackupTags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    },
    LustreConfiguration={
        'SkipFinalBackup': True|False,
        'FinalBackupTags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    },
    OpenZFSConfiguration={
        'SkipFinalBackup': True|False,
        'FinalBackupTags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    }
)
Parameters
  • FileSystemId (string) --

    [REQUIRED]

    The ID of the file system that you want to delete.

  • ClientRequestToken (string) --

    A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This token is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • WindowsConfiguration (dict) --

    The configuration object for the Microsoft Windows file system used in the DeleteFileSystem operation.

    • SkipFinalBackup (boolean) --

      By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final backup. If you want to skip this backup, use this flag to do so.

    • FinalBackupTags (list) --

      A set of tags for your final backup.

      • (dict) --

        Specifies a key-value pair for a resource tag.

        • Key (string) -- [REQUIRED]

          A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

        • Value (string) -- [REQUIRED]

          A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

  • LustreConfiguration (dict) --

    The configuration object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.

    • SkipFinalBackup (boolean) --

      Set SkipFinalBackup to false if you want to take a final backup of the file system you are deleting. By default, Amazon FSx will not take a final backup on your behalf when the DeleteFileSystem operation is invoked. (Default = true)

      Note

      The fsx:CreateBackup permission is required if you set SkipFinalBackup to false in order to delete the file system and take a final backup.

    • FinalBackupTags (list) --

      Use if SkipFinalBackup is set to false , and you want to apply an array of tags to the final backup. If you have set the file system property CopyTagsToBackups to true, and you specify one or more FinalBackupTags when deleting a file system, Amazon FSx will not copy any existing file system tags to the backup.

      • (dict) --

        Specifies a key-value pair for a resource tag.

        • Key (string) -- [REQUIRED]

          A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

        • Value (string) -- [REQUIRED]

          A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

  • OpenZFSConfiguration (dict) --

    The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.

    • SkipFinalBackup (boolean) --

      By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final backup. If you want to skip this backup, use this value to do so.

    • FinalBackupTags (list) --

      A list of Tag values, with a maximum of 50 elements.

      • (dict) --

        Specifies a key-value pair for a resource tag.

        • Key (string) -- [REQUIRED]

          A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

        • Value (string) -- [REQUIRED]

          A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

Return type

dict

Returns

Response Syntax

{
    'FileSystemId': 'string',
    'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
    'WindowsResponse': {
        'FinalBackupId': 'string',
        'FinalBackupTags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    },
    'LustreResponse': {
        'FinalBackupId': 'string',
        'FinalBackupTags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    },
    'OpenZFSResponse': {
        'FinalBackupId': 'string',
        'FinalBackupTags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    }
}

Response Structure

  • (dict) --

    The response object for the DeleteFileSystem operation.

    • FileSystemId (string) --

      The ID of the file system that's being deleted.

    • Lifecycle (string) --

      The file system lifecycle for the deletion request. If the DeleteFileSystem operation is successful, this status is DELETING .

    • WindowsResponse (dict) --

      The response object for the Microsoft Windows file system used in the DeleteFileSystem operation.

      • FinalBackupId (string) --

        The ID of the final backup for this file system.

      • FinalBackupTags (list) --

        The set of tags applied to the final backup.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

    • LustreResponse (dict) --

      The response object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.

      • FinalBackupId (string) --

        The ID of the final backup for this file system.

      • FinalBackupTags (list) --

        The set of tags applied to the final backup.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

    • OpenZFSResponse (dict) --

      The response object for the OpenZFS file system that's being deleted in the DeleteFileSystem operation.

      • FinalBackupId (string) --

        The ID of the source backup. Specifies the backup that you are copying.

      • FinalBackupTags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.InternalServerError
delete_snapshot(**kwargs)

Deletes the Amazon FSx snapshot. After deletion, the snapshot no longer exists, and its data is gone. Deleting a snapshot doesn't affect snapshots stored in a file system backup.

The DeleteSnapshot operation returns instantly. The snapshot appears with the lifecycle status of DELETING until the deletion is complete.

See also: AWS API Documentation

Request Syntax

response = client.delete_snapshot(
    ClientRequestToken='string',
    SnapshotId='string'
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • SnapshotId (string) --

    [REQUIRED]

    The ID of the snapshot that you want to delete.

Return type

dict

Returns

Response Syntax

{
    'SnapshotId': 'string',
    'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE'
}

Response Structure

  • (dict) --

    • SnapshotId (string) --

      The ID of the deleted snapshot.

    • Lifecycle (string) --

      The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING .

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.SnapshotNotFound
delete_storage_virtual_machine(**kwargs)

Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM). Prior to deleting an SVM, you must delete all non-root volumes in the SVM, otherwise the operation will fail.

See also: AWS API Documentation

Request Syntax

response = client.delete_storage_virtual_machine(
    ClientRequestToken='string',
    StorageVirtualMachineId='string'
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • StorageVirtualMachineId (string) --

    [REQUIRED]

    The ID of the SVM that you want to delete.

Return type

dict

Returns

Response Syntax

{
    'StorageVirtualMachineId': 'string',
    'Lifecycle': 'CREATED'|'CREATING'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'
}

Response Structure

  • (dict) --

    • StorageVirtualMachineId (string) --

      The ID of the SVM Amazon FSx is deleting.

    • Lifecycle (string) --

      Describes the lifecycle state of the SVM being deleted.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.StorageVirtualMachineNotFound
delete_volume(**kwargs)

Deletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

See also: AWS API Documentation

Request Syntax

response = client.delete_volume(
    ClientRequestToken='string',
    VolumeId='string',
    OntapConfiguration={
        'SkipFinalBackup': True|False,
        'FinalBackupTags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    },
    OpenZFSConfiguration={
        'Options': [
            'DELETE_CHILD_VOLUMES_AND_SNAPSHOTS',
        ]
    }
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • VolumeId (string) --

    [REQUIRED]

    The ID of the volume that you are deleting.

  • OntapConfiguration (dict) --

    For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup. To apply tags to the backup, you must have the fsx:TagResource permission.

    • SkipFinalBackup (boolean) --

      Set to true if you want to skip taking a final backup of the volume you are deleting.

    • FinalBackupTags (list) --

      A list of Tag values, with a maximum of 50 elements.

      • (dict) --

        Specifies a key-value pair for a resource tag.

        • Key (string) -- [REQUIRED]

          A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

        • Value (string) -- [REQUIRED]

          A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

  • OpenZFSConfiguration (dict) --

    For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.

    • Options (list) --

      To delete the volume's children and snapshots, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS .

      • (string) --
Return type

dict

Returns

Response Syntax

{
    'VolumeId': 'string',
    'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
    'OntapResponse': {
        'FinalBackupId': 'string',
        'FinalBackupTags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    }
}

Response Structure

  • (dict) --

    • VolumeId (string) --

      The ID of the volume that's being deleted.

    • Lifecycle (string) --

      The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful, this value is DELETING .

    • OntapResponse (dict) --

      Returned after a DeleteVolume request, showing the status of the delete request.

      • FinalBackupId (string) --

        The ID of the source backup. Specifies the backup that you are copying.

      • FinalBackupTags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.VolumeNotFound
describe_backups(**kwargs)

Returns the description of a specific Amazon FSx backup, if a BackupIds value is provided for that backup. Otherwise, it returns all backups owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.

When retrieving all backups, you can optionally specify the MaxResults parameter to limit the number of backups in a response. If more backups remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of the NextToken value from the last response.

This operation is used in an iterative process to retrieve a list of your backups. DescribeBackups is called first without a NextToken value. Then the operation continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken value.

When using this operation, keep the following in mind:

  • The operation might return fewer than the MaxResults value of backup descriptions while still including a NextToken value.
  • The order of the backups returned in the response of one DescribeBackups call and the order of the backups returned across the responses of a multi-call iteration is unspecified.

See also: AWS API Documentation

Request Syntax

response = client.describe_backups(
    BackupIds=[
        'string',
    ],
    Filters=[
        {
            'Name': 'file-system-id'|'backup-type'|'file-system-type'|'volume-id'|'data-repository-type',
            'Values': [
                'string',
            ]
        },
    ],
    MaxResults=123,
    NextToken='string'
)
Parameters
  • BackupIds (list) --

    The IDs of the backups that you want to retrieve. This parameter value overrides any filters. If any IDs aren't found, a BackupNotFound error occurs.

    • (string) --

      The ID of the source backup. Specifies the backup that you are copying.

  • Filters (list) --

    The filters structure. The supported names are file-system-id , backup-type , file-system-type , and volume-id .

    • (dict) --

      A filter used to restrict the results of describe calls. You can use multiple filters to return results that meet all applied filter requirements.

      • Name (string) --

        The name for this filter.

      • Values (list) --

        The values of the filter. These are all the values for any of the applied filters.

        • (string) --

          The value for a filter.

  • MaxResults (integer) -- Maximum number of backups to return in the response. This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.
  • NextToken (string) -- An opaque pagination token returned from a previous DescribeBackups operation. If a token is present, the operation continues the list from where the returning call left off.
Return type

dict

Returns

Response Syntax

{
    'Backups': [
        {
            'BackupId': 'string',
            'Lifecycle': 'AVAILABLE'|'CREATING'|'TRANSFERRING'|'DELETED'|'FAILED'|'PENDING'|'COPYING',
            'FailureDetails': {
                'Message': 'string'
            },
            'Type': 'AUTOMATIC'|'USER_INITIATED'|'AWS_BACKUP',
            'ProgressPercent': 123,
            'CreationTime': datetime(2015, 1, 1),
            'KmsKeyId': 'string',
            'ResourceARN': 'string',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'FileSystem': {
                'OwnerId': 'string',
                'CreationTime': datetime(2015, 1, 1),
                'FileSystemId': 'string',
                'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                'FailureDetails': {
                    'Message': 'string'
                },
                'StorageCapacity': 123,
                'StorageType': 'SSD'|'HDD',
                'VpcId': 'string',
                'SubnetIds': [
                    'string',
                ],
                'NetworkInterfaceIds': [
                    'string',
                ],
                'DNSName': 'string',
                'KmsKeyId': 'string',
                'ResourceARN': 'string',
                'Tags': [
                    {
                        'Key': 'string',
                        'Value': 'string'
                    },
                ],
                'WindowsConfiguration': {
                    'ActiveDirectoryId': 'string',
                    'SelfManagedActiveDirectoryConfiguration': {
                        'DomainName': 'string',
                        'OrganizationalUnitDistinguishedName': 'string',
                        'FileSystemAdministratorsGroup': 'string',
                        'UserName': 'string',
                        'DnsIps': [
                            'string',
                        ]
                    },
                    'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                    'RemoteAdministrationEndpoint': 'string',
                    'PreferredSubnetId': 'string',
                    'PreferredFileServerIp': 'string',
                    'ThroughputCapacity': 123,
                    'MaintenanceOperationsInProgress': [
                        'PATCHING'|'BACKING_UP',
                    ],
                    'WeeklyMaintenanceStartTime': 'string',
                    'DailyAutomaticBackupStartTime': 'string',
                    'AutomaticBackupRetentionDays': 123,
                    'CopyTagsToBackups': True|False,
                    'Aliases': [
                        {
                            'Name': 'string',
                            'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                        },
                    ],
                    'AuditLogConfiguration': {
                        'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                        'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                        'AuditLogDestination': 'string'
                    }
                },
                'LustreConfiguration': {
                    'WeeklyMaintenanceStartTime': 'string',
                    'DataRepositoryConfiguration': {
                        'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                        'ImportPath': 'string',
                        'ExportPath': 'string',
                        'ImportedFileChunkSize': 123,
                        'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                        'FailureDetails': {
                            'Message': 'string'
                        }
                    },
                    'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                    'PerUnitStorageThroughput': 123,
                    'MountName': 'string',
                    'DailyAutomaticBackupStartTime': 'string',
                    'AutomaticBackupRetentionDays': 123,
                    'CopyTagsToBackups': True|False,
                    'DriveCacheType': 'NONE'|'READ',
                    'DataCompressionType': 'NONE'|'LZ4',
                    'LogConfiguration': {
                        'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                        'Destination': 'string'
                    }
                },
                'AdministrativeActions': [
                    {
                        'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                        'ProgressPercent': 123,
                        'RequestTime': datetime(2015, 1, 1),
                        'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                        'TargetFileSystemValues': {'... recursive ...'},
                        'FailureDetails': {
                            'Message': 'string'
                        },
                        'TargetVolumeValues': {
                            'CreationTime': datetime(2015, 1, 1),
                            'FileSystemId': 'string',
                            'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                            'Name': 'string',
                            'OntapConfiguration': {
                                'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                                'JunctionPath': 'string',
                                'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                                'SizeInMegabytes': 123,
                                'StorageEfficiencyEnabled': True|False,
                                'StorageVirtualMachineId': 'string',
                                'StorageVirtualMachineRoot': True|False,
                                'TieringPolicy': {
                                    'CoolingPeriod': 123,
                                    'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                                },
                                'UUID': 'string',
                                'OntapVolumeType': 'RW'|'DP'|'LS'
                            },
                            'ResourceARN': 'string',
                            'Tags': [
                                {
                                    'Key': 'string',
                                    'Value': 'string'
                                },
                            ],
                            'VolumeId': 'string',
                            'VolumeType': 'ONTAP'|'OPENZFS',
                            'LifecycleTransitionReason': {
                                'Message': 'string'
                            },
                            'AdministrativeActions': {'... recursive ...'},
                            'OpenZFSConfiguration': {
                                'ParentVolumeId': 'string',
                                'VolumePath': 'string',
                                'StorageCapacityReservationGiB': 123,
                                'StorageCapacityQuotaGiB': 123,
                                'DataCompressionType': 'NONE'|'ZSTD',
                                'CopyTagsToSnapshots': True|False,
                                'OriginSnapshot': {
                                    'SnapshotARN': 'string',
                                    'CopyStrategy': 'CLONE'|'FULL_COPY'
                                },
                                'ReadOnly': True|False,
                                'NfsExports': [
                                    {
                                        'ClientConfigurations': [
                                            {
                                                'Clients': 'string',
                                                'Options': [
                                                    'string',
                                                ]
                                            },
                                        ]
                                    },
                                ],
                                'UserAndGroupQuotas': [
                                    {
                                        'Type': 'USER'|'GROUP',
                                        'Id': 123,
                                        'StorageCapacityQuotaGiB': 123
                                    },
                                ]
                            }
                        },
                        'TargetSnapshotValues': {
                            'ResourceARN': 'string',
                            'SnapshotId': 'string',
                            'Name': 'string',
                            'VolumeId': 'string',
                            'CreationTime': datetime(2015, 1, 1),
                            'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                            'Tags': [
                                {
                                    'Key': 'string',
                                    'Value': 'string'
                                },
                            ],
                            'AdministrativeActions': {'... recursive ...'}
                        }
                    },
                ],
                'OntapConfiguration': {
                    'AutomaticBackupRetentionDays': 123,
                    'DailyAutomaticBackupStartTime': 'string',
                    'DeploymentType': 'MULTI_AZ_1',
                    'EndpointIpAddressRange': 'string',
                    'Endpoints': {
                        'Intercluster': {
                            'DNSName': 'string',
                            'IpAddresses': [
                                'string',
                            ]
                        },
                        'Management': {
                            'DNSName': 'string',
                            'IpAddresses': [
                                'string',
                            ]
                        }
                    },
                    'DiskIopsConfiguration': {
                        'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                        'Iops': 123
                    },
                    'PreferredSubnetId': 'string',
                    'RouteTableIds': [
                        'string',
                    ],
                    'ThroughputCapacity': 123,
                    'WeeklyMaintenanceStartTime': 'string'
                },
                'FileSystemTypeVersion': 'string',
                'OpenZFSConfiguration': {
                    'AutomaticBackupRetentionDays': 123,
                    'CopyTagsToBackups': True|False,
                    'CopyTagsToVolumes': True|False,
                    'DailyAutomaticBackupStartTime': 'string',
                    'DeploymentType': 'SINGLE_AZ_1',
                    'ThroughputCapacity': 123,
                    'WeeklyMaintenanceStartTime': 'string',
                    'DiskIopsConfiguration': {
                        'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                        'Iops': 123
                    },
                    'RootVolumeId': 'string'
                }
            },
            'DirectoryInformation': {
                'DomainName': 'string',
                'ActiveDirectoryId': 'string',
                'ResourceARN': 'string'
            },
            'OwnerId': 'string',
            'SourceBackupId': 'string',
            'SourceBackupRegion': 'string',
            'ResourceType': 'FILE_SYSTEM'|'VOLUME',
            'Volume': {
                'CreationTime': datetime(2015, 1, 1),
                'FileSystemId': 'string',
                'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                'Name': 'string',
                'OntapConfiguration': {
                    'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                    'JunctionPath': 'string',
                    'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                    'SizeInMegabytes': 123,
                    'StorageEfficiencyEnabled': True|False,
                    'StorageVirtualMachineId': 'string',
                    'StorageVirtualMachineRoot': True|False,
                    'TieringPolicy': {
                        'CoolingPeriod': 123,
                        'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                    },
                    'UUID': 'string',
                    'OntapVolumeType': 'RW'|'DP'|'LS'
                },
                'ResourceARN': 'string',
                'Tags': [
                    {
                        'Key': 'string',
                        'Value': 'string'
                    },
                ],
                'VolumeId': 'string',
                'VolumeType': 'ONTAP'|'OPENZFS',
                'LifecycleTransitionReason': {
                    'Message': 'string'
                },
                'AdministrativeActions': [
                    {
                        'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                        'ProgressPercent': 123,
                        'RequestTime': datetime(2015, 1, 1),
                        'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                        'TargetFileSystemValues': {
                            'OwnerId': 'string',
                            'CreationTime': datetime(2015, 1, 1),
                            'FileSystemId': 'string',
                            'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                            'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                            'FailureDetails': {
                                'Message': 'string'
                            },
                            'StorageCapacity': 123,
                            'StorageType': 'SSD'|'HDD',
                            'VpcId': 'string',
                            'SubnetIds': [
                                'string',
                            ],
                            'NetworkInterfaceIds': [
                                'string',
                            ],
                            'DNSName': 'string',
                            'KmsKeyId': 'string',
                            'ResourceARN': 'string',
                            'Tags': [
                                {
                                    'Key': 'string',
                                    'Value': 'string'
                                },
                            ],
                            'WindowsConfiguration': {
                                'ActiveDirectoryId': 'string',
                                'SelfManagedActiveDirectoryConfiguration': {
                                    'DomainName': 'string',
                                    'OrganizationalUnitDistinguishedName': 'string',
                                    'FileSystemAdministratorsGroup': 'string',
                                    'UserName': 'string',
                                    'DnsIps': [
                                        'string',
                                    ]
                                },
                                'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                                'RemoteAdministrationEndpoint': 'string',
                                'PreferredSubnetId': 'string',
                                'PreferredFileServerIp': 'string',
                                'ThroughputCapacity': 123,
                                'MaintenanceOperationsInProgress': [
                                    'PATCHING'|'BACKING_UP',
                                ],
                                'WeeklyMaintenanceStartTime': 'string',
                                'DailyAutomaticBackupStartTime': 'string',
                                'AutomaticBackupRetentionDays': 123,
                                'CopyTagsToBackups': True|False,
                                'Aliases': [
                                    {
                                        'Name': 'string',
                                        'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                                    },
                                ],
                                'AuditLogConfiguration': {
                                    'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                    'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                    'AuditLogDestination': 'string'
                                }
                            },
                            'LustreConfiguration': {
                                'WeeklyMaintenanceStartTime': 'string',
                                'DataRepositoryConfiguration': {
                                    'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                                    'ImportPath': 'string',
                                    'ExportPath': 'string',
                                    'ImportedFileChunkSize': 123,
                                    'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                                    'FailureDetails': {
                                        'Message': 'string'
                                    }
                                },
                                'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                                'PerUnitStorageThroughput': 123,
                                'MountName': 'string',
                                'DailyAutomaticBackupStartTime': 'string',
                                'AutomaticBackupRetentionDays': 123,
                                'CopyTagsToBackups': True|False,
                                'DriveCacheType': 'NONE'|'READ',
                                'DataCompressionType': 'NONE'|'LZ4',
                                'LogConfiguration': {
                                    'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                                    'Destination': 'string'
                                }
                            },
                            'AdministrativeActions': {'... recursive ...'},
                            'OntapConfiguration': {
                                'AutomaticBackupRetentionDays': 123,
                                'DailyAutomaticBackupStartTime': 'string',
                                'DeploymentType': 'MULTI_AZ_1',
                                'EndpointIpAddressRange': 'string',
                                'Endpoints': {
                                    'Intercluster': {
                                        'DNSName': 'string',
                                        'IpAddresses': [
                                            'string',
                                        ]
                                    },
                                    'Management': {
                                        'DNSName': 'string',
                                        'IpAddresses': [
                                            'string',
                                        ]
                                    }
                                },
                                'DiskIopsConfiguration': {
                                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                    'Iops': 123
                                },
                                'PreferredSubnetId': 'string',
                                'RouteTableIds': [
                                    'string',
                                ],
                                'ThroughputCapacity': 123,
                                'WeeklyMaintenanceStartTime': 'string'
                            },
                            'FileSystemTypeVersion': 'string',
                            'OpenZFSConfiguration': {
                                'AutomaticBackupRetentionDays': 123,
                                'CopyTagsToBackups': True|False,
                                'CopyTagsToVolumes': True|False,
                                'DailyAutomaticBackupStartTime': 'string',
                                'DeploymentType': 'SINGLE_AZ_1',
                                'ThroughputCapacity': 123,
                                'WeeklyMaintenanceStartTime': 'string',
                                'DiskIopsConfiguration': {
                                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                    'Iops': 123
                                },
                                'RootVolumeId': 'string'
                            }
                        },
                        'FailureDetails': {
                            'Message': 'string'
                        },
                        'TargetVolumeValues': {'... recursive ...'},
                        'TargetSnapshotValues': {
                            'ResourceARN': 'string',
                            'SnapshotId': 'string',
                            'Name': 'string',
                            'VolumeId': 'string',
                            'CreationTime': datetime(2015, 1, 1),
                            'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                            'Tags': [
                                {
                                    'Key': 'string',
                                    'Value': 'string'
                                },
                            ],
                            'AdministrativeActions': {'... recursive ...'}
                        }
                    },
                ],
                'OpenZFSConfiguration': {
                    'ParentVolumeId': 'string',
                    'VolumePath': 'string',
                    'StorageCapacityReservationGiB': 123,
                    'StorageCapacityQuotaGiB': 123,
                    'DataCompressionType': 'NONE'|'ZSTD',
                    'CopyTagsToSnapshots': True|False,
                    'OriginSnapshot': {
                        'SnapshotARN': 'string',
                        'CopyStrategy': 'CLONE'|'FULL_COPY'
                    },
                    'ReadOnly': True|False,
                    'NfsExports': [
                        {
                            'ClientConfigurations': [
                                {
                                    'Clients': 'string',
                                    'Options': [
                                        'string',
                                    ]
                                },
                            ]
                        },
                    ],
                    'UserAndGroupQuotas': [
                        {
                            'Type': 'USER'|'GROUP',
                            'Id': 123,
                            'StorageCapacityQuotaGiB': 123
                        },
                    ]
                }
            }
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    Response object for the DescribeBackups operation.

    • Backups (list) --

      An array of backups.

      • (dict) --

        A backup of an Amazon FSx for Windows File Server, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.

        • BackupId (string) --

          The ID of the backup.

        • Lifecycle (string) --

          The lifecycle status of the backup.

          • AVAILABLE - The backup is fully available.
          • PENDING - For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup.
          • CREATING - Amazon FSx is creating the backup.
          • TRANSFERRING - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to Amazon S3.
          • COPYING - Amazon FSx is copying the backup.
          • DELETED - Amazon FSx deleted the backup and it's no longer available.
          • FAILED - Amazon FSx couldn't finish the backup.
        • FailureDetails (dict) --

          Details explaining any failures that occurred when creating a backup.

          • Message (string) --

            A message describing the backup-creation failure.

        • Type (string) --

          The type of the file-system backup.

        • ProgressPercent (integer) --

          The current percent of progress of an asynchronous task.

        • CreationTime (datetime) --

          The time when a particular backup was created.

        • KmsKeyId (string) --

          The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for the backup resource.

        • Tags (list) --

          The tags associated with a particular file system.

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • FileSystem (dict) --

          The metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.

          • OwnerId (string) --

            The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

          • CreationTime (datetime) --

            The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

          • FileSystemId (string) --

            The system-generated, unique 17-digit ID of the file system.

          • FileSystemType (string) --

            The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

          • Lifecycle (string) --

            The lifecycle status of the file system. The following are the possible values and what they mean:

            • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
            • CREATING - Amazon FSx is creating the new file system.
            • DELETING - Amazon FSx is deleting an existing file system.
            • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
            • MISCONFIGURED - The file system is in a failed but recoverable state.
            • UPDATING - The file system is undergoing a customer-initiated update.
          • FailureDetails (dict) --

            A structure providing details of any failures that occurred when creating a file system.

            • Message (string) --

              A message describing any failures that occurred during file system creation.

          • StorageCapacity (integer) --

            The storage capacity of the file system in gibibytes (GiB).

          • StorageType (string) --

            The 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.

          • VpcId (string) --

            The ID of the primary virtual private cloud (VPC) for the file system.

          • SubnetIds (list) --

            Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

            For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

            • (string) --

              The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

          • NetworkInterfaceIds (list) --

            The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

            For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

            • (string) --

              An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

          • DNSName (string) --

            The Domain Name System (DNS) name for the file system.

          • KmsKeyId (string) --

            The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

          • ResourceARN (string) --

            The Amazon Resource Name (ARN) for the file system resource.

          • Tags (list) --

            The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

            • (dict) --

              Specifies a key-value pair for a resource tag.

              • Key (string) --

                A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

              • Value (string) --

                A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

          • WindowsConfiguration (dict) --

            The configuration for this FSx for Windows File Server file system.

            • ActiveDirectoryId (string) --

              The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

            • SelfManagedActiveDirectoryConfiguration (dict) --

              The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

              • DomainName (string) --

                The fully qualified domain name of the self-managed AD directory.

              • OrganizationalUnitDistinguishedName (string) --

                The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

              • FileSystemAdministratorsGroup (string) --

                The name of the domain group whose members have administrative privileges for the FSx file system.

              • UserName (string) --

                The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

              • DnsIps (list) --

                A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                • (string) --
            • DeploymentType (string) --

              Specifies the file system deployment type, valid values are the following:

              • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
              • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
              • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

              For more information, see Single-AZ and Multi-AZ File Systems .

            • RemoteAdministrationEndpoint (string) --

              For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

              For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

              This endpoint is temporarily unavailable when the file system is undergoing maintenance.

            • PreferredSubnetId (string) --

              For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

              For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

            • PreferredFileServerIp (string) --

              For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

              Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

            • ThroughputCapacity (integer) --

              The throughput of the Amazon FSx file system, measured in megabytes per second.

            • MaintenanceOperationsInProgress (list) --

              The list of maintenance operations in progress for this file system.

              • (string) --

                An enumeration specifying the currently ongoing maintenance operation.

            • WeeklyMaintenanceStartTime (string) --

              The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

            • DailyAutomaticBackupStartTime (string) --

              The preferred time to take daily automatic backups, in the UTC time zone.

            • AutomaticBackupRetentionDays (integer) --

              The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

            • CopyTagsToBackups (boolean) --

              A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

            • Aliases (list) --

              An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

              • (dict) --

                A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                • Name (string) --

                  The name of the DNS alias. The alias name has to meet the following requirements:

                  • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                  • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                  • Cannot start or end with a hyphen.
                  • Can start with a numeric.

                  For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                • Lifecycle (string) --

                  Describes the state of the DNS alias.

                  • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                  • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                  • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                  • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                  • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
            • AuditLogConfiguration (dict) --

              The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

              • FileAccessAuditLogLevel (string) --

                Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                • DISABLED - access auditing of files and folders is turned off.
              • FileShareAccessAuditLogLevel (string) --

                Sets which attempt type is logged by Amazon FSx for file share accesses.

                • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                • FAILURE_ONLY - only failed attempts to access file shares are logged.
                • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                • DISABLED - access auditing of file shares is turned off.
              • AuditLogDestination (string) --

                The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

          • LustreConfiguration (dict) --

            The configuration for the Amazon FSx for Lustre file system.

            • WeeklyMaintenanceStartTime (string) --

              The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

            • DataRepositoryConfiguration (dict) --

              The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

              This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

              • Lifecycle (string) --

                Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                • AVAILABLE - The data repository is available for use.
                • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                • FAILED - The data repository is in a terminal state that cannot be recovered.
              • ImportPath (string) --

                The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

              • ExportPath (string) --

                The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

              • ImportedFileChunkSize (integer) --

                For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

              • AutoImportPolicy (string) --

                Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
              • FailureDetails (dict) --

                Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                • Message (string) --

                  A detailed error message.

            • DeploymentType (string) --

              The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

              SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

              The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

              The default is SCRATCH_1 .

            • PerUnitStorageThroughput (integer) --

              Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

              Valid values:

              • For PERSISTENT_1 SSD storage: 50, 100, 200.
              • For PERSISTENT_1 HDD storage: 12, 40.
              • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
            • MountName (string) --

              You use the MountName value when mounting the file system.

              For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

            • DailyAutomaticBackupStartTime (string) --

              A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

            • AutomaticBackupRetentionDays (integer) --

              The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

            • CopyTagsToBackups (boolean) --

              A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

            • DriveCacheType (string) --

              The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

              This parameter is required when StorageType is set to HDD.

            • DataCompressionType (string) --

              The data compression configuration for the file system. DataCompressionType can have the following values:

              • NONE - Data compression is turned off for the file system.
              • LZ4 - Data compression is turned on with the LZ4 algorithm.

              For more information, see Lustre data compression .

            • LogConfiguration (dict) --

              The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

              • Level (string) --

                The data repository events that are logged by Amazon FSx.

                • WARN_ONLY - only warning events are logged.
                • ERROR_ONLY - only error events are logged.
                • WARN_ERROR - both warning events and error events are logged.
                • DISABLED - logging of data repository events is turned off.
              • Destination (string) --

                The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

          • AdministrativeActions (list) --

            A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

            • (dict) --

              Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

              • AdministrativeActionType (string) --

                Describes the type of administrative action, as follows:

                • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
                • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                  • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                  • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                  • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

                You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

                • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
                • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
                • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
                • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
                • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
              • ProgressPercent (integer) --

                The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

              • RequestTime (datetime) --

                The time that the administrative action request was received.

              • Status (string) --

                Describes the status of the administrative action, as follows:

                • FAILED - Amazon FSx failed to process the administrative action successfully.
                • IN_PROGRESS - Amazon FSx is processing the administrative action.
                • PENDING - Amazon FSx is waiting to process the administrative action.
                • COMPLETED - Amazon FSx has finished processing the administrative task.
                • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
              • TargetFileSystemValues (dict) --

                Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

              • FailureDetails (dict) --

                Provides information about a failed administrative action.

                • Message (string) --

                  Error message providing details about the failed administrative action.

              • TargetVolumeValues (dict) --

                Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

                • CreationTime (datetime) --

                  The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

                • FileSystemId (string) --

                  The globally unique ID of the file system, assigned by Amazon FSx.

                • Lifecycle (string) --

                  The lifecycle status of the volume.

                  • AVAILABLE - The volume is fully available for use.
                  • CREATED - The volume has been created.
                  • CREATING - Amazon FSx is creating the new volume.
                  • DELETING - Amazon FSx is deleting an existing volume.
                  • FAILED - Amazon FSx was unable to create the volume.
                  • MISCONFIGURED - The volume is in a failed but recoverable state.
                  • PENDING - Amazon FSx hasn't started creating the volume.
                • Name (string) --

                  The name of the volume.

                • OntapConfiguration (dict) --

                  The configuration of an Amazon FSx for NetApp ONTAP volume.

                  • FlexCacheEndpointType (string) --

                    Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                    • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                    • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                    • CACHE specifies that the volume is a FlexCache volume.
                  • JunctionPath (string) --

                    Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

                  • SecurityStyle (string) --

                    The security style for the volume, which can be UNIX , NTFS , or MIXED .

                  • SizeInMegabytes (integer) --

                    The configured size of the volume, in megabytes (MBs).

                  • StorageEfficiencyEnabled (boolean) --

                    The volume's storage efficiency setting.

                  • StorageVirtualMachineId (string) --

                    The ID of the volume's storage virtual machine.

                  • StorageVirtualMachineRoot (boolean) --

                    A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                    This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

                  • TieringPolicy (dict) --

                    The volume's TieringPolicy setting.

                    • CoolingPeriod (integer) --

                      Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                    • Name (string) --

                      Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                      • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                      • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                      • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                      • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
                  • UUID (string) --

                    The volume's universally unique identifier (UUID).

                  • OntapVolumeType (string) --

                    Specifies the type of volume. Valid values are the following:

                    • RW specifies a read/write volume. RW is the default.
                    • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                    • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
                • ResourceARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • Tags (list) --

                  A list of Tag values, with a maximum of 50 elements.

                  • (dict) --

                    Specifies a key-value pair for a resource tag.

                    • Key (string) --

                      A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                    • Value (string) --

                      A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

                • VolumeId (string) --

                  The system-generated, unique ID of the volume.

                • VolumeType (string) --

                  The type of the volume.

                • LifecycleTransitionReason (dict) --

                  The reason why the volume lifecycle status changed.

                  • Message (string) --

                    A detailed error message.

                • AdministrativeActions (list) --

                  A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

                • OpenZFSConfiguration (dict) --

                  The configuration of an Amazon FSx for OpenZFS volume.

                  • ParentVolumeId (string) --

                    The ID of the parent volume.

                  • VolumePath (string) --

                    The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

                  • StorageCapacityReservationGiB (integer) --

                    The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

                  • StorageCapacityQuotaGiB (integer) --

                    The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

                  • DataCompressionType (string) --

                    The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                    • NONE - Doesn't compress the data on the volume.
                    • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
                  • CopyTagsToSnapshots (boolean) --

                    A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                  • OriginSnapshot (dict) --

                    The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                    • SnapshotARN (string) --

                      The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                    • CopyStrategy (string) --

                      The strategy used when copying data from the snapshot to the new volume.

                      • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                      • FULL_COPY - Copies all data from the snapshot to the new volume.
                  • ReadOnly (boolean) --

                    A Boolean value indicating whether the volume is read-only.

                  • NfsExports (list) --

                    The configuration object for mounting a Network File System (NFS) file system.

                    • (dict) --

                      The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                      • ClientConfigurations (list) --

                        A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                        • (dict) --

                          Specifies who can mount the file system and the options that can be used while mounting the file system.

                          • Clients (string) --

                            A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                          • Options (list) --

                            The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                            • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                            • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                            • (string) --
                  • UserAndGroupQuotas (list) --

                    An object specifying how much storage users or groups can use on the volume.

                    • (dict) --

                      The configuration for how much storage a user or group can use on the volume.

                      • Type (string) --

                        A value that specifies whether the quota applies to a user or group.

                      • Id (integer) --

                        The ID of the user or group.

                      • StorageCapacityQuotaGiB (integer) --

                        The amount of storage that the user or group can use in gibibytes (GiB).

              • TargetSnapshotValues (dict) --

                A snapshot of an Amazon FSx for OpenZFS volume.

                • ResourceARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • SnapshotId (string) --

                  The ID of the snapshot.

                • Name (string) --

                  The name of the snapshot.

                • VolumeId (string) --

                  The ID of the volume that the snapshot is of.

                • CreationTime (datetime) --

                  The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

                • Lifecycle (string) --

                  The lifecycle status of the snapshot.

                  • PENDING - Amazon FSx hasn't started creating the snapshot.
                  • CREATING - Amazon FSx is creating the snapshot.
                  • DELETING - Amazon FSx is deleting the snapshot.
                  • AVAILABLE - The snapshot is fully available.
                • Tags (list) --

                  A list of Tag values, with a maximum of 50 elements.

                  • (dict) --

                    Specifies a key-value pair for a resource tag.

                    • Key (string) --

                      A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                    • Value (string) --

                      A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

                • AdministrativeActions (list) --

                  A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

          • OntapConfiguration (dict) --

            The configuration for this FSx for ONTAP file system.

            • AutomaticBackupRetentionDays (integer) --

              The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

            • DailyAutomaticBackupStartTime (string) --

              A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

            • DeploymentType (string) --

              The ONTAP file system deployment type.

            • EndpointIpAddressRange (string) --

              The IP address range in which the endpoints to access your file system are created.

            • Endpoints (dict) --

              The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

              • Intercluster (dict) --

                An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                • DNSName (string) --

                  The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                • IpAddresses (list) --

                  IP addresses of the file system endpoint.

                  • (string) --
              • Management (dict) --

                An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                • DNSName (string) --

                  The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                • IpAddresses (list) --

                  IP addresses of the file system endpoint.

                  • (string) --
            • DiskIopsConfiguration (dict) --

              The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

              • Mode (string) --

                Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

              • Iops (integer) --

                The total number of SSD IOPS provisioned for the file system.

            • PreferredSubnetId (string) --

              The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

            • RouteTableIds (list) --

              The VPC route tables in which your file system's endpoints are created.

              • (string) --
            • ThroughputCapacity (integer) --

              The sustained throughput of an Amazon FSx file system in MBps.

            • WeeklyMaintenanceStartTime (string) --

              A recurring weekly time, in the format D:HH:MM .

              D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

              HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

              For example, 1:05:00 specifies maintenance at 5 AM Monday.

          • FileSystemTypeVersion (string) --

            The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

          • OpenZFSConfiguration (dict) --

            The configuration for this Amazon FSx for OpenZFS file system.

            • AutomaticBackupRetentionDays (integer) --

              The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

            • CopyTagsToBackups (boolean) --

              A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

            • CopyTagsToVolumes (boolean) --

              A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

            • DailyAutomaticBackupStartTime (string) --

              A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

            • DeploymentType (string) --

              Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

            • ThroughputCapacity (integer) --

              The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

            • WeeklyMaintenanceStartTime (string) --

              A recurring weekly time, in the format D:HH:MM .

              D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

              HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

              For example, 1:05:00 specifies maintenance at 5 AM Monday.

            • DiskIopsConfiguration (dict) --

              The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

              • Mode (string) --

                Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

              • Iops (integer) --

                The total number of SSD IOPS provisioned for the file system.

            • RootVolumeId (string) --

              The ID of the root volume of the OpenZFS file system.

        • DirectoryInformation (dict) --

          The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.

          • DomainName (string) --

            The fully qualified domain name of the self-managed Active Directory directory.

          • ActiveDirectoryId (string) --

            The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.

          • ResourceARN (string) --

            The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

        • OwnerId (string) --

          An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon Resource Names (ARNs) for resources.

        • SourceBackupId (string) --

          The ID of the source backup. Specifies the backup that you are copying.

        • SourceBackupRegion (string) --

          The source Region of the backup. Specifies the Region from where this backup is copied.

        • ResourceType (string) --

          Specifies the resource type that's backed up.

        • Volume (dict) --

          Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

          • CreationTime (datetime) --

            The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

          • FileSystemId (string) --

            The globally unique ID of the file system, assigned by Amazon FSx.

          • Lifecycle (string) --

            The lifecycle status of the volume.

            • AVAILABLE - The volume is fully available for use.
            • CREATED - The volume has been created.
            • CREATING - Amazon FSx is creating the new volume.
            • DELETING - Amazon FSx is deleting an existing volume.
            • FAILED - Amazon FSx was unable to create the volume.
            • MISCONFIGURED - The volume is in a failed but recoverable state.
            • PENDING - Amazon FSx hasn't started creating the volume.
          • Name (string) --

            The name of the volume.

          • OntapConfiguration (dict) --

            The configuration of an Amazon FSx for NetApp ONTAP volume.

            • FlexCacheEndpointType (string) --

              Specifies the FlexCache endpoint type of the volume. Valid values are the following:

              • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
              • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
              • CACHE specifies that the volume is a FlexCache volume.
            • JunctionPath (string) --

              Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

            • SecurityStyle (string) --

              The security style for the volume, which can be UNIX , NTFS , or MIXED .

            • SizeInMegabytes (integer) --

              The configured size of the volume, in megabytes (MBs).

            • StorageEfficiencyEnabled (boolean) --

              The volume's storage efficiency setting.

            • StorageVirtualMachineId (string) --

              The ID of the volume's storage virtual machine.

            • StorageVirtualMachineRoot (boolean) --

              A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

              This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

            • TieringPolicy (dict) --

              The volume's TieringPolicy setting.

              • CoolingPeriod (integer) --

                Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

              • Name (string) --

                Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
            • UUID (string) --

              The volume's universally unique identifier (UUID).

            • OntapVolumeType (string) --

              Specifies the type of volume. Valid values are the following:

              • RW specifies a read/write volume. RW is the default.
              • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
              • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
          • ResourceARN (string) --

            The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

          • Tags (list) --

            A list of Tag values, with a maximum of 50 elements.

            • (dict) --

              Specifies a key-value pair for a resource tag.

              • Key (string) --

                A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

              • Value (string) --

                A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

          • VolumeId (string) --

            The system-generated, unique ID of the volume.

          • VolumeType (string) --

            The type of the volume.

          • LifecycleTransitionReason (dict) --

            The reason why the volume lifecycle status changed.

            • Message (string) --

              A detailed error message.

          • AdministrativeActions (list) --

            A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

            • (dict) --

              Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

              • AdministrativeActionType (string) --

                Describes the type of administrative action, as follows:

                • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
                • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                  • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                  • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                  • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

                You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

                • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
                • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
                • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
                • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
                • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
              • ProgressPercent (integer) --

                The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

              • RequestTime (datetime) --

                The time that the administrative action request was received.

              • Status (string) --

                Describes the status of the administrative action, as follows:

                • FAILED - Amazon FSx failed to process the administrative action successfully.
                • IN_PROGRESS - Amazon FSx is processing the administrative action.
                • PENDING - Amazon FSx is waiting to process the administrative action.
                • COMPLETED - Amazon FSx has finished processing the administrative task.
                • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
              • TargetFileSystemValues (dict) --

                Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

                • OwnerId (string) --

                  The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

                • CreationTime (datetime) --

                  The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

                • FileSystemId (string) --

                  The system-generated, unique 17-digit ID of the file system.

                • FileSystemType (string) --

                  The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

                • Lifecycle (string) --

                  The lifecycle status of the file system. The following are the possible values and what they mean:

                  • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
                  • CREATING - Amazon FSx is creating the new file system.
                  • DELETING - Amazon FSx is deleting an existing file system.
                  • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
                  • MISCONFIGURED - The file system is in a failed but recoverable state.
                  • UPDATING - The file system is undergoing a customer-initiated update.
                • FailureDetails (dict) --

                  A structure providing details of any failures that occurred when creating a file system.

                  • Message (string) --

                    A message describing any failures that occurred during file system creation.

                • StorageCapacity (integer) --

                  The storage capacity of the file system in gibibytes (GiB).

                • StorageType (string) --

                  The 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.

                • VpcId (string) --

                  The ID of the primary virtual private cloud (VPC) for the file system.

                • SubnetIds (list) --

                  Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

                  For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

                  • (string) --

                    The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

                • NetworkInterfaceIds (list) --

                  The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

                  For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

                  • (string) --

                    An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

                • DNSName (string) --

                  The Domain Name System (DNS) name for the file system.

                • KmsKeyId (string) --

                  The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

                • ResourceARN (string) --

                  The Amazon Resource Name (ARN) for the file system resource.

                • Tags (list) --

                  The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

                  • (dict) --

                    Specifies a key-value pair for a resource tag.

                    • Key (string) --

                      A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                    • Value (string) --

                      A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

                • WindowsConfiguration (dict) --

                  The configuration for this FSx for Windows File Server file system.

                  • ActiveDirectoryId (string) --

                    The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

                  • SelfManagedActiveDirectoryConfiguration (dict) --

                    The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                    • DomainName (string) --

                      The fully qualified domain name of the self-managed AD directory.

                    • OrganizationalUnitDistinguishedName (string) --

                      The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                    • FileSystemAdministratorsGroup (string) --

                      The name of the domain group whose members have administrative privileges for the FSx file system.

                    • UserName (string) --

                      The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

                    • DnsIps (list) --

                      A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                      • (string) --
                  • DeploymentType (string) --

                    Specifies the file system deployment type, valid values are the following:

                    • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
                    • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
                    • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

                    For more information, see Single-AZ and Multi-AZ File Systems .

                  • RemoteAdministrationEndpoint (string) --

                    For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

                    For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

                    This endpoint is temporarily unavailable when the file system is undergoing maintenance.

                  • PreferredSubnetId (string) --

                    For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

                    For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

                  • PreferredFileServerIp (string) --

                    For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

                    Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

                  • ThroughputCapacity (integer) --

                    The throughput of the Amazon FSx file system, measured in megabytes per second.

                  • MaintenanceOperationsInProgress (list) --

                    The list of maintenance operations in progress for this file system.

                    • (string) --

                      An enumeration specifying the currently ongoing maintenance operation.

                  • WeeklyMaintenanceStartTime (string) --

                    The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                  • DailyAutomaticBackupStartTime (string) --

                    The preferred time to take daily automatic backups, in the UTC time zone.

                  • AutomaticBackupRetentionDays (integer) --

                    The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

                  • CopyTagsToBackups (boolean) --

                    A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                  • Aliases (list) --

                    An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

                    • (dict) --

                      A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                      • Name (string) --

                        The name of the DNS alias. The alias name has to meet the following requirements:

                        • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                        • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                        • Cannot start or end with a hyphen.
                        • Can start with a numeric.

                        For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                      • Lifecycle (string) --

                        Describes the state of the DNS alias.

                        • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                        • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                        • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                        • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                        • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
                  • AuditLogConfiguration (dict) --

                    The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

                    • FileAccessAuditLogLevel (string) --

                      Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                      • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                      • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                      • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                      • DISABLED - access auditing of files and folders is turned off.
                    • FileShareAccessAuditLogLevel (string) --

                      Sets which attempt type is logged by Amazon FSx for file share accesses.

                      • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                      • FAILURE_ONLY - only failed attempts to access file shares are logged.
                      • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                      • DISABLED - access auditing of file shares is turned off.
                    • AuditLogDestination (string) --

                      The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                      The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                      The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

                • LustreConfiguration (dict) --

                  The configuration for the Amazon FSx for Lustre file system.

                  • WeeklyMaintenanceStartTime (string) --

                    The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                  • DataRepositoryConfiguration (dict) --

                    The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

                    This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

                    • Lifecycle (string) --

                      Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                      • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                      • AVAILABLE - The data repository is available for use.
                      • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                      • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                      • FAILED - The data repository is in a terminal state that cannot be recovered.
                    • ImportPath (string) --

                      The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

                    • ExportPath (string) --

                      The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

                    • ImportedFileChunkSize (integer) --

                      For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                      The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

                    • AutoImportPolicy (string) --

                      Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                      • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                      • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                      • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                      • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
                    • FailureDetails (dict) --

                      Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                      • Message (string) --

                        A detailed error message.

                  • DeploymentType (string) --

                    The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

                    SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

                    The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

                    The default is SCRATCH_1 .

                  • PerUnitStorageThroughput (integer) --

                    Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

                    Valid values:

                    • For PERSISTENT_1 SSD storage: 50, 100, 200.
                    • For PERSISTENT_1 HDD storage: 12, 40.
                    • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
                  • MountName (string) --

                    You use the MountName value when mounting the file system.

                    For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

                  • DailyAutomaticBackupStartTime (string) --

                    A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                  • AutomaticBackupRetentionDays (integer) --

                    The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                  • CopyTagsToBackups (boolean) --

                    A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

                  • DriveCacheType (string) --

                    The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

                    This parameter is required when StorageType is set to HDD.

                  • DataCompressionType (string) --

                    The data compression configuration for the file system. DataCompressionType can have the following values:

                    • NONE - Data compression is turned off for the file system.
                    • LZ4 - Data compression is turned on with the LZ4 algorithm.

                    For more information, see Lustre data compression .

                  • LogConfiguration (dict) --

                    The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

                    • Level (string) --

                      The data repository events that are logged by Amazon FSx.

                      • WARN_ONLY - only warning events are logged.
                      • ERROR_ONLY - only error events are logged.
                      • WARN_ERROR - both warning events and error events are logged.
                      • DISABLED - logging of data repository events is turned off.
                    • Destination (string) --

                      The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

                • AdministrativeActions (list) --

                  A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

                • OntapConfiguration (dict) --

                  The configuration for this FSx for ONTAP file system.

                  • AutomaticBackupRetentionDays (integer) --

                    The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                  • DailyAutomaticBackupStartTime (string) --

                    A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                  • DeploymentType (string) --

                    The ONTAP file system deployment type.

                  • EndpointIpAddressRange (string) --

                    The IP address range in which the endpoints to access your file system are created.

                  • Endpoints (dict) --

                    The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

                    • Intercluster (dict) --

                      An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                      • DNSName (string) --

                        The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                      • IpAddresses (list) --

                        IP addresses of the file system endpoint.

                        • (string) --
                    • Management (dict) --

                      An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                      • DNSName (string) --

                        The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                      • IpAddresses (list) --

                        IP addresses of the file system endpoint.

                        • (string) --
                  • DiskIopsConfiguration (dict) --

                    The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

                    • Mode (string) --

                      Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                    • Iops (integer) --

                      The total number of SSD IOPS provisioned for the file system.

                  • PreferredSubnetId (string) --

                    The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

                  • RouteTableIds (list) --

                    The VPC route tables in which your file system's endpoints are created.

                    • (string) --
                  • ThroughputCapacity (integer) --

                    The sustained throughput of an Amazon FSx file system in MBps.

                  • WeeklyMaintenanceStartTime (string) --

                    A recurring weekly time, in the format D:HH:MM .

                    D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                    HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                    For example, 1:05:00 specifies maintenance at 5 AM Monday.

                • FileSystemTypeVersion (string) --

                  The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

                • OpenZFSConfiguration (dict) --

                  The configuration for this Amazon FSx for OpenZFS file system.

                  • AutomaticBackupRetentionDays (integer) --

                    The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                  • CopyTagsToBackups (boolean) --

                    A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                  • CopyTagsToVolumes (boolean) --

                    A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                  • DailyAutomaticBackupStartTime (string) --

                    A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                  • DeploymentType (string) --

                    Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

                  • ThroughputCapacity (integer) --

                    The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

                  • WeeklyMaintenanceStartTime (string) --

                    A recurring weekly time, in the format D:HH:MM .

                    D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                    HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                    For example, 1:05:00 specifies maintenance at 5 AM Monday.

                  • DiskIopsConfiguration (dict) --

                    The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

                    • Mode (string) --

                      Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                    • Iops (integer) --

                      The total number of SSD IOPS provisioned for the file system.

                  • RootVolumeId (string) --

                    The ID of the root volume of the OpenZFS file system.

              • FailureDetails (dict) --

                Provides information about a failed administrative action.

                • Message (string) --

                  Error message providing details about the failed administrative action.

              • TargetVolumeValues (dict) --

                Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

              • TargetSnapshotValues (dict) --

                A snapshot of an Amazon FSx for OpenZFS volume.

                • ResourceARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • SnapshotId (string) --

                  The ID of the snapshot.

                • Name (string) --

                  The name of the snapshot.

                • VolumeId (string) --

                  The ID of the volume that the snapshot is of.

                • CreationTime (datetime) --

                  The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

                • Lifecycle (string) --

                  The lifecycle status of the snapshot.

                  • PENDING - Amazon FSx hasn't started creating the snapshot.
                  • CREATING - Amazon FSx is creating the snapshot.
                  • DELETING - Amazon FSx is deleting the snapshot.
                  • AVAILABLE - The snapshot is fully available.
                • Tags (list) --

                  A list of Tag values, with a maximum of 50 elements.

                  • (dict) --

                    Specifies a key-value pair for a resource tag.

                    • Key (string) --

                      A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                    • Value (string) --

                      A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

                • AdministrativeActions (list) --

                  A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

          • OpenZFSConfiguration (dict) --

            The configuration of an Amazon FSx for OpenZFS volume.

            • ParentVolumeId (string) --

              The ID of the parent volume.

            • VolumePath (string) --

              The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

            • StorageCapacityReservationGiB (integer) --

              The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

            • StorageCapacityQuotaGiB (integer) --

              The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

            • DataCompressionType (string) --

              The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

              • NONE - Doesn't compress the data on the volume.
              • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
            • CopyTagsToSnapshots (boolean) --

              A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

            • OriginSnapshot (dict) --

              The configuration object that specifies the snapshot to use as the origin of the data for the volume.

              • SnapshotARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • CopyStrategy (string) --

                The strategy used when copying data from the snapshot to the new volume.

                • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                • FULL_COPY - Copies all data from the snapshot to the new volume.
            • ReadOnly (boolean) --

              A Boolean value indicating whether the volume is read-only.

            • NfsExports (list) --

              The configuration object for mounting a Network File System (NFS) file system.

              • (dict) --

                The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                • ClientConfigurations (list) --

                  A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                  • (dict) --

                    Specifies who can mount the file system and the options that can be used while mounting the file system.

                    • Clients (string) --

                      A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                    • Options (list) --

                      The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                      • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                      • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                      • (string) --
            • UserAndGroupQuotas (list) --

              An object specifying how much storage users or groups can use on the volume.

              • (dict) --

                The configuration for how much storage a user or group can use on the volume.

                • Type (string) --

                  A value that specifies whether the quota applies to a user or group.

                • Id (integer) --

                  The ID of the user or group.

                • StorageCapacityQuotaGiB (integer) --

                  The amount of storage that the user or group can use in gibibytes (GiB).

    • NextToken (string) --

      A NextToken value is present if there are more backups than returned in the response. You can use the NextToken value in the subsequent request to fetch the backups.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.VolumeNotFound
  • FSx.Client.exceptions.BackupNotFound
  • FSx.Client.exceptions.InternalServerError
describe_data_repository_associations(**kwargs)

Returns the description of specific Amazon FSx for Lustre data repository associations, if one or more AssociationIds values are provided in the request, or if filters are used in the request. Data repository associations are supported only for file systems with the Persistent_2 deployment type.

You can use filters to narrow the response to include just data repository associations for specific file systems (use the file-system-id filter with the ID of the file system) or data repository associations for a specific repository type (use the data-repository-type filter with a value of S3 ). If you don't use filters, the response returns all data repository associations owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.

When retrieving all data repository associations, you can paginate the response by using the optional MaxResults parameter to limit the number of data repository associations returned in a response. If more data repository associations remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.

See also: AWS API Documentation

Request Syntax

response = client.describe_data_repository_associations(
    AssociationIds=[
        'string',
    ],
    Filters=[
        {
            'Name': 'file-system-id'|'backup-type'|'file-system-type'|'volume-id'|'data-repository-type',
            'Values': [
                'string',
            ]
        },
    ],
    MaxResults=123,
    NextToken='string'
)
Parameters
  • AssociationIds (list) --

    IDs of the data repository associations whose descriptions you want to retrieve (String).

    • (string) --
  • Filters (list) --

    A list of Filter elements.

    • (dict) --

      A filter used to restrict the results of describe calls. You can use multiple filters to return results that meet all applied filter requirements.

      • Name (string) --

        The name for this filter.

      • Values (list) --

        The values of the filter. These are all the values for any of the applied filters.

        • (string) --

          The value for a filter.

  • MaxResults (integer) -- The maximum number of resources to return in the response. This value must be an integer greater than zero.
  • NextToken (string) -- (Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.
Return type

dict

Returns

Response Syntax

{
    'Associations': [
        {
            'AssociationId': 'string',
            'ResourceARN': 'string',
            'FileSystemId': 'string',
            'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
            'FailureDetails': {
                'Message': 'string'
            },
            'FileSystemPath': 'string',
            'DataRepositoryPath': 'string',
            'BatchImportMetaDataOnCreate': True|False,
            'ImportedFileChunkSize': 123,
            'S3': {
                'AutoImportPolicy': {
                    'Events': [
                        'NEW'|'CHANGED'|'DELETED',
                    ]
                },
                'AutoExportPolicy': {
                    'Events': [
                        'NEW'|'CHANGED'|'DELETED',
                    ]
                }
            },
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'CreationTime': datetime(2015, 1, 1)
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • Associations (list) --

      An array of one ore more data repository association descriptions.

      • (dict) --

        The configuration of a data repository association that links an Amazon FSx for Lustre file system to an Amazon S3 bucket. The data repository association configuration object is returned in the response of the following operations:

        • CreateDataRepositoryAssociation
        • UpdateDataRepositoryAssociation
        • DescribeDataRepositoryAssociations

        Data repository associations are supported only for file systems with the Persistent_2 deployment type.

        • AssociationId (string) --

          The system-generated, unique ID of the data repository association.

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

        • FileSystemId (string) --

          The globally unique ID of the file system, assigned by Amazon FSx.

        • Lifecycle (string) --

          Describes the state of a data repository association. The lifecycle can have the following values:

          • CREATING - The data repository association between the FSx file system and the S3 data repository is being created. The data repository is unavailable.
          • AVAILABLE - The data repository association is available for use.
          • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket or automatically export updates to the S3 bucket until the data repository association configuration is corrected.
          • UPDATING - The data repository association is undergoing a customer initiated update that might affect its availability.
          • DELETING - The data repository association is undergoing a customer initiated deletion.
          • FAILED - The data repository association is in a terminal state that cannot be recovered.
        • FailureDetails (dict) --

          Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

          • Message (string) --

            A detailed error message.

        • FileSystemPath (string) --

          A path on the file system that points to a high-level directory (such as /ns1/ ) or subdirectory (such as /ns1/subdir/ ) that will be mapped 1-1 with DataRepositoryPath . The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/ , then you cannot link another data repository with file system path /ns1/ns2 .

          This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.

        • DataRepositoryPath (string) --

          The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/ . This path specifies where in the S3 data repository files will be imported from or exported to.

        • BatchImportMetaDataOnCreate (boolean) --

          A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created. The task runs if this flag is set to true .

        • ImportedFileChunkSize (integer) --

          For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

          The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

        • S3 (dict) --

          The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.

          • AutoImportPolicy (dict) --

            Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.

            • Events (list) --

              The AutoImportPolicy can have the following event values:

              • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.
              • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.
              • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

              You can define any combination of event types for your AutoImportPolicy .

              • (string) --
          • AutoExportPolicy (dict) --

            Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

            • Events (list) --

              The AutoExportPolicy can have the following event values:

              • NEW - Amazon FSx automatically exports new files and directories to the data repository as they are added to the file system.
              • CHANGED - Amazon FSx automatically exports changes to files and directories on the file system to the data repository.
              • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

              You can define any combination of event types for your AutoExportPolicy .

              • (string) --
        • Tags (list) --

          A list of Tag values, with a maximum of 50 elements.

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • CreationTime (datetime) --

          The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

    • NextToken (string) --

      (Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.DataRepositoryAssociationNotFound
  • FSx.Client.exceptions.InvalidDataRepositoryType
  • FSx.Client.exceptions.InternalServerError
describe_data_repository_tasks(**kwargs)

Returns the description of specific Amazon FSx for Lustre data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request. You can use filters to narrow the response to include just tasks for specific file systems, or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.

When retrieving all tasks, you can paginate the response by using the optional MaxResults parameter to limit the number of tasks returned in a response. If more tasks remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.

See also: AWS API Documentation

Request Syntax

response = client.describe_data_repository_tasks(
    TaskIds=[
        'string',
    ],
    Filters=[
        {
            'Name': 'file-system-id'|'task-lifecycle'|'data-repository-association-id',
            'Values': [
                'string',
            ]
        },
    ],
    MaxResults=123,
    NextToken='string'
)
Parameters
  • TaskIds (list) --

    (Optional) IDs of the tasks whose descriptions you want to retrieve (String).

    • (string) --
  • Filters (list) --

    (Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.

    • (dict) --

      (Optional) An array of filter objects you can use to filter the response of data repository tasks you will see in the the response. You can filter the tasks returned in the response by one or more file system IDs, task lifecycles, and by task type. A filter object consists of a filter Name , and one or more Values for the filter.

      • Name (string) --

        Name of the task property to use in filtering the tasks returned in the response.

        • Use file-system-id to retrieve data repository tasks for specific file systems.
        • Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.
      • Values (list) --

        Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.

        • (string) --
  • MaxResults (integer) -- The maximum number of resources to return in the response. This value must be an integer greater than zero.
  • NextToken (string) -- (Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.
Return type

dict

Returns

Response Syntax

{
    'DataRepositoryTasks': [
        {
            'TaskId': 'string',
            'Lifecycle': 'PENDING'|'EXECUTING'|'FAILED'|'SUCCEEDED'|'CANCELED'|'CANCELING',
            'Type': 'EXPORT_TO_REPOSITORY'|'IMPORT_METADATA_FROM_REPOSITORY',
            'CreationTime': datetime(2015, 1, 1),
            'StartTime': datetime(2015, 1, 1),
            'EndTime': datetime(2015, 1, 1),
            'ResourceARN': 'string',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'FileSystemId': 'string',
            'Paths': [
                'string',
            ],
            'FailureDetails': {
                'Message': 'string'
            },
            'Status': {
                'TotalCount': 123,
                'SucceededCount': 123,
                'FailedCount': 123,
                'LastUpdatedTime': datetime(2015, 1, 1)
            },
            'Report': {
                'Enabled': True|False,
                'Path': 'string',
                'Format': 'REPORT_CSV_20191124',
                'Scope': 'FAILED_FILES_ONLY'
            }
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • DataRepositoryTasks (list) --

      The collection of data repository task descriptions returned.

      • (dict) --

        A description of the data repository task. You use data repository tasks to perform bulk transfer operations between your Amazon FSx file system and a linked data repository.

        • TaskId (string) --

          The system-generated, unique 17-digit ID of the data repository task.

        • Lifecycle (string) --

          The lifecycle status of the data repository task, as follows:

          • PENDING - Amazon FSx has not started the task.
          • EXECUTING - Amazon FSx is processing the task.
          • FAILED - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures.
          • SUCCEEDED - FSx completed the task successfully.
          • CANCELED - Amazon FSx canceled the task and it did not complete.
          • CANCELING - FSx is in process of canceling the task.

          Note

          You cannot delete an FSx for Lustre file system if there are data repository tasks for the file system in the PENDING or EXECUTING states. Please retry when the data repository task is finished (with a status of CANCELED , SUCCEEDED , or FAILED ). You can use the DescribeDataRepositoryTask action to monitor the task status. Contact the FSx team if you need to delete your file system immediately.

        • Type (string) --

          The type of data repository task.

          • The EXPORT_TO_REPOSITORY data repository task exports from your Lustre file system from to a linked S3 bucket.
          • The IMPORT_METADATA_FROM_REPOSITORY data repository task imports metadata changes from a linked S3 bucket to your Lustre file system.
        • CreationTime (datetime) --

          The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

        • StartTime (datetime) --

          The time that Amazon FSx began processing the task.

        • EndTime (datetime) --

          The time that Amazon FSx completed processing the task, populated after the task is complete.

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

        • Tags (list) --

          A list of Tag values, with a maximum of 50 elements.

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • FileSystemId (string) --

          The globally unique ID of the file system, assigned by Amazon FSx.

        • Paths (list) --

          An array of paths on the Amazon FSx for Lustre file system that specify the data for the data repository task to process. For example, in an EXPORT_TO_REPOSITORY task, the paths specify which data to export to the linked data repository.

          (Default) If Paths is not specified, Amazon FSx uses the file system root directory.

          • (string) --
        • FailureDetails (dict) --

          Failure message describing why the task failed, it is populated only when Lifecycle is set to FAILED .

          • Message (string) --

            A detailed error message.

        • Status (dict) --

          Provides the status of the number of files that the task has processed successfully and failed to process.

          • TotalCount (integer) --

            The total number of files that the task will process. While a task is executing, the sum of SucceededCount plus FailedCount may not equal TotalCount . When the task is complete, TotalCount equals the sum of SucceededCount plus FailedCount .

          • SucceededCount (integer) --

            A running total of the number of files that the task has successfully processed.

          • FailedCount (integer) --

            A running total of the number of files that the task failed to process.

          • LastUpdatedTime (datetime) --

            The time at which the task status was last updated.

        • Report (dict) --

          Provides a report detailing the data repository task results of the files processed that match the criteria specified in the report Scope parameter. FSx delivers the report to the file system's linked data repository in Amazon S3, using the path specified in the report Path parameter. You can specify whether or not a report gets generated for a task using the Enabled parameter.

          • Enabled (boolean) --

            Set Enabled to True to generate a CompletionReport when the task completes. If set to true , then you need to provide a report Scope , Path , and Format . Set Enabled to False if you do not want a CompletionReport generated when the task completes.

          • Path (string) --

            Required if Enabled is set to true . Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location. The Path you provide must be located within the file system’s ExportPath. An example Path value is "s3://myBucket/myExportPath/optionalPrefix". The report provides the following information for each file in the report: FilePath, FileStatus, and ErrorCode. To learn more about a file system's ExportPath , see .

          • Format (string) --

            Required if Enabled is set to true . Specifies the format of the CompletionReport . REPORT_CSV_20191124 is the only format currently supported. When Format is set to REPORT_CSV_20191124 , the CompletionReport is provided in CSV format, and is delivered to {path}/task-{id}/failures.csv .

          • Scope (string) --

            Required if Enabled is set to true . Specifies the scope of the CompletionReport ; FAILED_FILES_ONLY is the only scope currently supported. When Scope is set to FAILED_FILES_ONLY , the CompletionReport only contains information about files that the data repository task failed to process.

    • NextToken (string) --

      (Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.DataRepositoryTaskNotFound
  • FSx.Client.exceptions.InternalServerError
describe_file_system_aliases(**kwargs)

Returns the DNS aliases that are associated with the specified Amazon FSx for Windows File Server file system. A history of all DNS aliases that have been associated with and disassociated from the file system is available in the list of AdministrativeAction provided in the DescribeFileSystems operation response.

See also: AWS API Documentation

Request Syntax

response = client.describe_file_system_aliases(
    ClientRequestToken='string',
    FileSystemId='string',
    MaxResults=123,
    NextToken='string'
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • FileSystemId (string) --

    [REQUIRED]

    The ID of the file system to return the associated DNS aliases for (String).

  • MaxResults (integer) -- Maximum number of DNS aliases to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.
  • NextToken (string) -- Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String). If a token is included in the request, the action continues the list from where the previous returning call left off.
Return type

dict

Returns

Response Syntax

{
    'Aliases': [
        {
            'Name': 'string',
            'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    The response object for DescribeFileSystemAliases operation.

    • Aliases (list) --

      An array of one or more DNS aliases currently associated with the specified file system.

      • (dict) --

        A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

        • Name (string) --

          The name of the DNS alias. The alias name has to meet the following requirements:

          • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
          • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
          • Cannot start or end with a hyphen.
          • Can start with a numeric.

          For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

        • Lifecycle (string) --

          Describes the state of the DNS alias.

          • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
          • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
          • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
          • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
          • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
    • NextToken (string) --

      Present if there are more DNS aliases than returned in the response (String). You can use the NextToken value in a later request to fetch additional descriptions.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.InternalServerError
describe_file_systems(**kwargs)

Returns the description of specific Amazon FSx file systems, if a FileSystemIds value is provided for that file system. Otherwise, it returns descriptions of all file systems owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.

When retrieving all file system descriptions, you can optionally specify the MaxResults parameter to limit the number of descriptions in a response. If more file system descriptions remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.

This operation is used in an iterative process to retrieve a list of your file system descriptions. DescribeFileSystems is called first without a NextToken value. Then the operation continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken .

When using this operation, keep the following in mind:

  • The implementation might return fewer than MaxResults file system descriptions while still including a NextToken value.
  • The order of file systems returned in the response of one DescribeFileSystems call and the order of file systems returned across the responses of a multicall iteration is unspecified.

See also: AWS API Documentation

Request Syntax

response = client.describe_file_systems(
    FileSystemIds=[
        'string',
    ],
    MaxResults=123,
    NextToken='string'
)
Parameters
  • FileSystemIds (list) --

    IDs of the file systems whose descriptions you want to retrieve (String).

    • (string) --

      The globally unique ID of the file system, assigned by Amazon FSx.

  • MaxResults (integer) -- Maximum number of file systems to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.
  • NextToken (string) -- Opaque pagination token returned from a previous DescribeFileSystems operation (String). If a token present, the operation continues the list from where the returning call left off.
Return type

dict

Returns

Response Syntax

{
    'FileSystems': [
        {
            'OwnerId': 'string',
            'CreationTime': datetime(2015, 1, 1),
            'FileSystemId': 'string',
            'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
            'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
            'FailureDetails': {
                'Message': 'string'
            },
            'StorageCapacity': 123,
            'StorageType': 'SSD'|'HDD',
            'VpcId': 'string',
            'SubnetIds': [
                'string',
            ],
            'NetworkInterfaceIds': [
                'string',
            ],
            'DNSName': 'string',
            'KmsKeyId': 'string',
            'ResourceARN': 'string',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'WindowsConfiguration': {
                'ActiveDirectoryId': 'string',
                'SelfManagedActiveDirectoryConfiguration': {
                    'DomainName': 'string',
                    'OrganizationalUnitDistinguishedName': 'string',
                    'FileSystemAdministratorsGroup': 'string',
                    'UserName': 'string',
                    'DnsIps': [
                        'string',
                    ]
                },
                'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                'RemoteAdministrationEndpoint': 'string',
                'PreferredSubnetId': 'string',
                'PreferredFileServerIp': 'string',
                'ThroughputCapacity': 123,
                'MaintenanceOperationsInProgress': [
                    'PATCHING'|'BACKING_UP',
                ],
                'WeeklyMaintenanceStartTime': 'string',
                'DailyAutomaticBackupStartTime': 'string',
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'Aliases': [
                    {
                        'Name': 'string',
                        'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                    },
                ],
                'AuditLogConfiguration': {
                    'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                    'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                    'AuditLogDestination': 'string'
                }
            },
            'LustreConfiguration': {
                'WeeklyMaintenanceStartTime': 'string',
                'DataRepositoryConfiguration': {
                    'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                    'ImportPath': 'string',
                    'ExportPath': 'string',
                    'ImportedFileChunkSize': 123,
                    'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                    'FailureDetails': {
                        'Message': 'string'
                    }
                },
                'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                'PerUnitStorageThroughput': 123,
                'MountName': 'string',
                'DailyAutomaticBackupStartTime': 'string',
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'DriveCacheType': 'NONE'|'READ',
                'DataCompressionType': 'NONE'|'LZ4',
                'LogConfiguration': {
                    'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                    'Destination': 'string'
                }
            },
            'AdministrativeActions': [
                {
                    'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                    'ProgressPercent': 123,
                    'RequestTime': datetime(2015, 1, 1),
                    'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                    'TargetFileSystemValues': {'... recursive ...'},
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'TargetVolumeValues': {
                        'CreationTime': datetime(2015, 1, 1),
                        'FileSystemId': 'string',
                        'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                        'Name': 'string',
                        'OntapConfiguration': {
                            'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                            'JunctionPath': 'string',
                            'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                            'SizeInMegabytes': 123,
                            'StorageEfficiencyEnabled': True|False,
                            'StorageVirtualMachineId': 'string',
                            'StorageVirtualMachineRoot': True|False,
                            'TieringPolicy': {
                                'CoolingPeriod': 123,
                                'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                            },
                            'UUID': 'string',
                            'OntapVolumeType': 'RW'|'DP'|'LS'
                        },
                        'ResourceARN': 'string',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'VolumeId': 'string',
                        'VolumeType': 'ONTAP'|'OPENZFS',
                        'LifecycleTransitionReason': {
                            'Message': 'string'
                        },
                        'AdministrativeActions': {'... recursive ...'},
                        'OpenZFSConfiguration': {
                            'ParentVolumeId': 'string',
                            'VolumePath': 'string',
                            'StorageCapacityReservationGiB': 123,
                            'StorageCapacityQuotaGiB': 123,
                            'DataCompressionType': 'NONE'|'ZSTD',
                            'CopyTagsToSnapshots': True|False,
                            'OriginSnapshot': {
                                'SnapshotARN': 'string',
                                'CopyStrategy': 'CLONE'|'FULL_COPY'
                            },
                            'ReadOnly': True|False,
                            'NfsExports': [
                                {
                                    'ClientConfigurations': [
                                        {
                                            'Clients': 'string',
                                            'Options': [
                                                'string',
                                            ]
                                        },
                                    ]
                                },
                            ],
                            'UserAndGroupQuotas': [
                                {
                                    'Type': 'USER'|'GROUP',
                                    'Id': 123,
                                    'StorageCapacityQuotaGiB': 123
                                },
                            ]
                        }
                    },
                    'TargetSnapshotValues': {
                        'ResourceARN': 'string',
                        'SnapshotId': 'string',
                        'Name': 'string',
                        'VolumeId': 'string',
                        'CreationTime': datetime(2015, 1, 1),
                        'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'AdministrativeActions': {'... recursive ...'}
                    }
                },
            ],
            'OntapConfiguration': {
                'AutomaticBackupRetentionDays': 123,
                'DailyAutomaticBackupStartTime': 'string',
                'DeploymentType': 'MULTI_AZ_1',
                'EndpointIpAddressRange': 'string',
                'Endpoints': {
                    'Intercluster': {
                        'DNSName': 'string',
                        'IpAddresses': [
                            'string',
                        ]
                    },
                    'Management': {
                        'DNSName': 'string',
                        'IpAddresses': [
                            'string',
                        ]
                    }
                },
                'DiskIopsConfiguration': {
                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                    'Iops': 123
                },
                'PreferredSubnetId': 'string',
                'RouteTableIds': [
                    'string',
                ],
                'ThroughputCapacity': 123,
                'WeeklyMaintenanceStartTime': 'string'
            },
            'FileSystemTypeVersion': 'string',
            'OpenZFSConfiguration': {
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'CopyTagsToVolumes': True|False,
                'DailyAutomaticBackupStartTime': 'string',
                'DeploymentType': 'SINGLE_AZ_1',
                'ThroughputCapacity': 123,
                'WeeklyMaintenanceStartTime': 'string',
                'DiskIopsConfiguration': {
                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                    'Iops': 123
                },
                'RootVolumeId': 'string'
            }
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    The response object for DescribeFileSystems operation.

    • FileSystems (list) --

      An array of file system descriptions.

      • (dict) --

        A description of a specific Amazon FSx file system.

        • OwnerId (string) --

          The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

        • CreationTime (datetime) --

          The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

        • FileSystemId (string) --

          The system-generated, unique 17-digit ID of the file system.

        • FileSystemType (string) --

          The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

        • Lifecycle (string) --

          The lifecycle status of the file system. The following are the possible values and what they mean:

          • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
          • CREATING - Amazon FSx is creating the new file system.
          • DELETING - Amazon FSx is deleting an existing file system.
          • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
          • MISCONFIGURED - The file system is in a failed but recoverable state.
          • UPDATING - The file system is undergoing a customer-initiated update.
        • FailureDetails (dict) --

          A structure providing details of any failures that occurred when creating a file system.

          • Message (string) --

            A message describing any failures that occurred during file system creation.

        • StorageCapacity (integer) --

          The storage capacity of the file system in gibibytes (GiB).

        • StorageType (string) --

          The 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.

        • VpcId (string) --

          The ID of the primary virtual private cloud (VPC) for the file system.

        • SubnetIds (list) --

          Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

          For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

          • (string) --

            The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

        • NetworkInterfaceIds (list) --

          The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

          For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

          • (string) --

            An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

        • DNSName (string) --

          The Domain Name System (DNS) name for the file system.

        • KmsKeyId (string) --

          The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for the file system resource.

        • Tags (list) --

          The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • WindowsConfiguration (dict) --

          The configuration for this FSx for Windows File Server file system.

          • ActiveDirectoryId (string) --

            The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

          • SelfManagedActiveDirectoryConfiguration (dict) --

            The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

            • DomainName (string) --

              The fully qualified domain name of the self-managed AD directory.

            • OrganizationalUnitDistinguishedName (string) --

              The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

            • FileSystemAdministratorsGroup (string) --

              The name of the domain group whose members have administrative privileges for the FSx file system.

            • UserName (string) --

              The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

            • DnsIps (list) --

              A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

              • (string) --
          • DeploymentType (string) --

            Specifies the file system deployment type, valid values are the following:

            • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
            • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
            • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

            For more information, see Single-AZ and Multi-AZ File Systems .

          • RemoteAdministrationEndpoint (string) --

            For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

            For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

            This endpoint is temporarily unavailable when the file system is undergoing maintenance.

          • PreferredSubnetId (string) --

            For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

            For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

          • PreferredFileServerIp (string) --

            For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

            Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

          • ThroughputCapacity (integer) --

            The throughput of the Amazon FSx file system, measured in megabytes per second.

          • MaintenanceOperationsInProgress (list) --

            The list of maintenance operations in progress for this file system.

            • (string) --

              An enumeration specifying the currently ongoing maintenance operation.

          • WeeklyMaintenanceStartTime (string) --

            The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

          • DailyAutomaticBackupStartTime (string) --

            The preferred time to take daily automatic backups, in the UTC time zone.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

          • CopyTagsToBackups (boolean) --

            A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

          • Aliases (list) --

            An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

            • (dict) --

              A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

              • Name (string) --

                The name of the DNS alias. The alias name has to meet the following requirements:

                • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                • Cannot start or end with a hyphen.
                • Can start with a numeric.

                For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

              • Lifecycle (string) --

                Describes the state of the DNS alias.

                • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
          • AuditLogConfiguration (dict) --

            The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

            • FileAccessAuditLogLevel (string) --

              Sets which attempt type is logged by Amazon FSx for file and folder accesses.

              • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
              • FAILURE_ONLY - only failed attempts to access files or folders are logged.
              • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
              • DISABLED - access auditing of files and folders is turned off.
            • FileShareAccessAuditLogLevel (string) --

              Sets which attempt type is logged by Amazon FSx for file share accesses.

              • SUCCESS_ONLY - only successful attempts to access file shares are logged.
              • FAILURE_ONLY - only failed attempts to access file shares are logged.
              • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
              • DISABLED - access auditing of file shares is turned off.
            • AuditLogDestination (string) --

              The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

              The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

              The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

        • LustreConfiguration (dict) --

          The configuration for the Amazon FSx for Lustre file system.

          • WeeklyMaintenanceStartTime (string) --

            The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

          • DataRepositoryConfiguration (dict) --

            The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

            This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

            • Lifecycle (string) --

              Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

              • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
              • AVAILABLE - The data repository is available for use.
              • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
              • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
              • FAILED - The data repository is in a terminal state that cannot be recovered.
            • ImportPath (string) --

              The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

            • ExportPath (string) --

              The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

            • ImportedFileChunkSize (integer) --

              For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

              The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

            • AutoImportPolicy (string) --

              Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

              • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
              • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
              • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
              • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
            • FailureDetails (dict) --

              Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

              • Message (string) --

                A detailed error message.

          • DeploymentType (string) --

            The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

            SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

            The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

            The default is SCRATCH_1 .

          • PerUnitStorageThroughput (integer) --

            Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

            Valid values:

            • For PERSISTENT_1 SSD storage: 50, 100, 200.
            • For PERSISTENT_1 HDD storage: 12, 40.
            • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
          • MountName (string) --

            You use the MountName value when mounting the file system.

            For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • CopyTagsToBackups (boolean) --

            A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

          • DriveCacheType (string) --

            The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

            This parameter is required when StorageType is set to HDD.

          • DataCompressionType (string) --

            The data compression configuration for the file system. DataCompressionType can have the following values:

            • NONE - Data compression is turned off for the file system.
            • LZ4 - Data compression is turned on with the LZ4 algorithm.

            For more information, see Lustre data compression .

          • LogConfiguration (dict) --

            The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

            • Level (string) --

              The data repository events that are logged by Amazon FSx.

              • WARN_ONLY - only warning events are logged.
              • ERROR_ONLY - only error events are logged.
              • WARN_ERROR - both warning events and error events are logged.
              • DISABLED - logging of data repository events is turned off.
            • Destination (string) --

              The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

        • AdministrativeActions (list) --

          A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

          • (dict) --

            Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

            • AdministrativeActionType (string) --

              Describes the type of administrative action, as follows:

              • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
              • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

              You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

              • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
              • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
              • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
              • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
              • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
            • ProgressPercent (integer) --

              The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

            • RequestTime (datetime) --

              The time that the administrative action request was received.

            • Status (string) --

              Describes the status of the administrative action, as follows:

              • FAILED - Amazon FSx failed to process the administrative action successfully.
              • IN_PROGRESS - Amazon FSx is processing the administrative action.
              • PENDING - Amazon FSx is waiting to process the administrative action.
              • COMPLETED - Amazon FSx has finished processing the administrative task.
              • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
            • TargetFileSystemValues (dict) --

              Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

            • FailureDetails (dict) --

              Provides information about a failed administrative action.

              • Message (string) --

                Error message providing details about the failed administrative action.

            • TargetVolumeValues (dict) --

              Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • FileSystemId (string) --

                The globally unique ID of the file system, assigned by Amazon FSx.

              • Lifecycle (string) --

                The lifecycle status of the volume.

                • AVAILABLE - The volume is fully available for use.
                • CREATED - The volume has been created.
                • CREATING - Amazon FSx is creating the new volume.
                • DELETING - Amazon FSx is deleting an existing volume.
                • FAILED - Amazon FSx was unable to create the volume.
                • MISCONFIGURED - The volume is in a failed but recoverable state.
                • PENDING - Amazon FSx hasn't started creating the volume.
              • Name (string) --

                The name of the volume.

              • OntapConfiguration (dict) --

                The configuration of an Amazon FSx for NetApp ONTAP volume.

                • FlexCacheEndpointType (string) --

                  Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                  • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                  • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                  • CACHE specifies that the volume is a FlexCache volume.
                • JunctionPath (string) --

                  Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

                • SecurityStyle (string) --

                  The security style for the volume, which can be UNIX , NTFS , or MIXED .

                • SizeInMegabytes (integer) --

                  The configured size of the volume, in megabytes (MBs).

                • StorageEfficiencyEnabled (boolean) --

                  The volume's storage efficiency setting.

                • StorageVirtualMachineId (string) --

                  The ID of the volume's storage virtual machine.

                • StorageVirtualMachineRoot (boolean) --

                  A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                  This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

                • TieringPolicy (dict) --

                  The volume's TieringPolicy setting.

                  • CoolingPeriod (integer) --

                    Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                  • Name (string) --

                    Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                    • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                    • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                    • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                    • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
                • UUID (string) --

                  The volume's universally unique identifier (UUID).

                • OntapVolumeType (string) --

                  Specifies the type of volume. Valid values are the following:

                  • RW specifies a read/write volume. RW is the default.
                  • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                  • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • VolumeId (string) --

                The system-generated, unique ID of the volume.

              • VolumeType (string) --

                The type of the volume.

              • LifecycleTransitionReason (dict) --

                The reason why the volume lifecycle status changed.

                • Message (string) --

                  A detailed error message.

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

              • OpenZFSConfiguration (dict) --

                The configuration of an Amazon FSx for OpenZFS volume.

                • ParentVolumeId (string) --

                  The ID of the parent volume.

                • VolumePath (string) --

                  The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

                • StorageCapacityReservationGiB (integer) --

                  The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

                • StorageCapacityQuotaGiB (integer) --

                  The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

                • DataCompressionType (string) --

                  The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                  • NONE - Doesn't compress the data on the volume.
                  • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
                • CopyTagsToSnapshots (boolean) --

                  A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                • OriginSnapshot (dict) --

                  The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                  • SnapshotARN (string) --

                    The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                  • CopyStrategy (string) --

                    The strategy used when copying data from the snapshot to the new volume.

                    • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                    • FULL_COPY - Copies all data from the snapshot to the new volume.
                • ReadOnly (boolean) --

                  A Boolean value indicating whether the volume is read-only.

                • NfsExports (list) --

                  The configuration object for mounting a Network File System (NFS) file system.

                  • (dict) --

                    The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                    • ClientConfigurations (list) --

                      A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                      • (dict) --

                        Specifies who can mount the file system and the options that can be used while mounting the file system.

                        • Clients (string) --

                          A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                        • Options (list) --

                          The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                          • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                          • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                          • (string) --
                • UserAndGroupQuotas (list) --

                  An object specifying how much storage users or groups can use on the volume.

                  • (dict) --

                    The configuration for how much storage a user or group can use on the volume.

                    • Type (string) --

                      A value that specifies whether the quota applies to a user or group.

                    • Id (integer) --

                      The ID of the user or group.

                    • StorageCapacityQuotaGiB (integer) --

                      The amount of storage that the user or group can use in gibibytes (GiB).

            • TargetSnapshotValues (dict) --

              A snapshot of an Amazon FSx for OpenZFS volume.

              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • SnapshotId (string) --

                The ID of the snapshot.

              • Name (string) --

                The name of the snapshot.

              • VolumeId (string) --

                The ID of the volume that the snapshot is of.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • Lifecycle (string) --

                The lifecycle status of the snapshot.

                • PENDING - Amazon FSx hasn't started creating the snapshot.
                • CREATING - Amazon FSx is creating the snapshot.
                • DELETING - Amazon FSx is deleting the snapshot.
                • AVAILABLE - The snapshot is fully available.
              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

        • OntapConfiguration (dict) --

          The configuration for this FSx for ONTAP file system.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • DeploymentType (string) --

            The ONTAP file system deployment type.

          • EndpointIpAddressRange (string) --

            The IP address range in which the endpoints to access your file system are created.

          • Endpoints (dict) --

            The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

            • Intercluster (dict) --

              An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

              • DNSName (string) --

                The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

              • IpAddresses (list) --

                IP addresses of the file system endpoint.

                • (string) --
            • Management (dict) --

              An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

              • DNSName (string) --

                The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

              • IpAddresses (list) --

                IP addresses of the file system endpoint.

                • (string) --
          • DiskIopsConfiguration (dict) --

            The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

            • Mode (string) --

              Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

            • Iops (integer) --

              The total number of SSD IOPS provisioned for the file system.

          • PreferredSubnetId (string) --

            The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

          • RouteTableIds (list) --

            The VPC route tables in which your file system's endpoints are created.

            • (string) --
          • ThroughputCapacity (integer) --

            The sustained throughput of an Amazon FSx file system in MBps.

          • WeeklyMaintenanceStartTime (string) --

            A recurring weekly time, in the format D:HH:MM .

            D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

            HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

            For example, 1:05:00 specifies maintenance at 5 AM Monday.

        • FileSystemTypeVersion (string) --

          The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

        • OpenZFSConfiguration (dict) --

          The configuration for this Amazon FSx for OpenZFS file system.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • CopyTagsToBackups (boolean) --

            A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

          • CopyTagsToVolumes (boolean) --

            A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • DeploymentType (string) --

            Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

          • ThroughputCapacity (integer) --

            The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

          • WeeklyMaintenanceStartTime (string) --

            A recurring weekly time, in the format D:HH:MM .

            D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

            HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

            For example, 1:05:00 specifies maintenance at 5 AM Monday.

          • DiskIopsConfiguration (dict) --

            The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

            • Mode (string) --

              Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

            • Iops (integer) --

              The total number of SSD IOPS provisioned for the file system.

          • RootVolumeId (string) --

            The ID of the root volume of the OpenZFS file system.

    • NextToken (string) --

      Present if there are more file systems than returned in the response (String). You can use the NextToken value in the later request to fetch the descriptions.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.InternalServerError
describe_snapshots(**kwargs)

Returns the description of specific Amazon FSx snapshots, if a SnapshotIds value is provided. Otherwise, this operation returns all snapshots owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.

When retrieving all snapshots, you can optionally specify the MaxResults parameter to limit the number of snapshots in a response. If more backups remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.

Use this operation in an iterative process to retrieve a list of your snapshots. DescribeSnapshots is called first without a NextToken value. Then the operation continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken value.

When using this operation, keep the following in mind:

  • The operation might return fewer than the MaxResults value of snapshot descriptions while still including a NextToken value.
  • The order of snapshots returned in the response of one DescribeSnapshots call and the order of backups returned across the responses of a multi-call iteration is unspecified.

See also: AWS API Documentation

Request Syntax

response = client.describe_snapshots(
    SnapshotIds=[
        'string',
    ],
    Filters=[
        {
            'Name': 'file-system-id'|'volume-id',
            'Values': [
                'string',
            ]
        },
    ],
    MaxResults=123,
    NextToken='string'
)
Parameters
  • SnapshotIds (list) --

    The IDs of the snapshots that you want to retrieve. This parameter value overrides any filters. If any IDs aren't found, a SnapshotNotFound error occurs.

    • (string) --
  • Filters (list) --

    The filters structure. The supported names are file-system-id or volume-id .

    • (dict) --

      A filter used to restrict the results of DescribeSnapshots calls. You can use multiple filters to return results that meet all applied filter requirements.

      • Name (string) --

        The name of the filter to use. You can filter by the file-system-id or by volume-id .

      • Values (list) --

        The file-system-id or volume-id that you are filtering for.

        • (string) --
  • MaxResults (integer) -- The maximum number of resources to return in the response. This value must be an integer greater than zero.
  • NextToken (string) -- (Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.
Return type

dict

Returns

Response Syntax

{
    'Snapshots': [
        {
            'ResourceARN': 'string',
            'SnapshotId': 'string',
            'Name': 'string',
            'VolumeId': 'string',
            'CreationTime': datetime(2015, 1, 1),
            'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'AdministrativeActions': [
                {
                    'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                    'ProgressPercent': 123,
                    'RequestTime': datetime(2015, 1, 1),
                    'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                    'TargetFileSystemValues': {
                        'OwnerId': 'string',
                        'CreationTime': datetime(2015, 1, 1),
                        'FileSystemId': 'string',
                        'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                        'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                        'FailureDetails': {
                            'Message': 'string'
                        },
                        'StorageCapacity': 123,
                        'StorageType': 'SSD'|'HDD',
                        'VpcId': 'string',
                        'SubnetIds': [
                            'string',
                        ],
                        'NetworkInterfaceIds': [
                            'string',
                        ],
                        'DNSName': 'string',
                        'KmsKeyId': 'string',
                        'ResourceARN': 'string',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'WindowsConfiguration': {
                            'ActiveDirectoryId': 'string',
                            'SelfManagedActiveDirectoryConfiguration': {
                                'DomainName': 'string',
                                'OrganizationalUnitDistinguishedName': 'string',
                                'FileSystemAdministratorsGroup': 'string',
                                'UserName': 'string',
                                'DnsIps': [
                                    'string',
                                ]
                            },
                            'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                            'RemoteAdministrationEndpoint': 'string',
                            'PreferredSubnetId': 'string',
                            'PreferredFileServerIp': 'string',
                            'ThroughputCapacity': 123,
                            'MaintenanceOperationsInProgress': [
                                'PATCHING'|'BACKING_UP',
                            ],
                            'WeeklyMaintenanceStartTime': 'string',
                            'DailyAutomaticBackupStartTime': 'string',
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'Aliases': [
                                {
                                    'Name': 'string',
                                    'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                                },
                            ],
                            'AuditLogConfiguration': {
                                'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                'AuditLogDestination': 'string'
                            }
                        },
                        'LustreConfiguration': {
                            'WeeklyMaintenanceStartTime': 'string',
                            'DataRepositoryConfiguration': {
                                'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                                'ImportPath': 'string',
                                'ExportPath': 'string',
                                'ImportedFileChunkSize': 123,
                                'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                                'FailureDetails': {
                                    'Message': 'string'
                                }
                            },
                            'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                            'PerUnitStorageThroughput': 123,
                            'MountName': 'string',
                            'DailyAutomaticBackupStartTime': 'string',
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'DriveCacheType': 'NONE'|'READ',
                            'DataCompressionType': 'NONE'|'LZ4',
                            'LogConfiguration': {
                                'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                                'Destination': 'string'
                            }
                        },
                        'AdministrativeActions': {'... recursive ...'},
                        'OntapConfiguration': {
                            'AutomaticBackupRetentionDays': 123,
                            'DailyAutomaticBackupStartTime': 'string',
                            'DeploymentType': 'MULTI_AZ_1',
                            'EndpointIpAddressRange': 'string',
                            'Endpoints': {
                                'Intercluster': {
                                    'DNSName': 'string',
                                    'IpAddresses': [
                                        'string',
                                    ]
                                },
                                'Management': {
                                    'DNSName': 'string',
                                    'IpAddresses': [
                                        'string',
                                    ]
                                }
                            },
                            'DiskIopsConfiguration': {
                                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                'Iops': 123
                            },
                            'PreferredSubnetId': 'string',
                            'RouteTableIds': [
                                'string',
                            ],
                            'ThroughputCapacity': 123,
                            'WeeklyMaintenanceStartTime': 'string'
                        },
                        'FileSystemTypeVersion': 'string',
                        'OpenZFSConfiguration': {
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'CopyTagsToVolumes': True|False,
                            'DailyAutomaticBackupStartTime': 'string',
                            'DeploymentType': 'SINGLE_AZ_1',
                            'ThroughputCapacity': 123,
                            'WeeklyMaintenanceStartTime': 'string',
                            'DiskIopsConfiguration': {
                                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                'Iops': 123
                            },
                            'RootVolumeId': 'string'
                        }
                    },
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'TargetVolumeValues': {
                        'CreationTime': datetime(2015, 1, 1),
                        'FileSystemId': 'string',
                        'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                        'Name': 'string',
                        'OntapConfiguration': {
                            'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                            'JunctionPath': 'string',
                            'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                            'SizeInMegabytes': 123,
                            'StorageEfficiencyEnabled': True|False,
                            'StorageVirtualMachineId': 'string',
                            'StorageVirtualMachineRoot': True|False,
                            'TieringPolicy': {
                                'CoolingPeriod': 123,
                                'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                            },
                            'UUID': 'string',
                            'OntapVolumeType': 'RW'|'DP'|'LS'
                        },
                        'ResourceARN': 'string',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'VolumeId': 'string',
                        'VolumeType': 'ONTAP'|'OPENZFS',
                        'LifecycleTransitionReason': {
                            'Message': 'string'
                        },
                        'AdministrativeActions': {'... recursive ...'},
                        'OpenZFSConfiguration': {
                            'ParentVolumeId': 'string',
                            'VolumePath': 'string',
                            'StorageCapacityReservationGiB': 123,
                            'StorageCapacityQuotaGiB': 123,
                            'DataCompressionType': 'NONE'|'ZSTD',
                            'CopyTagsToSnapshots': True|False,
                            'OriginSnapshot': {
                                'SnapshotARN': 'string',
                                'CopyStrategy': 'CLONE'|'FULL_COPY'
                            },
                            'ReadOnly': True|False,
                            'NfsExports': [
                                {
                                    'ClientConfigurations': [
                                        {
                                            'Clients': 'string',
                                            'Options': [
                                                'string',
                                            ]
                                        },
                                    ]
                                },
                            ],
                            'UserAndGroupQuotas': [
                                {
                                    'Type': 'USER'|'GROUP',
                                    'Id': 123,
                                    'StorageCapacityQuotaGiB': 123
                                },
                            ]
                        }
                    },
                    'TargetSnapshotValues': {'... recursive ...'}
                },
            ]
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • Snapshots (list) --

      An array of snapshots.

      • (dict) --

        A snapshot of an Amazon FSx for OpenZFS volume.

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

        • SnapshotId (string) --

          The ID of the snapshot.

        • Name (string) --

          The name of the snapshot.

        • VolumeId (string) --

          The ID of the volume that the snapshot is of.

        • CreationTime (datetime) --

          The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

        • Lifecycle (string) --

          The lifecycle status of the snapshot.

          • PENDING - Amazon FSx hasn't started creating the snapshot.
          • CREATING - Amazon FSx is creating the snapshot.
          • DELETING - Amazon FSx is deleting the snapshot.
          • AVAILABLE - The snapshot is fully available.
        • Tags (list) --

          A list of Tag values, with a maximum of 50 elements.

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • AdministrativeActions (list) --

          A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

          • (dict) --

            Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

            • AdministrativeActionType (string) --

              Describes the type of administrative action, as follows:

              • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
              • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

              You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

              • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
              • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
              • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
              • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
              • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
            • ProgressPercent (integer) --

              The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

            • RequestTime (datetime) --

              The time that the administrative action request was received.

            • Status (string) --

              Describes the status of the administrative action, as follows:

              • FAILED - Amazon FSx failed to process the administrative action successfully.
              • IN_PROGRESS - Amazon FSx is processing the administrative action.
              • PENDING - Amazon FSx is waiting to process the administrative action.
              • COMPLETED - Amazon FSx has finished processing the administrative task.
              • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
            • TargetFileSystemValues (dict) --

              Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

              • OwnerId (string) --

                The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

              • CreationTime (datetime) --

                The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • FileSystemId (string) --

                The system-generated, unique 17-digit ID of the file system.

              • FileSystemType (string) --

                The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

              • Lifecycle (string) --

                The lifecycle status of the file system. The following are the possible values and what they mean:

                • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
                • CREATING - Amazon FSx is creating the new file system.
                • DELETING - Amazon FSx is deleting an existing file system.
                • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
                • MISCONFIGURED - The file system is in a failed but recoverable state.
                • UPDATING - The file system is undergoing a customer-initiated update.
              • FailureDetails (dict) --

                A structure providing details of any failures that occurred when creating a file system.

                • Message (string) --

                  A message describing any failures that occurred during file system creation.

              • StorageCapacity (integer) --

                The storage capacity of the file system in gibibytes (GiB).

              • StorageType (string) --

                The 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.

              • VpcId (string) --

                The ID of the primary virtual private cloud (VPC) for the file system.

              • SubnetIds (list) --

                Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

                For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

                • (string) --

                  The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

              • NetworkInterfaceIds (list) --

                The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

                For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

                • (string) --

                  An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

              • DNSName (string) --

                The Domain Name System (DNS) name for the file system.

              • KmsKeyId (string) --

                The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for the file system resource.

              • Tags (list) --

                The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • WindowsConfiguration (dict) --

                The configuration for this FSx for Windows File Server file system.

                • ActiveDirectoryId (string) --

                  The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

                • SelfManagedActiveDirectoryConfiguration (dict) --

                  The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                  • DomainName (string) --

                    The fully qualified domain name of the self-managed AD directory.

                  • OrganizationalUnitDistinguishedName (string) --

                    The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                  • FileSystemAdministratorsGroup (string) --

                    The name of the domain group whose members have administrative privileges for the FSx file system.

                  • UserName (string) --

                    The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

                  • DnsIps (list) --

                    A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                    • (string) --
                • DeploymentType (string) --

                  Specifies the file system deployment type, valid values are the following:

                  • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
                  • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
                  • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

                  For more information, see Single-AZ and Multi-AZ File Systems .

                • RemoteAdministrationEndpoint (string) --

                  For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

                  For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

                  This endpoint is temporarily unavailable when the file system is undergoing maintenance.

                • PreferredSubnetId (string) --

                  For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

                  For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

                • PreferredFileServerIp (string) --

                  For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

                  Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

                • ThroughputCapacity (integer) --

                  The throughput of the Amazon FSx file system, measured in megabytes per second.

                • MaintenanceOperationsInProgress (list) --

                  The list of maintenance operations in progress for this file system.

                  • (string) --

                    An enumeration specifying the currently ongoing maintenance operation.

                • WeeklyMaintenanceStartTime (string) --

                  The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                • DailyAutomaticBackupStartTime (string) --

                  The preferred time to take daily automatic backups, in the UTC time zone.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

                • CopyTagsToBackups (boolean) --

                  A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                • Aliases (list) --

                  An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

                  • (dict) --

                    A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                    • Name (string) --

                      The name of the DNS alias. The alias name has to meet the following requirements:

                      • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                      • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                      • Cannot start or end with a hyphen.
                      • Can start with a numeric.

                      For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                    • Lifecycle (string) --

                      Describes the state of the DNS alias.

                      • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                      • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                      • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                      • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                      • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
                • AuditLogConfiguration (dict) --

                  The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

                  • FileAccessAuditLogLevel (string) --

                    Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                    • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                    • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                    • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                    • DISABLED - access auditing of files and folders is turned off.
                  • FileShareAccessAuditLogLevel (string) --

                    Sets which attempt type is logged by Amazon FSx for file share accesses.

                    • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                    • FAILURE_ONLY - only failed attempts to access file shares are logged.
                    • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                    • DISABLED - access auditing of file shares is turned off.
                  • AuditLogDestination (string) --

                    The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                    The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                    The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

              • LustreConfiguration (dict) --

                The configuration for the Amazon FSx for Lustre file system.

                • WeeklyMaintenanceStartTime (string) --

                  The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                • DataRepositoryConfiguration (dict) --

                  The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

                  This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

                  • Lifecycle (string) --

                    Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                    • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                    • AVAILABLE - The data repository is available for use.
                    • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                    • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                    • FAILED - The data repository is in a terminal state that cannot be recovered.
                  • ImportPath (string) --

                    The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

                  • ExportPath (string) --

                    The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

                  • ImportedFileChunkSize (integer) --

                    For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                    The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

                  • AutoImportPolicy (string) --

                    Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                    • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                    • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                    • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                    • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
                  • FailureDetails (dict) --

                    Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                    • Message (string) --

                      A detailed error message.

                • DeploymentType (string) --

                  The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

                  SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

                  The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

                  The default is SCRATCH_1 .

                • PerUnitStorageThroughput (integer) --

                  Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

                  Valid values:

                  • For PERSISTENT_1 SSD storage: 50, 100, 200.
                  • For PERSISTENT_1 HDD storage: 12, 40.
                  • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
                • MountName (string) --

                  You use the MountName value when mounting the file system.

                  For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • CopyTagsToBackups (boolean) --

                  A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

                • DriveCacheType (string) --

                  The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

                  This parameter is required when StorageType is set to HDD.

                • DataCompressionType (string) --

                  The data compression configuration for the file system. DataCompressionType can have the following values:

                  • NONE - Data compression is turned off for the file system.
                  • LZ4 - Data compression is turned on with the LZ4 algorithm.

                  For more information, see Lustre data compression .

                • LogConfiguration (dict) --

                  The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

                  • Level (string) --

                    The data repository events that are logged by Amazon FSx.

                    • WARN_ONLY - only warning events are logged.
                    • ERROR_ONLY - only error events are logged.
                    • WARN_ERROR - both warning events and error events are logged.
                    • DISABLED - logging of data repository events is turned off.
                  • Destination (string) --

                    The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

              • OntapConfiguration (dict) --

                The configuration for this FSx for ONTAP file system.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • DeploymentType (string) --

                  The ONTAP file system deployment type.

                • EndpointIpAddressRange (string) --

                  The IP address range in which the endpoints to access your file system are created.

                • Endpoints (dict) --

                  The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

                  • Intercluster (dict) --

                    An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                    • DNSName (string) --

                      The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                    • IpAddresses (list) --

                      IP addresses of the file system endpoint.

                      • (string) --
                  • Management (dict) --

                    An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                    • DNSName (string) --

                      The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                    • IpAddresses (list) --

                      IP addresses of the file system endpoint.

                      • (string) --
                • DiskIopsConfiguration (dict) --

                  The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

                  • Mode (string) --

                    Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                  • Iops (integer) --

                    The total number of SSD IOPS provisioned for the file system.

                • PreferredSubnetId (string) --

                  The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

                • RouteTableIds (list) --

                  The VPC route tables in which your file system's endpoints are created.

                  • (string) --
                • ThroughputCapacity (integer) --

                  The sustained throughput of an Amazon FSx file system in MBps.

                • WeeklyMaintenanceStartTime (string) --

                  A recurring weekly time, in the format D:HH:MM .

                  D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                  HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                  For example, 1:05:00 specifies maintenance at 5 AM Monday.

              • FileSystemTypeVersion (string) --

                The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

              • OpenZFSConfiguration (dict) --

                The configuration for this Amazon FSx for OpenZFS file system.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • CopyTagsToBackups (boolean) --

                  A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                • CopyTagsToVolumes (boolean) --

                  A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • DeploymentType (string) --

                  Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

                • ThroughputCapacity (integer) --

                  The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

                • WeeklyMaintenanceStartTime (string) --

                  A recurring weekly time, in the format D:HH:MM .

                  D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                  HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                  For example, 1:05:00 specifies maintenance at 5 AM Monday.

                • DiskIopsConfiguration (dict) --

                  The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

                  • Mode (string) --

                    Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                  • Iops (integer) --

                    The total number of SSD IOPS provisioned for the file system.

                • RootVolumeId (string) --

                  The ID of the root volume of the OpenZFS file system.

            • FailureDetails (dict) --

              Provides information about a failed administrative action.

              • Message (string) --

                Error message providing details about the failed administrative action.

            • TargetVolumeValues (dict) --

              Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • FileSystemId (string) --

                The globally unique ID of the file system, assigned by Amazon FSx.

              • Lifecycle (string) --

                The lifecycle status of the volume.

                • AVAILABLE - The volume is fully available for use.
                • CREATED - The volume has been created.
                • CREATING - Amazon FSx is creating the new volume.
                • DELETING - Amazon FSx is deleting an existing volume.
                • FAILED - Amazon FSx was unable to create the volume.
                • MISCONFIGURED - The volume is in a failed but recoverable state.
                • PENDING - Amazon FSx hasn't started creating the volume.
              • Name (string) --

                The name of the volume.

              • OntapConfiguration (dict) --

                The configuration of an Amazon FSx for NetApp ONTAP volume.

                • FlexCacheEndpointType (string) --

                  Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                  • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                  • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                  • CACHE specifies that the volume is a FlexCache volume.
                • JunctionPath (string) --

                  Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

                • SecurityStyle (string) --

                  The security style for the volume, which can be UNIX , NTFS , or MIXED .

                • SizeInMegabytes (integer) --

                  The configured size of the volume, in megabytes (MBs).

                • StorageEfficiencyEnabled (boolean) --

                  The volume's storage efficiency setting.

                • StorageVirtualMachineId (string) --

                  The ID of the volume's storage virtual machine.

                • StorageVirtualMachineRoot (boolean) --

                  A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                  This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

                • TieringPolicy (dict) --

                  The volume's TieringPolicy setting.

                  • CoolingPeriod (integer) --

                    Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                  • Name (string) --

                    Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                    • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                    • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                    • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                    • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
                • UUID (string) --

                  The volume's universally unique identifier (UUID).

                • OntapVolumeType (string) --

                  Specifies the type of volume. Valid values are the following:

                  • RW specifies a read/write volume. RW is the default.
                  • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                  • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • VolumeId (string) --

                The system-generated, unique ID of the volume.

              • VolumeType (string) --

                The type of the volume.

              • LifecycleTransitionReason (dict) --

                The reason why the volume lifecycle status changed.

                • Message (string) --

                  A detailed error message.

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

              • OpenZFSConfiguration (dict) --

                The configuration of an Amazon FSx for OpenZFS volume.

                • ParentVolumeId (string) --

                  The ID of the parent volume.

                • VolumePath (string) --

                  The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

                • StorageCapacityReservationGiB (integer) --

                  The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

                • StorageCapacityQuotaGiB (integer) --

                  The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

                • DataCompressionType (string) --

                  The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                  • NONE - Doesn't compress the data on the volume.
                  • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
                • CopyTagsToSnapshots (boolean) --

                  A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                • OriginSnapshot (dict) --

                  The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                  • SnapshotARN (string) --

                    The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                  • CopyStrategy (string) --

                    The strategy used when copying data from the snapshot to the new volume.

                    • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                    • FULL_COPY - Copies all data from the snapshot to the new volume.
                • ReadOnly (boolean) --

                  A Boolean value indicating whether the volume is read-only.

                • NfsExports (list) --

                  The configuration object for mounting a Network File System (NFS) file system.

                  • (dict) --

                    The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                    • ClientConfigurations (list) --

                      A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                      • (dict) --

                        Specifies who can mount the file system and the options that can be used while mounting the file system.

                        • Clients (string) --

                          A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                        • Options (list) --

                          The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                          • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                          • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                          • (string) --
                • UserAndGroupQuotas (list) --

                  An object specifying how much storage users or groups can use on the volume.

                  • (dict) --

                    The configuration for how much storage a user or group can use on the volume.

                    • Type (string) --

                      A value that specifies whether the quota applies to a user or group.

                    • Id (integer) --

                      The ID of the user or group.

                    • StorageCapacityQuotaGiB (integer) --

                      The amount of storage that the user or group can use in gibibytes (GiB).

            • TargetSnapshotValues (dict) --

              A snapshot of an Amazon FSx for OpenZFS volume.

    • NextToken (string) --

      (Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.SnapshotNotFound
describe_storage_virtual_machines(**kwargs)

Describes one or more Amazon FSx for NetApp ONTAP storage virtual machines (SVMs).

See also: AWS API Documentation

Request Syntax

response = client.describe_storage_virtual_machines(
    StorageVirtualMachineIds=[
        'string',
    ],
    Filters=[
        {
            'Name': 'file-system-id',
            'Values': [
                'string',
            ]
        },
    ],
    MaxResults=123,
    NextToken='string'
)
Parameters
  • StorageVirtualMachineIds (list) --

    Enter the ID of one or more SVMs that you want to view.

    • (string) --
  • Filters (list) --

    Enter a filter name:value pair to view a select set of SVMs.

    • (dict) --

      A filter used to restrict the results of describe calls for Amazon FSx for NetApp ONTAP storage virtual machines (SVMs). You can use multiple filters to return results that meet all applied filter requirements.

      • Name (string) --

        The name for this filter.

      • Values (list) --

        The values of the filter. These are all the values for any of the applied filters.

        • (string) --
  • MaxResults (integer) -- The maximum number of resources to return in the response. This value must be an integer greater than zero.
  • NextToken (string) -- (Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.
Return type

dict

Returns

Response Syntax

{
    'StorageVirtualMachines': [
        {
            'ActiveDirectoryConfiguration': {
                'NetBiosName': 'string',
                'SelfManagedActiveDirectoryConfiguration': {
                    'DomainName': 'string',
                    'OrganizationalUnitDistinguishedName': 'string',
                    'FileSystemAdministratorsGroup': 'string',
                    'UserName': 'string',
                    'DnsIps': [
                        'string',
                    ]
                }
            },
            'CreationTime': datetime(2015, 1, 1),
            'Endpoints': {
                'Iscsi': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                },
                'Management': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                },
                'Nfs': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                },
                'Smb': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                }
            },
            'FileSystemId': 'string',
            'Lifecycle': 'CREATED'|'CREATING'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING',
            'Name': 'string',
            'ResourceARN': 'string',
            'StorageVirtualMachineId': 'string',
            'Subtype': 'DEFAULT'|'DP_DESTINATION'|'SYNC_DESTINATION'|'SYNC_SOURCE',
            'UUID': 'string',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'LifecycleTransitionReason': {
                'Message': 'string'
            },
            'RootVolumeSecurityStyle': 'UNIX'|'NTFS'|'MIXED'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • StorageVirtualMachines (list) --

      Returned after a successful DescribeStorageVirtualMachines operation, describing each SVM.

      • (dict) --

        Describes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuraton.

        • ActiveDirectoryConfiguration (dict) --

          Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.

          • NetBiosName (string) --

            The NetBIOS name of the Active Directory computer object that is joined to your SVM.

          • SelfManagedActiveDirectoryConfiguration (dict) --

            The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

            • DomainName (string) --

              The fully qualified domain name of the self-managed AD directory.

            • OrganizationalUnitDistinguishedName (string) --

              The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

            • FileSystemAdministratorsGroup (string) --

              The name of the domain group whose members have administrative privileges for the FSx file system.

            • UserName (string) --

              The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

            • DnsIps (list) --

              A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

              • (string) --
        • CreationTime (datetime) --

          The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

        • Endpoints (dict) --

          The endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager. They are the Iscsi , Management , Nfs , and Smb endpoints.

          • Iscsi (dict) --

            An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              The SVM endpoint's IP addresses.

              • (string) --
          • Management (dict) --

            An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              The SVM endpoint's IP addresses.

              • (string) --
          • Nfs (dict) --

            An endpoint for connecting using the Network File System (NFS) protocol.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              The SVM endpoint's IP addresses.

              • (string) --
          • Smb (dict) --

            An endpoint for connecting using the Server Message Block (SMB) protocol.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              The SVM endpoint's IP addresses.

              • (string) --
        • FileSystemId (string) --

          The globally unique ID of the file system, assigned by Amazon FSx.

        • Lifecycle (string) --

          Describes the SVM's lifecycle status.

          • CREATED - The SVM is fully available for use.
          • CREATING - Amazon FSx is creating the new SVM.
          • DELETING - Amazon FSx is deleting an existing SVM.
          • FAILED - Amazon FSx was unable to create the SVM.
          • MISCONFIGURED - The SVM is in a failed but recoverable state.
          • PENDING - Amazon FSx has not started creating the SVM.
        • Name (string) --

          The name of the SVM, if provisioned.

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

        • StorageVirtualMachineId (string) --

          The SVM's system generated unique ID.

        • Subtype (string) --

          Describes the SVM's subtype.

        • UUID (string) --

          The SVM's UUID (universally unique identifier).

        • Tags (list) --

          A list of Tag values, with a maximum of 50 elements.

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • LifecycleTransitionReason (dict) --

          Describes why the SVM lifecycle state changed.

          • Message (string) --

            A detailed error message.

        • RootVolumeSecurityStyle (string) --

          The security style of the root volume of the SVM.

    • NextToken (string) --

      (Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.StorageVirtualMachineNotFound
describe_volumes(**kwargs)

Describes one or more Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes.

See also: AWS API Documentation

Request Syntax

response = client.describe_volumes(
    VolumeIds=[
        'string',
    ],
    Filters=[
        {
            'Name': 'file-system-id'|'storage-virtual-machine-id',
            'Values': [
                'string',
            ]
        },
    ],
    MaxResults=123,
    NextToken='string'
)
Parameters
  • VolumeIds (list) --

    The IDs of the volumes whose descriptions you want to retrieve.

    • (string) --
  • Filters (list) --

    Enter a filter Name and Values pair to view a select set of volumes.

    • (dict) --

      A filter used to restrict the results of describe calls for Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes. You can use multiple filters to return results that meet all applied filter requirements.

      • Name (string) --

        The name for this filter.

      • Values (list) --

        The values of the filter. These are all the values for any of the applied filters.

        • (string) --
  • MaxResults (integer) -- The maximum number of resources to return in the response. This value must be an integer greater than zero.
  • NextToken (string) -- (Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.
Return type

dict

Returns

Response Syntax

{
    'Volumes': [
        {
            'CreationTime': datetime(2015, 1, 1),
            'FileSystemId': 'string',
            'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
            'Name': 'string',
            'OntapConfiguration': {
                'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                'JunctionPath': 'string',
                'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                'SizeInMegabytes': 123,
                'StorageEfficiencyEnabled': True|False,
                'StorageVirtualMachineId': 'string',
                'StorageVirtualMachineRoot': True|False,
                'TieringPolicy': {
                    'CoolingPeriod': 123,
                    'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                },
                'UUID': 'string',
                'OntapVolumeType': 'RW'|'DP'|'LS'
            },
            'ResourceARN': 'string',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'VolumeId': 'string',
            'VolumeType': 'ONTAP'|'OPENZFS',
            'LifecycleTransitionReason': {
                'Message': 'string'
            },
            'AdministrativeActions': [
                {
                    'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                    'ProgressPercent': 123,
                    'RequestTime': datetime(2015, 1, 1),
                    'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                    'TargetFileSystemValues': {
                        'OwnerId': 'string',
                        'CreationTime': datetime(2015, 1, 1),
                        'FileSystemId': 'string',
                        'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                        'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                        'FailureDetails': {
                            'Message': 'string'
                        },
                        'StorageCapacity': 123,
                        'StorageType': 'SSD'|'HDD',
                        'VpcId': 'string',
                        'SubnetIds': [
                            'string',
                        ],
                        'NetworkInterfaceIds': [
                            'string',
                        ],
                        'DNSName': 'string',
                        'KmsKeyId': 'string',
                        'ResourceARN': 'string',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'WindowsConfiguration': {
                            'ActiveDirectoryId': 'string',
                            'SelfManagedActiveDirectoryConfiguration': {
                                'DomainName': 'string',
                                'OrganizationalUnitDistinguishedName': 'string',
                                'FileSystemAdministratorsGroup': 'string',
                                'UserName': 'string',
                                'DnsIps': [
                                    'string',
                                ]
                            },
                            'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                            'RemoteAdministrationEndpoint': 'string',
                            'PreferredSubnetId': 'string',
                            'PreferredFileServerIp': 'string',
                            'ThroughputCapacity': 123,
                            'MaintenanceOperationsInProgress': [
                                'PATCHING'|'BACKING_UP',
                            ],
                            'WeeklyMaintenanceStartTime': 'string',
                            'DailyAutomaticBackupStartTime': 'string',
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'Aliases': [
                                {
                                    'Name': 'string',
                                    'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                                },
                            ],
                            'AuditLogConfiguration': {
                                'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                'AuditLogDestination': 'string'
                            }
                        },
                        'LustreConfiguration': {
                            'WeeklyMaintenanceStartTime': 'string',
                            'DataRepositoryConfiguration': {
                                'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                                'ImportPath': 'string',
                                'ExportPath': 'string',
                                'ImportedFileChunkSize': 123,
                                'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                                'FailureDetails': {
                                    'Message': 'string'
                                }
                            },
                            'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                            'PerUnitStorageThroughput': 123,
                            'MountName': 'string',
                            'DailyAutomaticBackupStartTime': 'string',
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'DriveCacheType': 'NONE'|'READ',
                            'DataCompressionType': 'NONE'|'LZ4',
                            'LogConfiguration': {
                                'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                                'Destination': 'string'
                            }
                        },
                        'AdministrativeActions': {'... recursive ...'},
                        'OntapConfiguration': {
                            'AutomaticBackupRetentionDays': 123,
                            'DailyAutomaticBackupStartTime': 'string',
                            'DeploymentType': 'MULTI_AZ_1',
                            'EndpointIpAddressRange': 'string',
                            'Endpoints': {
                                'Intercluster': {
                                    'DNSName': 'string',
                                    'IpAddresses': [
                                        'string',
                                    ]
                                },
                                'Management': {
                                    'DNSName': 'string',
                                    'IpAddresses': [
                                        'string',
                                    ]
                                }
                            },
                            'DiskIopsConfiguration': {
                                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                'Iops': 123
                            },
                            'PreferredSubnetId': 'string',
                            'RouteTableIds': [
                                'string',
                            ],
                            'ThroughputCapacity': 123,
                            'WeeklyMaintenanceStartTime': 'string'
                        },
                        'FileSystemTypeVersion': 'string',
                        'OpenZFSConfiguration': {
                            'AutomaticBackupRetentionDays': 123,
                            'CopyTagsToBackups': True|False,
                            'CopyTagsToVolumes': True|False,
                            'DailyAutomaticBackupStartTime': 'string',
                            'DeploymentType': 'SINGLE_AZ_1',
                            'ThroughputCapacity': 123,
                            'WeeklyMaintenanceStartTime': 'string',
                            'DiskIopsConfiguration': {
                                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                'Iops': 123
                            },
                            'RootVolumeId': 'string'
                        }
                    },
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'TargetVolumeValues': {'... recursive ...'},
                    'TargetSnapshotValues': {
                        'ResourceARN': 'string',
                        'SnapshotId': 'string',
                        'Name': 'string',
                        'VolumeId': 'string',
                        'CreationTime': datetime(2015, 1, 1),
                        'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'AdministrativeActions': {'... recursive ...'}
                    }
                },
            ],
            'OpenZFSConfiguration': {
                'ParentVolumeId': 'string',
                'VolumePath': 'string',
                'StorageCapacityReservationGiB': 123,
                'StorageCapacityQuotaGiB': 123,
                'DataCompressionType': 'NONE'|'ZSTD',
                'CopyTagsToSnapshots': True|False,
                'OriginSnapshot': {
                    'SnapshotARN': 'string',
                    'CopyStrategy': 'CLONE'|'FULL_COPY'
                },
                'ReadOnly': True|False,
                'NfsExports': [
                    {
                        'ClientConfigurations': [
                            {
                                'Clients': 'string',
                                'Options': [
                                    'string',
                                ]
                            },
                        ]
                    },
                ],
                'UserAndGroupQuotas': [
                    {
                        'Type': 'USER'|'GROUP',
                        'Id': 123,
                        'StorageCapacityQuotaGiB': 123
                    },
                ]
            }
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • Volumes (list) --

      Returned after a successful DescribeVolumes operation, describing each volume.

      • (dict) --

        Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

        • CreationTime (datetime) --

          The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

        • FileSystemId (string) --

          The globally unique ID of the file system, assigned by Amazon FSx.

        • Lifecycle (string) --

          The lifecycle status of the volume.

          • AVAILABLE - The volume is fully available for use.
          • CREATED - The volume has been created.
          • CREATING - Amazon FSx is creating the new volume.
          • DELETING - Amazon FSx is deleting an existing volume.
          • FAILED - Amazon FSx was unable to create the volume.
          • MISCONFIGURED - The volume is in a failed but recoverable state.
          • PENDING - Amazon FSx hasn't started creating the volume.
        • Name (string) --

          The name of the volume.

        • OntapConfiguration (dict) --

          The configuration of an Amazon FSx for NetApp ONTAP volume.

          • FlexCacheEndpointType (string) --

            Specifies the FlexCache endpoint type of the volume. Valid values are the following:

            • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
            • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
            • CACHE specifies that the volume is a FlexCache volume.
          • JunctionPath (string) --

            Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

          • SecurityStyle (string) --

            The security style for the volume, which can be UNIX , NTFS , or MIXED .

          • SizeInMegabytes (integer) --

            The configured size of the volume, in megabytes (MBs).

          • StorageEfficiencyEnabled (boolean) --

            The volume's storage efficiency setting.

          • StorageVirtualMachineId (string) --

            The ID of the volume's storage virtual machine.

          • StorageVirtualMachineRoot (boolean) --

            A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

            This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

          • TieringPolicy (dict) --

            The volume's TieringPolicy setting.

            • CoolingPeriod (integer) --

              Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

            • Name (string) --

              Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

              • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
              • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
              • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
              • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
          • UUID (string) --

            The volume's universally unique identifier (UUID).

          • OntapVolumeType (string) --

            Specifies the type of volume. Valid values are the following:

            • RW specifies a read/write volume. RW is the default.
            • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
            • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

        • Tags (list) --

          A list of Tag values, with a maximum of 50 elements.

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • VolumeId (string) --

          The system-generated, unique ID of the volume.

        • VolumeType (string) --

          The type of the volume.

        • LifecycleTransitionReason (dict) --

          The reason why the volume lifecycle status changed.

          • Message (string) --

            A detailed error message.

        • AdministrativeActions (list) --

          A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

          • (dict) --

            Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

            • AdministrativeActionType (string) --

              Describes the type of administrative action, as follows:

              • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
              • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

              You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

              • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
              • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
              • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
              • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
              • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
            • ProgressPercent (integer) --

              The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

            • RequestTime (datetime) --

              The time that the administrative action request was received.

            • Status (string) --

              Describes the status of the administrative action, as follows:

              • FAILED - Amazon FSx failed to process the administrative action successfully.
              • IN_PROGRESS - Amazon FSx is processing the administrative action.
              • PENDING - Amazon FSx is waiting to process the administrative action.
              • COMPLETED - Amazon FSx has finished processing the administrative task.
              • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
            • TargetFileSystemValues (dict) --

              Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

              • OwnerId (string) --

                The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

              • CreationTime (datetime) --

                The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • FileSystemId (string) --

                The system-generated, unique 17-digit ID of the file system.

              • FileSystemType (string) --

                The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

              • Lifecycle (string) --

                The lifecycle status of the file system. The following are the possible values and what they mean:

                • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
                • CREATING - Amazon FSx is creating the new file system.
                • DELETING - Amazon FSx is deleting an existing file system.
                • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
                • MISCONFIGURED - The file system is in a failed but recoverable state.
                • UPDATING - The file system is undergoing a customer-initiated update.
              • FailureDetails (dict) --

                A structure providing details of any failures that occurred when creating a file system.

                • Message (string) --

                  A message describing any failures that occurred during file system creation.

              • StorageCapacity (integer) --

                The storage capacity of the file system in gibibytes (GiB).

              • StorageType (string) --

                The 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.

              • VpcId (string) --

                The ID of the primary virtual private cloud (VPC) for the file system.

              • SubnetIds (list) --

                Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

                For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

                • (string) --

                  The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

              • NetworkInterfaceIds (list) --

                The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

                For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

                • (string) --

                  An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

              • DNSName (string) --

                The Domain Name System (DNS) name for the file system.

              • KmsKeyId (string) --

                The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for the file system resource.

              • Tags (list) --

                The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • WindowsConfiguration (dict) --

                The configuration for this FSx for Windows File Server file system.

                • ActiveDirectoryId (string) --

                  The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

                • SelfManagedActiveDirectoryConfiguration (dict) --

                  The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                  • DomainName (string) --

                    The fully qualified domain name of the self-managed AD directory.

                  • OrganizationalUnitDistinguishedName (string) --

                    The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                  • FileSystemAdministratorsGroup (string) --

                    The name of the domain group whose members have administrative privileges for the FSx file system.

                  • UserName (string) --

                    The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

                  • DnsIps (list) --

                    A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                    • (string) --
                • DeploymentType (string) --

                  Specifies the file system deployment type, valid values are the following:

                  • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
                  • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
                  • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

                  For more information, see Single-AZ and Multi-AZ File Systems .

                • RemoteAdministrationEndpoint (string) --

                  For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

                  For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

                  This endpoint is temporarily unavailable when the file system is undergoing maintenance.

                • PreferredSubnetId (string) --

                  For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

                  For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

                • PreferredFileServerIp (string) --

                  For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

                  Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

                • ThroughputCapacity (integer) --

                  The throughput of the Amazon FSx file system, measured in megabytes per second.

                • MaintenanceOperationsInProgress (list) --

                  The list of maintenance operations in progress for this file system.

                  • (string) --

                    An enumeration specifying the currently ongoing maintenance operation.

                • WeeklyMaintenanceStartTime (string) --

                  The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                • DailyAutomaticBackupStartTime (string) --

                  The preferred time to take daily automatic backups, in the UTC time zone.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

                • CopyTagsToBackups (boolean) --

                  A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                • Aliases (list) --

                  An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

                  • (dict) --

                    A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                    • Name (string) --

                      The name of the DNS alias. The alias name has to meet the following requirements:

                      • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                      • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                      • Cannot start or end with a hyphen.
                      • Can start with a numeric.

                      For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                    • Lifecycle (string) --

                      Describes the state of the DNS alias.

                      • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                      • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                      • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                      • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                      • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
                • AuditLogConfiguration (dict) --

                  The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

                  • FileAccessAuditLogLevel (string) --

                    Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                    • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                    • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                    • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                    • DISABLED - access auditing of files and folders is turned off.
                  • FileShareAccessAuditLogLevel (string) --

                    Sets which attempt type is logged by Amazon FSx for file share accesses.

                    • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                    • FAILURE_ONLY - only failed attempts to access file shares are logged.
                    • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                    • DISABLED - access auditing of file shares is turned off.
                  • AuditLogDestination (string) --

                    The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                    The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                    The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

              • LustreConfiguration (dict) --

                The configuration for the Amazon FSx for Lustre file system.

                • WeeklyMaintenanceStartTime (string) --

                  The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                • DataRepositoryConfiguration (dict) --

                  The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

                  This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

                  • Lifecycle (string) --

                    Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                    • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                    • AVAILABLE - The data repository is available for use.
                    • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                    • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                    • FAILED - The data repository is in a terminal state that cannot be recovered.
                  • ImportPath (string) --

                    The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

                  • ExportPath (string) --

                    The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

                  • ImportedFileChunkSize (integer) --

                    For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                    The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

                  • AutoImportPolicy (string) --

                    Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                    • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                    • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                    • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                    • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
                  • FailureDetails (dict) --

                    Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                    • Message (string) --

                      A detailed error message.

                • DeploymentType (string) --

                  The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

                  SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

                  The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

                  The default is SCRATCH_1 .

                • PerUnitStorageThroughput (integer) --

                  Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

                  Valid values:

                  • For PERSISTENT_1 SSD storage: 50, 100, 200.
                  • For PERSISTENT_1 HDD storage: 12, 40.
                  • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
                • MountName (string) --

                  You use the MountName value when mounting the file system.

                  For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • CopyTagsToBackups (boolean) --

                  A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

                • DriveCacheType (string) --

                  The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

                  This parameter is required when StorageType is set to HDD.

                • DataCompressionType (string) --

                  The data compression configuration for the file system. DataCompressionType can have the following values:

                  • NONE - Data compression is turned off for the file system.
                  • LZ4 - Data compression is turned on with the LZ4 algorithm.

                  For more information, see Lustre data compression .

                • LogConfiguration (dict) --

                  The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

                  • Level (string) --

                    The data repository events that are logged by Amazon FSx.

                    • WARN_ONLY - only warning events are logged.
                    • ERROR_ONLY - only error events are logged.
                    • WARN_ERROR - both warning events and error events are logged.
                    • DISABLED - logging of data repository events is turned off.
                  • Destination (string) --

                    The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

              • OntapConfiguration (dict) --

                The configuration for this FSx for ONTAP file system.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • DeploymentType (string) --

                  The ONTAP file system deployment type.

                • EndpointIpAddressRange (string) --

                  The IP address range in which the endpoints to access your file system are created.

                • Endpoints (dict) --

                  The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

                  • Intercluster (dict) --

                    An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                    • DNSName (string) --

                      The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                    • IpAddresses (list) --

                      IP addresses of the file system endpoint.

                      • (string) --
                  • Management (dict) --

                    An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                    • DNSName (string) --

                      The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                    • IpAddresses (list) --

                      IP addresses of the file system endpoint.

                      • (string) --
                • DiskIopsConfiguration (dict) --

                  The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

                  • Mode (string) --

                    Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                  • Iops (integer) --

                    The total number of SSD IOPS provisioned for the file system.

                • PreferredSubnetId (string) --

                  The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

                • RouteTableIds (list) --

                  The VPC route tables in which your file system's endpoints are created.

                  • (string) --
                • ThroughputCapacity (integer) --

                  The sustained throughput of an Amazon FSx file system in MBps.

                • WeeklyMaintenanceStartTime (string) --

                  A recurring weekly time, in the format D:HH:MM .

                  D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                  HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                  For example, 1:05:00 specifies maintenance at 5 AM Monday.

              • FileSystemTypeVersion (string) --

                The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

              • OpenZFSConfiguration (dict) --

                The configuration for this Amazon FSx for OpenZFS file system.

                • AutomaticBackupRetentionDays (integer) --

                  The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                • CopyTagsToBackups (boolean) --

                  A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                • CopyTagsToVolumes (boolean) --

                  A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                • DailyAutomaticBackupStartTime (string) --

                  A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                • DeploymentType (string) --

                  Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

                • ThroughputCapacity (integer) --

                  The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

                • WeeklyMaintenanceStartTime (string) --

                  A recurring weekly time, in the format D:HH:MM .

                  D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                  HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                  For example, 1:05:00 specifies maintenance at 5 AM Monday.

                • DiskIopsConfiguration (dict) --

                  The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

                  • Mode (string) --

                    Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                  • Iops (integer) --

                    The total number of SSD IOPS provisioned for the file system.

                • RootVolumeId (string) --

                  The ID of the root volume of the OpenZFS file system.

            • FailureDetails (dict) --

              Provides information about a failed administrative action.

              • Message (string) --

                Error message providing details about the failed administrative action.

            • TargetVolumeValues (dict) --

              Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

            • TargetSnapshotValues (dict) --

              A snapshot of an Amazon FSx for OpenZFS volume.

              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • SnapshotId (string) --

                The ID of the snapshot.

              • Name (string) --

                The name of the snapshot.

              • VolumeId (string) --

                The ID of the volume that the snapshot is of.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • Lifecycle (string) --

                The lifecycle status of the snapshot.

                • PENDING - Amazon FSx hasn't started creating the snapshot.
                • CREATING - Amazon FSx is creating the snapshot.
                • DELETING - Amazon FSx is deleting the snapshot.
                • AVAILABLE - The snapshot is fully available.
              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

        • OpenZFSConfiguration (dict) --

          The configuration of an Amazon FSx for OpenZFS volume.

          • ParentVolumeId (string) --

            The ID of the parent volume.

          • VolumePath (string) --

            The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

          • StorageCapacityReservationGiB (integer) --

            The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

          • StorageCapacityQuotaGiB (integer) --

            The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

          • DataCompressionType (string) --

            The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

            • NONE - Doesn't compress the data on the volume.
            • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
          • CopyTagsToSnapshots (boolean) --

            A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

          • OriginSnapshot (dict) --

            The configuration object that specifies the snapshot to use as the origin of the data for the volume.

            • SnapshotARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • CopyStrategy (string) --

              The strategy used when copying data from the snapshot to the new volume.

              • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
              • FULL_COPY - Copies all data from the snapshot to the new volume.
          • ReadOnly (boolean) --

            A Boolean value indicating whether the volume is read-only.

          • NfsExports (list) --

            The configuration object for mounting a Network File System (NFS) file system.

            • (dict) --

              The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

              • ClientConfigurations (list) --

                A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                • (dict) --

                  Specifies who can mount the file system and the options that can be used while mounting the file system.

                  • Clients (string) --

                    A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                  • Options (list) --

                    The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                    • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                    • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                    • (string) --
          • UserAndGroupQuotas (list) --

            An object specifying how much storage users or groups can use on the volume.

            • (dict) --

              The configuration for how much storage a user or group can use on the volume.

              • Type (string) --

                A value that specifies whether the quota applies to a user or group.

              • Id (integer) --

                The ID of the user or group.

              • StorageCapacityQuotaGiB (integer) --

                The amount of storage that the user or group can use in gibibytes (GiB).

    • NextToken (string) --

      (Optional) Opaque pagination token returned from a previous operation (String). If present, this token indicates from what point you can continue processing the request, where the previous NextToken value left off.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.VolumeNotFound
disassociate_file_system_aliases(**kwargs)

Use this action to disassociate, or remove, one or more Domain Name Service (DNS) aliases from an Amazon FSx for Windows File Server file system. If you attempt to disassociate a DNS alias that is not associated with the file system, Amazon FSx responds with a 400 Bad Request. For more information, see Working with DNS Aliases .

The system generated response showing the DNS aliases that Amazon FSx is attempting to disassociate from the file system. Use the API operation to monitor the status of the aliases Amazon FSx is disassociating with the file system.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_file_system_aliases(
    ClientRequestToken='string',
    FileSystemId='string',
    Aliases=[
        'string',
    ]
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • FileSystemId (string) --

    [REQUIRED]

    Specifies the file system from which to disassociate the DNS aliases.

  • Aliases (list) --

    [REQUIRED]

    An array of one or more DNS alias names to disassociate, or remove, from the file system.

    • (string) --
Return type

dict

Returns

Response Syntax

{
    'Aliases': [
        {
            'Name': 'string',
            'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
        },
    ]
}

Response Structure

  • (dict) --

    The system generated response showing the DNS aliases that Amazon FSx is attempting to disassociate from the file system. Use the API operation to monitor the status of the aliases Amazon FSx is removing from the file system.

    • Aliases (list) --

      An array of one or more DNS aliases that Amazon FSx is attempting to disassociate from the file system.

      • (dict) --

        A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

        • Name (string) --

          The name of the DNS alias. The alias name has to meet the following requirements:

          • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
          • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
          • Cannot start or end with a hyphen.
          • Can start with a numeric.

          For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

        • Lifecycle (string) --

          Describes the state of the DNS alias.

          • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
          • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
          • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
          • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
          • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.InternalServerError
get_paginator(operation_name)

Create a paginator for an operation.

Parameters
operation_name (string) -- The operation name. This is the same name as the method name on the client. For example, if the method name is create_foo, and you'd normally invoke the operation as client.create_foo(**kwargs), if the create_foo operation can be paginated, you can use the call client.get_paginator("create_foo").
Raises OperationNotPageableError
Raised if the operation is not pageable. You can use the client.can_paginate method to check if an operation is pageable.
Return type
L{botocore.paginate.Paginator}
Returns
A paginator object.
get_waiter(waiter_name)

Returns an object that can wait for some condition.

Parameters
waiter_name (str) -- The name of the waiter to get. See the waiters section of the service docs for a list of available waiters.
Returns
The specified waiter object.
Return type
botocore.waiter.Waiter
list_tags_for_resource(**kwargs)

Lists tags for an Amazon FSx file systems and backups in the case of Amazon FSx for Windows File Server.

When retrieving all tags, you can optionally specify the MaxResults parameter to limit the number of tags in a response. If more tags remain, Amazon FSx returns a NextToken value in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.

This action is used in an iterative process to retrieve a list of your tags. ListTagsForResource is called first without a NextToken value. Then the action continues to be called with the NextToken parameter set to the value of the last NextToken value until a response has no NextToken .

When using this action, keep the following in mind:

  • The implementation might return fewer than MaxResults file system descriptions while still including a NextToken value.
  • The order of tags returned in the response of one ListTagsForResource call and the order of tags returned across the responses of a multi-call iteration is unspecified.

See also: AWS API Documentation

Request Syntax

response = client.list_tags_for_resource(
    ResourceARN='string',
    MaxResults=123,
    NextToken='string'
)
Parameters
  • ResourceARN (string) --

    [REQUIRED]

    The ARN of the Amazon FSx resource that will have its tags listed.

  • MaxResults (integer) -- Maximum number of tags to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.
  • NextToken (string) -- Opaque pagination token returned from a previous ListTagsForResource operation (String). If a token present, the action continues the list from where the returning call left off.
Return type

dict

Returns

Response Syntax

{
    'Tags': [
        {
            'Key': 'string',
            'Value': 'string'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    The response object for ListTagsForResource operation.

    • Tags (list) --

      A list of tags on the resource.

      • (dict) --

        Specifies a key-value pair for a resource tag.

        • Key (string) --

          A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

        • Value (string) --

          A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

    • NextToken (string) --

      This is present if there are more tags than returned in the response (String). You can use the NextToken value in the later request to fetch the tags.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.ResourceNotFound
  • FSx.Client.exceptions.NotServiceResourceError
  • FSx.Client.exceptions.ResourceDoesNotSupportTagging
release_file_system_nfs_v3_locks(**kwargs)

Releases the file system lock from an Amazon FSx for OpenZFS file system.

See also: AWS API Documentation

Request Syntax

response = client.release_file_system_nfs_v3_locks(
    FileSystemId='string',
    ClientRequestToken='string'
)
Parameters
  • FileSystemId (string) --

    [REQUIRED]

    The globally unique ID of the file system, assigned by Amazon FSx.

  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

Return type

dict

Returns

Response Syntax

{
    'FileSystem': {
        'OwnerId': 'string',
        'CreationTime': datetime(2015, 1, 1),
        'FileSystemId': 'string',
        'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
        'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
        'FailureDetails': {
            'Message': 'string'
        },
        'StorageCapacity': 123,
        'StorageType': 'SSD'|'HDD',
        'VpcId': 'string',
        'SubnetIds': [
            'string',
        ],
        'NetworkInterfaceIds': [
            'string',
        ],
        'DNSName': 'string',
        'KmsKeyId': 'string',
        'ResourceARN': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'WindowsConfiguration': {
            'ActiveDirectoryId': 'string',
            'SelfManagedActiveDirectoryConfiguration': {
                'DomainName': 'string',
                'OrganizationalUnitDistinguishedName': 'string',
                'FileSystemAdministratorsGroup': 'string',
                'UserName': 'string',
                'DnsIps': [
                    'string',
                ]
            },
            'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
            'RemoteAdministrationEndpoint': 'string',
            'PreferredSubnetId': 'string',
            'PreferredFileServerIp': 'string',
            'ThroughputCapacity': 123,
            'MaintenanceOperationsInProgress': [
                'PATCHING'|'BACKING_UP',
            ],
            'WeeklyMaintenanceStartTime': 'string',
            'DailyAutomaticBackupStartTime': 'string',
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'Aliases': [
                {
                    'Name': 'string',
                    'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                },
            ],
            'AuditLogConfiguration': {
                'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                'AuditLogDestination': 'string'
            }
        },
        'LustreConfiguration': {
            'WeeklyMaintenanceStartTime': 'string',
            'DataRepositoryConfiguration': {
                'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                'ImportPath': 'string',
                'ExportPath': 'string',
                'ImportedFileChunkSize': 123,
                'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                'FailureDetails': {
                    'Message': 'string'
                }
            },
            'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
            'PerUnitStorageThroughput': 123,
            'MountName': 'string',
            'DailyAutomaticBackupStartTime': 'string',
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'DriveCacheType': 'NONE'|'READ',
            'DataCompressionType': 'NONE'|'LZ4',
            'LogConfiguration': {
                'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                'Destination': 'string'
            }
        },
        'AdministrativeActions': [
            {
                'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                'ProgressPercent': 123,
                'RequestTime': datetime(2015, 1, 1),
                'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                'TargetFileSystemValues': {'... recursive ...'},
                'FailureDetails': {
                    'Message': 'string'
                },
                'TargetVolumeValues': {
                    'CreationTime': datetime(2015, 1, 1),
                    'FileSystemId': 'string',
                    'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                    'Name': 'string',
                    'OntapConfiguration': {
                        'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                        'JunctionPath': 'string',
                        'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                        'SizeInMegabytes': 123,
                        'StorageEfficiencyEnabled': True|False,
                        'StorageVirtualMachineId': 'string',
                        'StorageVirtualMachineRoot': True|False,
                        'TieringPolicy': {
                            'CoolingPeriod': 123,
                            'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                        },
                        'UUID': 'string',
                        'OntapVolumeType': 'RW'|'DP'|'LS'
                    },
                    'ResourceARN': 'string',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'VolumeId': 'string',
                    'VolumeType': 'ONTAP'|'OPENZFS',
                    'LifecycleTransitionReason': {
                        'Message': 'string'
                    },
                    'AdministrativeActions': {'... recursive ...'},
                    'OpenZFSConfiguration': {
                        'ParentVolumeId': 'string',
                        'VolumePath': 'string',
                        'StorageCapacityReservationGiB': 123,
                        'StorageCapacityQuotaGiB': 123,
                        'DataCompressionType': 'NONE'|'ZSTD',
                        'CopyTagsToSnapshots': True|False,
                        'OriginSnapshot': {
                            'SnapshotARN': 'string',
                            'CopyStrategy': 'CLONE'|'FULL_COPY'
                        },
                        'ReadOnly': True|False,
                        'NfsExports': [
                            {
                                'ClientConfigurations': [
                                    {
                                        'Clients': 'string',
                                        'Options': [
                                            'string',
                                        ]
                                    },
                                ]
                            },
                        ],
                        'UserAndGroupQuotas': [
                            {
                                'Type': 'USER'|'GROUP',
                                'Id': 123,
                                'StorageCapacityQuotaGiB': 123
                            },
                        ]
                    }
                },
                'TargetSnapshotValues': {
                    'ResourceARN': 'string',
                    'SnapshotId': 'string',
                    'Name': 'string',
                    'VolumeId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'AdministrativeActions': {'... recursive ...'}
                }
            },
        ],
        'OntapConfiguration': {
            'AutomaticBackupRetentionDays': 123,
            'DailyAutomaticBackupStartTime': 'string',
            'DeploymentType': 'MULTI_AZ_1',
            'EndpointIpAddressRange': 'string',
            'Endpoints': {
                'Intercluster': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                },
                'Management': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                }
            },
            'DiskIopsConfiguration': {
                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                'Iops': 123
            },
            'PreferredSubnetId': 'string',
            'RouteTableIds': [
                'string',
            ],
            'ThroughputCapacity': 123,
            'WeeklyMaintenanceStartTime': 'string'
        },
        'FileSystemTypeVersion': 'string',
        'OpenZFSConfiguration': {
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'CopyTagsToVolumes': True|False,
            'DailyAutomaticBackupStartTime': 'string',
            'DeploymentType': 'SINGLE_AZ_1',
            'ThroughputCapacity': 123,
            'WeeklyMaintenanceStartTime': 'string',
            'DiskIopsConfiguration': {
                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                'Iops': 123
            },
            'RootVolumeId': 'string'
        }
    }
}

Response Structure

  • (dict) --

    • FileSystem (dict) --

      A description of a specific Amazon FSx file system.

      • OwnerId (string) --

        The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

      • CreationTime (datetime) --

        The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • FileSystemId (string) --

        The system-generated, unique 17-digit ID of the file system.

      • FileSystemType (string) --

        The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

      • Lifecycle (string) --

        The lifecycle status of the file system. The following are the possible values and what they mean:

        • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
        • CREATING - Amazon FSx is creating the new file system.
        • DELETING - Amazon FSx is deleting an existing file system.
        • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
        • MISCONFIGURED - The file system is in a failed but recoverable state.
        • UPDATING - The file system is undergoing a customer-initiated update.
      • FailureDetails (dict) --

        A structure providing details of any failures that occurred when creating a file system.

        • Message (string) --

          A message describing any failures that occurred during file system creation.

      • StorageCapacity (integer) --

        The storage capacity of the file system in gibibytes (GiB).

      • StorageType (string) --

        The 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.

      • VpcId (string) --

        The ID of the primary virtual private cloud (VPC) for the file system.

      • SubnetIds (list) --

        Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

        For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

        • (string) --

          The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

      • NetworkInterfaceIds (list) --

        The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

        For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

        • (string) --

          An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

      • DNSName (string) --

        The Domain Name System (DNS) name for the file system.

      • KmsKeyId (string) --

        The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for the file system resource.

      • Tags (list) --

        The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • WindowsConfiguration (dict) --

        The configuration for this FSx for Windows File Server file system.

        • ActiveDirectoryId (string) --

          The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

        • SelfManagedActiveDirectoryConfiguration (dict) --

          The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • DomainName (string) --

            The fully qualified domain name of the self-managed AD directory.

          • OrganizationalUnitDistinguishedName (string) --

            The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • FileSystemAdministratorsGroup (string) --

            The name of the domain group whose members have administrative privileges for the FSx file system.

          • UserName (string) --

            The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

          • DnsIps (list) --

            A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

            • (string) --
        • DeploymentType (string) --

          Specifies the file system deployment type, valid values are the following:

          • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
          • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
          • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

          For more information, see Single-AZ and Multi-AZ File Systems .

        • RemoteAdministrationEndpoint (string) --

          For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

          For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

          This endpoint is temporarily unavailable when the file system is undergoing maintenance.

        • PreferredSubnetId (string) --

          For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

          For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

        • PreferredFileServerIp (string) --

          For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

          Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

        • ThroughputCapacity (integer) --

          The throughput of the Amazon FSx file system, measured in megabytes per second.

        • MaintenanceOperationsInProgress (list) --

          The list of maintenance operations in progress for this file system.

          • (string) --

            An enumeration specifying the currently ongoing maintenance operation.

        • WeeklyMaintenanceStartTime (string) --

          The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

        • DailyAutomaticBackupStartTime (string) --

          The preferred time to take daily automatic backups, in the UTC time zone.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

        • CopyTagsToBackups (boolean) --

          A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

        • Aliases (list) --

          An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

          • (dict) --

            A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

            • Name (string) --

              The name of the DNS alias. The alias name has to meet the following requirements:

              • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
              • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
              • Cannot start or end with a hyphen.
              • Can start with a numeric.

              For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

            • Lifecycle (string) --

              Describes the state of the DNS alias.

              • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
              • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
              • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
              • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
              • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
        • AuditLogConfiguration (dict) --

          The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

          • FileAccessAuditLogLevel (string) --

            Sets which attempt type is logged by Amazon FSx for file and folder accesses.

            • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
            • FAILURE_ONLY - only failed attempts to access files or folders are logged.
            • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
            • DISABLED - access auditing of files and folders is turned off.
          • FileShareAccessAuditLogLevel (string) --

            Sets which attempt type is logged by Amazon FSx for file share accesses.

            • SUCCESS_ONLY - only successful attempts to access file shares are logged.
            • FAILURE_ONLY - only failed attempts to access file shares are logged.
            • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
            • DISABLED - access auditing of file shares is turned off.
          • AuditLogDestination (string) --

            The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

            The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

            The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

      • LustreConfiguration (dict) --

        The configuration for the Amazon FSx for Lustre file system.

        • WeeklyMaintenanceStartTime (string) --

          The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

        • DataRepositoryConfiguration (dict) --

          The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

          This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

          • Lifecycle (string) --

            Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

            • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
            • AVAILABLE - The data repository is available for use.
            • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
            • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
            • FAILED - The data repository is in a terminal state that cannot be recovered.
          • ImportPath (string) --

            The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

          • ExportPath (string) --

            The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

          • ImportedFileChunkSize (integer) --

            For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

            The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

          • AutoImportPolicy (string) --

            Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

            • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
            • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
            • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
            • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
          • FailureDetails (dict) --

            Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

            • Message (string) --

              A detailed error message.

        • DeploymentType (string) --

          The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

          SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

          The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

          The default is SCRATCH_1 .

        • PerUnitStorageThroughput (integer) --

          Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

          Valid values:

          • For PERSISTENT_1 SSD storage: 50, 100, 200.
          • For PERSISTENT_1 HDD storage: 12, 40.
          • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
        • MountName (string) --

          You use the MountName value when mounting the file system.

          For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • CopyTagsToBackups (boolean) --

          A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

        • DriveCacheType (string) --

          The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

          This parameter is required when StorageType is set to HDD.

        • DataCompressionType (string) --

          The data compression configuration for the file system. DataCompressionType can have the following values:

          • NONE - Data compression is turned off for the file system.
          • LZ4 - Data compression is turned on with the LZ4 algorithm.

          For more information, see Lustre data compression .

        • LogConfiguration (dict) --

          The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

          • Level (string) --

            The data repository events that are logged by Amazon FSx.

            • WARN_ONLY - only warning events are logged.
            • ERROR_ONLY - only error events are logged.
            • WARN_ERROR - both warning events and error events are logged.
            • DISABLED - logging of data repository events is turned off.
          • Destination (string) --

            The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

      • AdministrativeActions (list) --

        A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

        • (dict) --

          Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

          • AdministrativeActionType (string) --

            Describes the type of administrative action, as follows:

            • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
            • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
              • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
              • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
              • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

            You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

            • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
            • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
            • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
            • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
            • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
          • ProgressPercent (integer) --

            The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

          • RequestTime (datetime) --

            The time that the administrative action request was received.

          • Status (string) --

            Describes the status of the administrative action, as follows:

            • FAILED - Amazon FSx failed to process the administrative action successfully.
            • IN_PROGRESS - Amazon FSx is processing the administrative action.
            • PENDING - Amazon FSx is waiting to process the administrative action.
            • COMPLETED - Amazon FSx has finished processing the administrative task.
            • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
          • TargetFileSystemValues (dict) --

            Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

          • FailureDetails (dict) --

            Provides information about a failed administrative action.

            • Message (string) --

              Error message providing details about the failed administrative action.

          • TargetVolumeValues (dict) --

            Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • FileSystemId (string) --

              The globally unique ID of the file system, assigned by Amazon FSx.

            • Lifecycle (string) --

              The lifecycle status of the volume.

              • AVAILABLE - The volume is fully available for use.
              • CREATED - The volume has been created.
              • CREATING - Amazon FSx is creating the new volume.
              • DELETING - Amazon FSx is deleting an existing volume.
              • FAILED - Amazon FSx was unable to create the volume.
              • MISCONFIGURED - The volume is in a failed but recoverable state.
              • PENDING - Amazon FSx hasn't started creating the volume.
            • Name (string) --

              The name of the volume.

            • OntapConfiguration (dict) --

              The configuration of an Amazon FSx for NetApp ONTAP volume.

              • FlexCacheEndpointType (string) --

                Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                • CACHE specifies that the volume is a FlexCache volume.
              • JunctionPath (string) --

                Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

              • SecurityStyle (string) --

                The security style for the volume, which can be UNIX , NTFS , or MIXED .

              • SizeInMegabytes (integer) --

                The configured size of the volume, in megabytes (MBs).

              • StorageEfficiencyEnabled (boolean) --

                The volume's storage efficiency setting.

              • StorageVirtualMachineId (string) --

                The ID of the volume's storage virtual machine.

              • StorageVirtualMachineRoot (boolean) --

                A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

              • TieringPolicy (dict) --

                The volume's TieringPolicy setting.

                • CoolingPeriod (integer) --

                  Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                • Name (string) --

                  Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                  • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                  • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                  • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                  • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
              • UUID (string) --

                The volume's universally unique identifier (UUID).

              • OntapVolumeType (string) --

                Specifies the type of volume. Valid values are the following:

                • RW specifies a read/write volume. RW is the default.
                • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • VolumeId (string) --

              The system-generated, unique ID of the volume.

            • VolumeType (string) --

              The type of the volume.

            • LifecycleTransitionReason (dict) --

              The reason why the volume lifecycle status changed.

              • Message (string) --

                A detailed error message.

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

            • OpenZFSConfiguration (dict) --

              The configuration of an Amazon FSx for OpenZFS volume.

              • ParentVolumeId (string) --

                The ID of the parent volume.

              • VolumePath (string) --

                The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

              • StorageCapacityReservationGiB (integer) --

                The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

              • StorageCapacityQuotaGiB (integer) --

                The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

              • DataCompressionType (string) --

                The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                • NONE - Doesn't compress the data on the volume.
                • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
              • CopyTagsToSnapshots (boolean) --

                A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

              • OriginSnapshot (dict) --

                The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                • SnapshotARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • CopyStrategy (string) --

                  The strategy used when copying data from the snapshot to the new volume.

                  • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                  • FULL_COPY - Copies all data from the snapshot to the new volume.
              • ReadOnly (boolean) --

                A Boolean value indicating whether the volume is read-only.

              • NfsExports (list) --

                The configuration object for mounting a Network File System (NFS) file system.

                • (dict) --

                  The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                  • ClientConfigurations (list) --

                    A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                    • (dict) --

                      Specifies who can mount the file system and the options that can be used while mounting the file system.

                      • Clients (string) --

                        A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                      • Options (list) --

                        The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                        • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                        • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                        • (string) --
              • UserAndGroupQuotas (list) --

                An object specifying how much storage users or groups can use on the volume.

                • (dict) --

                  The configuration for how much storage a user or group can use on the volume.

                  • Type (string) --

                    A value that specifies whether the quota applies to a user or group.

                  • Id (integer) --

                    The ID of the user or group.

                  • StorageCapacityQuotaGiB (integer) --

                    The amount of storage that the user or group can use in gibibytes (GiB).

          • TargetSnapshotValues (dict) --

            A snapshot of an Amazon FSx for OpenZFS volume.

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • SnapshotId (string) --

              The ID of the snapshot.

            • Name (string) --

              The name of the snapshot.

            • VolumeId (string) --

              The ID of the volume that the snapshot is of.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • Lifecycle (string) --

              The lifecycle status of the snapshot.

              • PENDING - Amazon FSx hasn't started creating the snapshot.
              • CREATING - Amazon FSx is creating the snapshot.
              • DELETING - Amazon FSx is deleting the snapshot.
              • AVAILABLE - The snapshot is fully available.
            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

      • OntapConfiguration (dict) --

        The configuration for this FSx for ONTAP file system.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • DeploymentType (string) --

          The ONTAP file system deployment type.

        • EndpointIpAddressRange (string) --

          The IP address range in which the endpoints to access your file system are created.

        • Endpoints (dict) --

          The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

          • Intercluster (dict) --

            An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              IP addresses of the file system endpoint.

              • (string) --
          • Management (dict) --

            An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              IP addresses of the file system endpoint.

              • (string) --
        • DiskIopsConfiguration (dict) --

          The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

          • Mode (string) --

            Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

          • Iops (integer) --

            The total number of SSD IOPS provisioned for the file system.

        • PreferredSubnetId (string) --

          The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

        • RouteTableIds (list) --

          The VPC route tables in which your file system's endpoints are created.

          • (string) --
        • ThroughputCapacity (integer) --

          The sustained throughput of an Amazon FSx file system in MBps.

        • WeeklyMaintenanceStartTime (string) --

          A recurring weekly time, in the format D:HH:MM .

          D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

          HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

          For example, 1:05:00 specifies maintenance at 5 AM Monday.

      • FileSystemTypeVersion (string) --

        The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

      • OpenZFSConfiguration (dict) --

        The configuration for this Amazon FSx for OpenZFS file system.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • CopyTagsToBackups (boolean) --

          A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

        • CopyTagsToVolumes (boolean) --

          A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • DeploymentType (string) --

          Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

        • ThroughputCapacity (integer) --

          The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

        • WeeklyMaintenanceStartTime (string) --

          A recurring weekly time, in the format D:HH:MM .

          D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

          HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

          For example, 1:05:00 specifies maintenance at 5 AM Monday.

        • DiskIopsConfiguration (dict) --

          The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

          • Mode (string) --

            Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

          • Iops (integer) --

            The total number of SSD IOPS provisioned for the file system.

        • RootVolumeId (string) --

          The ID of the root volume of the OpenZFS file system.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.InternalServerError
restore_volume_from_snapshot(**kwargs)

Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.

See also: AWS API Documentation

Request Syntax

response = client.restore_volume_from_snapshot(
    ClientRequestToken='string',
    VolumeId='string',
    SnapshotId='string',
    Options=[
        'DELETE_INTERMEDIATE_SNAPSHOTS'|'DELETE_CLONED_VOLUMES',
    ]
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • VolumeId (string) --

    [REQUIRED]

    The ID of the volume that you are restoring.

  • SnapshotId (string) --

    [REQUIRED]

    The ID of the source snapshot. Specifies the snapshot that you are restoring from.

  • Options (list) --

    The settings used when restoring the specified volume from snapshot.

    • DELETE_INTERMEDIATE_SNAPSHOTS - Deletes snapshots between the current state and the specified snapshot. If there are intermediate snapshots and this option isn't used, RestoreVolumeFromSnapshot fails.
    • DELETE_CLONED_VOLUMES - Deletes any volumes cloned from this volume. If there are any cloned volumes and this option isn't used, RestoreVolumeFromSnapshot fails.
    • (string) --
Return type

dict

Returns

Response Syntax

{
    'VolumeId': 'string',
    'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE'
}

Response Structure

  • (dict) --

    • VolumeId (string) --

      The ID of the volume that you restored.

    • Lifecycle (string) --

      The lifecycle state of the volume being restored.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.VolumeNotFound
tag_resource(**kwargs)

Tags an Amazon FSx resource.

See also: AWS API Documentation

Request Syntax

response = client.tag_resource(
    ResourceARN='string',
    Tags=[
        {
            'Key': 'string',
            'Value': 'string'
        },
    ]
)
Parameters
  • ResourceARN (string) --

    [REQUIRED]

    The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.

  • Tags (list) --

    [REQUIRED]

    A list of tags for the resource. If a tag with a given key already exists, the value is replaced by the one specified in this parameter.

    • (dict) --

      Specifies a key-value pair for a resource tag.

      • Key (string) -- [REQUIRED]

        A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

      • Value (string) -- [REQUIRED]

        A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

    The response object for the TagResource operation.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.ResourceNotFound
  • FSx.Client.exceptions.NotServiceResourceError
  • FSx.Client.exceptions.ResourceDoesNotSupportTagging
untag_resource(**kwargs)

This action removes a tag from an Amazon FSx resource.

See also: AWS API Documentation

Request Syntax

response = client.untag_resource(
    ResourceARN='string',
    TagKeys=[
        'string',
    ]
)
Parameters
  • ResourceARN (string) --

    [REQUIRED]

    The ARN of the Amazon FSx resource to untag.

  • TagKeys (list) --

    [REQUIRED]

    A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.

    • (string) --

      A string of 1 to 128 characters that specifies the key for a tag. Tag keys must be unique for the resource to which they are attached.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

    The response object for UntagResource action.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.ResourceNotFound
  • FSx.Client.exceptions.NotServiceResourceError
  • FSx.Client.exceptions.ResourceDoesNotSupportTagging
update_data_repository_association(**kwargs)

Updates the configuration of an existing data repository association on an Amazon FSx for Lustre file system. Data repository associations are supported only for file systems with the Persistent_2 deployment type.

See also: AWS API Documentation

Request Syntax

response = client.update_data_repository_association(
    AssociationId='string',
    ClientRequestToken='string',
    ImportedFileChunkSize=123,
    S3={
        'AutoImportPolicy': {
            'Events': [
                'NEW'|'CHANGED'|'DELETED',
            ]
        },
        'AutoExportPolicy': {
            'Events': [
                'NEW'|'CHANGED'|'DELETED',
            ]
        }
    }
)
Parameters
  • AssociationId (string) --

    [REQUIRED]

    The ID of the data repository association that you are updating.

  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • ImportedFileChunkSize (integer) --

    For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

    The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

  • S3 (dict) --

    The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.

    • AutoImportPolicy (dict) --

      Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.

      • Events (list) --

        The AutoImportPolicy can have the following event values:

        • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.
        • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.
        • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

        You can define any combination of event types for your AutoImportPolicy .

        • (string) --
    • AutoExportPolicy (dict) --

      Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

      • Events (list) --

        The AutoExportPolicy can have the following event values:

        • NEW - Amazon FSx automatically exports new files and directories to the data repository as they are added to the file system.
        • CHANGED - Amazon FSx automatically exports changes to files and directories on the file system to the data repository.
        • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

        You can define any combination of event types for your AutoExportPolicy .

        • (string) --
Return type

dict

Returns

Response Syntax

{
    'Association': {
        'AssociationId': 'string',
        'ResourceARN': 'string',
        'FileSystemId': 'string',
        'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
        'FailureDetails': {
            'Message': 'string'
        },
        'FileSystemPath': 'string',
        'DataRepositoryPath': 'string',
        'BatchImportMetaDataOnCreate': True|False,
        'ImportedFileChunkSize': 123,
        'S3': {
            'AutoImportPolicy': {
                'Events': [
                    'NEW'|'CHANGED'|'DELETED',
                ]
            },
            'AutoExportPolicy': {
                'Events': [
                    'NEW'|'CHANGED'|'DELETED',
                ]
            }
        },
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'CreationTime': datetime(2015, 1, 1)
    }
}

Response Structure

  • (dict) --

    • Association (dict) --

      The response object returned after the data repository association is updated.

      • AssociationId (string) --

        The system-generated, unique ID of the data repository association.

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • FileSystemId (string) --

        The globally unique ID of the file system, assigned by Amazon FSx.

      • Lifecycle (string) --

        Describes the state of a data repository association. The lifecycle can have the following values:

        • CREATING - The data repository association between the FSx file system and the S3 data repository is being created. The data repository is unavailable.
        • AVAILABLE - The data repository association is available for use.
        • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket or automatically export updates to the S3 bucket until the data repository association configuration is corrected.
        • UPDATING - The data repository association is undergoing a customer initiated update that might affect its availability.
        • DELETING - The data repository association is undergoing a customer initiated deletion.
        • FAILED - The data repository association is in a terminal state that cannot be recovered.
      • FailureDetails (dict) --

        Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

        • Message (string) --

          A detailed error message.

      • FileSystemPath (string) --

        A path on the file system that points to a high-level directory (such as /ns1/ ) or subdirectory (such as /ns1/subdir/ ) that will be mapped 1-1 with DataRepositoryPath . The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/ , then you cannot link another data repository with file system path /ns1/ns2 .

        This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.

      • DataRepositoryPath (string) --

        The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/ . This path specifies where in the S3 data repository files will be imported from or exported to.

      • BatchImportMetaDataOnCreate (boolean) --

        A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created. The task runs if this flag is set to true .

      • ImportedFileChunkSize (integer) --

        For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

        The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

      • S3 (dict) --

        The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.

        • AutoImportPolicy (dict) --

          Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.

          • Events (list) --

            The AutoImportPolicy can have the following event values:

            • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.
            • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.
            • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

            You can define any combination of event types for your AutoImportPolicy .

            • (string) --
        • AutoExportPolicy (dict) --

          Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

          • Events (list) --

            The AutoExportPolicy can have the following event values:

            • NEW - Amazon FSx automatically exports new files and directories to the data repository as they are added to the file system.
            • CHANGED - Amazon FSx automatically exports changes to files and directories on the file system to the data repository.
            • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

            You can define any combination of event types for your AutoExportPolicy .

            • (string) --
      • Tags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • CreationTime (datetime) --

        The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.DataRepositoryAssociationNotFound
  • FSx.Client.exceptions.ServiceLimitExceeded
  • FSx.Client.exceptions.InternalServerError
update_file_system(**kwargs)

Use this operation to update the configuration of an existing Amazon FSx file system. You can update multiple properties in a single request.

For Amazon FSx for Windows File Server file systems, you can update the following properties:

  • AuditLogConfiguration
  • AutomaticBackupRetentionDays
  • DailyAutomaticBackupStartTime
  • SelfManagedActiveDirectoryConfiguration
  • StorageCapacity
  • ThroughputCapacity
  • WeeklyMaintenanceStartTime

For FSx for Lustre file systems, you can update the following properties:

  • AutoImportPolicy
  • AutomaticBackupRetentionDays
  • DailyAutomaticBackupStartTime
  • DataCompressionType
  • StorageCapacity
  • WeeklyMaintenanceStartTime

For FSx for ONTAP file systems, you can update the following properties:

  • AutomaticBackupRetentionDays
  • DailyAutomaticBackupStartTime
  • FsxAdminPassword
  • WeeklyMaintenanceStartTime

For the Amazon FSx for OpenZFS file systems, you can update the following properties:

  • AutomaticBackupRetentionDays
  • CopyTagsToBackups
  • CopyTagsToVolumes
  • DailyAutomaticBackupStartTime
  • DiskIopsConfiguration
  • ThroughputCapacity
  • WeeklyMaintenanceStartTime

See also: AWS API Documentation

Request Syntax

response = client.update_file_system(
    FileSystemId='string',
    ClientRequestToken='string',
    StorageCapacity=123,
    WindowsConfiguration={
        'WeeklyMaintenanceStartTime': 'string',
        'DailyAutomaticBackupStartTime': 'string',
        'AutomaticBackupRetentionDays': 123,
        'ThroughputCapacity': 123,
        'SelfManagedActiveDirectoryConfiguration': {
            'UserName': 'string',
            'Password': 'string',
            'DnsIps': [
                'string',
            ]
        },
        'AuditLogConfiguration': {
            'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
            'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
            'AuditLogDestination': 'string'
        }
    },
    LustreConfiguration={
        'WeeklyMaintenanceStartTime': 'string',
        'DailyAutomaticBackupStartTime': 'string',
        'AutomaticBackupRetentionDays': 123,
        'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
        'DataCompressionType': 'NONE'|'LZ4',
        'LogConfiguration': {
            'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
            'Destination': 'string'
        }
    },
    OntapConfiguration={
        'AutomaticBackupRetentionDays': 123,
        'DailyAutomaticBackupStartTime': 'string',
        'FsxAdminPassword': 'string',
        'WeeklyMaintenanceStartTime': 'string'
    },
    OpenZFSConfiguration={
        'AutomaticBackupRetentionDays': 123,
        'CopyTagsToBackups': True|False,
        'CopyTagsToVolumes': True|False,
        'DailyAutomaticBackupStartTime': 'string',
        'ThroughputCapacity': 123,
        'WeeklyMaintenanceStartTime': 'string',
        'DiskIopsConfiguration': {
            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
            'Iops': 123
        }
    }
)
Parameters
  • FileSystemId (string) --

    [REQUIRED]

    The ID of the file system that you are updating.

  • ClientRequestToken (string) --

    A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • StorageCapacity (integer) --

    Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server or Amazon FSx for Lustre file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating.

    Note

    You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.

    For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity.

    For Lustre file systems, the storage capacity target value can be the following:

    • For SCRATCH_2 and PERSISTENT_1 SSD deployment types, valid values are in multiples of 2400 GiB. The value must be greater than the current storage capacity.
    • For PERSISTENT HDD file systems, valid values are multiples of 6000 GiB for 12-MBps throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be greater than the current storage capacity.
    • For SCRATCH_1 file systems, you can't increase the storage capacity.

    For OpenZFS file systems, the input/output operations per second (IOPS) automatically scale with increases to the storage capacity if IOPS is configured for automatic scaling. If the storage capacity increase would result in less than 3 IOPS per GiB of storage, this operation returns an error.

    For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

  • WindowsConfiguration (dict) --

    The configuration updates for an Amazon FSx for Windows File Server file system.

    • WeeklyMaintenanceStartTime (string) --

      The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Where d is the weekday number, from 1 through 7, with 1 = Monday and 7 = Sunday.

    • DailyAutomaticBackupStartTime (string) --

      The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00

    • AutomaticBackupRetentionDays (integer) --

      The number of days to retain automatic daily backups. Setting this to zero (0) disables automatic daily backups. You can retain automatic daily backups for a maximum of 90 days. For more information, see Working with Automatic Daily Backups .

    • ThroughputCapacity (integer) --

      Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to. Valid values are 8, 16, 32, 64, 128, 256, 512, 1024, 2048. You cannot make a throughput capacity update request if there is an existing throughput capacity update request in progress. For more information, see Managing Throughput Capacity .

    • SelfManagedActiveDirectoryConfiguration (dict) --

      The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory. You cannot make a self-managed Microsoft AD update request if there is an existing self-managed Microsoft AD update request in progress.

      • UserName (string) --

        The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. This account must have the permission to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName .

      • Password (string) --

        The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

      • DnsIps (list) --

        A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

        • (string) --
    • AuditLogConfiguration (dict) --

      The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system..

      • FileAccessAuditLogLevel (string) -- [REQUIRED]

        Sets which attempt type is logged by Amazon FSx for file and folder accesses.

        • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
        • FAILURE_ONLY - only failed attempts to access files or folders are logged.
        • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
        • DISABLED - access auditing of files and folders is turned off.
      • FileShareAccessAuditLogLevel (string) -- [REQUIRED]

        Sets which attempt type is logged by Amazon FSx for file share accesses.

        • SUCCESS_ONLY - only successful attempts to access file shares are logged.
        • FAILURE_ONLY - only failed attempts to access file shares are logged.
        • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
        • DISABLED - access auditing of file shares is turned off.
      • AuditLogDestination (string) --

        The Amazon Resource Name (ARN) that specifies the destination of the audit logs.

        The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN, with the following requirements:

        • The destination ARN that you provide (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.
        • The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.
        • If you do not provide a destination in AuditLogDestination , Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/windows log group.
        • If AuditLogDestination is provided and the resource does not exist, the request will fail with a BadRequest error.
        • If FileAccessAuditLogLevel and FileShareAccessAuditLogLevel are both set to DISABLED , you cannot specify a destination in AuditLogDestination .
  • LustreConfiguration (dict) --

    The configuration object for Amazon FSx for Lustre file systems used in the UpdateFileSystem operation.

    • WeeklyMaintenanceStartTime (string) --

      (Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

    • DailyAutomaticBackupStartTime (string) --

      A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

    • AutomaticBackupRetentionDays (integer) --

      The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

    • AutoImportPolicy (string) --

      (Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

      • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option.
      • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
      • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
      • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.

      The AutoImportPolicy parameter is not supported for Lustre file systems with the Persistent_2 deployment type. Instead, use to update a data repository association on your Persistent_2 file system.

    • DataCompressionType (string) --

      Sets the data compression configuration for the file system. DataCompressionType can have the following values:

      • NONE - Data compression is turned off for the file system.
      • LZ4 - Data compression is turned on with the LZ4 algorithm.

      If you don't use DataCompressionType , the file system retains its current data compression configuration.

      For more information, see Lustre data compression .

    • LogConfiguration (dict) --

      The Lustre logging configuration used when updating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.

      • Level (string) -- [REQUIRED]

        Sets which data repository events are logged by Amazon FSx.

        • WARN_ONLY - only warning events are logged.
        • ERROR_ONLY - only error events are logged.
        • WARN_ERROR - both warning events and error events are logged.
        • DISABLED - logging of data repository events is turned off.
      • Destination (string) --

        The Amazon Resource Name (ARN) that specifies the destination of the logs.

        The destination can be any Amazon CloudWatch Logs log group ARN, with the following requirements:

        • The destination ARN that you provide must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.
        • The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix.
        • If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/lustre log group.
        • If Destination is provided and the resource does not exist, the request will fail with a BadRequest error.
        • If Level is set to DISABLED , you cannot specify a destination in Destination .
  • OntapConfiguration (dict) --

    The configuration updates for an Amazon FSx for NetApp ONTAP file system.

    • AutomaticBackupRetentionDays (integer) --

      The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

    • DailyAutomaticBackupStartTime (string) --

      A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

    • FsxAdminPassword (string) --

      The ONTAP administrative password for the fsxadmin user.

    • WeeklyMaintenanceStartTime (string) --

      A recurring weekly time, in the format D:HH:MM .

      D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

      HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

      For example, 1:05:00 specifies maintenance at 5 AM Monday.

  • OpenZFSConfiguration (dict) --

    The configuration updates for an Amazon FSx for OpenZFS file system.

    • AutomaticBackupRetentionDays (integer) --

      The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

    • CopyTagsToBackups (boolean) --

      A Boolean value indicating whether tags for the file system should be copied to backups. This value defaults to false . If it's set to true , all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

    • CopyTagsToVolumes (boolean) --

      A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

    • DailyAutomaticBackupStartTime (string) --

      A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

    • ThroughputCapacity (integer) --

      The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

    • WeeklyMaintenanceStartTime (string) --

      A recurring weekly time, in the format D:HH:MM .

      D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

      HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

      For example, 1:05:00 specifies maintenance at 5 AM Monday.

    • DiskIopsConfiguration (dict) --

      The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

      • Mode (string) --

        Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

      • Iops (integer) --

        The total number of SSD IOPS provisioned for the file system.

Return type

dict

Returns

Response Syntax

{
    'FileSystem': {
        'OwnerId': 'string',
        'CreationTime': datetime(2015, 1, 1),
        'FileSystemId': 'string',
        'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
        'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
        'FailureDetails': {
            'Message': 'string'
        },
        'StorageCapacity': 123,
        'StorageType': 'SSD'|'HDD',
        'VpcId': 'string',
        'SubnetIds': [
            'string',
        ],
        'NetworkInterfaceIds': [
            'string',
        ],
        'DNSName': 'string',
        'KmsKeyId': 'string',
        'ResourceARN': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'WindowsConfiguration': {
            'ActiveDirectoryId': 'string',
            'SelfManagedActiveDirectoryConfiguration': {
                'DomainName': 'string',
                'OrganizationalUnitDistinguishedName': 'string',
                'FileSystemAdministratorsGroup': 'string',
                'UserName': 'string',
                'DnsIps': [
                    'string',
                ]
            },
            'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
            'RemoteAdministrationEndpoint': 'string',
            'PreferredSubnetId': 'string',
            'PreferredFileServerIp': 'string',
            'ThroughputCapacity': 123,
            'MaintenanceOperationsInProgress': [
                'PATCHING'|'BACKING_UP',
            ],
            'WeeklyMaintenanceStartTime': 'string',
            'DailyAutomaticBackupStartTime': 'string',
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'Aliases': [
                {
                    'Name': 'string',
                    'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                },
            ],
            'AuditLogConfiguration': {
                'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                'AuditLogDestination': 'string'
            }
        },
        'LustreConfiguration': {
            'WeeklyMaintenanceStartTime': 'string',
            'DataRepositoryConfiguration': {
                'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                'ImportPath': 'string',
                'ExportPath': 'string',
                'ImportedFileChunkSize': 123,
                'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                'FailureDetails': {
                    'Message': 'string'
                }
            },
            'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
            'PerUnitStorageThroughput': 123,
            'MountName': 'string',
            'DailyAutomaticBackupStartTime': 'string',
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'DriveCacheType': 'NONE'|'READ',
            'DataCompressionType': 'NONE'|'LZ4',
            'LogConfiguration': {
                'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                'Destination': 'string'
            }
        },
        'AdministrativeActions': [
            {
                'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                'ProgressPercent': 123,
                'RequestTime': datetime(2015, 1, 1),
                'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                'TargetFileSystemValues': {'... recursive ...'},
                'FailureDetails': {
                    'Message': 'string'
                },
                'TargetVolumeValues': {
                    'CreationTime': datetime(2015, 1, 1),
                    'FileSystemId': 'string',
                    'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                    'Name': 'string',
                    'OntapConfiguration': {
                        'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                        'JunctionPath': 'string',
                        'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                        'SizeInMegabytes': 123,
                        'StorageEfficiencyEnabled': True|False,
                        'StorageVirtualMachineId': 'string',
                        'StorageVirtualMachineRoot': True|False,
                        'TieringPolicy': {
                            'CoolingPeriod': 123,
                            'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                        },
                        'UUID': 'string',
                        'OntapVolumeType': 'RW'|'DP'|'LS'
                    },
                    'ResourceARN': 'string',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'VolumeId': 'string',
                    'VolumeType': 'ONTAP'|'OPENZFS',
                    'LifecycleTransitionReason': {
                        'Message': 'string'
                    },
                    'AdministrativeActions': {'... recursive ...'},
                    'OpenZFSConfiguration': {
                        'ParentVolumeId': 'string',
                        'VolumePath': 'string',
                        'StorageCapacityReservationGiB': 123,
                        'StorageCapacityQuotaGiB': 123,
                        'DataCompressionType': 'NONE'|'ZSTD',
                        'CopyTagsToSnapshots': True|False,
                        'OriginSnapshot': {
                            'SnapshotARN': 'string',
                            'CopyStrategy': 'CLONE'|'FULL_COPY'
                        },
                        'ReadOnly': True|False,
                        'NfsExports': [
                            {
                                'ClientConfigurations': [
                                    {
                                        'Clients': 'string',
                                        'Options': [
                                            'string',
                                        ]
                                    },
                                ]
                            },
                        ],
                        'UserAndGroupQuotas': [
                            {
                                'Type': 'USER'|'GROUP',
                                'Id': 123,
                                'StorageCapacityQuotaGiB': 123
                            },
                        ]
                    }
                },
                'TargetSnapshotValues': {
                    'ResourceARN': 'string',
                    'SnapshotId': 'string',
                    'Name': 'string',
                    'VolumeId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'AdministrativeActions': {'... recursive ...'}
                }
            },
        ],
        'OntapConfiguration': {
            'AutomaticBackupRetentionDays': 123,
            'DailyAutomaticBackupStartTime': 'string',
            'DeploymentType': 'MULTI_AZ_1',
            'EndpointIpAddressRange': 'string',
            'Endpoints': {
                'Intercluster': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                },
                'Management': {
                    'DNSName': 'string',
                    'IpAddresses': [
                        'string',
                    ]
                }
            },
            'DiskIopsConfiguration': {
                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                'Iops': 123
            },
            'PreferredSubnetId': 'string',
            'RouteTableIds': [
                'string',
            ],
            'ThroughputCapacity': 123,
            'WeeklyMaintenanceStartTime': 'string'
        },
        'FileSystemTypeVersion': 'string',
        'OpenZFSConfiguration': {
            'AutomaticBackupRetentionDays': 123,
            'CopyTagsToBackups': True|False,
            'CopyTagsToVolumes': True|False,
            'DailyAutomaticBackupStartTime': 'string',
            'DeploymentType': 'SINGLE_AZ_1',
            'ThroughputCapacity': 123,
            'WeeklyMaintenanceStartTime': 'string',
            'DiskIopsConfiguration': {
                'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                'Iops': 123
            },
            'RootVolumeId': 'string'
        }
    }
}

Response Structure

  • (dict) --

    The response object for the UpdateFileSystem operation.

    • FileSystem (dict) --

      A description of the file system that was updated.

      • OwnerId (string) --

        The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

      • CreationTime (datetime) --

        The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • FileSystemId (string) --

        The system-generated, unique 17-digit ID of the file system.

      • FileSystemType (string) --

        The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

      • Lifecycle (string) --

        The lifecycle status of the file system. The following are the possible values and what they mean:

        • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
        • CREATING - Amazon FSx is creating the new file system.
        • DELETING - Amazon FSx is deleting an existing file system.
        • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
        • MISCONFIGURED - The file system is in a failed but recoverable state.
        • UPDATING - The file system is undergoing a customer-initiated update.
      • FailureDetails (dict) --

        A structure providing details of any failures that occurred when creating a file system.

        • Message (string) --

          A message describing any failures that occurred during file system creation.

      • StorageCapacity (integer) --

        The storage capacity of the file system in gibibytes (GiB).

      • StorageType (string) --

        The 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.

      • VpcId (string) --

        The ID of the primary virtual private cloud (VPC) for the file system.

      • SubnetIds (list) --

        Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

        For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

        • (string) --

          The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

      • NetworkInterfaceIds (list) --

        The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

        For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

        • (string) --

          An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

      • DNSName (string) --

        The Domain Name System (DNS) name for the file system.

      • KmsKeyId (string) --

        The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for the file system resource.

      • Tags (list) --

        The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • WindowsConfiguration (dict) --

        The configuration for this FSx for Windows File Server file system.

        • ActiveDirectoryId (string) --

          The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

        • SelfManagedActiveDirectoryConfiguration (dict) --

          The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • DomainName (string) --

            The fully qualified domain name of the self-managed AD directory.

          • OrganizationalUnitDistinguishedName (string) --

            The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • FileSystemAdministratorsGroup (string) --

            The name of the domain group whose members have administrative privileges for the FSx file system.

          • UserName (string) --

            The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

          • DnsIps (list) --

            A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

            • (string) --
        • DeploymentType (string) --

          Specifies the file system deployment type, valid values are the following:

          • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
          • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
          • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

          For more information, see Single-AZ and Multi-AZ File Systems .

        • RemoteAdministrationEndpoint (string) --

          For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

          For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

          This endpoint is temporarily unavailable when the file system is undergoing maintenance.

        • PreferredSubnetId (string) --

          For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

          For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

        • PreferredFileServerIp (string) --

          For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

          Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

        • ThroughputCapacity (integer) --

          The throughput of the Amazon FSx file system, measured in megabytes per second.

        • MaintenanceOperationsInProgress (list) --

          The list of maintenance operations in progress for this file system.

          • (string) --

            An enumeration specifying the currently ongoing maintenance operation.

        • WeeklyMaintenanceStartTime (string) --

          The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

        • DailyAutomaticBackupStartTime (string) --

          The preferred time to take daily automatic backups, in the UTC time zone.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

        • CopyTagsToBackups (boolean) --

          A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

        • Aliases (list) --

          An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

          • (dict) --

            A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

            • Name (string) --

              The name of the DNS alias. The alias name has to meet the following requirements:

              • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
              • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
              • Cannot start or end with a hyphen.
              • Can start with a numeric.

              For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

            • Lifecycle (string) --

              Describes the state of the DNS alias.

              • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
              • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
              • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
              • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
              • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
        • AuditLogConfiguration (dict) --

          The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

          • FileAccessAuditLogLevel (string) --

            Sets which attempt type is logged by Amazon FSx for file and folder accesses.

            • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
            • FAILURE_ONLY - only failed attempts to access files or folders are logged.
            • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
            • DISABLED - access auditing of files and folders is turned off.
          • FileShareAccessAuditLogLevel (string) --

            Sets which attempt type is logged by Amazon FSx for file share accesses.

            • SUCCESS_ONLY - only successful attempts to access file shares are logged.
            • FAILURE_ONLY - only failed attempts to access file shares are logged.
            • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
            • DISABLED - access auditing of file shares is turned off.
          • AuditLogDestination (string) --

            The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

            The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

            The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

      • LustreConfiguration (dict) --

        The configuration for the Amazon FSx for Lustre file system.

        • WeeklyMaintenanceStartTime (string) --

          The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

        • DataRepositoryConfiguration (dict) --

          The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

          This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

          • Lifecycle (string) --

            Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

            • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
            • AVAILABLE - The data repository is available for use.
            • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
            • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
            • FAILED - The data repository is in a terminal state that cannot be recovered.
          • ImportPath (string) --

            The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

          • ExportPath (string) --

            The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

          • ImportedFileChunkSize (integer) --

            For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

            The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

          • AutoImportPolicy (string) --

            Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

            • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
            • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
            • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
            • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
          • FailureDetails (dict) --

            Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

            • Message (string) --

              A detailed error message.

        • DeploymentType (string) --

          The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

          SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

          The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

          The default is SCRATCH_1 .

        • PerUnitStorageThroughput (integer) --

          Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

          Valid values:

          • For PERSISTENT_1 SSD storage: 50, 100, 200.
          • For PERSISTENT_1 HDD storage: 12, 40.
          • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
        • MountName (string) --

          You use the MountName value when mounting the file system.

          For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • CopyTagsToBackups (boolean) --

          A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

        • DriveCacheType (string) --

          The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

          This parameter is required when StorageType is set to HDD.

        • DataCompressionType (string) --

          The data compression configuration for the file system. DataCompressionType can have the following values:

          • NONE - Data compression is turned off for the file system.
          • LZ4 - Data compression is turned on with the LZ4 algorithm.

          For more information, see Lustre data compression .

        • LogConfiguration (dict) --

          The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

          • Level (string) --

            The data repository events that are logged by Amazon FSx.

            • WARN_ONLY - only warning events are logged.
            • ERROR_ONLY - only error events are logged.
            • WARN_ERROR - both warning events and error events are logged.
            • DISABLED - logging of data repository events is turned off.
          • Destination (string) --

            The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

      • AdministrativeActions (list) --

        A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

        • (dict) --

          Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

          • AdministrativeActionType (string) --

            Describes the type of administrative action, as follows:

            • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
            • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
              • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
              • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
              • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

            You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

            • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
            • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
            • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
            • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
            • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
          • ProgressPercent (integer) --

            The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

          • RequestTime (datetime) --

            The time that the administrative action request was received.

          • Status (string) --

            Describes the status of the administrative action, as follows:

            • FAILED - Amazon FSx failed to process the administrative action successfully.
            • IN_PROGRESS - Amazon FSx is processing the administrative action.
            • PENDING - Amazon FSx is waiting to process the administrative action.
            • COMPLETED - Amazon FSx has finished processing the administrative task.
            • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
          • TargetFileSystemValues (dict) --

            Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

          • FailureDetails (dict) --

            Provides information about a failed administrative action.

            • Message (string) --

              Error message providing details about the failed administrative action.

          • TargetVolumeValues (dict) --

            Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • FileSystemId (string) --

              The globally unique ID of the file system, assigned by Amazon FSx.

            • Lifecycle (string) --

              The lifecycle status of the volume.

              • AVAILABLE - The volume is fully available for use.
              • CREATED - The volume has been created.
              • CREATING - Amazon FSx is creating the new volume.
              • DELETING - Amazon FSx is deleting an existing volume.
              • FAILED - Amazon FSx was unable to create the volume.
              • MISCONFIGURED - The volume is in a failed but recoverable state.
              • PENDING - Amazon FSx hasn't started creating the volume.
            • Name (string) --

              The name of the volume.

            • OntapConfiguration (dict) --

              The configuration of an Amazon FSx for NetApp ONTAP volume.

              • FlexCacheEndpointType (string) --

                Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                • CACHE specifies that the volume is a FlexCache volume.
              • JunctionPath (string) --

                Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

              • SecurityStyle (string) --

                The security style for the volume, which can be UNIX , NTFS , or MIXED .

              • SizeInMegabytes (integer) --

                The configured size of the volume, in megabytes (MBs).

              • StorageEfficiencyEnabled (boolean) --

                The volume's storage efficiency setting.

              • StorageVirtualMachineId (string) --

                The ID of the volume's storage virtual machine.

              • StorageVirtualMachineRoot (boolean) --

                A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

              • TieringPolicy (dict) --

                The volume's TieringPolicy setting.

                • CoolingPeriod (integer) --

                  Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                • Name (string) --

                  Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                  • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                  • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                  • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                  • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
              • UUID (string) --

                The volume's universally unique identifier (UUID).

              • OntapVolumeType (string) --

                Specifies the type of volume. Valid values are the following:

                • RW specifies a read/write volume. RW is the default.
                • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • VolumeId (string) --

              The system-generated, unique ID of the volume.

            • VolumeType (string) --

              The type of the volume.

            • LifecycleTransitionReason (dict) --

              The reason why the volume lifecycle status changed.

              • Message (string) --

                A detailed error message.

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

            • OpenZFSConfiguration (dict) --

              The configuration of an Amazon FSx for OpenZFS volume.

              • ParentVolumeId (string) --

                The ID of the parent volume.

              • VolumePath (string) --

                The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

              • StorageCapacityReservationGiB (integer) --

                The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

              • StorageCapacityQuotaGiB (integer) --

                The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

              • DataCompressionType (string) --

                The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                • NONE - Doesn't compress the data on the volume.
                • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
              • CopyTagsToSnapshots (boolean) --

                A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

              • OriginSnapshot (dict) --

                The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                • SnapshotARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • CopyStrategy (string) --

                  The strategy used when copying data from the snapshot to the new volume.

                  • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                  • FULL_COPY - Copies all data from the snapshot to the new volume.
              • ReadOnly (boolean) --

                A Boolean value indicating whether the volume is read-only.

              • NfsExports (list) --

                The configuration object for mounting a Network File System (NFS) file system.

                • (dict) --

                  The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                  • ClientConfigurations (list) --

                    A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                    • (dict) --

                      Specifies who can mount the file system and the options that can be used while mounting the file system.

                      • Clients (string) --

                        A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                      • Options (list) --

                        The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                        • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                        • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                        • (string) --
              • UserAndGroupQuotas (list) --

                An object specifying how much storage users or groups can use on the volume.

                • (dict) --

                  The configuration for how much storage a user or group can use on the volume.

                  • Type (string) --

                    A value that specifies whether the quota applies to a user or group.

                  • Id (integer) --

                    The ID of the user or group.

                  • StorageCapacityQuotaGiB (integer) --

                    The amount of storage that the user or group can use in gibibytes (GiB).

          • TargetSnapshotValues (dict) --

            A snapshot of an Amazon FSx for OpenZFS volume.

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • SnapshotId (string) --

              The ID of the snapshot.

            • Name (string) --

              The name of the snapshot.

            • VolumeId (string) --

              The ID of the volume that the snapshot is of.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • Lifecycle (string) --

              The lifecycle status of the snapshot.

              • PENDING - Amazon FSx hasn't started creating the snapshot.
              • CREATING - Amazon FSx is creating the snapshot.
              • DELETING - Amazon FSx is deleting the snapshot.
              • AVAILABLE - The snapshot is fully available.
            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

      • OntapConfiguration (dict) --

        The configuration for this FSx for ONTAP file system.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • DeploymentType (string) --

          The ONTAP file system deployment type.

        • EndpointIpAddressRange (string) --

          The IP address range in which the endpoints to access your file system are created.

        • Endpoints (dict) --

          The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

          • Intercluster (dict) --

            An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              IP addresses of the file system endpoint.

              • (string) --
          • Management (dict) --

            An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

            • DNSName (string) --

              The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

            • IpAddresses (list) --

              IP addresses of the file system endpoint.

              • (string) --
        • DiskIopsConfiguration (dict) --

          The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

          • Mode (string) --

            Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

          • Iops (integer) --

            The total number of SSD IOPS provisioned for the file system.

        • PreferredSubnetId (string) --

          The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

        • RouteTableIds (list) --

          The VPC route tables in which your file system's endpoints are created.

          • (string) --
        • ThroughputCapacity (integer) --

          The sustained throughput of an Amazon FSx file system in MBps.

        • WeeklyMaintenanceStartTime (string) --

          A recurring weekly time, in the format D:HH:MM .

          D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

          HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

          For example, 1:05:00 specifies maintenance at 5 AM Monday.

      • FileSystemTypeVersion (string) --

        The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

      • OpenZFSConfiguration (dict) --

        The configuration for this Amazon FSx for OpenZFS file system.

        • AutomaticBackupRetentionDays (integer) --

          The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

        • CopyTagsToBackups (boolean) --

          A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

        • CopyTagsToVolumes (boolean) --

          A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

        • DailyAutomaticBackupStartTime (string) --

          A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

        • DeploymentType (string) --

          Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

        • ThroughputCapacity (integer) --

          The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

        • WeeklyMaintenanceStartTime (string) --

          A recurring weekly time, in the format D:HH:MM .

          D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

          HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

          For example, 1:05:00 specifies maintenance at 5 AM Monday.

        • DiskIopsConfiguration (dict) --

          The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

          • Mode (string) --

            Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

          • Iops (integer) --

            The total number of SSD IOPS provisioned for the file system.

        • RootVolumeId (string) --

          The ID of the root volume of the OpenZFS file system.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.UnsupportedOperation
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.FileSystemNotFound
  • FSx.Client.exceptions.MissingFileSystemConfiguration
  • FSx.Client.exceptions.ServiceLimitExceeded
update_snapshot(**kwargs)

Updates the name of a snapshot.

See also: AWS API Documentation

Request Syntax

response = client.update_snapshot(
    ClientRequestToken='string',
    Name='string',
    SnapshotId='string'
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • Name (string) --

    [REQUIRED]

    The name of the snapshot to update.

  • SnapshotId (string) --

    [REQUIRED]

    The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0 .

Return type

dict

Returns

Response Syntax

{
    'Snapshot': {
        'ResourceARN': 'string',
        'SnapshotId': 'string',
        'Name': 'string',
        'VolumeId': 'string',
        'CreationTime': datetime(2015, 1, 1),
        'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'AdministrativeActions': [
            {
                'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                'ProgressPercent': 123,
                'RequestTime': datetime(2015, 1, 1),
                'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                'TargetFileSystemValues': {
                    'OwnerId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'FileSystemId': 'string',
                    'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                    'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'StorageCapacity': 123,
                    'StorageType': 'SSD'|'HDD',
                    'VpcId': 'string',
                    'SubnetIds': [
                        'string',
                    ],
                    'NetworkInterfaceIds': [
                        'string',
                    ],
                    'DNSName': 'string',
                    'KmsKeyId': 'string',
                    'ResourceARN': 'string',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'WindowsConfiguration': {
                        'ActiveDirectoryId': 'string',
                        'SelfManagedActiveDirectoryConfiguration': {
                            'DomainName': 'string',
                            'OrganizationalUnitDistinguishedName': 'string',
                            'FileSystemAdministratorsGroup': 'string',
                            'UserName': 'string',
                            'DnsIps': [
                                'string',
                            ]
                        },
                        'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                        'RemoteAdministrationEndpoint': 'string',
                        'PreferredSubnetId': 'string',
                        'PreferredFileServerIp': 'string',
                        'ThroughputCapacity': 123,
                        'MaintenanceOperationsInProgress': [
                            'PATCHING'|'BACKING_UP',
                        ],
                        'WeeklyMaintenanceStartTime': 'string',
                        'DailyAutomaticBackupStartTime': 'string',
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'Aliases': [
                            {
                                'Name': 'string',
                                'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                            },
                        ],
                        'AuditLogConfiguration': {
                            'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                            'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                            'AuditLogDestination': 'string'
                        }
                    },
                    'LustreConfiguration': {
                        'WeeklyMaintenanceStartTime': 'string',
                        'DataRepositoryConfiguration': {
                            'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                            'ImportPath': 'string',
                            'ExportPath': 'string',
                            'ImportedFileChunkSize': 123,
                            'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                            'FailureDetails': {
                                'Message': 'string'
                            }
                        },
                        'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                        'PerUnitStorageThroughput': 123,
                        'MountName': 'string',
                        'DailyAutomaticBackupStartTime': 'string',
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'DriveCacheType': 'NONE'|'READ',
                        'DataCompressionType': 'NONE'|'LZ4',
                        'LogConfiguration': {
                            'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                            'Destination': 'string'
                        }
                    },
                    'AdministrativeActions': {'... recursive ...'},
                    'OntapConfiguration': {
                        'AutomaticBackupRetentionDays': 123,
                        'DailyAutomaticBackupStartTime': 'string',
                        'DeploymentType': 'MULTI_AZ_1',
                        'EndpointIpAddressRange': 'string',
                        'Endpoints': {
                            'Intercluster': {
                                'DNSName': 'string',
                                'IpAddresses': [
                                    'string',
                                ]
                            },
                            'Management': {
                                'DNSName': 'string',
                                'IpAddresses': [
                                    'string',
                                ]
                            }
                        },
                        'DiskIopsConfiguration': {
                            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                            'Iops': 123
                        },
                        'PreferredSubnetId': 'string',
                        'RouteTableIds': [
                            'string',
                        ],
                        'ThroughputCapacity': 123,
                        'WeeklyMaintenanceStartTime': 'string'
                    },
                    'FileSystemTypeVersion': 'string',
                    'OpenZFSConfiguration': {
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'CopyTagsToVolumes': True|False,
                        'DailyAutomaticBackupStartTime': 'string',
                        'DeploymentType': 'SINGLE_AZ_1',
                        'ThroughputCapacity': 123,
                        'WeeklyMaintenanceStartTime': 'string',
                        'DiskIopsConfiguration': {
                            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                            'Iops': 123
                        },
                        'RootVolumeId': 'string'
                    }
                },
                'FailureDetails': {
                    'Message': 'string'
                },
                'TargetVolumeValues': {
                    'CreationTime': datetime(2015, 1, 1),
                    'FileSystemId': 'string',
                    'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                    'Name': 'string',
                    'OntapConfiguration': {
                        'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                        'JunctionPath': 'string',
                        'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                        'SizeInMegabytes': 123,
                        'StorageEfficiencyEnabled': True|False,
                        'StorageVirtualMachineId': 'string',
                        'StorageVirtualMachineRoot': True|False,
                        'TieringPolicy': {
                            'CoolingPeriod': 123,
                            'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                        },
                        'UUID': 'string',
                        'OntapVolumeType': 'RW'|'DP'|'LS'
                    },
                    'ResourceARN': 'string',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'VolumeId': 'string',
                    'VolumeType': 'ONTAP'|'OPENZFS',
                    'LifecycleTransitionReason': {
                        'Message': 'string'
                    },
                    'AdministrativeActions': {'... recursive ...'},
                    'OpenZFSConfiguration': {
                        'ParentVolumeId': 'string',
                        'VolumePath': 'string',
                        'StorageCapacityReservationGiB': 123,
                        'StorageCapacityQuotaGiB': 123,
                        'DataCompressionType': 'NONE'|'ZSTD',
                        'CopyTagsToSnapshots': True|False,
                        'OriginSnapshot': {
                            'SnapshotARN': 'string',
                            'CopyStrategy': 'CLONE'|'FULL_COPY'
                        },
                        'ReadOnly': True|False,
                        'NfsExports': [
                            {
                                'ClientConfigurations': [
                                    {
                                        'Clients': 'string',
                                        'Options': [
                                            'string',
                                        ]
                                    },
                                ]
                            },
                        ],
                        'UserAndGroupQuotas': [
                            {
                                'Type': 'USER'|'GROUP',
                                'Id': 123,
                                'StorageCapacityQuotaGiB': 123
                            },
                        ]
                    }
                },
                'TargetSnapshotValues': {'... recursive ...'}
            },
        ]
    }
}

Response Structure

  • (dict) --

    • Snapshot (dict) --

      Returned after a successful UpdateSnapshot operation, describing the snapshot that you updated.

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • SnapshotId (string) --

        The ID of the snapshot.

      • Name (string) --

        The name of the snapshot.

      • VolumeId (string) --

        The ID of the volume that the snapshot is of.

      • CreationTime (datetime) --

        The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • Lifecycle (string) --

        The lifecycle status of the snapshot.

        • PENDING - Amazon FSx hasn't started creating the snapshot.
        • CREATING - Amazon FSx is creating the snapshot.
        • DELETING - Amazon FSx is deleting the snapshot.
        • AVAILABLE - The snapshot is fully available.
      • Tags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • AdministrativeActions (list) --

        A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

        • (dict) --

          Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

          • AdministrativeActionType (string) --

            Describes the type of administrative action, as follows:

            • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
            • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
              • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
              • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
              • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

            You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

            • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
            • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
            • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
            • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
            • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
          • ProgressPercent (integer) --

            The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

          • RequestTime (datetime) --

            The time that the administrative action request was received.

          • Status (string) --

            Describes the status of the administrative action, as follows:

            • FAILED - Amazon FSx failed to process the administrative action successfully.
            • IN_PROGRESS - Amazon FSx is processing the administrative action.
            • PENDING - Amazon FSx is waiting to process the administrative action.
            • COMPLETED - Amazon FSx has finished processing the administrative task.
            • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
          • TargetFileSystemValues (dict) --

            Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

            • OwnerId (string) --

              The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

            • CreationTime (datetime) --

              The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • FileSystemId (string) --

              The system-generated, unique 17-digit ID of the file system.

            • FileSystemType (string) --

              The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

            • Lifecycle (string) --

              The lifecycle status of the file system. The following are the possible values and what they mean:

              • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
              • CREATING - Amazon FSx is creating the new file system.
              • DELETING - Amazon FSx is deleting an existing file system.
              • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
              • MISCONFIGURED - The file system is in a failed but recoverable state.
              • UPDATING - The file system is undergoing a customer-initiated update.
            • FailureDetails (dict) --

              A structure providing details of any failures that occurred when creating a file system.

              • Message (string) --

                A message describing any failures that occurred during file system creation.

            • StorageCapacity (integer) --

              The storage capacity of the file system in gibibytes (GiB).

            • StorageType (string) --

              The 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.

            • VpcId (string) --

              The ID of the primary virtual private cloud (VPC) for the file system.

            • SubnetIds (list) --

              Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

              For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

              • (string) --

                The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

            • NetworkInterfaceIds (list) --

              The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

              For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

              • (string) --

                An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

            • DNSName (string) --

              The Domain Name System (DNS) name for the file system.

            • KmsKeyId (string) --

              The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for the file system resource.

            • Tags (list) --

              The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • WindowsConfiguration (dict) --

              The configuration for this FSx for Windows File Server file system.

              • ActiveDirectoryId (string) --

                The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

              • SelfManagedActiveDirectoryConfiguration (dict) --

                The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                • DomainName (string) --

                  The fully qualified domain name of the self-managed AD directory.

                • OrganizationalUnitDistinguishedName (string) --

                  The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                • FileSystemAdministratorsGroup (string) --

                  The name of the domain group whose members have administrative privileges for the FSx file system.

                • UserName (string) --

                  The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

                • DnsIps (list) --

                  A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                  • (string) --
              • DeploymentType (string) --

                Specifies the file system deployment type, valid values are the following:

                • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
                • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
                • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

                For more information, see Single-AZ and Multi-AZ File Systems .

              • RemoteAdministrationEndpoint (string) --

                For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

                For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

                This endpoint is temporarily unavailable when the file system is undergoing maintenance.

              • PreferredSubnetId (string) --

                For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

                For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

              • PreferredFileServerIp (string) --

                For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

                Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

              • ThroughputCapacity (integer) --

                The throughput of the Amazon FSx file system, measured in megabytes per second.

              • MaintenanceOperationsInProgress (list) --

                The list of maintenance operations in progress for this file system.

                • (string) --

                  An enumeration specifying the currently ongoing maintenance operation.

              • WeeklyMaintenanceStartTime (string) --

                The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

              • DailyAutomaticBackupStartTime (string) --

                The preferred time to take daily automatic backups, in the UTC time zone.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

              • CopyTagsToBackups (boolean) --

                A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

              • Aliases (list) --

                An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

                • (dict) --

                  A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                  • Name (string) --

                    The name of the DNS alias. The alias name has to meet the following requirements:

                    • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                    • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                    • Cannot start or end with a hyphen.
                    • Can start with a numeric.

                    For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                  • Lifecycle (string) --

                    Describes the state of the DNS alias.

                    • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                    • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                    • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                    • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                    • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
              • AuditLogConfiguration (dict) --

                The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

                • FileAccessAuditLogLevel (string) --

                  Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                  • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                  • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                  • DISABLED - access auditing of files and folders is turned off.
                • FileShareAccessAuditLogLevel (string) --

                  Sets which attempt type is logged by Amazon FSx for file share accesses.

                  • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                  • FAILURE_ONLY - only failed attempts to access file shares are logged.
                  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                  • DISABLED - access auditing of file shares is turned off.
                • AuditLogDestination (string) --

                  The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                  The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                  The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

            • LustreConfiguration (dict) --

              The configuration for the Amazon FSx for Lustre file system.

              • WeeklyMaintenanceStartTime (string) --

                The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

              • DataRepositoryConfiguration (dict) --

                The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

                This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

                • Lifecycle (string) --

                  Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                  • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                  • AVAILABLE - The data repository is available for use.
                  • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                  • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                  • FAILED - The data repository is in a terminal state that cannot be recovered.
                • ImportPath (string) --

                  The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

                • ExportPath (string) --

                  The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

                • ImportedFileChunkSize (integer) --

                  For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                  The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

                • AutoImportPolicy (string) --

                  Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                  • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                  • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                  • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                  • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
                • FailureDetails (dict) --

                  Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                  • Message (string) --

                    A detailed error message.

              • DeploymentType (string) --

                The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

                SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

                The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

                The default is SCRATCH_1 .

              • PerUnitStorageThroughput (integer) --

                Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

                Valid values:

                • For PERSISTENT_1 SSD storage: 50, 100, 200.
                • For PERSISTENT_1 HDD storage: 12, 40.
                • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
              • MountName (string) --

                You use the MountName value when mounting the file system.

                For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • CopyTagsToBackups (boolean) --

                A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

              • DriveCacheType (string) --

                The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

                This parameter is required when StorageType is set to HDD.

              • DataCompressionType (string) --

                The data compression configuration for the file system. DataCompressionType can have the following values:

                • NONE - Data compression is turned off for the file system.
                • LZ4 - Data compression is turned on with the LZ4 algorithm.

                For more information, see Lustre data compression .

              • LogConfiguration (dict) --

                The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

                • Level (string) --

                  The data repository events that are logged by Amazon FSx.

                  • WARN_ONLY - only warning events are logged.
                  • ERROR_ONLY - only error events are logged.
                  • WARN_ERROR - both warning events and error events are logged.
                  • DISABLED - logging of data repository events is turned off.
                • Destination (string) --

                  The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

            • OntapConfiguration (dict) --

              The configuration for this FSx for ONTAP file system.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • DeploymentType (string) --

                The ONTAP file system deployment type.

              • EndpointIpAddressRange (string) --

                The IP address range in which the endpoints to access your file system are created.

              • Endpoints (dict) --

                The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

                • Intercluster (dict) --

                  An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                  • DNSName (string) --

                    The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                  • IpAddresses (list) --

                    IP addresses of the file system endpoint.

                    • (string) --
                • Management (dict) --

                  An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                  • DNSName (string) --

                    The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                  • IpAddresses (list) --

                    IP addresses of the file system endpoint.

                    • (string) --
              • DiskIopsConfiguration (dict) --

                The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

                • Mode (string) --

                  Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                • Iops (integer) --

                  The total number of SSD IOPS provisioned for the file system.

              • PreferredSubnetId (string) --

                The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

              • RouteTableIds (list) --

                The VPC route tables in which your file system's endpoints are created.

                • (string) --
              • ThroughputCapacity (integer) --

                The sustained throughput of an Amazon FSx file system in MBps.

              • WeeklyMaintenanceStartTime (string) --

                A recurring weekly time, in the format D:HH:MM .

                D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                For example, 1:05:00 specifies maintenance at 5 AM Monday.

            • FileSystemTypeVersion (string) --

              The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

            • OpenZFSConfiguration (dict) --

              The configuration for this Amazon FSx for OpenZFS file system.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • CopyTagsToBackups (boolean) --

                A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

              • CopyTagsToVolumes (boolean) --

                A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • DeploymentType (string) --

                Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

              • ThroughputCapacity (integer) --

                The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

              • WeeklyMaintenanceStartTime (string) --

                A recurring weekly time, in the format D:HH:MM .

                D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                For example, 1:05:00 specifies maintenance at 5 AM Monday.

              • DiskIopsConfiguration (dict) --

                The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

                • Mode (string) --

                  Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                • Iops (integer) --

                  The total number of SSD IOPS provisioned for the file system.

              • RootVolumeId (string) --

                The ID of the root volume of the OpenZFS file system.

          • FailureDetails (dict) --

            Provides information about a failed administrative action.

            • Message (string) --

              Error message providing details about the failed administrative action.

          • TargetVolumeValues (dict) --

            Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • FileSystemId (string) --

              The globally unique ID of the file system, assigned by Amazon FSx.

            • Lifecycle (string) --

              The lifecycle status of the volume.

              • AVAILABLE - The volume is fully available for use.
              • CREATED - The volume has been created.
              • CREATING - Amazon FSx is creating the new volume.
              • DELETING - Amazon FSx is deleting an existing volume.
              • FAILED - Amazon FSx was unable to create the volume.
              • MISCONFIGURED - The volume is in a failed but recoverable state.
              • PENDING - Amazon FSx hasn't started creating the volume.
            • Name (string) --

              The name of the volume.

            • OntapConfiguration (dict) --

              The configuration of an Amazon FSx for NetApp ONTAP volume.

              • FlexCacheEndpointType (string) --

                Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                • CACHE specifies that the volume is a FlexCache volume.
              • JunctionPath (string) --

                Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

              • SecurityStyle (string) --

                The security style for the volume, which can be UNIX , NTFS , or MIXED .

              • SizeInMegabytes (integer) --

                The configured size of the volume, in megabytes (MBs).

              • StorageEfficiencyEnabled (boolean) --

                The volume's storage efficiency setting.

              • StorageVirtualMachineId (string) --

                The ID of the volume's storage virtual machine.

              • StorageVirtualMachineRoot (boolean) --

                A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

              • TieringPolicy (dict) --

                The volume's TieringPolicy setting.

                • CoolingPeriod (integer) --

                  Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                • Name (string) --

                  Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                  • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                  • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                  • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                  • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
              • UUID (string) --

                The volume's universally unique identifier (UUID).

              • OntapVolumeType (string) --

                Specifies the type of volume. Valid values are the following:

                • RW specifies a read/write volume. RW is the default.
                • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • VolumeId (string) --

              The system-generated, unique ID of the volume.

            • VolumeType (string) --

              The type of the volume.

            • LifecycleTransitionReason (dict) --

              The reason why the volume lifecycle status changed.

              • Message (string) --

                A detailed error message.

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

            • OpenZFSConfiguration (dict) --

              The configuration of an Amazon FSx for OpenZFS volume.

              • ParentVolumeId (string) --

                The ID of the parent volume.

              • VolumePath (string) --

                The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

              • StorageCapacityReservationGiB (integer) --

                The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

              • StorageCapacityQuotaGiB (integer) --

                The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

              • DataCompressionType (string) --

                The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                • NONE - Doesn't compress the data on the volume.
                • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
              • CopyTagsToSnapshots (boolean) --

                A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

              • OriginSnapshot (dict) --

                The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                • SnapshotARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • CopyStrategy (string) --

                  The strategy used when copying data from the snapshot to the new volume.

                  • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                  • FULL_COPY - Copies all data from the snapshot to the new volume.
              • ReadOnly (boolean) --

                A Boolean value indicating whether the volume is read-only.

              • NfsExports (list) --

                The configuration object for mounting a Network File System (NFS) file system.

                • (dict) --

                  The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                  • ClientConfigurations (list) --

                    A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                    • (dict) --

                      Specifies who can mount the file system and the options that can be used while mounting the file system.

                      • Clients (string) --

                        A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                      • Options (list) --

                        The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                        • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                        • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                        • (string) --
              • UserAndGroupQuotas (list) --

                An object specifying how much storage users or groups can use on the volume.

                • (dict) --

                  The configuration for how much storage a user or group can use on the volume.

                  • Type (string) --

                    A value that specifies whether the quota applies to a user or group.

                  • Id (integer) --

                    The ID of the user or group.

                  • StorageCapacityQuotaGiB (integer) --

                    The amount of storage that the user or group can use in gibibytes (GiB).

          • TargetSnapshotValues (dict) --

            A snapshot of an Amazon FSx for OpenZFS volume.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.SnapshotNotFound
  • FSx.Client.exceptions.InternalServerError
update_storage_virtual_machine(**kwargs)

Updates an Amazon FSx for ONTAP storage virtual machine (SVM).

See also: AWS API Documentation

Request Syntax

response = client.update_storage_virtual_machine(
    ActiveDirectoryConfiguration={
        'SelfManagedActiveDirectoryConfiguration': {
            'UserName': 'string',
            'Password': 'string',
            'DnsIps': [
                'string',
            ]
        }
    },
    ClientRequestToken='string',
    StorageVirtualMachineId='string',
    SvmAdminPassword='string'
)
Parameters
  • ActiveDirectoryConfiguration (dict) --

    Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.

    • SelfManagedActiveDirectoryConfiguration (dict) --

      The configuration that Amazon FSx uses to join the Windows File Server instance to a self-managed Microsoft Active Directory (AD) directory.

      • UserName (string) --

        The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. This account must have the permission to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName .

      • Password (string) --

        The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

      • DnsIps (list) --

        A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

        • (string) --
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • StorageVirtualMachineId (string) --

    [REQUIRED]

    The ID of the SVM that you want to update, in the format svm-0123456789abcdef0 .

  • SvmAdminPassword (string) -- Enter a new SvmAdminPassword if you are updating it.
Return type

dict

Returns

Response Syntax

{
    'StorageVirtualMachine': {
        'ActiveDirectoryConfiguration': {
            'NetBiosName': 'string',
            'SelfManagedActiveDirectoryConfiguration': {
                'DomainName': 'string',
                'OrganizationalUnitDistinguishedName': 'string',
                'FileSystemAdministratorsGroup': 'string',
                'UserName': 'string',
                'DnsIps': [
                    'string',
                ]
            }
        },
        'CreationTime': datetime(2015, 1, 1),
        'Endpoints': {
            'Iscsi': {
                'DNSName': 'string',
                'IpAddresses': [
                    'string',
                ]
            },
            'Management': {
                'DNSName': 'string',
                'IpAddresses': [
                    'string',
                ]
            },
            'Nfs': {
                'DNSName': 'string',
                'IpAddresses': [
                    'string',
                ]
            },
            'Smb': {
                'DNSName': 'string',
                'IpAddresses': [
                    'string',
                ]
            }
        },
        'FileSystemId': 'string',
        'Lifecycle': 'CREATED'|'CREATING'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING',
        'Name': 'string',
        'ResourceARN': 'string',
        'StorageVirtualMachineId': 'string',
        'Subtype': 'DEFAULT'|'DP_DESTINATION'|'SYNC_DESTINATION'|'SYNC_SOURCE',
        'UUID': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'LifecycleTransitionReason': {
            'Message': 'string'
        },
        'RootVolumeSecurityStyle': 'UNIX'|'NTFS'|'MIXED'
    }
}

Response Structure

  • (dict) --

    • StorageVirtualMachine (dict) --

      Describes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuraton.

      • ActiveDirectoryConfiguration (dict) --

        Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.

        • NetBiosName (string) --

          The NetBIOS name of the Active Directory computer object that is joined to your SVM.

        • SelfManagedActiveDirectoryConfiguration (dict) --

          The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • DomainName (string) --

            The fully qualified domain name of the self-managed AD directory.

          • OrganizationalUnitDistinguishedName (string) --

            The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

          • FileSystemAdministratorsGroup (string) --

            The name of the domain group whose members have administrative privileges for the FSx file system.

          • UserName (string) --

            The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

          • DnsIps (list) --

            A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

            • (string) --
      • CreationTime (datetime) --

        The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • Endpoints (dict) --

        The endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager. They are the Iscsi , Management , Nfs , and Smb endpoints.

        • Iscsi (dict) --

          An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.

          • DNSName (string) --

            The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

          • IpAddresses (list) --

            The SVM endpoint's IP addresses.

            • (string) --
        • Management (dict) --

          An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.

          • DNSName (string) --

            The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

          • IpAddresses (list) --

            The SVM endpoint's IP addresses.

            • (string) --
        • Nfs (dict) --

          An endpoint for connecting using the Network File System (NFS) protocol.

          • DNSName (string) --

            The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

          • IpAddresses (list) --

            The SVM endpoint's IP addresses.

            • (string) --
        • Smb (dict) --

          An endpoint for connecting using the Server Message Block (SMB) protocol.

          • DNSName (string) --

            The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

          • IpAddresses (list) --

            The SVM endpoint's IP addresses.

            • (string) --
      • FileSystemId (string) --

        The globally unique ID of the file system, assigned by Amazon FSx.

      • Lifecycle (string) --

        Describes the SVM's lifecycle status.

        • CREATED - The SVM is fully available for use.
        • CREATING - Amazon FSx is creating the new SVM.
        • DELETING - Amazon FSx is deleting an existing SVM.
        • FAILED - Amazon FSx was unable to create the SVM.
        • MISCONFIGURED - The SVM is in a failed but recoverable state.
        • PENDING - Amazon FSx has not started creating the SVM.
      • Name (string) --

        The name of the SVM, if provisioned.

      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • StorageVirtualMachineId (string) --

        The SVM's system generated unique ID.

      • Subtype (string) --

        Describes the SVM's subtype.

      • UUID (string) --

        The SVM's UUID (universally unique identifier).

      • Tags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • LifecycleTransitionReason (dict) --

        Describes why the SVM lifecycle state changed.

        • Message (string) --

          A detailed error message.

      • RootVolumeSecurityStyle (string) --

        The security style of the root volume of the SVM.

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.StorageVirtualMachineNotFound
  • FSx.Client.exceptions.UnsupportedOperation
update_volume(**kwargs)

Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

See also: AWS API Documentation

Request Syntax

response = client.update_volume(
    ClientRequestToken='string',
    VolumeId='string',
    OntapConfiguration={
        'JunctionPath': 'string',
        'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
        'SizeInMegabytes': 123,
        'StorageEfficiencyEnabled': True|False,
        'TieringPolicy': {
            'CoolingPeriod': 123,
            'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
        }
    },
    Name='string',
    OpenZFSConfiguration={
        'StorageCapacityReservationGiB': 123,
        'StorageCapacityQuotaGiB': 123,
        'DataCompressionType': 'NONE'|'ZSTD',
        'NfsExports': [
            {
                'ClientConfigurations': [
                    {
                        'Clients': 'string',
                        'Options': [
                            'string',
                        ]
                    },
                ]
            },
        ],
        'UserAndGroupQuotas': [
            {
                'Type': 'USER'|'GROUP',
                'Id': 123,
                'StorageCapacityQuotaGiB': 123
            },
        ],
        'ReadOnly': True|False
    }
)
Parameters
  • ClientRequestToken (string) --

    (Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

    This field is autopopulated if not provided.

  • VolumeId (string) --

    [REQUIRED]

    The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0 .

  • OntapConfiguration (dict) --

    The configuration of the ONTAP volume that you are updating.

    • JunctionPath (string) --

      Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must have a leading forward slash, such as /vol3 .

    • SecurityStyle (string) --

      The security style for the volume, which can be UNIX . NTFS , or MIXED .

    • SizeInMegabytes (integer) --

      Specifies the size of the volume in megabytes.

    • StorageEfficiencyEnabled (boolean) --

      Default is false . Set to true to enable the deduplication, compression, and compaction storage efficiency features on the volume.

    • TieringPolicy (dict) --

      Update the volume's data tiering policy.

      • CoolingPeriod (integer) --

        Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

      • Name (string) --

        Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

        • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
        • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
        • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
        • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
  • Name (string) -- The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX . Child volume names must be unique among their parent volume's children. The name of the volume is part of the mount string for the OpenZFS volume.
  • OpenZFSConfiguration (dict) --

    The configuration of the OpenZFS volume that you are updating.

    • StorageCapacityReservationGiB (integer) --

      The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

    • StorageCapacityQuotaGiB (integer) --

      The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

    • DataCompressionType (string) --

      Specifies the method used to compress the data on the volume. Unless the compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

      • NONE - Doesn't compress the data on the volume.
      • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
    • NfsExports (list) --

      The configuration object for mounting a Network File System (NFS) file system.

      • (dict) --

        The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

        • ClientConfigurations (list) -- [REQUIRED]

          A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

          • (dict) --

            Specifies who can mount the file system and the options that can be used while mounting the file system.

            • Clients (string) -- [REQUIRED]

              A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

            • Options (list) -- [REQUIRED]

              The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

              • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
              • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
              • (string) --
    • UserAndGroupQuotas (list) --

      An object specifying how much storage users or groups can use on the volume.

      • (dict) --

        The configuration for how much storage a user or group can use on the volume.

        • Type (string) -- [REQUIRED]

          A value that specifies whether the quota applies to a user or group.

        • Id (integer) -- [REQUIRED]

          The ID of the user or group.

        • StorageCapacityQuotaGiB (integer) -- [REQUIRED]

          The amount of storage that the user or group can use in gibibytes (GiB).

    • ReadOnly (boolean) --

      A Boolean value indicating whether the volume is read-only.

Return type

dict

Returns

Response Syntax

{
    'Volume': {
        'CreationTime': datetime(2015, 1, 1),
        'FileSystemId': 'string',
        'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
        'Name': 'string',
        'OntapConfiguration': {
            'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
            'JunctionPath': 'string',
            'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
            'SizeInMegabytes': 123,
            'StorageEfficiencyEnabled': True|False,
            'StorageVirtualMachineId': 'string',
            'StorageVirtualMachineRoot': True|False,
            'TieringPolicy': {
                'CoolingPeriod': 123,
                'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
            },
            'UUID': 'string',
            'OntapVolumeType': 'RW'|'DP'|'LS'
        },
        'ResourceARN': 'string',
        'Tags': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'VolumeId': 'string',
        'VolumeType': 'ONTAP'|'OPENZFS',
        'LifecycleTransitionReason': {
            'Message': 'string'
        },
        'AdministrativeActions': [
            {
                'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                'ProgressPercent': 123,
                'RequestTime': datetime(2015, 1, 1),
                'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                'TargetFileSystemValues': {
                    'OwnerId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'FileSystemId': 'string',
                    'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                    'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'StorageCapacity': 123,
                    'StorageType': 'SSD'|'HDD',
                    'VpcId': 'string',
                    'SubnetIds': [
                        'string',
                    ],
                    'NetworkInterfaceIds': [
                        'string',
                    ],
                    'DNSName': 'string',
                    'KmsKeyId': 'string',
                    'ResourceARN': 'string',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'WindowsConfiguration': {
                        'ActiveDirectoryId': 'string',
                        'SelfManagedActiveDirectoryConfiguration': {
                            'DomainName': 'string',
                            'OrganizationalUnitDistinguishedName': 'string',
                            'FileSystemAdministratorsGroup': 'string',
                            'UserName': 'string',
                            'DnsIps': [
                                'string',
                            ]
                        },
                        'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                        'RemoteAdministrationEndpoint': 'string',
                        'PreferredSubnetId': 'string',
                        'PreferredFileServerIp': 'string',
                        'ThroughputCapacity': 123,
                        'MaintenanceOperationsInProgress': [
                            'PATCHING'|'BACKING_UP',
                        ],
                        'WeeklyMaintenanceStartTime': 'string',
                        'DailyAutomaticBackupStartTime': 'string',
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'Aliases': [
                            {
                                'Name': 'string',
                                'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                            },
                        ],
                        'AuditLogConfiguration': {
                            'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                            'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                            'AuditLogDestination': 'string'
                        }
                    },
                    'LustreConfiguration': {
                        'WeeklyMaintenanceStartTime': 'string',
                        'DataRepositoryConfiguration': {
                            'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                            'ImportPath': 'string',
                            'ExportPath': 'string',
                            'ImportedFileChunkSize': 123,
                            'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                            'FailureDetails': {
                                'Message': 'string'
                            }
                        },
                        'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                        'PerUnitStorageThroughput': 123,
                        'MountName': 'string',
                        'DailyAutomaticBackupStartTime': 'string',
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'DriveCacheType': 'NONE'|'READ',
                        'DataCompressionType': 'NONE'|'LZ4',
                        'LogConfiguration': {
                            'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                            'Destination': 'string'
                        }
                    },
                    'AdministrativeActions': {'... recursive ...'},
                    'OntapConfiguration': {
                        'AutomaticBackupRetentionDays': 123,
                        'DailyAutomaticBackupStartTime': 'string',
                        'DeploymentType': 'MULTI_AZ_1',
                        'EndpointIpAddressRange': 'string',
                        'Endpoints': {
                            'Intercluster': {
                                'DNSName': 'string',
                                'IpAddresses': [
                                    'string',
                                ]
                            },
                            'Management': {
                                'DNSName': 'string',
                                'IpAddresses': [
                                    'string',
                                ]
                            }
                        },
                        'DiskIopsConfiguration': {
                            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                            'Iops': 123
                        },
                        'PreferredSubnetId': 'string',
                        'RouteTableIds': [
                            'string',
                        ],
                        'ThroughputCapacity': 123,
                        'WeeklyMaintenanceStartTime': 'string'
                    },
                    'FileSystemTypeVersion': 'string',
                    'OpenZFSConfiguration': {
                        'AutomaticBackupRetentionDays': 123,
                        'CopyTagsToBackups': True|False,
                        'CopyTagsToVolumes': True|False,
                        'DailyAutomaticBackupStartTime': 'string',
                        'DeploymentType': 'SINGLE_AZ_1',
                        'ThroughputCapacity': 123,
                        'WeeklyMaintenanceStartTime': 'string',
                        'DiskIopsConfiguration': {
                            'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                            'Iops': 123
                        },
                        'RootVolumeId': 'string'
                    }
                },
                'FailureDetails': {
                    'Message': 'string'
                },
                'TargetVolumeValues': {'... recursive ...'},
                'TargetSnapshotValues': {
                    'ResourceARN': 'string',
                    'SnapshotId': 'string',
                    'Name': 'string',
                    'VolumeId': 'string',
                    'CreationTime': datetime(2015, 1, 1),
                    'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                    'Tags': [
                        {
                            'Key': 'string',
                            'Value': 'string'
                        },
                    ],
                    'AdministrativeActions': {'... recursive ...'}
                }
            },
        ],
        'OpenZFSConfiguration': {
            'ParentVolumeId': 'string',
            'VolumePath': 'string',
            'StorageCapacityReservationGiB': 123,
            'StorageCapacityQuotaGiB': 123,
            'DataCompressionType': 'NONE'|'ZSTD',
            'CopyTagsToSnapshots': True|False,
            'OriginSnapshot': {
                'SnapshotARN': 'string',
                'CopyStrategy': 'CLONE'|'FULL_COPY'
            },
            'ReadOnly': True|False,
            'NfsExports': [
                {
                    'ClientConfigurations': [
                        {
                            'Clients': 'string',
                            'Options': [
                                'string',
                            ]
                        },
                    ]
                },
            ],
            'UserAndGroupQuotas': [
                {
                    'Type': 'USER'|'GROUP',
                    'Id': 123,
                    'StorageCapacityQuotaGiB': 123
                },
            ]
        }
    }
}

Response Structure

  • (dict) --

    • Volume (dict) --

      A description of the volume just updated. Returned after a successful UpdateVolume API operation.

      • CreationTime (datetime) --

        The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

      • FileSystemId (string) --

        The globally unique ID of the file system, assigned by Amazon FSx.

      • Lifecycle (string) --

        The lifecycle status of the volume.

        • AVAILABLE - The volume is fully available for use.
        • CREATED - The volume has been created.
        • CREATING - Amazon FSx is creating the new volume.
        • DELETING - Amazon FSx is deleting an existing volume.
        • FAILED - Amazon FSx was unable to create the volume.
        • MISCONFIGURED - The volume is in a failed but recoverable state.
        • PENDING - Amazon FSx hasn't started creating the volume.
      • Name (string) --

        The name of the volume.

      • OntapConfiguration (dict) --

        The configuration of an Amazon FSx for NetApp ONTAP volume.

        • FlexCacheEndpointType (string) --

          Specifies the FlexCache endpoint type of the volume. Valid values are the following:

          • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
          • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
          • CACHE specifies that the volume is a FlexCache volume.
        • JunctionPath (string) --

          Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

        • SecurityStyle (string) --

          The security style for the volume, which can be UNIX , NTFS , or MIXED .

        • SizeInMegabytes (integer) --

          The configured size of the volume, in megabytes (MBs).

        • StorageEfficiencyEnabled (boolean) --

          The volume's storage efficiency setting.

        • StorageVirtualMachineId (string) --

          The ID of the volume's storage virtual machine.

        • StorageVirtualMachineRoot (boolean) --

          A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

          This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

        • TieringPolicy (dict) --

          The volume's TieringPolicy setting.

          • CoolingPeriod (integer) --

            Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

          • Name (string) --

            Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

            • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
            • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
            • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
            • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
        • UUID (string) --

          The volume's universally unique identifier (UUID).

        • OntapVolumeType (string) --

          Specifies the type of volume. Valid values are the following:

          • RW specifies a read/write volume. RW is the default.
          • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
          • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
      • ResourceARN (string) --

        The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

      • Tags (list) --

        A list of Tag values, with a maximum of 50 elements.

        • (dict) --

          Specifies a key-value pair for a resource tag.

          • Key (string) --

            A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

          • Value (string) --

            A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

      • VolumeId (string) --

        The system-generated, unique ID of the volume.

      • VolumeType (string) --

        The type of the volume.

      • LifecycleTransitionReason (dict) --

        The reason why the volume lifecycle status changed.

        • Message (string) --

          A detailed error message.

      • AdministrativeActions (list) --

        A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

        • (dict) --

          Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

          • AdministrativeActionType (string) --

            Describes the type of administrative action, as follows:

            • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
            • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
              • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
              • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
              • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

            You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

            • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
            • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
            • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
            • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
            • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
          • ProgressPercent (integer) --

            The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

          • RequestTime (datetime) --

            The time that the administrative action request was received.

          • Status (string) --

            Describes the status of the administrative action, as follows:

            • FAILED - Amazon FSx failed to process the administrative action successfully.
            • IN_PROGRESS - Amazon FSx is processing the administrative action.
            • PENDING - Amazon FSx is waiting to process the administrative action.
            • COMPLETED - Amazon FSx has finished processing the administrative task.
            • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
          • TargetFileSystemValues (dict) --

            Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

            • OwnerId (string) --

              The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

            • CreationTime (datetime) --

              The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • FileSystemId (string) --

              The system-generated, unique 17-digit ID of the file system.

            • FileSystemType (string) --

              The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

            • Lifecycle (string) --

              The lifecycle status of the file system. The following are the possible values and what they mean:

              • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
              • CREATING - Amazon FSx is creating the new file system.
              • DELETING - Amazon FSx is deleting an existing file system.
              • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
              • MISCONFIGURED - The file system is in a failed but recoverable state.
              • UPDATING - The file system is undergoing a customer-initiated update.
            • FailureDetails (dict) --

              A structure providing details of any failures that occurred when creating a file system.

              • Message (string) --

                A message describing any failures that occurred during file system creation.

            • StorageCapacity (integer) --

              The storage capacity of the file system in gibibytes (GiB).

            • StorageType (string) --

              The 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.

            • VpcId (string) --

              The ID of the primary virtual private cloud (VPC) for the file system.

            • SubnetIds (list) --

              Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

              For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

              • (string) --

                The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

            • NetworkInterfaceIds (list) --

              The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

              For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

              • (string) --

                An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

            • DNSName (string) --

              The Domain Name System (DNS) name for the file system.

            • KmsKeyId (string) --

              The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for the file system resource.

            • Tags (list) --

              The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • WindowsConfiguration (dict) --

              The configuration for this FSx for Windows File Server file system.

              • ActiveDirectoryId (string) --

                The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

              • SelfManagedActiveDirectoryConfiguration (dict) --

                The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                • DomainName (string) --

                  The fully qualified domain name of the self-managed AD directory.

                • OrganizationalUnitDistinguishedName (string) --

                  The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                • FileSystemAdministratorsGroup (string) --

                  The name of the domain group whose members have administrative privileges for the FSx file system.

                • UserName (string) --

                  The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

                • DnsIps (list) --

                  A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                  • (string) --
              • DeploymentType (string) --

                Specifies the file system deployment type, valid values are the following:

                • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
                • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
                • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

                For more information, see Single-AZ and Multi-AZ File Systems .

              • RemoteAdministrationEndpoint (string) --

                For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

                For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

                This endpoint is temporarily unavailable when the file system is undergoing maintenance.

              • PreferredSubnetId (string) --

                For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

                For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

              • PreferredFileServerIp (string) --

                For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

                Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

              • ThroughputCapacity (integer) --

                The throughput of the Amazon FSx file system, measured in megabytes per second.

              • MaintenanceOperationsInProgress (list) --

                The list of maintenance operations in progress for this file system.

                • (string) --

                  An enumeration specifying the currently ongoing maintenance operation.

              • WeeklyMaintenanceStartTime (string) --

                The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

              • DailyAutomaticBackupStartTime (string) --

                The preferred time to take daily automatic backups, in the UTC time zone.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

              • CopyTagsToBackups (boolean) --

                A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

              • Aliases (list) --

                An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

                • (dict) --

                  A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                  • Name (string) --

                    The name of the DNS alias. The alias name has to meet the following requirements:

                    • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                    • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                    • Cannot start or end with a hyphen.
                    • Can start with a numeric.

                    For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                  • Lifecycle (string) --

                    Describes the state of the DNS alias.

                    • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                    • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                    • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                    • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                    • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
              • AuditLogConfiguration (dict) --

                The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

                • FileAccessAuditLogLevel (string) --

                  Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                  • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                  • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                  • DISABLED - access auditing of files and folders is turned off.
                • FileShareAccessAuditLogLevel (string) --

                  Sets which attempt type is logged by Amazon FSx for file share accesses.

                  • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                  • FAILURE_ONLY - only failed attempts to access file shares are logged.
                  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                  • DISABLED - access auditing of file shares is turned off.
                • AuditLogDestination (string) --

                  The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                  The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                  The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

            • LustreConfiguration (dict) --

              The configuration for the Amazon FSx for Lustre file system.

              • WeeklyMaintenanceStartTime (string) --

                The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

              • DataRepositoryConfiguration (dict) --

                The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

                This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

                • Lifecycle (string) --

                  Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                  • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                  • AVAILABLE - The data repository is available for use.
                  • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                  • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                  • FAILED - The data repository is in a terminal state that cannot be recovered.
                • ImportPath (string) --

                  The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

                • ExportPath (string) --

                  The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

                • ImportedFileChunkSize (integer) --

                  For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                  The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

                • AutoImportPolicy (string) --

                  Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                  • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                  • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                  • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                  • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
                • FailureDetails (dict) --

                  Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                  • Message (string) --

                    A detailed error message.

              • DeploymentType (string) --

                The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

                SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

                The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

                The default is SCRATCH_1 .

              • PerUnitStorageThroughput (integer) --

                Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

                Valid values:

                • For PERSISTENT_1 SSD storage: 50, 100, 200.
                • For PERSISTENT_1 HDD storage: 12, 40.
                • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
              • MountName (string) --

                You use the MountName value when mounting the file system.

                For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • CopyTagsToBackups (boolean) --

                A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

              • DriveCacheType (string) --

                The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

                This parameter is required when StorageType is set to HDD.

              • DataCompressionType (string) --

                The data compression configuration for the file system. DataCompressionType can have the following values:

                • NONE - Data compression is turned off for the file system.
                • LZ4 - Data compression is turned on with the LZ4 algorithm.

                For more information, see Lustre data compression .

              • LogConfiguration (dict) --

                The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

                • Level (string) --

                  The data repository events that are logged by Amazon FSx.

                  • WARN_ONLY - only warning events are logged.
                  • ERROR_ONLY - only error events are logged.
                  • WARN_ERROR - both warning events and error events are logged.
                  • DISABLED - logging of data repository events is turned off.
                • Destination (string) --

                  The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

            • OntapConfiguration (dict) --

              The configuration for this FSx for ONTAP file system.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • DeploymentType (string) --

                The ONTAP file system deployment type.

              • EndpointIpAddressRange (string) --

                The IP address range in which the endpoints to access your file system are created.

              • Endpoints (dict) --

                The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

                • Intercluster (dict) --

                  An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                  • DNSName (string) --

                    The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                  • IpAddresses (list) --

                    IP addresses of the file system endpoint.

                    • (string) --
                • Management (dict) --

                  An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                  • DNSName (string) --

                    The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                  • IpAddresses (list) --

                    IP addresses of the file system endpoint.

                    • (string) --
              • DiskIopsConfiguration (dict) --

                The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

                • Mode (string) --

                  Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                • Iops (integer) --

                  The total number of SSD IOPS provisioned for the file system.

              • PreferredSubnetId (string) --

                The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

              • RouteTableIds (list) --

                The VPC route tables in which your file system's endpoints are created.

                • (string) --
              • ThroughputCapacity (integer) --

                The sustained throughput of an Amazon FSx file system in MBps.

              • WeeklyMaintenanceStartTime (string) --

                A recurring weekly time, in the format D:HH:MM .

                D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                For example, 1:05:00 specifies maintenance at 5 AM Monday.

            • FileSystemTypeVersion (string) --

              The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

            • OpenZFSConfiguration (dict) --

              The configuration for this Amazon FSx for OpenZFS file system.

              • AutomaticBackupRetentionDays (integer) --

                The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

              • CopyTagsToBackups (boolean) --

                A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

              • CopyTagsToVolumes (boolean) --

                A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

              • DailyAutomaticBackupStartTime (string) --

                A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

              • DeploymentType (string) --

                Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

              • ThroughputCapacity (integer) --

                The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

              • WeeklyMaintenanceStartTime (string) --

                A recurring weekly time, in the format D:HH:MM .

                D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                For example, 1:05:00 specifies maintenance at 5 AM Monday.

              • DiskIopsConfiguration (dict) --

                The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

                • Mode (string) --

                  Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                • Iops (integer) --

                  The total number of SSD IOPS provisioned for the file system.

              • RootVolumeId (string) --

                The ID of the root volume of the OpenZFS file system.

          • FailureDetails (dict) --

            Provides information about a failed administrative action.

            • Message (string) --

              Error message providing details about the failed administrative action.

          • TargetVolumeValues (dict) --

            Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

          • TargetSnapshotValues (dict) --

            A snapshot of an Amazon FSx for OpenZFS volume.

            • ResourceARN (string) --

              The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

            • SnapshotId (string) --

              The ID of the snapshot.

            • Name (string) --

              The name of the snapshot.

            • VolumeId (string) --

              The ID of the volume that the snapshot is of.

            • CreationTime (datetime) --

              The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

            • Lifecycle (string) --

              The lifecycle status of the snapshot.

              • PENDING - Amazon FSx hasn't started creating the snapshot.
              • CREATING - Amazon FSx is creating the snapshot.
              • DELETING - Amazon FSx is deleting the snapshot.
              • AVAILABLE - The snapshot is fully available.
            • Tags (list) --

              A list of Tag values, with a maximum of 50 elements.

              • (dict) --

                Specifies a key-value pair for a resource tag.

                • Key (string) --

                  A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                • Value (string) --

                  A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

            • AdministrativeActions (list) --

              A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

      • OpenZFSConfiguration (dict) --

        The configuration of an Amazon FSx for OpenZFS volume.

        • ParentVolumeId (string) --

          The ID of the parent volume.

        • VolumePath (string) --

          The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

        • StorageCapacityReservationGiB (integer) --

          The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

        • StorageCapacityQuotaGiB (integer) --

          The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

        • DataCompressionType (string) --

          The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

          • NONE - Doesn't compress the data on the volume.
          • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
        • CopyTagsToSnapshots (boolean) --

          A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

        • OriginSnapshot (dict) --

          The configuration object that specifies the snapshot to use as the origin of the data for the volume.

          • SnapshotARN (string) --

            The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

          • CopyStrategy (string) --

            The strategy used when copying data from the snapshot to the new volume.

            • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
            • FULL_COPY - Copies all data from the snapshot to the new volume.
        • ReadOnly (boolean) --

          A Boolean value indicating whether the volume is read-only.

        • NfsExports (list) --

          The configuration object for mounting a Network File System (NFS) file system.

          • (dict) --

            The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

            • ClientConfigurations (list) --

              A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

              • (dict) --

                Specifies who can mount the file system and the options that can be used while mounting the file system.

                • Clients (string) --

                  A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                • Options (list) --

                  The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                  • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                  • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                  • (string) --
        • UserAndGroupQuotas (list) --

          An object specifying how much storage users or groups can use on the volume.

          • (dict) --

            The configuration for how much storage a user or group can use on the volume.

            • Type (string) --

              A value that specifies whether the quota applies to a user or group.

            • Id (integer) --

              The ID of the user or group.

            • StorageCapacityQuotaGiB (integer) --

              The amount of storage that the user or group can use in gibibytes (GiB).

Exceptions

  • FSx.Client.exceptions.BadRequest
  • FSx.Client.exceptions.IncompatibleParameterError
  • FSx.Client.exceptions.InternalServerError
  • FSx.Client.exceptions.MissingVolumeConfiguration
  • FSx.Client.exceptions.VolumeNotFound

Paginators

The available paginators are:

class FSx.Paginator.DescribeBackups
paginator = client.get_paginator('describe_backups')
paginate(**kwargs)

Creates an iterator that will paginate through responses from FSx.Client.describe_backups().

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    BackupIds=[
        'string',
    ],
    Filters=[
        {
            'Name': 'file-system-id'|'backup-type'|'file-system-type'|'volume-id'|'data-repository-type',
            'Values': [
                'string',
            ]
        },
    ],
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters
  • BackupIds (list) --

    The IDs of the backups that you want to retrieve. This parameter value overrides any filters. If any IDs aren't found, a BackupNotFound error occurs.

    • (string) --

      The ID of the source backup. Specifies the backup that you are copying.

  • Filters (list) --

    The filters structure. The supported names are file-system-id , backup-type , file-system-type , and volume-id .

    • (dict) --

      A filter used to restrict the results of describe calls. You can use multiple filters to return results that meet all applied filter requirements.

      • Name (string) --

        The name for this filter.

      • Values (list) --

        The values of the filter. These are all the values for any of the applied filters.

        • (string) --

          The value for a filter.

  • PaginationConfig (dict) --

    A dictionary that provides parameters to control pagination.

    • MaxItems (integer) --

      The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken will be provided in the output that you can use to resume pagination.

    • PageSize (integer) --

      The size of each page.

    • StartingToken (string) --

      A token to specify where to start paginating. This is the NextToken from a previous response.

Return type

dict

Returns

Response Syntax

{
    'Backups': [
        {
            'BackupId': 'string',
            'Lifecycle': 'AVAILABLE'|'CREATING'|'TRANSFERRING'|'DELETED'|'FAILED'|'PENDING'|'COPYING',
            'FailureDetails': {
                'Message': 'string'
            },
            'Type': 'AUTOMATIC'|'USER_INITIATED'|'AWS_BACKUP',
            'ProgressPercent': 123,
            'CreationTime': datetime(2015, 1, 1),
            'KmsKeyId': 'string',
            'ResourceARN': 'string',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'FileSystem': {
                'OwnerId': 'string',
                'CreationTime': datetime(2015, 1, 1),
                'FileSystemId': 'string',
                'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                'FailureDetails': {
                    'Message': 'string'
                },
                'StorageCapacity': 123,
                'StorageType': 'SSD'|'HDD',
                'VpcId': 'string',
                'SubnetIds': [
                    'string',
                ],
                'NetworkInterfaceIds': [
                    'string',
                ],
                'DNSName': 'string',
                'KmsKeyId': 'string',
                'ResourceARN': 'string',
                'Tags': [
                    {
                        'Key': 'string',
                        'Value': 'string'
                    },
                ],
                'WindowsConfiguration': {
                    'ActiveDirectoryId': 'string',
                    'SelfManagedActiveDirectoryConfiguration': {
                        'DomainName': 'string',
                        'OrganizationalUnitDistinguishedName': 'string',
                        'FileSystemAdministratorsGroup': 'string',
                        'UserName': 'string',
                        'DnsIps': [
                            'string',
                        ]
                    },
                    'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                    'RemoteAdministrationEndpoint': 'string',
                    'PreferredSubnetId': 'string',
                    'PreferredFileServerIp': 'string',
                    'ThroughputCapacity': 123,
                    'MaintenanceOperationsInProgress': [
                        'PATCHING'|'BACKING_UP',
                    ],
                    'WeeklyMaintenanceStartTime': 'string',
                    'DailyAutomaticBackupStartTime': 'string',
                    'AutomaticBackupRetentionDays': 123,
                    'CopyTagsToBackups': True|False,
                    'Aliases': [
                        {
                            'Name': 'string',
                            'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                        },
                    ],
                    'AuditLogConfiguration': {
                        'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                        'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                        'AuditLogDestination': 'string'
                    }
                },
                'LustreConfiguration': {
                    'WeeklyMaintenanceStartTime': 'string',
                    'DataRepositoryConfiguration': {
                        'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                        'ImportPath': 'string',
                        'ExportPath': 'string',
                        'ImportedFileChunkSize': 123,
                        'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                        'FailureDetails': {
                            'Message': 'string'
                        }
                    },
                    'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                    'PerUnitStorageThroughput': 123,
                    'MountName': 'string',
                    'DailyAutomaticBackupStartTime': 'string',
                    'AutomaticBackupRetentionDays': 123,
                    'CopyTagsToBackups': True|False,
                    'DriveCacheType': 'NONE'|'READ',
                    'DataCompressionType': 'NONE'|'LZ4',
                    'LogConfiguration': {
                        'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                        'Destination': 'string'
                    }
                },
                'AdministrativeActions': [
                    {
                        'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                        'ProgressPercent': 123,
                        'RequestTime': datetime(2015, 1, 1),
                        'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                        'TargetFileSystemValues': {'... recursive ...'},
                        'FailureDetails': {
                            'Message': 'string'
                        },
                        'TargetVolumeValues': {
                            'CreationTime': datetime(2015, 1, 1),
                            'FileSystemId': 'string',
                            'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                            'Name': 'string',
                            'OntapConfiguration': {
                                'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                                'JunctionPath': 'string',
                                'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                                'SizeInMegabytes': 123,
                                'StorageEfficiencyEnabled': True|False,
                                'StorageVirtualMachineId': 'string',
                                'StorageVirtualMachineRoot': True|False,
                                'TieringPolicy': {
                                    'CoolingPeriod': 123,
                                    'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                                },
                                'UUID': 'string',
                                'OntapVolumeType': 'RW'|'DP'|'LS'
                            },
                            'ResourceARN': 'string',
                            'Tags': [
                                {
                                    'Key': 'string',
                                    'Value': 'string'
                                },
                            ],
                            'VolumeId': 'string',
                            'VolumeType': 'ONTAP'|'OPENZFS',
                            'LifecycleTransitionReason': {
                                'Message': 'string'
                            },
                            'AdministrativeActions': {'... recursive ...'},
                            'OpenZFSConfiguration': {
                                'ParentVolumeId': 'string',
                                'VolumePath': 'string',
                                'StorageCapacityReservationGiB': 123,
                                'StorageCapacityQuotaGiB': 123,
                                'DataCompressionType': 'NONE'|'ZSTD',
                                'CopyTagsToSnapshots': True|False,
                                'OriginSnapshot': {
                                    'SnapshotARN': 'string',
                                    'CopyStrategy': 'CLONE'|'FULL_COPY'
                                },
                                'ReadOnly': True|False,
                                'NfsExports': [
                                    {
                                        'ClientConfigurations': [
                                            {
                                                'Clients': 'string',
                                                'Options': [
                                                    'string',
                                                ]
                                            },
                                        ]
                                    },
                                ],
                                'UserAndGroupQuotas': [
                                    {
                                        'Type': 'USER'|'GROUP',
                                        'Id': 123,
                                        'StorageCapacityQuotaGiB': 123
                                    },
                                ]
                            }
                        },
                        'TargetSnapshotValues': {
                            'ResourceARN': 'string',
                            'SnapshotId': 'string',
                            'Name': 'string',
                            'VolumeId': 'string',
                            'CreationTime': datetime(2015, 1, 1),
                            'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                            'Tags': [
                                {
                                    'Key': 'string',
                                    'Value': 'string'
                                },
                            ],
                            'AdministrativeActions': {'... recursive ...'}
                        }
                    },
                ],
                'OntapConfiguration': {
                    'AutomaticBackupRetentionDays': 123,
                    'DailyAutomaticBackupStartTime': 'string',
                    'DeploymentType': 'MULTI_AZ_1',
                    'EndpointIpAddressRange': 'string',
                    'Endpoints': {
                        'Intercluster': {
                            'DNSName': 'string',
                            'IpAddresses': [
                                'string',
                            ]
                        },
                        'Management': {
                            'DNSName': 'string',
                            'IpAddresses': [
                                'string',
                            ]
                        }
                    },
                    'DiskIopsConfiguration': {
                        'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                        'Iops': 123
                    },
                    'PreferredSubnetId': 'string',
                    'RouteTableIds': [
                        'string',
                    ],
                    'ThroughputCapacity': 123,
                    'WeeklyMaintenanceStartTime': 'string'
                },
                'FileSystemTypeVersion': 'string',
                'OpenZFSConfiguration': {
                    'AutomaticBackupRetentionDays': 123,
                    'CopyTagsToBackups': True|False,
                    'CopyTagsToVolumes': True|False,
                    'DailyAutomaticBackupStartTime': 'string',
                    'DeploymentType': 'SINGLE_AZ_1',
                    'ThroughputCapacity': 123,
                    'WeeklyMaintenanceStartTime': 'string',
                    'DiskIopsConfiguration': {
                        'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                        'Iops': 123
                    },
                    'RootVolumeId': 'string'
                }
            },
            'DirectoryInformation': {
                'DomainName': 'string',
                'ActiveDirectoryId': 'string',
                'ResourceARN': 'string'
            },
            'OwnerId': 'string',
            'SourceBackupId': 'string',
            'SourceBackupRegion': 'string',
            'ResourceType': 'FILE_SYSTEM'|'VOLUME',
            'Volume': {
                'CreationTime': datetime(2015, 1, 1),
                'FileSystemId': 'string',
                'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                'Name': 'string',
                'OntapConfiguration': {
                    'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                    'JunctionPath': 'string',
                    'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                    'SizeInMegabytes': 123,
                    'StorageEfficiencyEnabled': True|False,
                    'StorageVirtualMachineId': 'string',
                    'StorageVirtualMachineRoot': True|False,
                    'TieringPolicy': {
                        'CoolingPeriod': 123,
                        'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                    },
                    'UUID': 'string',
                    'OntapVolumeType': 'RW'|'DP'|'LS'
                },
                'ResourceARN': 'string',
                'Tags': [
                    {
                        'Key': 'string',
                        'Value': 'string'
                    },
                ],
                'VolumeId': 'string',
                'VolumeType': 'ONTAP'|'OPENZFS',
                'LifecycleTransitionReason': {
                    'Message': 'string'
                },
                'AdministrativeActions': [
                    {
                        'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                        'ProgressPercent': 123,
                        'RequestTime': datetime(2015, 1, 1),
                        'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                        'TargetFileSystemValues': {
                            'OwnerId': 'string',
                            'CreationTime': datetime(2015, 1, 1),
                            'FileSystemId': 'string',
                            'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
                            'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
                            'FailureDetails': {
                                'Message': 'string'
                            },
                            'StorageCapacity': 123,
                            'StorageType': 'SSD'|'HDD',
                            'VpcId': 'string',
                            'SubnetIds': [
                                'string',
                            ],
                            'NetworkInterfaceIds': [
                                'string',
                            ],
                            'DNSName': 'string',
                            'KmsKeyId': 'string',
                            'ResourceARN': 'string',
                            'Tags': [
                                {
                                    'Key': 'string',
                                    'Value': 'string'
                                },
                            ],
                            'WindowsConfiguration': {
                                'ActiveDirectoryId': 'string',
                                'SelfManagedActiveDirectoryConfiguration': {
                                    'DomainName': 'string',
                                    'OrganizationalUnitDistinguishedName': 'string',
                                    'FileSystemAdministratorsGroup': 'string',
                                    'UserName': 'string',
                                    'DnsIps': [
                                        'string',
                                    ]
                                },
                                'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                                'RemoteAdministrationEndpoint': 'string',
                                'PreferredSubnetId': 'string',
                                'PreferredFileServerIp': 'string',
                                'ThroughputCapacity': 123,
                                'MaintenanceOperationsInProgress': [
                                    'PATCHING'|'BACKING_UP',
                                ],
                                'WeeklyMaintenanceStartTime': 'string',
                                'DailyAutomaticBackupStartTime': 'string',
                                'AutomaticBackupRetentionDays': 123,
                                'CopyTagsToBackups': True|False,
                                'Aliases': [
                                    {
                                        'Name': 'string',
                                        'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                                    },
                                ],
                                'AuditLogConfiguration': {
                                    'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                    'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                                    'AuditLogDestination': 'string'
                                }
                            },
                            'LustreConfiguration': {
                                'WeeklyMaintenanceStartTime': 'string',
                                'DataRepositoryConfiguration': {
                                    'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                                    'ImportPath': 'string',
                                    'ExportPath': 'string',
                                    'ImportedFileChunkSize': 123,
                                    'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                                    'FailureDetails': {
                                        'Message': 'string'
                                    }
                                },
                                'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                                'PerUnitStorageThroughput': 123,
                                'MountName': 'string',
                                'DailyAutomaticBackupStartTime': 'string',
                                'AutomaticBackupRetentionDays': 123,
                                'CopyTagsToBackups': True|False,
                                'DriveCacheType': 'NONE'|'READ',
                                'DataCompressionType': 'NONE'|'LZ4',
                                'LogConfiguration': {
                                    'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                                    'Destination': 'string'
                                }
                            },
                            'AdministrativeActions': {'... recursive ...'},
                            'OntapConfiguration': {
                                'AutomaticBackupRetentionDays': 123,
                                'DailyAutomaticBackupStartTime': 'string',
                                'DeploymentType': 'MULTI_AZ_1',
                                'EndpointIpAddressRange': 'string',
                                'Endpoints': {
                                    'Intercluster': {
                                        'DNSName': 'string',
                                        'IpAddresses': [
                                            'string',
                                        ]
                                    },
                                    'Management': {
                                        'DNSName': 'string',
                                        'IpAddresses': [
                                            'string',
                                        ]
                                    }
                                },
                                'DiskIopsConfiguration': {
                                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                    'Iops': 123
                                },
                                'PreferredSubnetId': 'string',
                                'RouteTableIds': [
                                    'string',
                                ],
                                'ThroughputCapacity': 123,
                                'WeeklyMaintenanceStartTime': 'string'
                            },
                            'FileSystemTypeVersion': 'string',
                            'OpenZFSConfiguration': {
                                'AutomaticBackupRetentionDays': 123,
                                'CopyTagsToBackups': True|False,
                                'CopyTagsToVolumes': True|False,
                                'DailyAutomaticBackupStartTime': 'string',
                                'DeploymentType': 'SINGLE_AZ_1',
                                'ThroughputCapacity': 123,
                                'WeeklyMaintenanceStartTime': 'string',
                                'DiskIopsConfiguration': {
                                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                                    'Iops': 123
                                },
                                'RootVolumeId': 'string'
                            }
                        },
                        'FailureDetails': {
                            'Message': 'string'
                        },
                        'TargetVolumeValues': {'... recursive ...'},
                        'TargetSnapshotValues': {
                            'ResourceARN': 'string',
                            'SnapshotId': 'string',
                            'Name': 'string',
                            'VolumeId': 'string',
                            'CreationTime': datetime(2015, 1, 1),
                            'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                            'Tags': [
                                {
                                    'Key': 'string',
                                    'Value': 'string'
                                },
                            ],
                            'AdministrativeActions': {'... recursive ...'}
                        }
                    },
                ],
                'OpenZFSConfiguration': {
                    'ParentVolumeId': 'string',
                    'VolumePath': 'string',
                    'StorageCapacityReservationGiB': 123,
                    'StorageCapacityQuotaGiB': 123,
                    'DataCompressionType': 'NONE'|'ZSTD',
                    'CopyTagsToSnapshots': True|False,
                    'OriginSnapshot': {
                        'SnapshotARN': 'string',
                        'CopyStrategy': 'CLONE'|'FULL_COPY'
                    },
                    'ReadOnly': True|False,
                    'NfsExports': [
                        {
                            'ClientConfigurations': [
                                {
                                    'Clients': 'string',
                                    'Options': [
                                        'string',
                                    ]
                                },
                            ]
                        },
                    ],
                    'UserAndGroupQuotas': [
                        {
                            'Type': 'USER'|'GROUP',
                            'Id': 123,
                            'StorageCapacityQuotaGiB': 123
                        },
                    ]
                }
            }
        },
    ],

}

Response Structure

  • (dict) --

    Response object for the DescribeBackups operation.

    • Backups (list) --

      An array of backups.

      • (dict) --

        A backup of an Amazon FSx for Windows File Server, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.

        • BackupId (string) --

          The ID of the backup.

        • Lifecycle (string) --

          The lifecycle status of the backup.

          • AVAILABLE - The backup is fully available.
          • PENDING - For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup.
          • CREATING - Amazon FSx is creating the backup.
          • TRANSFERRING - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to Amazon S3.
          • COPYING - Amazon FSx is copying the backup.
          • DELETED - Amazon FSx deleted the backup and it's no longer available.
          • FAILED - Amazon FSx couldn't finish the backup.
        • FailureDetails (dict) --

          Details explaining any failures that occurred when creating a backup.

          • Message (string) --

            A message describing the backup-creation failure.

        • Type (string) --

          The type of the file-system backup.

        • ProgressPercent (integer) --

          The current percent of progress of an asynchronous task.

        • CreationTime (datetime) --

          The time when a particular backup was created.

        • KmsKeyId (string) --

          The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for the backup resource.

        • Tags (list) --

          The tags associated with a particular file system.

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • FileSystem (dict) --

          The metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.

          • OwnerId (string) --

            The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

          • CreationTime (datetime) --

            The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

          • FileSystemId (string) --

            The system-generated, unique 17-digit ID of the file system.

          • FileSystemType (string) --

            The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

          • Lifecycle (string) --

            The lifecycle status of the file system. The following are the possible values and what they mean:

            • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
            • CREATING - Amazon FSx is creating the new file system.
            • DELETING - Amazon FSx is deleting an existing file system.
            • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
            • MISCONFIGURED - The file system is in a failed but recoverable state.
            • UPDATING - The file system is undergoing a customer-initiated update.
          • FailureDetails (dict) --

            A structure providing details of any failures that occurred when creating a file system.

            • Message (string) --

              A message describing any failures that occurred during file system creation.

          • StorageCapacity (integer) --

            The storage capacity of the file system in gibibytes (GiB).

          • StorageType (string) --

            The 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.

          • VpcId (string) --

            The ID of the primary virtual private cloud (VPC) for the file system.

          • SubnetIds (list) --

            Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

            For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

            • (string) --

              The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

          • NetworkInterfaceIds (list) --

            The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

            For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

            • (string) --

              An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

          • DNSName (string) --

            The Domain Name System (DNS) name for the file system.

          • KmsKeyId (string) --

            The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

          • ResourceARN (string) --

            The Amazon Resource Name (ARN) for the file system resource.

          • Tags (list) --

            The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

            • (dict) --

              Specifies a key-value pair for a resource tag.

              • Key (string) --

                A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

              • Value (string) --

                A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

          • WindowsConfiguration (dict) --

            The configuration for this FSx for Windows File Server file system.

            • ActiveDirectoryId (string) --

              The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

            • SelfManagedActiveDirectoryConfiguration (dict) --

              The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

              • DomainName (string) --

                The fully qualified domain name of the self-managed AD directory.

              • OrganizationalUnitDistinguishedName (string) --

                The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

              • FileSystemAdministratorsGroup (string) --

                The name of the domain group whose members have administrative privileges for the FSx file system.

              • UserName (string) --

                The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

              • DnsIps (list) --

                A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                • (string) --
            • DeploymentType (string) --

              Specifies the file system deployment type, valid values are the following:

              • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
              • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
              • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

              For more information, see Single-AZ and Multi-AZ File Systems .

            • RemoteAdministrationEndpoint (string) --

              For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

              For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

              This endpoint is temporarily unavailable when the file system is undergoing maintenance.

            • PreferredSubnetId (string) --

              For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

              For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

            • PreferredFileServerIp (string) --

              For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

              Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

            • ThroughputCapacity (integer) --

              The throughput of the Amazon FSx file system, measured in megabytes per second.

            • MaintenanceOperationsInProgress (list) --

              The list of maintenance operations in progress for this file system.

              • (string) --

                An enumeration specifying the currently ongoing maintenance operation.

            • WeeklyMaintenanceStartTime (string) --

              The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

            • DailyAutomaticBackupStartTime (string) --

              The preferred time to take daily automatic backups, in the UTC time zone.

            • AutomaticBackupRetentionDays (integer) --

              The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

            • CopyTagsToBackups (boolean) --

              A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

            • Aliases (list) --

              An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

              • (dict) --

                A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                • Name (string) --

                  The name of the DNS alias. The alias name has to meet the following requirements:

                  • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                  • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                  • Cannot start or end with a hyphen.
                  • Can start with a numeric.

                  For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                • Lifecycle (string) --

                  Describes the state of the DNS alias.

                  • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                  • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                  • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                  • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                  • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
            • AuditLogConfiguration (dict) --

              The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

              • FileAccessAuditLogLevel (string) --

                Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                • DISABLED - access auditing of files and folders is turned off.
              • FileShareAccessAuditLogLevel (string) --

                Sets which attempt type is logged by Amazon FSx for file share accesses.

                • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                • FAILURE_ONLY - only failed attempts to access file shares are logged.
                • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                • DISABLED - access auditing of file shares is turned off.
              • AuditLogDestination (string) --

                The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

          • LustreConfiguration (dict) --

            The configuration for the Amazon FSx for Lustre file system.

            • WeeklyMaintenanceStartTime (string) --

              The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

            • DataRepositoryConfiguration (dict) --

              The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

              This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

              • Lifecycle (string) --

                Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                • AVAILABLE - The data repository is available for use.
                • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                • FAILED - The data repository is in a terminal state that cannot be recovered.
              • ImportPath (string) --

                The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

              • ExportPath (string) --

                The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

              • ImportedFileChunkSize (integer) --

                For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

              • AutoImportPolicy (string) --

                Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
              • FailureDetails (dict) --

                Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                • Message (string) --

                  A detailed error message.

            • DeploymentType (string) --

              The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

              SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

              The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

              The default is SCRATCH_1 .

            • PerUnitStorageThroughput (integer) --

              Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

              Valid values:

              • For PERSISTENT_1 SSD storage: 50, 100, 200.
              • For PERSISTENT_1 HDD storage: 12, 40.
              • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
            • MountName (string) --

              You use the MountName value when mounting the file system.

              For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

            • DailyAutomaticBackupStartTime (string) --

              A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

            • AutomaticBackupRetentionDays (integer) --

              The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

            • CopyTagsToBackups (boolean) --

              A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

            • DriveCacheType (string) --

              The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

              This parameter is required when StorageType is set to HDD.

            • DataCompressionType (string) --

              The data compression configuration for the file system. DataCompressionType can have the following values:

              • NONE - Data compression is turned off for the file system.
              • LZ4 - Data compression is turned on with the LZ4 algorithm.

              For more information, see Lustre data compression .

            • LogConfiguration (dict) --

              The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

              • Level (string) --

                The data repository events that are logged by Amazon FSx.

                • WARN_ONLY - only warning events are logged.
                • ERROR_ONLY - only error events are logged.
                • WARN_ERROR - both warning events and error events are logged.
                • DISABLED - logging of data repository events is turned off.
              • Destination (string) --

                The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

          • AdministrativeActions (list) --

            A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

            • (dict) --

              Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

              • AdministrativeActionType (string) --

                Describes the type of administrative action, as follows:

                • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
                • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                  • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                  • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                  • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

                You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

                • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
                • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
                • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
                • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
                • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
              • ProgressPercent (integer) --

                The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

              • RequestTime (datetime) --

                The time that the administrative action request was received.

              • Status (string) --

                Describes the status of the administrative action, as follows:

                • FAILED - Amazon FSx failed to process the administrative action successfully.
                • IN_PROGRESS - Amazon FSx is processing the administrative action.
                • PENDING - Amazon FSx is waiting to process the administrative action.
                • COMPLETED - Amazon FSx has finished processing the administrative task.
                • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
              • TargetFileSystemValues (dict) --

                Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

              • FailureDetails (dict) --

                Provides information about a failed administrative action.

                • Message (string) --

                  Error message providing details about the failed administrative action.

              • TargetVolumeValues (dict) --

                Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

                • CreationTime (datetime) --

                  The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

                • FileSystemId (string) --

                  The globally unique ID of the file system, assigned by Amazon FSx.

                • Lifecycle (string) --

                  The lifecycle status of the volume.

                  • AVAILABLE - The volume is fully available for use.
                  • CREATED - The volume has been created.
                  • CREATING - Amazon FSx is creating the new volume.
                  • DELETING - Amazon FSx is deleting an existing volume.
                  • FAILED - Amazon FSx was unable to create the volume.
                  • MISCONFIGURED - The volume is in a failed but recoverable state.
                  • PENDING - Amazon FSx hasn't started creating the volume.
                • Name (string) --

                  The name of the volume.

                • OntapConfiguration (dict) --

                  The configuration of an Amazon FSx for NetApp ONTAP volume.

                  • FlexCacheEndpointType (string) --

                    Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                    • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                    • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                    • CACHE specifies that the volume is a FlexCache volume.
                  • JunctionPath (string) --

                    Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

                  • SecurityStyle (string) --

                    The security style for the volume, which can be UNIX , NTFS , or MIXED .

                  • SizeInMegabytes (integer) --

                    The configured size of the volume, in megabytes (MBs).

                  • StorageEfficiencyEnabled (boolean) --

                    The volume's storage efficiency setting.

                  • StorageVirtualMachineId (string) --

                    The ID of the volume's storage virtual machine.

                  • StorageVirtualMachineRoot (boolean) --

                    A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                    This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

                  • TieringPolicy (dict) --

                    The volume's TieringPolicy setting.

                    • CoolingPeriod (integer) --

                      Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                    • Name (string) --

                      Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                      • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                      • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                      • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                      • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
                  • UUID (string) --

                    The volume's universally unique identifier (UUID).

                  • OntapVolumeType (string) --

                    Specifies the type of volume. Valid values are the following:

                    • RW specifies a read/write volume. RW is the default.
                    • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                    • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
                • ResourceARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • Tags (list) --

                  A list of Tag values, with a maximum of 50 elements.

                  • (dict) --

                    Specifies a key-value pair for a resource tag.

                    • Key (string) --

                      A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                    • Value (string) --

                      A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

                • VolumeId (string) --

                  The system-generated, unique ID of the volume.

                • VolumeType (string) --

                  The type of the volume.

                • LifecycleTransitionReason (dict) --

                  The reason why the volume lifecycle status changed.

                  • Message (string) --

                    A detailed error message.

                • AdministrativeActions (list) --

                  A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

                • OpenZFSConfiguration (dict) --

                  The configuration of an Amazon FSx for OpenZFS volume.

                  • ParentVolumeId (string) --

                    The ID of the parent volume.

                  • VolumePath (string) --

                    The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

                  • StorageCapacityReservationGiB (integer) --

                    The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

                  • StorageCapacityQuotaGiB (integer) --

                    The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

                  • DataCompressionType (string) --

                    The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                    • NONE - Doesn't compress the data on the volume.
                    • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
                  • CopyTagsToSnapshots (boolean) --

                    A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                  • OriginSnapshot (dict) --

                    The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                    • SnapshotARN (string) --

                      The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                    • CopyStrategy (string) --

                      The strategy used when copying data from the snapshot to the new volume.

                      • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                      • FULL_COPY - Copies all data from the snapshot to the new volume.
                  • ReadOnly (boolean) --

                    A Boolean value indicating whether the volume is read-only.

                  • NfsExports (list) --

                    The configuration object for mounting a Network File System (NFS) file system.

                    • (dict) --

                      The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                      • ClientConfigurations (list) --

                        A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                        • (dict) --

                          Specifies who can mount the file system and the options that can be used while mounting the file system.

                          • Clients (string) --

                            A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                          • Options (list) --

                            The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                            • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                            • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                            • (string) --
                  • UserAndGroupQuotas (list) --

                    An object specifying how much storage users or groups can use on the volume.

                    • (dict) --

                      The configuration for how much storage a user or group can use on the volume.

                      • Type (string) --

                        A value that specifies whether the quota applies to a user or group.

                      • Id (integer) --

                        The ID of the user or group.

                      • StorageCapacityQuotaGiB (integer) --

                        The amount of storage that the user or group can use in gibibytes (GiB).

              • TargetSnapshotValues (dict) --

                A snapshot of an Amazon FSx for OpenZFS volume.

                • ResourceARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • SnapshotId (string) --

                  The ID of the snapshot.

                • Name (string) --

                  The name of the snapshot.

                • VolumeId (string) --

                  The ID of the volume that the snapshot is of.

                • CreationTime (datetime) --

                  The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

                • Lifecycle (string) --

                  The lifecycle status of the snapshot.

                  • PENDING - Amazon FSx hasn't started creating the snapshot.
                  • CREATING - Amazon FSx is creating the snapshot.
                  • DELETING - Amazon FSx is deleting the snapshot.
                  • AVAILABLE - The snapshot is fully available.
                • Tags (list) --

                  A list of Tag values, with a maximum of 50 elements.

                  • (dict) --

                    Specifies a key-value pair for a resource tag.

                    • Key (string) --

                      A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                    • Value (string) --

                      A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

                • AdministrativeActions (list) --

                  A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

          • OntapConfiguration (dict) --

            The configuration for this FSx for ONTAP file system.

            • AutomaticBackupRetentionDays (integer) --

              The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

            • DailyAutomaticBackupStartTime (string) --

              A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

            • DeploymentType (string) --

              The ONTAP file system deployment type.

            • EndpointIpAddressRange (string) --

              The IP address range in which the endpoints to access your file system are created.

            • Endpoints (dict) --

              The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

              • Intercluster (dict) --

                An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                • DNSName (string) --

                  The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                • IpAddresses (list) --

                  IP addresses of the file system endpoint.

                  • (string) --
              • Management (dict) --

                An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                • DNSName (string) --

                  The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                • IpAddresses (list) --

                  IP addresses of the file system endpoint.

                  • (string) --
            • DiskIopsConfiguration (dict) --

              The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

              • Mode (string) --

                Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

              • Iops (integer) --

                The total number of SSD IOPS provisioned for the file system.

            • PreferredSubnetId (string) --

              The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

            • RouteTableIds (list) --

              The VPC route tables in which your file system's endpoints are created.

              • (string) --
            • ThroughputCapacity (integer) --

              The sustained throughput of an Amazon FSx file system in MBps.

            • WeeklyMaintenanceStartTime (string) --

              A recurring weekly time, in the format D:HH:MM .

              D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

              HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

              For example, 1:05:00 specifies maintenance at 5 AM Monday.

          • FileSystemTypeVersion (string) --

            The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

          • OpenZFSConfiguration (dict) --

            The configuration for this Amazon FSx for OpenZFS file system.

            • AutomaticBackupRetentionDays (integer) --

              The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

            • CopyTagsToBackups (boolean) --

              A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

            • CopyTagsToVolumes (boolean) --

              A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

            • DailyAutomaticBackupStartTime (string) --

              A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

            • DeploymentType (string) --

              Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

            • ThroughputCapacity (integer) --

              The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

            • WeeklyMaintenanceStartTime (string) --

              A recurring weekly time, in the format D:HH:MM .

              D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

              HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

              For example, 1:05:00 specifies maintenance at 5 AM Monday.

            • DiskIopsConfiguration (dict) --

              The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

              • Mode (string) --

                Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

              • Iops (integer) --

                The total number of SSD IOPS provisioned for the file system.

            • RootVolumeId (string) --

              The ID of the root volume of the OpenZFS file system.

        • DirectoryInformation (dict) --

          The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.

          • DomainName (string) --

            The fully qualified domain name of the self-managed Active Directory directory.

          • ActiveDirectoryId (string) --

            The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.

          • ResourceARN (string) --

            The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

        • OwnerId (string) --

          An Amazon Web Services account ID. This ID is a 12-digit number that you use to construct Amazon Resource Names (ARNs) for resources.

        • SourceBackupId (string) --

          The ID of the source backup. Specifies the backup that you are copying.

        • SourceBackupRegion (string) --

          The source Region of the backup. Specifies the Region from where this backup is copied.

        • ResourceType (string) --

          Specifies the resource type that's backed up.

        • Volume (dict) --

          Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

          • CreationTime (datetime) --

            The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

          • FileSystemId (string) --

            The globally unique ID of the file system, assigned by Amazon FSx.

          • Lifecycle (string) --

            The lifecycle status of the volume.

            • AVAILABLE - The volume is fully available for use.
            • CREATED - The volume has been created.
            • CREATING - Amazon FSx is creating the new volume.
            • DELETING - Amazon FSx is deleting an existing volume.
            • FAILED - Amazon FSx was unable to create the volume.
            • MISCONFIGURED - The volume is in a failed but recoverable state.
            • PENDING - Amazon FSx hasn't started creating the volume.
          • Name (string) --

            The name of the volume.

          • OntapConfiguration (dict) --

            The configuration of an Amazon FSx for NetApp ONTAP volume.

            • FlexCacheEndpointType (string) --

              Specifies the FlexCache endpoint type of the volume. Valid values are the following:

              • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
              • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
              • CACHE specifies that the volume is a FlexCache volume.
            • JunctionPath (string) --

              Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

            • SecurityStyle (string) --

              The security style for the volume, which can be UNIX , NTFS , or MIXED .

            • SizeInMegabytes (integer) --

              The configured size of the volume, in megabytes (MBs).

            • StorageEfficiencyEnabled (boolean) --

              The volume's storage efficiency setting.

            • StorageVirtualMachineId (string) --

              The ID of the volume's storage virtual machine.

            • StorageVirtualMachineRoot (boolean) --

              A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

              This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

            • TieringPolicy (dict) --

              The volume's TieringPolicy setting.

              • CoolingPeriod (integer) --

                Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

              • Name (string) --

                Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
            • UUID (string) --

              The volume's universally unique identifier (UUID).

            • OntapVolumeType (string) --

              Specifies the type of volume. Valid values are the following:

              • RW specifies a read/write volume. RW is the default.
              • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
              • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
          • ResourceARN (string) --

            The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

          • Tags (list) --

            A list of Tag values, with a maximum of 50 elements.

            • (dict) --

              Specifies a key-value pair for a resource tag.

              • Key (string) --

                A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

              • Value (string) --

                A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

          • VolumeId (string) --

            The system-generated, unique ID of the volume.

          • VolumeType (string) --

            The type of the volume.

          • LifecycleTransitionReason (dict) --

            The reason why the volume lifecycle status changed.

            • Message (string) --

              A detailed error message.

          • AdministrativeActions (list) --

            A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

            • (dict) --

              Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

              • AdministrativeActionType (string) --

                Describes the type of administrative action, as follows:

                • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
                • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                  • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                  • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                  • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

                You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

                • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
                • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
                • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
                • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
                • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
              • ProgressPercent (integer) --

                The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

              • RequestTime (datetime) --

                The time that the administrative action request was received.

              • Status (string) --

                Describes the status of the administrative action, as follows:

                • FAILED - Amazon FSx failed to process the administrative action successfully.
                • IN_PROGRESS - Amazon FSx is processing the administrative action.
                • PENDING - Amazon FSx is waiting to process the administrative action.
                • COMPLETED - Amazon FSx has finished processing the administrative task.
                • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
              • TargetFileSystemValues (dict) --

                Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

                • OwnerId (string) --

                  The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

                • CreationTime (datetime) --

                  The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

                • FileSystemId (string) --

                  The system-generated, unique 17-digit ID of the file system.

                • FileSystemType (string) --

                  The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

                • Lifecycle (string) --

                  The lifecycle status of the file system. The following are the possible values and what they mean:

                  • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
                  • CREATING - Amazon FSx is creating the new file system.
                  • DELETING - Amazon FSx is deleting an existing file system.
                  • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
                  • MISCONFIGURED - The file system is in a failed but recoverable state.
                  • UPDATING - The file system is undergoing a customer-initiated update.
                • FailureDetails (dict) --

                  A structure providing details of any failures that occurred when creating a file system.

                  • Message (string) --

                    A message describing any failures that occurred during file system creation.

                • StorageCapacity (integer) --

                  The storage capacity of the file system in gibibytes (GiB).

                • StorageType (string) --

                  The 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.

                • VpcId (string) --

                  The ID of the primary virtual private cloud (VPC) for the file system.

                • SubnetIds (list) --

                  Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

                  For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

                  • (string) --

                    The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

                • NetworkInterfaceIds (list) --

                  The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

                  For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

                  • (string) --

                    An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

                • DNSName (string) --

                  The Domain Name System (DNS) name for the file system.

                • KmsKeyId (string) --

                  The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

                • ResourceARN (string) --

                  The Amazon Resource Name (ARN) for the file system resource.

                • Tags (list) --

                  The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

                  • (dict) --

                    Specifies a key-value pair for a resource tag.

                    • Key (string) --

                      A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                    • Value (string) --

                      A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

                • WindowsConfiguration (dict) --

                  The configuration for this FSx for Windows File Server file system.

                  • ActiveDirectoryId (string) --

                    The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

                  • SelfManagedActiveDirectoryConfiguration (dict) --

                    The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                    • DomainName (string) --

                      The fully qualified domain name of the self-managed AD directory.

                    • OrganizationalUnitDistinguishedName (string) --

                      The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

                    • FileSystemAdministratorsGroup (string) --

                      The name of the domain group whose members have administrative privileges for the FSx file system.

                    • UserName (string) --

                      The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

                    • DnsIps (list) --

                      A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

                      • (string) --
                  • DeploymentType (string) --

                    Specifies the file system deployment type, valid values are the following:

                    • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
                    • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
                    • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

                    For more information, see Single-AZ and Multi-AZ File Systems .

                  • RemoteAdministrationEndpoint (string) --

                    For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

                    For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

                    This endpoint is temporarily unavailable when the file system is undergoing maintenance.

                  • PreferredSubnetId (string) --

                    For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

                    For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

                  • PreferredFileServerIp (string) --

                    For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

                    Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

                  • ThroughputCapacity (integer) --

                    The throughput of the Amazon FSx file system, measured in megabytes per second.

                  • MaintenanceOperationsInProgress (list) --

                    The list of maintenance operations in progress for this file system.

                    • (string) --

                      An enumeration specifying the currently ongoing maintenance operation.

                  • WeeklyMaintenanceStartTime (string) --

                    The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                  • DailyAutomaticBackupStartTime (string) --

                    The preferred time to take daily automatic backups, in the UTC time zone.

                  • AutomaticBackupRetentionDays (integer) --

                    The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

                  • CopyTagsToBackups (boolean) --

                    A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                  • Aliases (list) --

                    An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

                    • (dict) --

                      A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

                      • Name (string) --

                        The name of the DNS alias. The alias name has to meet the following requirements:

                        • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                        • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                        • Cannot start or end with a hyphen.
                        • Can start with a numeric.

                        For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

                      • Lifecycle (string) --

                        Describes the state of the DNS alias.

                        • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                        • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                        • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                        • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                        • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
                  • AuditLogConfiguration (dict) --

                    The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

                    • FileAccessAuditLogLevel (string) --

                      Sets which attempt type is logged by Amazon FSx for file and folder accesses.

                      • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
                      • FAILURE_ONLY - only failed attempts to access files or folders are logged.
                      • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
                      • DISABLED - access auditing of files and folders is turned off.
                    • FileShareAccessAuditLogLevel (string) --

                      Sets which attempt type is logged by Amazon FSx for file share accesses.

                      • SUCCESS_ONLY - only successful attempts to access file shares are logged.
                      • FAILURE_ONLY - only failed attempts to access file shares are logged.
                      • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
                      • DISABLED - access auditing of file shares is turned off.
                    • AuditLogDestination (string) --

                      The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

                      The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

                      The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

                • LustreConfiguration (dict) --

                  The configuration for the Amazon FSx for Lustre file system.

                  • WeeklyMaintenanceStartTime (string) --

                    The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

                  • DataRepositoryConfiguration (dict) --

                    The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

                    This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

                    • Lifecycle (string) --

                      Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

                      • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
                      • AVAILABLE - The data repository is available for use.
                      • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
                      • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
                      • FAILED - The data repository is in a terminal state that cannot be recovered.
                    • ImportPath (string) --

                      The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

                    • ExportPath (string) --

                      The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

                    • ImportedFileChunkSize (integer) --

                      For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

                      The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

                    • AutoImportPolicy (string) --

                      Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

                      • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
                      • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
                      • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
                      • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
                    • FailureDetails (dict) --

                      Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

                      • Message (string) --

                        A detailed error message.

                  • DeploymentType (string) --

                    The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

                    SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

                    The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

                    The default is SCRATCH_1 .

                  • PerUnitStorageThroughput (integer) --

                    Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

                    Valid values:

                    • For PERSISTENT_1 SSD storage: 50, 100, 200.
                    • For PERSISTENT_1 HDD storage: 12, 40.
                    • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
                  • MountName (string) --

                    You use the MountName value when mounting the file system.

                    For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

                  • DailyAutomaticBackupStartTime (string) --

                    A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                  • AutomaticBackupRetentionDays (integer) --

                    The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                  • CopyTagsToBackups (boolean) --

                    A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

                  • DriveCacheType (string) --

                    The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

                    This parameter is required when StorageType is set to HDD.

                  • DataCompressionType (string) --

                    The data compression configuration for the file system. DataCompressionType can have the following values:

                    • NONE - Data compression is turned off for the file system.
                    • LZ4 - Data compression is turned on with the LZ4 algorithm.

                    For more information, see Lustre data compression .

                  • LogConfiguration (dict) --

                    The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

                    • Level (string) --

                      The data repository events that are logged by Amazon FSx.

                      • WARN_ONLY - only warning events are logged.
                      • ERROR_ONLY - only error events are logged.
                      • WARN_ERROR - both warning events and error events are logged.
                      • DISABLED - logging of data repository events is turned off.
                    • Destination (string) --

                      The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

                • AdministrativeActions (list) --

                  A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

                • OntapConfiguration (dict) --

                  The configuration for this FSx for ONTAP file system.

                  • AutomaticBackupRetentionDays (integer) --

                    The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                  • DailyAutomaticBackupStartTime (string) --

                    A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                  • DeploymentType (string) --

                    The ONTAP file system deployment type.

                  • EndpointIpAddressRange (string) --

                    The IP address range in which the endpoints to access your file system are created.

                  • Endpoints (dict) --

                    The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

                    • Intercluster (dict) --

                      An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

                      • DNSName (string) --

                        The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                      • IpAddresses (list) --

                        IP addresses of the file system endpoint.

                        • (string) --
                    • Management (dict) --

                      An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

                      • DNSName (string) --

                        The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

                      • IpAddresses (list) --

                        IP addresses of the file system endpoint.

                        • (string) --
                  • DiskIopsConfiguration (dict) --

                    The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

                    • Mode (string) --

                      Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                    • Iops (integer) --

                      The total number of SSD IOPS provisioned for the file system.

                  • PreferredSubnetId (string) --

                    The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

                  • RouteTableIds (list) --

                    The VPC route tables in which your file system's endpoints are created.

                    • (string) --
                  • ThroughputCapacity (integer) --

                    The sustained throughput of an Amazon FSx file system in MBps.

                  • WeeklyMaintenanceStartTime (string) --

                    A recurring weekly time, in the format D:HH:MM .

                    D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                    HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                    For example, 1:05:00 specifies maintenance at 5 AM Monday.

                • FileSystemTypeVersion (string) --

                  The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

                • OpenZFSConfiguration (dict) --

                  The configuration for this Amazon FSx for OpenZFS file system.

                  • AutomaticBackupRetentionDays (integer) --

                    The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

                  • CopyTagsToBackups (boolean) --

                    A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

                  • CopyTagsToVolumes (boolean) --

                    A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                  • DailyAutomaticBackupStartTime (string) --

                    A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

                  • DeploymentType (string) --

                    Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

                  • ThroughputCapacity (integer) --

                    The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

                  • WeeklyMaintenanceStartTime (string) --

                    A recurring weekly time, in the format D:HH:MM .

                    D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

                    HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

                    For example, 1:05:00 specifies maintenance at 5 AM Monday.

                  • DiskIopsConfiguration (dict) --

                    The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

                    • Mode (string) --

                      Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

                    • Iops (integer) --

                      The total number of SSD IOPS provisioned for the file system.

                  • RootVolumeId (string) --

                    The ID of the root volume of the OpenZFS file system.

              • FailureDetails (dict) --

                Provides information about a failed administrative action.

                • Message (string) --

                  Error message providing details about the failed administrative action.

              • TargetVolumeValues (dict) --

                Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

              • TargetSnapshotValues (dict) --

                A snapshot of an Amazon FSx for OpenZFS volume.

                • ResourceARN (string) --

                  The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                • SnapshotId (string) --

                  The ID of the snapshot.

                • Name (string) --

                  The name of the snapshot.

                • VolumeId (string) --

                  The ID of the volume that the snapshot is of.

                • CreationTime (datetime) --

                  The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

                • Lifecycle (string) --

                  The lifecycle status of the snapshot.

                  • PENDING - Amazon FSx hasn't started creating the snapshot.
                  • CREATING - Amazon FSx is creating the snapshot.
                  • DELETING - Amazon FSx is deleting the snapshot.
                  • AVAILABLE - The snapshot is fully available.
                • Tags (list) --

                  A list of Tag values, with a maximum of 50 elements.

                  • (dict) --

                    Specifies a key-value pair for a resource tag.

                    • Key (string) --

                      A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                    • Value (string) --

                      A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

                • AdministrativeActions (list) --

                  A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

          • OpenZFSConfiguration (dict) --

            The configuration of an Amazon FSx for OpenZFS volume.

            • ParentVolumeId (string) --

              The ID of the parent volume.

            • VolumePath (string) --

              The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

            • StorageCapacityReservationGiB (integer) --

              The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

            • StorageCapacityQuotaGiB (integer) --

              The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

            • DataCompressionType (string) --

              The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

              • NONE - Doesn't compress the data on the volume.
              • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
            • CopyTagsToSnapshots (boolean) --

              A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

            • OriginSnapshot (dict) --

              The configuration object that specifies the snapshot to use as the origin of the data for the volume.

              • SnapshotARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • CopyStrategy (string) --

                The strategy used when copying data from the snapshot to the new volume.

                • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                • FULL_COPY - Copies all data from the snapshot to the new volume.
            • ReadOnly (boolean) --

              A Boolean value indicating whether the volume is read-only.

            • NfsExports (list) --

              The configuration object for mounting a Network File System (NFS) file system.

              • (dict) --

                The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                • ClientConfigurations (list) --

                  A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                  • (dict) --

                    Specifies who can mount the file system and the options that can be used while mounting the file system.

                    • Clients (string) --

                      A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                    • Options (list) --

                      The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                      • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                      • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                      • (string) --
            • UserAndGroupQuotas (list) --

              An object specifying how much storage users or groups can use on the volume.

              • (dict) --

                The configuration for how much storage a user or group can use on the volume.

                • Type (string) --

                  A value that specifies whether the quota applies to a user or group.

                • Id (integer) --

                  The ID of the user or group.

                • StorageCapacityQuotaGiB (integer) --

                  The amount of storage that the user or group can use in gibibytes (GiB).

class FSx.Paginator.DescribeFileSystems
paginator = client.get_paginator('describe_file_systems')
paginate(**kwargs)

Creates an iterator that will paginate through responses from FSx.Client.describe_file_systems().

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    FileSystemIds=[
        'string',
    ],
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters
  • FileSystemIds (list) --

    IDs of the file systems whose descriptions you want to retrieve (String).

    • (string) --

      The globally unique ID of the file system, assigned by Amazon FSx.

  • PaginationConfig (dict) --

    A dictionary that provides parameters to control pagination.

    • MaxItems (integer) --

      The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken will be provided in the output that you can use to resume pagination.

    • PageSize (integer) --

      The size of each page.

    • StartingToken (string) --

      A token to specify where to start paginating. This is the NextToken from a previous response.

Return type

dict

Returns

Response Syntax

{
    'FileSystems': [
        {
            'OwnerId': 'string',
            'CreationTime': datetime(2015, 1, 1),
            'FileSystemId': 'string',
            'FileSystemType': 'WINDOWS'|'LUSTRE'|'ONTAP'|'OPENZFS',
            'Lifecycle': 'AVAILABLE'|'CREATING'|'FAILED'|'DELETING'|'MISCONFIGURED'|'UPDATING',
            'FailureDetails': {
                'Message': 'string'
            },
            'StorageCapacity': 123,
            'StorageType': 'SSD'|'HDD',
            'VpcId': 'string',
            'SubnetIds': [
                'string',
            ],
            'NetworkInterfaceIds': [
                'string',
            ],
            'DNSName': 'string',
            'KmsKeyId': 'string',
            'ResourceARN': 'string',
            'Tags': [
                {
                    'Key': 'string',
                    'Value': 'string'
                },
            ],
            'WindowsConfiguration': {
                'ActiveDirectoryId': 'string',
                'SelfManagedActiveDirectoryConfiguration': {
                    'DomainName': 'string',
                    'OrganizationalUnitDistinguishedName': 'string',
                    'FileSystemAdministratorsGroup': 'string',
                    'UserName': 'string',
                    'DnsIps': [
                        'string',
                    ]
                },
                'DeploymentType': 'MULTI_AZ_1'|'SINGLE_AZ_1'|'SINGLE_AZ_2',
                'RemoteAdministrationEndpoint': 'string',
                'PreferredSubnetId': 'string',
                'PreferredFileServerIp': 'string',
                'ThroughputCapacity': 123,
                'MaintenanceOperationsInProgress': [
                    'PATCHING'|'BACKING_UP',
                ],
                'WeeklyMaintenanceStartTime': 'string',
                'DailyAutomaticBackupStartTime': 'string',
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'Aliases': [
                    {
                        'Name': 'string',
                        'Lifecycle': 'AVAILABLE'|'CREATING'|'DELETING'|'CREATE_FAILED'|'DELETE_FAILED'
                    },
                ],
                'AuditLogConfiguration': {
                    'FileAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                    'FileShareAccessAuditLogLevel': 'DISABLED'|'SUCCESS_ONLY'|'FAILURE_ONLY'|'SUCCESS_AND_FAILURE',
                    'AuditLogDestination': 'string'
                }
            },
            'LustreConfiguration': {
                'WeeklyMaintenanceStartTime': 'string',
                'DataRepositoryConfiguration': {
                    'Lifecycle': 'CREATING'|'AVAILABLE'|'MISCONFIGURED'|'UPDATING'|'DELETING'|'FAILED',
                    'ImportPath': 'string',
                    'ExportPath': 'string',
                    'ImportedFileChunkSize': 123,
                    'AutoImportPolicy': 'NONE'|'NEW'|'NEW_CHANGED'|'NEW_CHANGED_DELETED',
                    'FailureDetails': {
                        'Message': 'string'
                    }
                },
                'DeploymentType': 'SCRATCH_1'|'SCRATCH_2'|'PERSISTENT_1'|'PERSISTENT_2',
                'PerUnitStorageThroughput': 123,
                'MountName': 'string',
                'DailyAutomaticBackupStartTime': 'string',
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'DriveCacheType': 'NONE'|'READ',
                'DataCompressionType': 'NONE'|'LZ4',
                'LogConfiguration': {
                    'Level': 'DISABLED'|'WARN_ONLY'|'ERROR_ONLY'|'WARN_ERROR',
                    'Destination': 'string'
                }
            },
            'AdministrativeActions': [
                {
                    'AdministrativeActionType': 'FILE_SYSTEM_UPDATE'|'STORAGE_OPTIMIZATION'|'FILE_SYSTEM_ALIAS_ASSOCIATION'|'FILE_SYSTEM_ALIAS_DISASSOCIATION'|'VOLUME_UPDATE'|'SNAPSHOT_UPDATE'|'RELEASE_NFS_V3_LOCKS',
                    'ProgressPercent': 123,
                    'RequestTime': datetime(2015, 1, 1),
                    'Status': 'FAILED'|'IN_PROGRESS'|'PENDING'|'COMPLETED'|'UPDATED_OPTIMIZING',
                    'TargetFileSystemValues': {'... recursive ...'},
                    'FailureDetails': {
                        'Message': 'string'
                    },
                    'TargetVolumeValues': {
                        'CreationTime': datetime(2015, 1, 1),
                        'FileSystemId': 'string',
                        'Lifecycle': 'CREATING'|'CREATED'|'DELETING'|'FAILED'|'MISCONFIGURED'|'PENDING'|'AVAILABLE',
                        'Name': 'string',
                        'OntapConfiguration': {
                            'FlexCacheEndpointType': 'NONE'|'ORIGIN'|'CACHE',
                            'JunctionPath': 'string',
                            'SecurityStyle': 'UNIX'|'NTFS'|'MIXED',
                            'SizeInMegabytes': 123,
                            'StorageEfficiencyEnabled': True|False,
                            'StorageVirtualMachineId': 'string',
                            'StorageVirtualMachineRoot': True|False,
                            'TieringPolicy': {
                                'CoolingPeriod': 123,
                                'Name': 'SNAPSHOT_ONLY'|'AUTO'|'ALL'|'NONE'
                            },
                            'UUID': 'string',
                            'OntapVolumeType': 'RW'|'DP'|'LS'
                        },
                        'ResourceARN': 'string',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'VolumeId': 'string',
                        'VolumeType': 'ONTAP'|'OPENZFS',
                        'LifecycleTransitionReason': {
                            'Message': 'string'
                        },
                        'AdministrativeActions': {'... recursive ...'},
                        'OpenZFSConfiguration': {
                            'ParentVolumeId': 'string',
                            'VolumePath': 'string',
                            'StorageCapacityReservationGiB': 123,
                            'StorageCapacityQuotaGiB': 123,
                            'DataCompressionType': 'NONE'|'ZSTD',
                            'CopyTagsToSnapshots': True|False,
                            'OriginSnapshot': {
                                'SnapshotARN': 'string',
                                'CopyStrategy': 'CLONE'|'FULL_COPY'
                            },
                            'ReadOnly': True|False,
                            'NfsExports': [
                                {
                                    'ClientConfigurations': [
                                        {
                                            'Clients': 'string',
                                            'Options': [
                                                'string',
                                            ]
                                        },
                                    ]
                                },
                            ],
                            'UserAndGroupQuotas': [
                                {
                                    'Type': 'USER'|'GROUP',
                                    'Id': 123,
                                    'StorageCapacityQuotaGiB': 123
                                },
                            ]
                        }
                    },
                    'TargetSnapshotValues': {
                        'ResourceARN': 'string',
                        'SnapshotId': 'string',
                        'Name': 'string',
                        'VolumeId': 'string',
                        'CreationTime': datetime(2015, 1, 1),
                        'Lifecycle': 'PENDING'|'CREATING'|'DELETING'|'AVAILABLE',
                        'Tags': [
                            {
                                'Key': 'string',
                                'Value': 'string'
                            },
                        ],
                        'AdministrativeActions': {'... recursive ...'}
                    }
                },
            ],
            'OntapConfiguration': {
                'AutomaticBackupRetentionDays': 123,
                'DailyAutomaticBackupStartTime': 'string',
                'DeploymentType': 'MULTI_AZ_1',
                'EndpointIpAddressRange': 'string',
                'Endpoints': {
                    'Intercluster': {
                        'DNSName': 'string',
                        'IpAddresses': [
                            'string',
                        ]
                    },
                    'Management': {
                        'DNSName': 'string',
                        'IpAddresses': [
                            'string',
                        ]
                    }
                },
                'DiskIopsConfiguration': {
                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                    'Iops': 123
                },
                'PreferredSubnetId': 'string',
                'RouteTableIds': [
                    'string',
                ],
                'ThroughputCapacity': 123,
                'WeeklyMaintenanceStartTime': 'string'
            },
            'FileSystemTypeVersion': 'string',
            'OpenZFSConfiguration': {
                'AutomaticBackupRetentionDays': 123,
                'CopyTagsToBackups': True|False,
                'CopyTagsToVolumes': True|False,
                'DailyAutomaticBackupStartTime': 'string',
                'DeploymentType': 'SINGLE_AZ_1',
                'ThroughputCapacity': 123,
                'WeeklyMaintenanceStartTime': 'string',
                'DiskIopsConfiguration': {
                    'Mode': 'AUTOMATIC'|'USER_PROVISIONED',
                    'Iops': 123
                },
                'RootVolumeId': 'string'
            }
        },
    ],

}

Response Structure

  • (dict) --

    The response object for DescribeFileSystems operation.

    • FileSystems (list) --

      An array of file system descriptions.

      • (dict) --

        A description of a specific Amazon FSx file system.

        • OwnerId (string) --

          The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

        • CreationTime (datetime) --

          The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

        • FileSystemId (string) --

          The system-generated, unique 17-digit ID of the file system.

        • FileSystemType (string) --

          The type of Amazon FSx file system, which can be LUSTRE , WINDOWS , ONTAP , or OPENZFS .

        • Lifecycle (string) --

          The lifecycle status of the file system. The following are the possible values and what they mean:

          • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
          • CREATING - Amazon FSx is creating the new file system.
          • DELETING - Amazon FSx is deleting an existing file system.
          • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
          • MISCONFIGURED - The file system is in a failed but recoverable state.
          • UPDATING - The file system is undergoing a customer-initiated update.
        • FailureDetails (dict) --

          A structure providing details of any failures that occurred when creating a file system.

          • Message (string) --

            A message describing any failures that occurred during file system creation.

        • StorageCapacity (integer) --

          The storage capacity of the file system in gibibytes (GiB).

        • StorageType (string) --

          The 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.

        • VpcId (string) --

          The ID of the primary virtual private cloud (VPC) for the file system.

        • SubnetIds (list) --

          Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP 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. All other file systems have only one subnet ID.

          For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID .

          • (string) --

            The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

        • NetworkInterfaceIds (list) --

          The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

          For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

          • (string) --

            An elastic network interface ID. An elastic network interface is a logical networking component in a virtual private cloud (VPC) that represents a virtual network card. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux Instances .

        • DNSName (string) --

          The Domain Name System (DNS) name for the file system.

        • KmsKeyId (string) --

          The ID of the Key Management Service (KMS) key used to encrypt the file system's data for Amazon FSx for Windows File Server file systems, Amazon FSx for NetApp ONTAP file systems, and PERSISTENT Amazon FSx for Lustre file systems at rest. If this ID isn't specified, the Amazon FSx-managed key for your account is used. The scratch Amazon FSx for Lustre file systems are always encrypted at rest using the Amazon FSx-managed key for your account. For more information, see Encrypt in the Key Management Service API Reference .

        • ResourceARN (string) --

          The Amazon Resource Name (ARN) for the file system resource.

        • Tags (list) --

          The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide .

          • (dict) --

            Specifies a key-value pair for a resource tag.

            • Key (string) --

              A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

            • Value (string) --

              A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

        • WindowsConfiguration (dict) --

          The configuration for this FSx for Windows File Server file system.

          • ActiveDirectoryId (string) --

            The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

          • SelfManagedActiveDirectoryConfiguration (dict) --

            The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

            • DomainName (string) --

              The fully qualified domain name of the self-managed AD directory.

            • OrganizationalUnitDistinguishedName (string) --

              The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

            • FileSystemAdministratorsGroup (string) --

              The name of the domain group whose members have administrative privileges for the FSx file system.

            • UserName (string) --

              The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

            • DnsIps (list) --

              A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

              • (string) --
          • DeploymentType (string) --

            Specifies the file system deployment type, valid values are the following:

            • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
            • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
            • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

            For more information, see Single-AZ and Multi-AZ File Systems .

          • RemoteAdministrationEndpoint (string) --

            For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

            For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

            This endpoint is temporarily unavailable when the file system is undergoing maintenance.

          • PreferredSubnetId (string) --

            For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

            For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs . For more information, see Availability and durability: Single-AZ and Multi-AZ file systems .

          • PreferredFileServerIp (string) --

            For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

            Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares .

          • ThroughputCapacity (integer) --

            The throughput of the Amazon FSx file system, measured in megabytes per second.

          • MaintenanceOperationsInProgress (list) --

            The list of maintenance operations in progress for this file system.

            • (string) --

              An enumeration specifying the currently ongoing maintenance operation.

          • WeeklyMaintenanceStartTime (string) --

            The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

          • DailyAutomaticBackupStartTime (string) --

            The preferred time to take daily automatic backups, in the UTC time zone.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

          • CopyTagsToBackups (boolean) --

            A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

          • Aliases (list) --

            An array of one or more DNS aliases that are currently associated with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload. For more information, see DNS aliases .

            • (dict) --

              A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide .

              • Name (string) --

                The name of the DNS alias. The alias name has to meet the following requirements:

                • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.example.com .
                • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
                • Cannot start or end with a hyphen.
                • Can start with a numeric.

                For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

              • Lifecycle (string) --

                Describes the state of the DNS alias.

                • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
                • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
                • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
                • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
                • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.
          • AuditLogConfiguration (dict) --

            The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

            • FileAccessAuditLogLevel (string) --

              Sets which attempt type is logged by Amazon FSx for file and folder accesses.

              • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
              • FAILURE_ONLY - only failed attempts to access files or folders are logged.
              • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
              • DISABLED - access auditing of files and folders is turned off.
            • FileShareAccessAuditLogLevel (string) --

              Sets which attempt type is logged by Amazon FSx for file share accesses.

              • SUCCESS_ONLY - only successful attempts to access file shares are logged.
              • FAILURE_ONLY - only failed attempts to access file shares are logged.
              • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
              • DISABLED - access auditing of file shares is turned off.
            • AuditLogDestination (string) --

              The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

              The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

              The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

        • LustreConfiguration (dict) --

          The configuration for the Amazon FSx for Lustre file system.

          • WeeklyMaintenanceStartTime (string) --

            The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

          • DataRepositoryConfiguration (dict) --

            The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

            This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

            • Lifecycle (string) --

              Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

              • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
              • AVAILABLE - The data repository is available for use.
              • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket .
              • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
              • FAILED - The data repository is in a terminal state that cannot be recovered.
            • ImportPath (string) --

              The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix . If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

            • ExportPath (string) --

              The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

            • ImportedFileChunkSize (integer) --

              For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

              The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

            • AutoImportPolicy (string) --

              Describes the file system's linked S3 data repository's AutoImportPolicy . The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

              • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
              • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
              • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
              • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.
            • FailureDetails (dict) --

              Provides detailed information about the data respository if its Lifecycle is set to MISCONFIGURED or FAILED .

              • Message (string) --

                A detailed error message.

          • DeploymentType (string) --

            The deployment type of the FSx for Lustre file system. Scratch deployment type is designed for temporary storage and shorter-term processing of data.

            SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1 .

            The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options .

            The default is SCRATCH_1 .

          • PerUnitStorageThroughput (integer) --

            Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

            Valid values:

            • For PERSISTENT_1 SSD storage: 50, 100, 200.
            • For PERSISTENT_1 HDD storage: 12, 40.
            • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.
          • MountName (string) --

            You use the MountName value when mounting the file system.

            For the SCRATCH_1 deployment type, this value is always "fsx ". For SCRATCH_2 , PERSISTENT_1 , and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • CopyTagsToBackups (boolean) --

            A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

          • DriveCacheType (string) --

            The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

            This parameter is required when StorageType is set to HDD.

          • DataCompressionType (string) --

            The data compression configuration for the file system. DataCompressionType can have the following values:

            • NONE - Data compression is turned off for the file system.
            • LZ4 - Data compression is turned on with the LZ4 algorithm.

            For more information, see Lustre data compression .

          • LogConfiguration (dict) --

            The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

            • Level (string) --

              The data repository events that are logged by Amazon FSx.

              • WARN_ONLY - only warning events are logged.
              • ERROR_ONLY - only error events are logged.
              • WARN_ERROR - both warning events and error events are logged.
              • DISABLED - logging of data repository events is turned off.
            • Destination (string) --

              The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

        • AdministrativeActions (list) --

          A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

          • (dict) --

            Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

            • AdministrativeActionType (string) --

              Describes the type of administrative action, as follows:

              • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem ), or CLI (update-file-system ).
              • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.
                • For Windows, storage optimization is the process of migrating the file system data to the new, larger disks.
                • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.
                • For OpenZFS, storage optimization consists of migrating data from the older smaller disks to the newer larger disks.

              You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED . For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide , Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide , and Managing storage capacity in the Amazon FSx for OpenZFS User Guide .

              • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases .
              • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases .
              • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume ), or CLI (update-volume ).
              • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot ), or CLI (update-snapshot ).
              • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.
            • ProgressPercent (integer) --

              The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

            • RequestTime (datetime) --

              The time that the administrative action request was received.

            • Status (string) --

              Describes the status of the administrative action, as follows:

              • FAILED - Amazon FSx failed to process the administrative action successfully.
              • IN_PROGRESS - Amazon FSx is processing the administrative action.
              • PENDING - Amazon FSx is waiting to process the administrative action.
              • COMPLETED - Amazon FSx has finished processing the administrative task.
              • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.
            • TargetFileSystemValues (dict) --

              Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

            • FailureDetails (dict) --

              Provides information about a failed administrative action.

              • Message (string) --

                Error message providing details about the failed administrative action.

            • TargetVolumeValues (dict) --

              Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • FileSystemId (string) --

                The globally unique ID of the file system, assigned by Amazon FSx.

              • Lifecycle (string) --

                The lifecycle status of the volume.

                • AVAILABLE - The volume is fully available for use.
                • CREATED - The volume has been created.
                • CREATING - Amazon FSx is creating the new volume.
                • DELETING - Amazon FSx is deleting an existing volume.
                • FAILED - Amazon FSx was unable to create the volume.
                • MISCONFIGURED - The volume is in a failed but recoverable state.
                • PENDING - Amazon FSx hasn't started creating the volume.
              • Name (string) --

                The name of the volume.

              • OntapConfiguration (dict) --

                The configuration of an Amazon FSx for NetApp ONTAP volume.

                • FlexCacheEndpointType (string) --

                  Specifies the FlexCache endpoint type of the volume. Valid values are the following:

                  • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
                  • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
                  • CACHE specifies that the volume is a FlexCache volume.
                • JunctionPath (string) --

                  Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3 , or /vol1/dir2/vol3 , or even /dir1/dir2/vol3 .

                • SecurityStyle (string) --

                  The security style for the volume, which can be UNIX , NTFS , or MIXED .

                • SizeInMegabytes (integer) --

                  The configured size of the volume, in megabytes (MBs).

                • StorageEfficiencyEnabled (boolean) --

                  The volume's storage efficiency setting.

                • StorageVirtualMachineId (string) --

                  The ID of the volume's storage virtual machine.

                • StorageVirtualMachineRoot (boolean) --

                  A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false . If this value is true , then this is the SVM root volume.

                  This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false , helps you identify which volumes to delete before you can delete the SVM.

                • TieringPolicy (dict) --

                  The volume's TieringPolicy setting.

                  • CoolingPeriod (integer) --

                    Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY .

                  • Name (string) --

                    Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY .

                    • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
                    • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
                    • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
                    • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.
                • UUID (string) --

                  The volume's universally unique identifier (UUID).

                • OntapVolumeType (string) --

                  Specifies the type of volume. Valid values are the following:

                  • RW specifies a read/write volume. RW is the default.
                  • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
                  • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.
              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • VolumeId (string) --

                The system-generated, unique ID of the volume.

              • VolumeType (string) --

                The type of the volume.

              • LifecycleTransitionReason (dict) --

                The reason why the volume lifecycle status changed.

                • Message (string) --

                  A detailed error message.

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you initiated.

              • OpenZFSConfiguration (dict) --

                The configuration of an Amazon FSx for OpenZFS volume.

                • ParentVolumeId (string) --

                  The ID of the parent volume.

                • VolumePath (string) --

                  The path to the volume from the root volume. For example, fsx/parentVolume/volume1 .

                • StorageCapacityReservationGiB (integer) --

                  The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

                • StorageCapacityQuotaGiB (integer) --

                  The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

                • DataCompressionType (string) --

                  The method used to compress the data on the volume. Unless a compression type is specified, volumes inherit the DataCompressionType value of their parent volume.

                  • NONE - Doesn't compress the data on the volume.
                  • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. This algorithm reduces the amount of space used on your volume and has very little impact on compute resources.
                • CopyTagsToSnapshots (boolean) --

                  A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

                • OriginSnapshot (dict) --

                  The configuration object that specifies the snapshot to use as the origin of the data for the volume.

                  • SnapshotARN (string) --

                    The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

                  • CopyStrategy (string) --

                    The strategy used when copying data from the snapshot to the new volume.

                    • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
                    • FULL_COPY - Copies all data from the snapshot to the new volume.
                • ReadOnly (boolean) --

                  A Boolean value indicating whether the volume is read-only.

                • NfsExports (list) --

                  The configuration object for mounting a Network File System (NFS) file system.

                  • (dict) --

                    The Network File System NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

                    • ClientConfigurations (list) --

                      A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

                      • (dict) --

                        Specifies who can mount the file system and the options that can be used while mounting the file system.

                        • Clients (string) --

                          A value that specifies who can mount the file system. You can provide a wildcard character (* ), an IP address (0.0.0.0 ), or a CIDR address (192.0.2.0/24 . By default, Amazon FSx uses the wildcard character when specifying the client.

                        • Options (list) --

                          The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:

                          • crossmount is used by default. If you don't specify crossmount when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
                          • sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.
                          • (string) --
                • UserAndGroupQuotas (list) --

                  An object specifying how much storage users or groups can use on the volume.

                  • (dict) --

                    The configuration for how much storage a user or group can use on the volume.

                    • Type (string) --

                      A value that specifies whether the quota applies to a user or group.

                    • Id (integer) --

                      The ID of the user or group.

                    • StorageCapacityQuotaGiB (integer) --

                      The amount of storage that the user or group can use in gibibytes (GiB).

            • TargetSnapshotValues (dict) --

              A snapshot of an Amazon FSx for OpenZFS volume.

              • ResourceARN (string) --

                The Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .

              • SnapshotId (string) --

                The ID of the snapshot.

              • Name (string) --

                The name of the snapshot.

              • VolumeId (string) --

                The ID of the volume that the snapshot is of.

              • CreationTime (datetime) --

                The time that the resource was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

              • Lifecycle (string) --

                The lifecycle status of the snapshot.

                • PENDING - Amazon FSx hasn't started creating the snapshot.
                • CREATING - Amazon FSx is creating the snapshot.
                • DELETING - Amazon FSx is deleting the snapshot.
                • AVAILABLE - The snapshot is fully available.
              • Tags (list) --

                A list of Tag values, with a maximum of 50 elements.

                • (dict) --

                  Specifies a key-value pair for a resource tag.

                  • Key (string) --

                    A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

                  • Value (string) --

                    A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .

              • AdministrativeActions (list) --

                A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

        • OntapConfiguration (dict) --

          The configuration for this FSx for ONTAP file system.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • DeploymentType (string) --

            The ONTAP file system deployment type.

          • EndpointIpAddressRange (string) --

            The IP address range in which the endpoints to access your file system are created.

          • Endpoints (dict) --

            The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

            • Intercluster (dict) --

              An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

              • DNSName (string) --

                The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

              • IpAddresses (list) --

                IP addresses of the file system endpoint.

                • (string) --
            • Management (dict) --

              An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

              • DNSName (string) --

                The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.

              • IpAddresses (list) --

                IP addresses of the file system endpoint.

                • (string) --
          • DiskIopsConfiguration (dict) --

            The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

            • Mode (string) --

              Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

            • Iops (integer) --

              The total number of SSD IOPS provisioned for the file system.

          • PreferredSubnetId (string) --

            The ID for a subnet. A subnet is a range of IP addresses in your virtual private cloud (VPC). For more information, see VPC and subnets in the Amazon VPC User Guide.

          • RouteTableIds (list) --

            The VPC route tables in which your file system's endpoints are created.

            • (string) --
          • ThroughputCapacity (integer) --

            The sustained throughput of an Amazon FSx file system in MBps.

          • WeeklyMaintenanceStartTime (string) --

            A recurring weekly time, in the format D:HH:MM .

            D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

            HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

            For example, 1:05:00 specifies maintenance at 5 AM Monday.

        • FileSystemTypeVersion (string) --

          The Lustre version of the Amazon FSx for Lustrefile system, either 2.10 or 2.12 .

        • OpenZFSConfiguration (dict) --

          The configuration for this Amazon FSx for OpenZFS file system.

          • AutomaticBackupRetentionDays (integer) --

            The number of days to retain automatic backups. Setting this property to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days. The default is 0 .

          • CopyTagsToBackups (boolean) --

            A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true , all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

          • CopyTagsToVolumes (boolean) --

            A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false . If it's set to true , all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

          • DailyAutomaticBackupStartTime (string) --

            A recurring daily time, in the format HH:MM . HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. For example, 05:00 specifies 5 AM daily.

          • DeploymentType (string) --

            Specifies the file-system deployment type. Amazon FSx for OpenZFS supports SINGLE_AZ_1 . SINGLE_AZ_1 is a file system configured for a single Availability Zone (AZ) of redundancy.

          • ThroughputCapacity (integer) --

            The throughput of an Amazon FSx file system, measured in megabytes per second (MBps), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

          • WeeklyMaintenanceStartTime (string) --

            A recurring weekly time, in the format D:HH:MM .

            D is the day of the week, for which 1 represents Monday and 7 represents Sunday. For further details, see the ISO-8601 spec as described on Wikipedia .

            HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour.

            For example, 1:05:00 specifies maintenance at 5 AM Monday.

          • DiskIopsConfiguration (dict) --

            The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

            • Mode (string) --

              Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC ) or was provisioned by the customer (USER_PROVISIONED ).

            • Iops (integer) --

              The total number of SSD IOPS provisioned for the file system.

          • RootVolumeId (string) --

            The ID of the root volume of the OpenZFS file system.

class FSx.Paginator.ListTagsForResource
paginator = client.get_paginator('list_tags_for_resource')
paginate(**kwargs)

Creates an iterator that will paginate through responses from FSx.Client.list_tags_for_resource().

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    ResourceARN='string',
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters
  • ResourceARN (string) --

    [REQUIRED]

    The ARN of the Amazon FSx resource that will have its tags listed.

  • PaginationConfig (dict) --

    A dictionary that provides parameters to control pagination.

    • MaxItems (integer) --

      The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken will be provided in the output that you can use to resume pagination.

    • PageSize (integer) --

      The size of each page.

    • StartingToken (string) --

      A token to specify where to start paginating. This is the NextToken from a previous response.

Return type

dict

Returns

Response Syntax

{
    'Tags': [
        {
            'Key': 'string',
            'Value': 'string'
        },
    ],

}

Response Structure

  • (dict) --

    The response object for ListTagsForResource operation.

    • Tags (list) --

      A list of tags on the resource.

      • (dict) --

        Specifies a key-value pair for a resource tag.

        • Key (string) --

          A value that specifies the TagKey , the name of the tag. Tag keys must be unique for the resource to which they are attached.

        • Value (string) --

          A value that specifies the TagValue , the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April .