


These security groups will apply to all network interfaces. Security Group Ids ListĪ list of IDs for the security groups that apply to the specified network interfaces created for file system access. All other volumes are children or the root volume. The configuration for the root volume of the file system. Open Zfs File System Root Volume Configuration Args Kms Key Id stringĪRN for the KMS Key to encrypt the file system at rest, Defaults to an AWS managed KMS Key. The SSD IOPS configuration for the Amazon FSx for OpenZFS file system. Open Zfs File System Disk Iops Configuration Args Requires automatic_backup_retention_days to be set. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. Daily Automatic Backup Start Time stringĪ recurring daily time, in the format HH:MM. Copy Tags To Volumes boolĪ boolean flag indicating whether tags for the file system should be copied to snapshots. Copy Tags To Backups boolĪ boolean flag indicating whether tags for the file system should be copied to backups. The ID of the source backup to create the filesystem from. You can retain automatic backups for a maximum of 90 days. Setting this to 0 disables automatic backups. The number of days to retain automatic backups. Throughput (megabytes per second) of the file system in power of 2 increments. Subnet Ids stringĪ list of IDs for the subnets that the file system will be accessible from. Def OpenZfsFileSystem ( resource_name : str, opts : Optional = None, automatic_backup_retention_days : Optional = None, backup_id : Optional = None, copy_tags_to_backups : Optional = None, copy_tags_to_volumes : Optional = None, daily_automatic_backup_start_time : Optional = None, deployment_type : Optional = None, disk_iops_configuration : Optional = None, kms_key_id : Optional = None, root_volume_configuration : Optional = None, security_group_ids : Optional] = None, storage_capacity : Optional = None, storage_type : Optional = None, subnet_ids : Optional = None, tags : Optional] = None, throughput_capacity : Optional = None, weekly_maintenance_start_time : Optional = None ) def OpenZfsFileSystem ( resource_name : str, args : OpenZfsFileSystemArgs, opts : Optional = None )
