Skip to content

aws.fsx.describe_snapshots

Example SQL Queries

SELECT * FROM
aws.fsx.describe_snapshots;

Description

Returns the description of specific Amazon FSx for OpenZFS 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.

Table Definition

Column NameColumn Data Type
filters Input Column

The filters structure. The supported names are file-system-id or volume-id.

STRUCT(
"name" VARCHAR,
"values" VARCHAR[]
)[]
Show child fields
filters[]
Show child fields
filters[].name

The name of the filter to use. You can filter by the file-system-id or by volume-id.

filters[].values[]
include_shared Input Column

Set to false (default) if you want to only see the snapshots owned by your Amazon Web Services account. Set to true if you want to see the snapshots in your account and the ones shared with you from another account.

BOOLEAN
max_results Input Column

The maximum number of resources to return in the response. This value must be an integer greater than zero.

BIGINT
next_token Input Column

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

VARCHAR
snapshot_ids Input Column

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.

VARCHAR[]
Show child fields
snapshot_ids[]
_aws_profile Input Column

The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role.

STRUCT(
"type" VARCHAR,
"name" VARCHAR,
"account_id" VARCHAR,
"via_profile_name" VARCHAR,
"assumed_role_arn" VARCHAR,
"organization" STRUCT(
"account_name" VARCHAR,
"id" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"master_account" STRUCT(
"id" VARCHAR,
"email" VARCHAR
),
"parents" STRUCT(
"type" VARCHAR,
"id" VARCHAR,
"name" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[]
)[]
)
)
Show child fields
_aws_profile.account_id

The AWS account id

_aws_profile.assumed_role_arn

The ARN of the assumed role

_aws_profile.name

The unique name of the profile.

_aws_profile.organization

Information about this profile's membership in the AWS organization.

Show child fields
_aws_profile.organization.account_name

The name of account speciifed by the organization

_aws_profile.organization.id

The organization id

_aws_profile.organization.master_account
Show child fields
_aws_profile.organization.master_account.email

The organization master account email address

_aws_profile.organization.master_account.id

The organization master account id

_aws_profile.organization.parents[]
Show child fields
_aws_profile.organization.parents[].id

The id of the parent

_aws_profile.organization.parents[].name

The name of the parent

_aws_profile.organization.parents[].tags[]
Show child fields
_aws_profile.organization.parents[].tags[].key
_aws_profile.organization.parents[].tags[].value
_aws_profile.organization.parents[].type

The type of parent can be an organization unit or a root

_aws_profile.organization.tags[]
Show child fields
_aws_profile.organization.tags[].key
_aws_profile.organization.tags[].value
_aws_profile.type

The type of profile, either 'credentials' or 'assumed_role'

_aws_profile.via_profile_name

This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.

_aws_region Input Column

The AWS region to use.

VARCHAR
snapshots

An array of snapshots.

STRUCT(
"resource_arn" VARCHAR,
"snapshot_id" VARCHAR,
"name" VARCHAR,
"volume_id" VARCHAR,
"creation_time" TIMESTAMP_S,
"lifecycle" VARCHAR,
"lifecycle_transition_reason" STRUCT(
"message" VARCHAR
),
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"administrative_actions" STRUCT(
"administrative_action_type" VARCHAR,
"progress_percent" BIGINT,
"request_time" TIMESTAMP_S,
"status" VARCHAR,
"target_file_system_values" STRUCT(
"owner_id" VARCHAR,
"creation_time" TIMESTAMP_S,
"file_system_id" VARCHAR,
"file_system_type" VARCHAR,
"lifecycle" VARCHAR,
"failure_details" STRUCT(
"message" VARCHAR
),
"storage_capacity" BIGINT,
"storage_type" VARCHAR,
"vpc_id" VARCHAR,
"subnet_ids" VARCHAR[],
"network_interface_ids" VARCHAR[],
"dns_name" VARCHAR,
"kms_key_id" VARCHAR,
"resource_arn" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"windows_configuration" STRUCT(
"active_directory_id" VARCHAR,
"self_managed_active_directory_configuration" STRUCT(
"domain_name" VARCHAR,
"organizational_unit_distinguished_name" VARCHAR,
"file_system_administrators_group" VARCHAR,
"user_name" VARCHAR,
"dns_ips" VARCHAR[]
),
"deployment_type" VARCHAR,
"remote_administration_endpoint" VARCHAR,
"preferred_subnet_id" VARCHAR,
"preferred_file_server_ip" VARCHAR,
"throughput_capacity" BIGINT,
"maintenance_operations_in_progress" VARCHAR[],
"weekly_maintenance_start_time" VARCHAR,
"daily_automatic_backup_start_time" VARCHAR,
"automatic_backup_retention_days" BIGINT,
"copy_tags_to_backups" BOOLEAN,
"aliases" STRUCT(
"name" VARCHAR,
"lifecycle" VARCHAR
)[],
"audit_log_configuration" STRUCT(
"file_access_audit_log_level" VARCHAR,
"file_share_access_audit_log_level" VARCHAR,
"audit_log_destination" VARCHAR
),
"disk_iops_configuration" STRUCT(
"mode" VARCHAR,
"iops" BIGINT
)
),
"lustre_configuration" STRUCT(
"weekly_maintenance_start_time" VARCHAR,
"data_repository_configuration" STRUCT(
"lifecycle" VARCHAR,
"import_path" VARCHAR,
"export_path" VARCHAR,
"imported_file_chunk_size" BIGINT,
"auto_import_policy" VARCHAR,
"failure_details" STRUCT(
"message" VARCHAR
)
),
"deployment_type" VARCHAR,
"per_unit_storage_throughput" BIGINT,
"mount_name" VARCHAR,
"daily_automatic_backup_start_time" VARCHAR,
"automatic_backup_retention_days" BIGINT,
"copy_tags_to_backups" BOOLEAN,
"drive_cache_type" VARCHAR,
"data_compression_type" VARCHAR,
"log_configuration" STRUCT(
"level" VARCHAR,
"destination" VARCHAR
),
"root_squash_configuration" STRUCT(
"root_squash" VARCHAR,
"no_squash_nids" VARCHAR[]
),
"metadata_configuration" STRUCT(
"iops" BIGINT,
"mode" VARCHAR
)
),
"ontap_configuration" STRUCT(
"automatic_backup_retention_days" BIGINT,
"daily_automatic_backup_start_time" VARCHAR,
"deployment_type" VARCHAR,
"endpoint_ip_address_range" VARCHAR,
"endpoints" STRUCT(
"intercluster" STRUCT(
"dns_name" VARCHAR,
"ip_addresses" VARCHAR[]
),
"management" STRUCT(
"dns_name" VARCHAR,
"ip_addresses" VARCHAR[]
)
),
"disk_iops_configuration" STRUCT(
"mode" VARCHAR,
"iops" BIGINT
),
"preferred_subnet_id" VARCHAR,
"route_table_ids" VARCHAR[],
"throughput_capacity" BIGINT,
"weekly_maintenance_start_time" VARCHAR,
"fsx_admin_password" VARCHAR,
"ha_pairs" BIGINT,
"throughput_capacity_per_ha_pair" BIGINT
),
"file_system_type_version" VARCHAR,
"open_zfs_configuration" STRUCT(
"automatic_backup_retention_days" BIGINT,
"copy_tags_to_backups" BOOLEAN,
"copy_tags_to_volumes" BOOLEAN,
"daily_automatic_backup_start_time" VARCHAR,
"deployment_type" VARCHAR,
"throughput_capacity" BIGINT,
"weekly_maintenance_start_time" VARCHAR,
"disk_iops_configuration" STRUCT(
"mode" VARCHAR,
"iops" BIGINT
),
"root_volume_id" VARCHAR,
"preferred_subnet_id" VARCHAR,
"endpoint_ip_address_range" VARCHAR,
"route_table_ids" VARCHAR[],
"endpoint_ip_address" VARCHAR
)
),
"failure_details" STRUCT(
"message" VARCHAR
),
"target_volume_values" STRUCT(
"creation_time" TIMESTAMP_S,
"file_system_id" VARCHAR,
"lifecycle" VARCHAR,
"name" VARCHAR,
"ontap_configuration" STRUCT(
"flex_cache_endpoint_type" VARCHAR,
"junction_path" VARCHAR,
"security_style" VARCHAR,
"size_in_megabytes" BIGINT,
"storage_efficiency_enabled" BOOLEAN,
"storage_virtual_machine_id" VARCHAR,
"storage_virtual_machine_root" BOOLEAN,
"tiering_policy" STRUCT(
"cooling_period" BIGINT,
"name" VARCHAR
),
"uuid" VARCHAR,
"ontap_volume_type" VARCHAR,
"snapshot_policy" VARCHAR,
"copy_tags_to_backups" BOOLEAN,
"snaplock_configuration" STRUCT(
"audit_log_volume" BOOLEAN,
"autocommit_period" STRUCT(
"type" VARCHAR,
"value" BIGINT
),
"privileged_delete" VARCHAR,
"retention_period" STRUCT(
"default_retention" STRUCT(
"type" VARCHAR,
"value" BIGINT
),
"minimum_retention" STRUCT(
"type" VARCHAR,
"value" BIGINT
),
"maximum_retention" STRUCT(
"type" VARCHAR,
"value" BIGINT
)
),
"snaplock_type" VARCHAR,
"volume_append_mode_enabled" BOOLEAN
),
"volume_style" VARCHAR,
"aggregate_configuration" STRUCT(
"aggregates" VARCHAR[],
"total_constituents" BIGINT
),
"size_in_bytes" BIGINT
),
"resource_arn" VARCHAR,
"tags" STRUCT(
"key" VARCHAR,
"value" VARCHAR
)[],
"volume_id" VARCHAR,
"volume_type" VARCHAR,
"lifecycle_transition_reason" STRUCT(
"message" VARCHAR
),
"open_zfs_configuration" STRUCT(
"parent_volume_id" VARCHAR,
"volume_path" VARCHAR,
"storage_capacity_reservation_gi_b" BIGINT,
"storage_capacity_quota_gi_b" BIGINT,
"record_size_ki_b" BIGINT,
"data_compression_type" VARCHAR,
"copy_tags_to_snapshots" BOOLEAN,
"origin_snapshot" STRUCT(
"snapshot_arn" VARCHAR,
"copy_strategy" VARCHAR
),
"read_only" BOOLEAN,
"nfs_exports" STRUCT(
"client_configurations" STRUCT(
"clients" VARCHAR,
"options" VARCHAR[]
)[]
)[],
"user_and_group_quotas" STRUCT(
"type" VARCHAR,
"id" BIGINT,
"storage_capacity_quota_gi_b" BIGINT
)[],
"restore_to_snapshot" VARCHAR,
"delete_intermediate_snaphots" BOOLEAN,
"delete_cloned_volumes" BOOLEAN,
"delete_intermediate_data" BOOLEAN,
"source_snapshot_arn" VARCHAR,
"destination_snapshot" VARCHAR,
"copy_strategy" VARCHAR
)
),
"total_transfer_bytes" BIGINT,
"remaining_transfer_bytes" BIGINT
)[]
)[]
Show child fields
snapshots[]
Show child fields
snapshots[].administrative_actions[]
Show child fields
snapshots[].administrative_actions[].administrative_action_type

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

  • THROUGHPUT_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's throughput capacity has been completed successfully, a THROUGHPUT_OPTIMIZATION task starts.

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

  • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has completed successfully, a STORAGE_OPTIMIZATION task starts.

    • For Windows and ONTAP, storage optimization is the process of migrating the file system data to newer larger disks.

    • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.

    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 capacity in the Amazon FSx for Lustre User Guide, and Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP 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.

  • IOPS_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's throughput capacity has been completed successfully, a IOPS_OPTIMIZATION task starts.

    You can track the storage-optimization progress using the ProgressPercent property. When IOPS_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED. For more information, see Managing provisioned SSD IOPS in the Amazon FSx for Windows File Server User Guide.

  • STORAGE_TYPE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's throughput capacity has been completed successfully, a STORAGE_TYPE_OPTIMIZATION task starts.

    You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_TYPE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED.

  • VOLUME_UPDATE - A volume update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume), or CLI (update-volume).

  • VOLUME_RESTORE - An Amazon FSx for OpenZFS volume is returned to the state saved by the specified snapshot, initiated from an API (RestoreVolumeFromSnapshot) or CLI (restore-volume-from-snapshot).

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

  • DOWNLOAD_DATA_FROM_BACKUP - An FSx for ONTAP backup is being restored to a new volume on a second-generation file system. Once the all the file metadata is loaded onto the volume, you can mount the volume with read-only access. during this process.

  • VOLUME_INITIALIZE_WITH_SNAPSHOT - A volume is being created from a snapshot on a different FSx for OpenZFS file system. You can initiate this from the Amazon FSx console, API (CreateVolume), or CLI (create-volume) when using the using the FULL_COPY strategy.

  • VOLUME_UPDATE_WITH_SNAPSHOT - A volume is being updated from a snapshot on a different FSx for OpenZFS file system. You can initiate this from the Amazon FSx console, API (CopySnapshotAndUpdateVolume), or CLI (copy-snapshot-and-update-volume).

snapshots[].administrative_actions[].failure_details

Provides information about a failed administrative action.

Show child fields
snapshots[].administrative_actions[].failure_details.message

Error message providing details about the failed administrative action.

snapshots[].administrative_actions[].progress_percent

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

snapshots[].administrative_actions[].remaining_transfer_bytes

The remaining bytes to transfer for the FSx for OpenZFS snapshot that you're copying.

snapshots[].administrative_actions[].request_time

The time that the administrative action request was received.

snapshots[].administrative_actions[].status

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.

    For a backup restore to a second-generation FSx for ONTAP file system, indicates that all data has been downloaded to the volume, and clients now have read-write access to volume.

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

  • PENDING - For a backup restore to a second-generation FSx for ONTAP file system, indicates that the file metadata is being downloaded onto the volume. The volume's Lifecycle state is CREATING.

  • IN_PROGRESS - For a backup restore to a second-generation FSx for ONTAP file system, indicates that all metadata has been downloaded to the new volume and client can access data with read-only access while Amazon FSx downloads the file data to the volume. Track the progress of this process with the ProgressPercent element.

snapshots[].administrative_actions[].target_file_system_values

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

Show child fields
snapshots[].administrative_actions[].target_file_system_values.creation_time

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

snapshots[].administrative_actions[].target_file_system_values.dns_name

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

snapshots[].administrative_actions[].target_file_system_values.failure_details

A structure providing details of any failures that occurred.

Show child fields
snapshots[].administrative_actions[].target_file_system_values.failure_details.message

A message describing any failures that occurred.

snapshots[].administrative_actions[].target_file_system_values.file_system_id

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

snapshots[].administrative_actions[].target_file_system_values.file_system_type

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

snapshots[].administrative_actions[].target_file_system_values.file_system_type_version

The Lustre version of the Amazon FSx for Lustre file system, which can be 2.10, 2.12, or 2.15.

snapshots[].administrative_actions[].target_file_system_values.kms_key_id

The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data. Used as follows with Amazon FSx file system types:

  • Amazon FSx for Lustre PERSISTENT_1 and PERSISTENT_2 deployment types only.

    SCRATCH_1 and SCRATCH_2 types are encrypted using the Amazon FSx service KMS key for your account.

  • Amazon FSx for NetApp ONTAP

  • Amazon FSx for OpenZFS

  • Amazon FSx for Windows File Server

snapshots[].administrative_actions[].target_file_system_values.lifecycle

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.

  • MISCONFIGURED_UNAVAILABLE - (Amazon FSx for Windows File Server only) The file system is currently unavailable due to a change in your Active Directory configuration.

  • UPDATING - The file system is undergoing a customer-initiated update.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration

The configuration for the Amazon FSx for Lustre file system.

Show child fields
snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.automatic_backup_retention_days

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

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.copy_tags_to_backups

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)

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.daily_automatic_backup_start_time

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.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.data_compression_type

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.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.data_repository_configuration

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

This data type is not supported on file systems with a data repository association. For file systems with a data repository association, see .

Show child fields
snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.data_repository_configuration.auto_import_policy

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.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.data_repository_configuration.export_path

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.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.data_repository_configuration.failure_details

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

Show child fields
snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.data_repository_configuration.failure_details.message

A detailed error message.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.data_repository_configuration.import_path

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.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.data_repository_configuration.imported_file_chunk_size

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.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle

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.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.deployment_type

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

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.drive_cache_type

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.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.log_configuration

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

Show child fields
snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.log_configuration.destination

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.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.log_configuration.level

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.

Note that Amazon File Cache uses a default setting of WARN_ERROR, which can't be changed.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.metadata_configuration

The Lustre metadata performance configuration for an Amazon FSx for Lustre file system using a PERSISTENT_2 deployment type.

Show child fields
snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.metadata_configuration.iops

The number of Metadata IOPS provisioned for the file system. Valid values are 1500, 3000, 6000, 12000, and multiples of 12000 up to a maximum of 192000.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.metadata_configuration.mode

The metadata configuration mode for provisioning Metadata IOPS for the file system.

  • In AUTOMATIC mode, FSx for Lustre automatically provisions and scales the number of Metadata IOPS on your file system based on your file system storage capacity.

  • In USER_PROVISIONED mode, you can choose to specify the number of Metadata IOPS to provision for your file system.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.mount_name

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.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.per_unit_storage_throughput

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.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.root_squash_configuration

The Lustre root squash configuration for an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.

Show child fields
snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[]
snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash

You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534). The UID and GID values can range from 0 to 4294967294:

  • A non-zero value for UID and GID enables root squash. The UID and GID values can be different, but each must be a non-zero value.

  • A value of 0 (zero) for UID and GID indicates root, and therefore disables root squash.

When root squash is enabled, the user ID and group ID of a root user accessing the file system are re-mapped to the UID and GID you provide.

snapshots[].administrative_actions[].target_file_system_values.lustre_configuration.weekly_maintenance_start_time

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.

snapshots[].administrative_actions[].target_file_system_values.network_interface_ids[]
snapshots[].administrative_actions[].target_file_system_values.ontap_configuration

The configuration for this Amazon FSx for NetApp ONTAP file system.

Show child fields
snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.automatic_backup_retention_days

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

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time

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.

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.deployment_type

Specifies the FSx for ONTAP file system deployment type in use in the file system.

  • MULTI_AZ_1 - A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. This is a first-generation FSx for ONTAP file system.

  • MULTI_AZ_2 - A high availability file system configured for Multi-AZ redundancy to tolerate temporary AZ unavailability. This is a second-generation FSx for ONTAP file system.

  • SINGLE_AZ_1 - A file system configured for Single-AZ redundancy. This is a first-generation FSx for ONTAP file system.

  • SINGLE_AZ_2 - A file system configured with multiple high-availability (HA) pairs for Single-AZ redundancy. This is a second-generation FSx for ONTAP file system.

For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing Multi-AZ or Single-AZ file system deployment.

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.disk_iops_configuration

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

Show child fields
snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.disk_iops_configuration.iops

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

The minimum and maximum values for this property depend on the value of HAPairs and StorageCapacity. The minimum value is calculated as StorageCapacity * 3 * HAPairs (3 IOPS per GB of StorageCapacity). The maximum value is calculated as 200,000 * HAPairs.

Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of Iops is outside of the minimum or maximum values.

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.disk_iops_configuration.mode

Specifies whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a USER_PROVISIONED value.

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.endpoint_ip_address_range

(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables.

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.endpoints

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.

Show child fields
snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.endpoints.intercluster

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

Show child fields
snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name

The file system's DNS name. You can mount your file system using its DNS name.

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses[]
snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.endpoints.management

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

Show child fields
snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.endpoints.management.dns_name

The file system's DNS name. You can mount your file system using its DNS name.

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.endpoints.management.ip_addresses[]
snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.fsx_admin_password

You can use the fsxadmin user account to access the NetApp ONTAP CLI and REST API. The password value is always redacted in the response.

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.ha_pairs

Specifies how many high-availability (HA) file server pairs the file system will have. The default value is 1. The value of this property affects the values of StorageCapacity, Iops, and ThroughputCapacity. For more information, see High-availability (HA) pairs in the FSx for ONTAP user guide.

Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:

  • The value of HAPairs is less than 1 or greater than 12.

  • The value of HAPairs is greater than 1 and the value of DeploymentType is SINGLE_AZ_1, MULTI_AZ_1, or MULTI_AZ_2.

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.preferred_subnet_id

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.

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.route_table_ids[]
snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.throughput_capacity

The sustained throughput of an Amazon FSx file system in Megabytes per second (MBps).

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair

Use to choose the throughput capacity per HA pair. When the value of HAPairs is equal to 1, the value of ThroughputCapacityPerHAPair is the total throughput for the file system.

This field and ThroughputCapacity cannot be defined in the same API call, but one is required.

This field and ThroughputCapacity are the same for file systems with one HA pair.

  • For SINGLE_AZ_1 and MULTI_AZ_1 file systems, valid values are 128, 256, 512, 1024, 2048, or 4096 MBps.

  • For SINGLE_AZ_2, valid values are 1536, 3072, or 6144 MBps.

  • For MULTI_AZ_2, valid values are 384, 768, 1536, 3072, or 6144 MBps.

Amazon FSx responds with an HTTP status code 400 (Bad Request) for the following conditions:

  • The value of ThroughputCapacity and ThroughputCapacityPerHAPair are not the same value.

  • The value of deployment type is SINGLE_AZ_2 and ThroughputCapacity/ThroughputCapacityPerHAPair is not a valid HA pair (a value between 1 and 12).

  • The value of ThroughputCapacityPerHAPair is not a valid value.

snapshots[].administrative_actions[].target_file_system_values.ontap_configuration.weekly_maintenance_start_time

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.

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration

The configuration for this Amazon FSx for OpenZFS file system.

Show child fields
snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days

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

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.copy_tags_to_backups

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.

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes

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.

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time

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.

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.deployment_type

Specifies the file-system deployment type. Amazon FSx for OpenZFS supports
 MULTI_AZ_1, SINGLE_AZ_HA_2, SINGLE_AZ_HA_1, SINGLE_AZ_2, and SINGLE_AZ_1.

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.disk_iops_configuration

The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP, Amazon FSx for Windows File Server, or FSx for OpenZFS file system. By default, Amazon FSx automatically provisions 3 IOPS per GB of storage capacity. You can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how it is was provisioned, or the mode (by the customer or by Amazon FSx).

Show child fields
snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops

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

The minimum and maximum values for this property depend on the value of HAPairs and StorageCapacity. The minimum value is calculated as StorageCapacity * 3 * HAPairs (3 IOPS per GB of StorageCapacity). The maximum value is calculated as 200,000 * HAPairs.

Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of Iops is outside of the minimum or maximum values.

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode

Specifies whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a USER_PROVISIONED value.

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.endpoint_ip_address

The IP address of the endpoint that is used to access data or to manage the file system.

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range

(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API and Amazon FSx console, Amazon FSx selects an available /28 IP address range for you from one of the VPC's CIDR ranges. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables.

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.preferred_subnet_id

Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet in which you want the preferred file server to be located.

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.root_volume_id

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

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.route_table_ids[]
snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.throughput_capacity

The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).

snapshots[].administrative_actions[].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time

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.

snapshots[].administrative_actions[].target_file_system_values.owner_id

The Amazon Web Services account that created the file system. If the file system was created by a user in IAM Identity Center, the Amazon Web Services account to which the IAM user belongs is the owner.

snapshots[].administrative_actions[].target_file_system_values.resource_arn

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

snapshots[].administrative_actions[].target_file_system_values.storage_capacity

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

Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of StorageCapacity is outside of the minimum or maximum values.

snapshots[].administrative_actions[].target_file_system_values.storage_type

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.

snapshots[].administrative_actions[].target_file_system_values.subnet_ids[]
snapshots[].administrative_actions[].target_file_system_values.tags[]
Show child fields
snapshots[].administrative_actions[].target_file_system_values.tags[].key

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

snapshots[].administrative_actions[].target_file_system_values.tags[].value

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.

snapshots[].administrative_actions[].target_file_system_values.vpc_id

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

snapshots[].administrative_actions[].target_file_system_values.windows_configuration

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

Show child fields
snapshots[].administrative_actions[].target_file_system_values.windows_configuration.active_directory_id

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

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.aliases[]
Show child fields
snapshots[].administrative_actions[].target_file_system_values.windows_configuration.aliases[].lifecycle

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.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.aliases[].name

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.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.audit_log_configuration

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.

Show child fields
snapshots[].administrative_actions[].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination

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

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level

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.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level

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.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.automatic_backup_retention_days

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.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.copy_tags_to_backups

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.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.daily_automatic_backup_start_time

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

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.deployment_type

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.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.disk_iops_configuration

The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system. By default, Amazon FSx automatically provisions 3 IOPS per GiB of storage capacity. You can provision additional IOPS per GiB of storage, up to the maximum limit associated with your chosen throughput capacity.

Show child fields
snapshots[].administrative_actions[].target_file_system_values.windows_configuration.disk_iops_configuration.iops

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

The minimum and maximum values for this property depend on the value of HAPairs and StorageCapacity. The minimum value is calculated as StorageCapacity * 3 * HAPairs (3 IOPS per GB of StorageCapacity). The maximum value is calculated as 200,000 * HAPairs.

Amazon FSx responds with an HTTP status code 400 (Bad Request) if the value of Iops is outside of the minimum or maximum values.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.disk_iops_configuration.mode

Specifies whether the file system is using the AUTOMATIC setting of SSD IOPS of 3 IOPS per GB of storage capacity, or if it using a USER_PROVISIONED value.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.maintenance_operations_in_progress[]
snapshots[].administrative_actions[].target_file_system_values.windows_configuration.preferred_file_server_ip

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.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.preferred_subnet_id

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.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.remote_administration_endpoint

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.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.self_managed_active_directory_configuration

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.

Show child fields
snapshots[].administrative_actions[].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.dns_ips[]
snapshots[].administrative_actions[].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.domain_name

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

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.file_system_administrators_group

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

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name

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.

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.user_name

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

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.throughput_capacity

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

snapshots[].administrative_actions[].target_file_system_values.windows_configuration.weekly_maintenance_start_time

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.

snapshots[].administrative_actions[].target_volume_values

Describes an Amazon FSx volume.

Show child fields
snapshots[].administrative_actions[].target_volume_values.creation_time

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

snapshots[].administrative_actions[].target_volume_values.file_system_id

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

snapshots[].administrative_actions[].target_volume_values.lifecycle

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.

snapshots[].administrative_actions[].target_volume_values.lifecycle_transition_reason

The reason why the volume lifecycle status changed.

Show child fields
snapshots[].administrative_actions[].target_volume_values.lifecycle_transition_reason.message

A detailed error message.

snapshots[].administrative_actions[].target_volume_values.name

The name of the volume.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration

The configuration of an Amazon FSx for NetApp ONTAP volume.

Show child fields
snapshots[].administrative_actions[].target_volume_values.ontap_configuration.aggregate_configuration

This structure specifies configuration options for a volume’s storage aggregate or aggregates.

Show child fields
snapshots[].administrative_actions[].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[]
snapshots[].administrative_actions[].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents

The total number of constituents this FlexGroup volume has. Not applicable for FlexVols.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.copy_tags_to_backups

A boolean flag indicating whether tags for the volume should be copied to backups. This value defaults to false. If it's set to true, all tags for the volume 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 volume, regardless of this value.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.flex_cache_endpoint_type

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.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.junction_path

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.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.ontap_volume_type

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.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.security_style

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

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.size_in_bytes

The configured size of the volume, in bytes.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.size_in_megabytes

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

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration

The SnapLock configuration object for an FSx for ONTAP SnapLock volume.

Show child fields
snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume

Enables or disables the audit log volume for an FSx for ONTAP SnapLock volume. The default value is false. If you set AuditLogVolume to true, the SnapLock volume is created as an audit log volume. The minimum retention period for an audit log volume is six months.

For more information, see SnapLock audit log volumes.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period

The configuration object for setting the autocommit period of files in an FSx for ONTAP SnapLock volume.

Show child fields
snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type

Defines the type of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume. Setting this value to NONE disables autocommit. The default value is NONE.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value

Defines the amount of time for the autocommit period of a file in an FSx for ONTAP SnapLock volume. The following ranges are valid:

  • Minutes: 5 - 65,535

  • Hours: 1 - 65,535

  • Days: 1 - 3,650

  • Months: 1 - 120

  • Years: 1 - 10

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete

Enables, disables, or permanently disables privileged delete on an FSx for ONTAP SnapLock Enterprise volume. Enabling privileged delete allows SnapLock administrators to delete write once, read many (WORM) files even if they have active retention periods. PERMANENTLY_DISABLED is a terminal state. If privileged delete is permanently disabled on a SnapLock volume, you can't re-enable it. The default value is DISABLED.

For more information, see Privileged delete.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.retention_period

Specifies the retention period of an FSx for ONTAP SnapLock volume.

Show child fields
snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention

The retention period assigned to a write once, read many (WORM) file by default if an explicit retention period is not set for an FSx for ONTAP SnapLock volume. The default retention period must be greater than or equal to the minimum retention period and less than or equal to the maximum retention period.

Show child fields
snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type

Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to INFINITE, the files are retained forever. If you set it to UNSPECIFIED, the files are retained until you set an explicit retention period.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value

Defines the amount of time for the retention period of an FSx for ONTAP SnapLock volume. You can't set a value for INFINITE or UNSPECIFIED. For all other options, the following ranges are valid:

  • Seconds: 0 - 65,535

  • Minutes: 0 - 65,535

  • Hours: 0 - 24

  • Days: 0 - 365

  • Months: 0 - 12

  • Years: 0 - 100

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention

The longest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.

Show child fields
snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type

Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to INFINITE, the files are retained forever. If you set it to UNSPECIFIED, the files are retained until you set an explicit retention period.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value

Defines the amount of time for the retention period of an FSx for ONTAP SnapLock volume. You can't set a value for INFINITE or UNSPECIFIED. For all other options, the following ranges are valid:

  • Seconds: 0 - 65,535

  • Minutes: 0 - 65,535

  • Hours: 0 - 24

  • Days: 0 - 365

  • Months: 0 - 12

  • Years: 0 - 100

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention

The shortest retention period that can be assigned to a WORM file on an FSx for ONTAP SnapLock volume.

Show child fields
snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type

Defines the type of time for the retention period of an FSx for ONTAP SnapLock volume. Set it to one of the valid types. If you set it to INFINITE, the files are retained forever. If you set it to UNSPECIFIED, the files are retained until you set an explicit retention period.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value

Defines the amount of time for the retention period of an FSx for ONTAP SnapLock volume. You can't set a value for INFINITE or UNSPECIFIED. For all other options, the following ranges are valid:

  • Seconds: 0 - 65,535

  • Minutes: 0 - 65,535

  • Hours: 0 - 24

  • Days: 0 - 365

  • Months: 0 - 12

  • Years: 0 - 100

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type

Specifies the retention mode of an FSx for ONTAP SnapLock volume. After it is set, it can't be changed. You can choose one of the following retention modes:

  • COMPLIANCE: Files transitioned to write once, read many (WORM) on a Compliance volume can't be deleted until their retention periods expire. This retention mode is used to address government or industry-specific mandates or to protect against ransomware attacks. For more information, see SnapLock Compliance.

  • ENTERPRISE: Files transitioned to WORM on an Enterprise volume can be deleted by authorized users before their retention periods expire using privileged delete. This retention mode is used to advance an organization's data integrity and internal compliance or to test retention settings before using SnapLock Compliance. For more information, see SnapLock Enterprise.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled

Enables or disables volume-append mode on an FSx for ONTAP SnapLock volume. Volume-append mode allows you to create WORM-appendable files and write data to them incrementally. The default value is false.

For more information, see Volume-append mode.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.snapshot_policy

Specifies the snapshot policy for the volume. There are three built-in snapshot policies:

  • default: This is the default policy. A maximum of six hourly snapshots taken five minutes past the hour. A maximum of two daily snapshots taken Monday through Saturday at 10 minutes after midnight. A maximum of two weekly snapshots taken every Sunday at 15 minutes after midnight.

  • default-1weekly: This policy is the same as the default policy except that it only retains one snapshot from the weekly schedule.

  • none: This policy does not take any snapshots. This policy can be assigned to volumes to prevent automatic snapshots from being taken.

You can also provide the name of a custom policy that you created with the ONTAP CLI or REST API.

For more information, see Snapshot policies in the Amazon FSx for NetApp ONTAP User Guide.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.storage_efficiency_enabled

The volume's storage efficiency setting.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.storage_virtual_machine_id

The ID of the volume's storage virtual machine.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.storage_virtual_machine_root

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.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.tiering_policy

The volume's TieringPolicy setting.

Show child fields
snapshots[].administrative_actions[].target_volume_values.ontap_configuration.tiering_policy.cooling_period

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.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.tiering_policy.name

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.

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.uuid

The volume's universally unique identifier (UUID).

snapshots[].administrative_actions[].target_volume_values.ontap_configuration.volume_style

Use to specify the style of an ONTAP volume. For more information about FlexVols and FlexGroups, see Volume types in Amazon FSx for NetApp ONTAP User Guide.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration

The configuration of an Amazon FSx for OpenZFS volume.

Show child fields
snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.copy_strategy

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

    Specify this option to create the volume from a snapshot on another FSx for OpenZFS file system.

The INCREMENTAL_COPY option is only for updating an existing volume by using a snapshot from another FSx for OpenZFS file system. For more information, see CopySnapshotAndUpdateVolume.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots

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.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.data_compression_type

Specifies the method used to compress the data on the volume. The compression type is NONE by default.

  • NONE - Doesn't compress the data on the volume. NONE is the default.

  • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. Compared to LZ4, Z-Standard provides a better compression ratio to minimize on-disk storage utilization.

  • LZ4 - Compresses the data in the volume using the LZ4 compression algorithm. Compared to Z-Standard, LZ4 is less compute-intensive and delivers higher write throughput speeds.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.delete_cloned_volumes

A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted when a volume is restored from snapshot.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.delete_intermediate_data

A Boolean value indicating whether snapshot data that differs between the current state and the specified snapshot should be overwritten when a volume is restored from a snapshot.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots

A Boolean value indicating whether snapshots between the current state and the specified snapshot should be deleted when a volume is restored from snapshot.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.destination_snapshot

The ID of the snapshot that's being copied or was most recently copied to the destination volume.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.nfs_exports[]
Show child fields
snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.nfs_exports[].client_configurations[]
Show child fields
snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.nfs_exports[].client_configurations[].clients

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.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.nfs_exports[].client_configurations[].options[]
snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.origin_snapshot

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

Show child fields
snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy

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.

The INCREMENTAL_COPY option is only for updating an existing volume by using a snapshot from another FSx for OpenZFS file system. For more information, see CopySnapshotAndUpdateVolume.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn

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.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.parent_volume_id

The ID of the parent volume.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.read_only

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

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.record_size_ki_b

The record size of an OpenZFS volume, in kibibytes (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The default is 128 KiB. Most workloads should use the default record size. For guidance on when to set a custom record size, see the Amazon FSx for OpenZFS User Guide.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.restore_to_snapshot

Specifies the ID of the snapshot to which the volume was restored.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.source_snapshot_arn

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.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b

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.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b

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.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.user_and_group_quotas[]
Show child fields
snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.user_and_group_quotas[].id

The ID of the user or group that the quota applies to.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.user_and_group_quotas[].storage_capacity_quota_gi_b

The user or group's storage quota, in gibibytes (GiB).

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.user_and_group_quotas[].type

Specifies whether the quota applies to a user or group.

snapshots[].administrative_actions[].target_volume_values.open_zfs_configuration.volume_path

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

snapshots[].administrative_actions[].target_volume_values.resource_arn

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.

snapshots[].administrative_actions[].target_volume_values.tags[]
Show child fields
snapshots[].administrative_actions[].target_volume_values.tags[].key

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

snapshots[].administrative_actions[].target_volume_values.tags[].value

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.

snapshots[].administrative_actions[].target_volume_values.volume_id

The system-generated, unique ID of the volume.

snapshots[].administrative_actions[].target_volume_values.volume_type

The type of the volume.

snapshots[].administrative_actions[].total_transfer_bytes

The number of bytes that have transferred for the FSx for OpenZFS snapshot that you're copying.

snapshots[].creation_time

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

snapshots[].lifecycle

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.

snapshots[].lifecycle_transition_reason

Describes why a resource lifecycle state changed.

Show child fields
snapshots[].lifecycle_transition_reason.message

A detailed error message.

snapshots[].name

The name of the snapshot.

snapshots[].resource_arn

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.

snapshots[].snapshot_id

The ID of the snapshot.

snapshots[].tags[]
Show child fields
snapshots[].tags[].key

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

snapshots[].tags[].value

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.

snapshots[].volume_id

The ID of the volume that the snapshot is of.