OpenZfsFileSystemArgs

constructor(automaticBackupRetentionDays: Output<Int>? = null, backupId: Output<String>? = null, copyTagsToBackups: Output<Boolean>? = null, copyTagsToVolumes: Output<Boolean>? = null, dailyAutomaticBackupStartTime: Output<String>? = null, deleteOptions: Output<List<String>>? = null, deploymentType: Output<String>? = null, diskIopsConfiguration: Output<OpenZfsFileSystemDiskIopsConfigurationArgs>? = null, endpointIpAddressRange: Output<String>? = null, finalBackupTags: Output<Map<String, String>>? = null, kmsKeyId: Output<String>? = null, preferredSubnetId: Output<String>? = null, rootVolumeConfiguration: Output<OpenZfsFileSystemRootVolumeConfigurationArgs>? = null, routeTableIds: Output<List<String>>? = null, securityGroupIds: Output<List<String>>? = null, skipFinalBackup: Output<Boolean>? = null, storageCapacity: Output<Int>? = null, storageType: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null, throughputCapacity: Output<Int>? = null, weeklyMaintenanceStartTime: Output<String>? = null)